diff --git a/.gitattributes b/.gitattributes index 5bd8abf73578253dd261f1fb5805ffdc60ba259d..21c9cb54c514ab3903c4aecb5a63726a8fecd36d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -73,7 +73,6 @@ /drush/Commands/ export-ignore /drush/sites/ export-ignore /resources/docker/ export-ignore -/resources/fixtures/ export-ignore /resources/mac/ export-ignore /resources/runner/ export-ignore /scripts/composer/post_update export-ignore diff --git a/.opts.yml b/.opts.yml index 0b6cf0f7ef7a11d3ddafa556ec23c1a629915a0b..49c03d3df2dc109a82b0b9dc9c9796b0e9c604e8 100644 --- a/.opts.yml +++ b/.opts.yml @@ -10,7 +10,7 @@ upgrade_commands: - ./vendor/bin/drush search-api:reset-tracker --yes - ./vendor/bin/drush joinup:node-access-rebuild - rm disable-config-readonly - - ./vendor/bin/drush site-alert:disable + - ./vendor/bin/drush joinup:unpublish-alert --category - ./scripts/check_status_report.php append: acceptance: diff --git a/bcl-builder.config.js b/bcl-builder.config.js index 1415735701517faea9e88df8f9ac3947bd7b8faa..09499a4133b91e3c3a7ddd2a8723e8e8e6e36a29 100644 --- a/bcl-builder.config.js +++ b/bcl-builder.config.js @@ -796,18 +796,6 @@ module.exports = { sourceMap: "file", }, }, - { - entry: path.resolve( - outputFolder, - `${ventuno}src/scss/components/tile-two.scss` - ), - dest: path.resolve(outputFolder, `${ventuno}assets/css/tile-two.min.css`), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, { entry: path.resolve( outputFolder, diff --git a/composer.json b/composer.json index e5efe320ab25617c01cd9e4f570b47cd4e18fa1d..df716a2d69fb644874167370828275a4494e62a8 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "drupal/config_readonly": "^1.0", "drupal/core-composer-scaffold": "~10.0", "drupal/core-recommended": "~10.0", - "drupal/custom_markup_block": "^1.1", + "drupal/custom_markup_block": "^1.2", "drupal/default_content": "^2.0", "drupal/diff": "~1.0", "drupal/digital_size_formatter": "~2.0", @@ -84,6 +84,7 @@ "drupal/simple_block": "^1.3", "drupal/simple_sitemap": "^4.0", "drupal/site_alert": "~1.2", + "drupal/sitewide_alert": "^2.1", "drupal/smart_trim": "~1.3", "drupal/social_media_links": "^2.7", "drupal/state_machine": "^1.0", @@ -99,7 +100,7 @@ "drupal/views_bulk_operations": "^4", "drupal/views_data_export": "^1.0", "drupal/views_multiple_permissions": "^2.0", - "drush/drush": "^11.3", + "drush/drush": "^12.1", "ec-europa/joinup-tallinn-dashboard": "1.0.0-alpha2", "ec-europa/spdx": "^1.0", "ec-europa/virtuoso": "^2.1", @@ -131,6 +132,7 @@ "drupal/upgrade_status": "^4.0", "drupaltest/behat-one-time-login": "^1.0", "ec-europa/toolkit": "^9.10", + "enlightn/security-checker": "^1", "lovers-of-behat/table-extension": "^1.4", "mikey179/vfsstream": "~1.6", "openeuropa/task-runner": "^2.0", @@ -251,10 +253,9 @@ "More details when registration is denied by a subscriber @see https://www.drupal.org/project/cas/issues/3325353": "https://git.drupalcode.org/project/cas/-/merge_requests/20.diff" }, "drupal/core": { - "Allow image style to be selected in text editor @see https://www.drupal.org/node/2061377": "https://www.drupal.org/files/issues/2023-01-30/drupal-2061377-437.patch", + "Allow image style to be selected in text editor @see https://www.drupal.org/node/2061377": "https://www.drupal.org/files/issues/2023-07-18/2061377-441.patch", "Allow making the file description a required field @see https://www.drupal.org/node/2320877": "https://git.drupalcode.org/project/drupal/-/merge_requests/4255.diff", "Delete should not be the default action on /admin/content @see https://www.drupal.org/project/drupal/issues/2381293": "https://git.drupalcode.org/project/drupal/-/merge_requests/4251.diff", - "Verify that the existing cache bin exists before calling it @see https://www.drupal.org/project/drupal/issues/2429321": "https://git.drupalcode.org/project/drupal/-/merge_requests/1521.diff", "Regression: Do not bypass route access with 'link to any page' permissions for menu links @see https://www.drupal.org/project/drupal/issues/2463753": "https://git.drupalcode.org/project/drupal/-/merge_requests/3118.diff", "Upcast named arguments/named parameters in views @see https://www.drupal.org/project/drupal/issues/2528166": "https://git.drupalcode.org/project/drupal/-/merge_requests/1323.diff", "Confirmation cancel links are incorrect if installed in a subdirectory @see https://www.drupal.org/project/drupal/issues/2582295": "https://www.drupal.org/files/issues/2021-08-23/2582295-52.patch", @@ -276,9 +277,6 @@ "Cannot implement a custom user cancellation method @see https://www.drupal.org/project/drupal/issues/3135592": "https://git.drupalcode.org/project/drupal/-/merge_requests/1675.diff", "If you don't set the \"version\" of a profile, the report/status displays an empty dash @see https://www.drupal.org/project/drupal/issues/3270892": "https://git.drupalcode.org/project/drupal/-/merge_requests/2003.diff" }, - "drupal/custom_markup_block": { - "D10 compatibility @see https://www.drupal.org/project/custom_markup_block/issues/3286864": "https://www.drupal.org/files/issues/2022-08-22/custom_markup_block.1.x-dev.rector.patch" - }, "drupal/default_content": { "Allow manual imports @see https://www.drupal.org/i/2640734": "https://git.drupalcode.org/project/default_content/-/merge_requests/20.diff" }, @@ -373,7 +371,6 @@ "drupal-lenient": { "allowed-list": [ "drupal/antibot", - "drupal/custom_markup_block", "drupal/email_confirmer", "drupal/smart_trim" ] diff --git a/composer.lock b/composer.lock index a73802146e6023663614bd4bdef09ea4001765b7..4cc0241f613627c4064b524ba7e23178390290c7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "762bca9a21582fd947594137f289e54b", + "content-hash": "19f7bc68018dc7a647c89ab8e24d9bf4", "packages": [ { "name": "asm89/stack-cors", @@ -125,49 +125,49 @@ }, { "name": "chi-teck/drupal-code-generator", - "version": "2.6.2", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "22ed1cc02dc47814e8239de577da541e9b9bd980" + "reference": "ccaca62c878e2857635cf8571125fb6f90a9b556" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/22ed1cc02dc47814e8239de577da541e9b9bd980", - "reference": "22ed1cc02dc47814e8239de577da541e9b9bd980", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/ccaca62c878e2857635cf8571125fb6f90a9b556", + "reference": "ccaca62c878e2857635cf8571125fb6f90a9b556", "shasum": "" }, "require": { "ext-json": "*", - "php": ">=7.4", - "psr/log": "^1.1 || ^2.0 || ^3.0", - "symfony/console": "^4.4.15 || ^5.1 || ^6.0", - "symfony/filesystem": "^4.4 || ^5.1 || ^6", - "symfony/polyfill-php80": "^1.23", - "symfony/string": "^5.1 || ^6", - "twig/twig": "^2.14.11 || ^3.1" + "php": ">=8.1.0", + "psr/event-dispatcher": "^1.0", + "psr/log": "^3.0", + "symfony/console": "^6.2", + "symfony/dependency-injection": "^6.2", + "symfony/filesystem": "^6.2", + "symfony/string": "^6.2", + "twig/twig": "^3.4" }, "conflict": { + "slevomat/coding-standard": "<8.6.4", "squizlabs/php_codesniffer": "<3.6" }, "require-dev": { - "chi-teck/drupal-coder-extension": "^1.2", - "drupal/coder": "^8.3.14", + "chi-teck/drupal-coder-extension": "^2.0.0-alpha2", + "drupal/coder": "8.3.17", + "drupal/core": "10.1.x-dev", + "ext-simplexml": "*", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.4", - "squizlabs/php_codesniffer": "^3.5", - "symfony/var-dumper": "^5.2 || ^6.0", - "symfony/yaml": "^5.2 || ^6.0" + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "^3.7", + "symfony/var-dumper": "^6.2", + "symfony/yaml": "^6.2", + "vimeo/psalm": "^5.4" }, "bin": [ "bin/dcg" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, "autoload": { "psr-4": { "DrupalCodeGenerator\\": "src" @@ -180,9 +180,9 @@ "description": "Drupal code generator", "support": { "issues": "https://github.com/Chi-teck/drupal-code-generator/issues", - "source": "https://github.com/Chi-teck/drupal-code-generator/tree/2.6.2" + "source": "https://github.com/Chi-teck/drupal-code-generator/tree/3.0.0" }, - "time": "2022-11-11T15:34:04+00:00" + "time": "2023-03-26T07:06:55+00:00" }, { "name": "clue/stream-filter", @@ -696,16 +696,16 @@ }, { "name": "consolidation/output-formatters", - "version": "4.3.1", + "version": "4.3.2", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "f65524e9ecd2bd0021c4b18710005caaa6dcbd86" + "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/f65524e9ecd2bd0021c4b18710005caaa6dcbd86", - "reference": "f65524e9ecd2bd0021c4b18710005caaa6dcbd86", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/06711568b4cd169700ff7e8075db0a9a341ceb58", + "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58", "shasum": "" }, "require": { @@ -744,9 +744,9 @@ "description": "Format text by applying transformations provided by plug-in formatters.", "support": { "issues": "https://github.com/consolidation/output-formatters/issues", - "source": "https://github.com/consolidation/output-formatters/tree/4.3.1" + "source": "https://github.com/consolidation/output-formatters/tree/4.3.2" }, - "time": "2023-05-20T03:23:06+00:00" + "time": "2023-07-06T04:45:41+00:00" }, { "name": "consolidation/robo", @@ -2020,16 +2020,16 @@ }, { "name": "drupal/core", - "version": "10.0.9", + "version": "10.0.10", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "1299803690cf035d144c468bab6b6bf7e03aca49" + "reference": "f387645873271267b498e428774d1d5dd40147b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/1299803690cf035d144c468bab6b6bf7e03aca49", - "reference": "1299803690cf035d144c468bab6b6bf7e03aca49", + "url": "https://api.github.com/repos/drupal/core/zipball/f387645873271267b498e428774d1d5dd40147b0", + "reference": "f387645873271267b498e428774d1d5dd40147b0", "shasum": "" }, "require": { @@ -2052,7 +2052,7 @@ "ext-tokenizer": "*", "ext-xml": "*", "guzzlehttp/guzzle": "^7.5", - "guzzlehttp/psr7": "^2.4", + "guzzlehttp/psr7": "^2.4.5", "masterminds/html5": "^2.7", "pear/archive_tar": "^1.4.14", "php": ">=8.1.0", @@ -2067,8 +2067,8 @@ "symfony/process": "^6.2", "symfony/psr-http-message-bridge": "^2.1", "symfony/routing": "^6.2", - "symfony/serializer": "^6.2", - "symfony/validator": "^6.2", + "symfony/serializer": "~6.2.0", + "symfony/validator": "~6.2.0", "symfony/yaml": "^6.2", "twig/twig": "^3.4.3" }, @@ -2172,13 +2172,13 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/10.0.9" + "source": "https://github.com/drupal/core/tree/10.0.10" }, - "time": "2023-05-03T09:53:20+00:00" + "time": "2023-07-05T09:11:29+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "10.1.0", + "version": "10.1.1", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", @@ -2222,22 +2222,22 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/10.1.0" + "source": "https://github.com/drupal/core-composer-scaffold/tree/10.1.1" }, "time": "2023-04-30T16:15:32+00:00" }, { "name": "drupal/core-recommended", - "version": "10.0.9", + "version": "10.0.10", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "1584a4bbb5d72133a5ce2fd711254dea80a647dc" + "reference": "52761f7f6b2816089e4310c4f700c5a6c4b340e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/1584a4bbb5d72133a5ce2fd711254dea80a647dc", - "reference": "1584a4bbb5d72133a5ce2fd711254dea80a647dc", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/52761f7f6b2816089e4310c4f700c5a6c4b340e1", + "reference": "52761f7f6b2816089e4310c4f700c5a6c4b340e1", "shasum": "" }, "require": { @@ -2245,7 +2245,7 @@ "composer/semver": "~3.3.2", "doctrine/annotations": "~1.13.3", "doctrine/lexer": "~1.2.3", - "drupal/core": "10.0.9", + "drupal/core": "10.0.10", "egulias/email-validator": "~3.2.1", "guzzlehttp/guzzle": "~7.5.0", "guzzlehttp/promises": "~1.5.2", @@ -2301,9 +2301,9 @@ ], "description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.", "support": { - "source": "https://github.com/drupal/core-recommended/tree/10.0.9" + "source": "https://github.com/drupal/core-recommended/tree/10.0.10" }, - "time": "2023-05-03T09:53:20+00:00" + "time": "2023-07-05T09:11:29+00:00" }, { "name": "drupal/csv_serialization", @@ -2461,17 +2461,17 @@ }, { "name": "drupal/custom_markup_block", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/custom_markup_block.git", - "reference": "8.x-1.1" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/custom_markup_block-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "0d4e48032830d6431d6376cd148cbce5a86612ac" + "url": "https://ftp.drupal.org/files/projects/custom_markup_block-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "7620119afa220e5dd70e63b79e8ae8058aa7ecad" }, "require": { "drupal/core": "^8 || ^9 || ^10" @@ -2482,8 +2482,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1586002387", + "version": "8.x-1.2", + "datestamp": "1688289080", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2811,20 +2811,20 @@ }, { "name": "drupal/dynamic_entity_reference", - "version": "4.0.0-alpha2", + "version": "4.0.0-alpha3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dynamic_entity_reference.git", - "reference": "4.0.0-alpha2" + "reference": "4.0.0-alpha3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-4.0.0-alpha2.zip", - "reference": "4.0.0-alpha2", - "shasum": "de7690dd5541079956fc4d19e0b60550b07349dd" + "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-4.0.0-alpha3.zip", + "reference": "4.0.0-alpha3", + "shasum": "8f2399c134bc8f0112eefbe2b900cbcf90c9ce08" }, "require": { - "drupal/core": "^10", + "drupal/core": "^10 || ^11", "php": ">=8.1" }, "require-dev": { @@ -2835,8 +2835,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.0-alpha2", - "datestamp": "1674791033", + "version": "4.0.0-alpha3", + "datestamp": "1688838696", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -4478,17 +4478,17 @@ }, { "name": "drupal/linkit", - "version": "6.0.0-rc2", + "version": "6.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/linkit.git", - "reference": "6.0.0-rc2" + "reference": "6.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-rc2.zip", - "reference": "6.0.0-rc2", - "shasum": "69274e63d5312594cb3444656c6a0ec3800d0df4" + "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0.zip", + "reference": "6.0.0", + "shasum": "3c4143eb797abee04e5af47eb1885a65e6321b51" }, "require": { "drupal/core": "^9.4 || ^10.0.0" @@ -4503,11 +4503,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.0-rc2", - "datestamp": "1688055675", + "version": "6.0.0", + "datestamp": "1688748025", "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -5132,7 +5132,7 @@ "extra": { "drupal": { "version": "2.0.0", - "datestamp": "1687857487", + "datestamp": "1690247240", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6832,6 +6832,57 @@ "issues": "https://www.drupal.org/project/issues/site_alert" } }, + { + "name": "drupal/sitewide_alert", + "version": "2.1.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/sitewide_alert.git", + "reference": "2.1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/sitewide_alert-2.1.1.zip", + "reference": "2.1.1", + "shasum": "f701fb86c702cb2c64fb39744b3e8bb64dd45018" + }, + "require": { + "drupal/core": "^9.2 || ^10", + "php": ">=7.4" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.1.1", + "datestamp": "1686841073", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Chris Snyder", + "homepage": "https://www.drupal.org/user/1988434", + "email": "chris@chrissnyder.org", + "role": "Maintainer" + } + ], + "description": "Provides ability to display an alert message at the top of all pages.", + "homepage": "https://www.drupal.org/project/sitewide_alert", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/sitewide_alert", + "issues": "https://www.drupal.org/project/issues/sitewide_alert" + } + }, { "name": "drupal/smart_trim", "version": "1.3.0", @@ -6939,28 +6990,28 @@ }, { "name": "drupal/sparql_entity_storage", - "version": "2.0.0-alpha13", + "version": "2.0.0-alpha14", "source": { "type": "git", "url": "https://git.drupalcode.org/project/sparql_entity_storage.git", - "reference": "2.0.0-alpha13" + "reference": "2.0.0-alpha14" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/sparql_entity_storage-2.0.0-alpha13.zip", - "reference": "2.0.0-alpha13", - "shasum": "e6e6e52aeb5c01e8e4bd07630ea6985085d69563" + "url": "https://ftp.drupal.org/files/projects/sparql_entity_storage-2.0.0-alpha14.zip", + "reference": "2.0.0-alpha14", + "shasum": "dc16826b6e5ce5a893983005b83033ceb9ff9ea1" }, "require": { "drupal/core": "^9.3 || ^10", "ml/json-ld": "^1.0", - "sweetrdf/easyrdf": "^1.8" + "sweetrdf/easyrdf": "^1.9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-alpha13", - "datestamp": "1679560412", + "version": "2.0.0-alpha14", + "datestamp": "1690400095", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -7984,57 +8035,54 @@ }, { "name": "drush/drush", - "version": "11.6.0", + "version": "12.1.1", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78" + "reference": "586496f191c93d3ca5dc498fe6d1ecbdd7204330" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78", - "reference": "f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/586496f191c93d3ca5dc498fe6d1ecbdd7204330", + "reference": "586496f191c93d3ca5dc498fe6d1ecbdd7204330", "shasum": "" }, "require": { - "chi-teck/drupal-code-generator": "^2.4", + "chi-teck/drupal-code-generator": "^3.0", + "composer-runtime-api": "^2.2", "composer/semver": "^1.4 || ^3", - "consolidation/annotated-command": "^4.8.2", - "consolidation/config": "^2", - "consolidation/filter-via-dot-access-data": "^2", - "consolidation/robo": "^3.0.9 || ^4.0.1", - "consolidation/site-alias": "^3.1.6 || ^4", - "consolidation/site-process": "^4.1.3 || ^5", - "enlightn/security-checker": "^1", + "consolidation/annotated-command": "^4.9.1", + "consolidation/config": "^2.1.2", + "consolidation/filter-via-dot-access-data": "^2.0.2", + "consolidation/robo": "^4.0.6", + "consolidation/site-alias": "^4", + "consolidation/site-process": "^5.2.0", "ext-dom": "*", - "guzzlehttp/guzzle": "^6.5 || ^7.0", - "league/container": "^3.4 || ^4", - "php": ">=7.4", + "grasmash/yaml-cli": "^3.1", + "guzzlehttp/guzzle": "^7.0", + "league/container": "^4", + "php": ">=8.1", "psy/psysh": "~0.11", - "symfony/event-dispatcher": "^4.0 || ^5.0 || ^6.0", - "symfony/filesystem": "^4.4 || ^5.4 || ^6.1", - "symfony/finder": "^4.0 || ^5 || ^6", - "symfony/polyfill-php80": "^1.23", - "symfony/var-dumper": "^4.0 || ^5.0 || ^6.0", - "symfony/yaml": "^4.0 || ^5.0 || ^6.0", + "symfony/event-dispatcher": "^6", + "symfony/filesystem": "^6.1", + "symfony/finder": "^6", + "symfony/var-dumper": "^6.0", + "symfony/yaml": "^6.0", "webflo/drupal-finder": "^1.2" }, "conflict": { - "drupal/core": "< 9.2", + "drupal/core": "< 10.0", "drupal/migrate_run": "*", "drupal/migrate_tools": "<= 5" }, "require-dev": { - "composer/installers": "^1.7", + "composer/installers": "^2", "cweagans/composer-patches": "~1.0", - "david-garcia/phpwhois": "4.3.0", - "drupal/core-recommended": "^9 || ^10", + "drupal/core-recommended": "^10", "drupal/semver_example": "2.3.0", - "phpunit/phpunit": ">=7.5.20", + "phpunit/phpunit": "^9", "rector/rector": "^0.12", - "squizlabs/php_codesniffer": "^3.6", - "vlucas/phpdotenv": "^2.4", - "yoast/phpunit-polyfills": "^0.2.0" + "squizlabs/php_codesniffer": "^3.7" }, "bin": [ "drush" @@ -8116,8 +8164,9 @@ "support": { "forum": "http://drupal.stackexchange.com/questions/tagged/drush", "issues": "https://github.com/drush-ops/drush/issues", + "security": "https://github.com/drush-ops/drush/security/advisories", "slack": "https://drupal.slack.com/messages/C62H9CWQM", - "source": "https://github.com/drush-ops/drush/tree/11.6.0" + "source": "https://github.com/drush-ops/drush/tree/12.1.1" }, "funding": [ { @@ -8125,7 +8174,7 @@ "type": "github" } ], - "time": "2023-06-06T18:46:18+00:00" + "time": "2023-06-28T13:56:27+00:00" }, { "name": "ec-europa/joinup-tallinn-dashboard", @@ -8285,72 +8334,6 @@ ], "time": "2023-06-01T07:04:22+00:00" }, - { - "name": "enlightn/security-checker", - "version": "v1.10.0", - "source": { - "type": "git", - "url": "https://github.com/enlightn/security-checker.git", - "reference": "196bacc76e7a72a63d0e1220926dbb190272db97" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/enlightn/security-checker/zipball/196bacc76e7a72a63d0e1220926dbb190272db97", - "reference": "196bacc76e7a72a63d0e1220926dbb190272db97", - "shasum": "" - }, - "require": { - "ext-json": "*", - "guzzlehttp/guzzle": "^6.3|^7.0", - "php": ">=5.6", - "symfony/console": "^3.4|^4|^5|^6", - "symfony/finder": "^3|^4|^5|^6", - "symfony/process": "^3.4|^4|^5|^6", - "symfony/yaml": "^3.4|^4|^5|^6" - }, - "require-dev": { - "ext-zip": "*", - "friendsofphp/php-cs-fixer": "^2.18|^3.0", - "phpunit/phpunit": "^5.5|^6|^7|^8|^9" - }, - "bin": [ - "security-checker" - ], - "type": "library", - "autoload": { - "psr-4": { - "Enlightn\\SecurityChecker\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paras Malhotra", - "email": "paras@laravel-enlightn.com" - }, - { - "name": "Miguel Piedrafita", - "email": "soy@miguelpiedrafita.com" - } - ], - "description": "A PHP dependency vulnerabilities scanner based on the Security Advisories Database.", - "keywords": [ - "package", - "php", - "scanner", - "security", - "security advisories", - "vulnerability scanner" - ], - "support": { - "issues": "https://github.com/enlightn/security-checker/issues", - "source": "https://github.com/enlightn/security-checker/tree/v1.10.0" - }, - "time": "2022-02-21T22:40:16+00:00" - }, { "name": "enshrined/svg-sanitize", "version": "0.16.0", @@ -8575,6 +8558,62 @@ }, "time": "2022-05-10T13:14:49+00:00" }, + { + "name": "grasmash/yaml-cli", + "version": "3.1.0", + "source": { + "type": "git", + "url": "https://github.com/grasmash/yaml-cli.git", + "reference": "00f3fd775f6abbfacd44432f1999c3c3b02791f0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/grasmash/yaml-cli/zipball/00f3fd775f6abbfacd44432f1999c3c3b02791f0", + "reference": "00f3fd775f6abbfacd44432f1999c3c3b02791f0", + "shasum": "" + }, + "require": { + "dflydev/dot-access-data": "^3", + "php": ">=8.0", + "symfony/console": "^6", + "symfony/filesystem": "^6", + "symfony/yaml": "^6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2", + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3.0" + }, + "bin": [ + "bin/yaml-cli" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Grasmash\\YamlCli\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matthew Grasmick" + } + ], + "description": "A command line tool for reading and manipulating yaml files.", + "support": { + "issues": "https://github.com/grasmash/yaml-cli/issues", + "source": "https://github.com/grasmash/yaml-cli/tree/3.1.0" + }, + "time": "2022-05-09T20:22:34+00:00" + }, { "name": "guzzlehttp/guzzle", "version": "7.5.3", @@ -10159,16 +10198,16 @@ }, { "name": "openeuropa/oe_webtools", - "version": "1.23.0", + "version": "1.24.0", "source": { "type": "git", "url": "https://github.com/openeuropa/oe_webtools.git", - "reference": "dce35c0f3411b059b346c9dd32018761a97635f9" + "reference": "d2218d686798e446ee51be6e93bb1bf195507a8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/openeuropa/oe_webtools/zipball/dce35c0f3411b059b346c9dd32018761a97635f9", - "reference": "dce35c0f3411b059b346c9dd32018761a97635f9", + "url": "https://api.github.com/repos/openeuropa/oe_webtools/zipball/d2218d686798e446ee51be6e93bb1bf195507a8c", + "reference": "d2218d686798e446ee51be6e93bb1bf195507a8c", "shasum": "" }, "require": { @@ -10237,9 +10276,9 @@ "description": "OpenEuropa Webtools integration.", "support": { "issues": "https://github.com/openeuropa/oe_webtools/issues", - "source": "https://github.com/openeuropa/oe_webtools/tree/1.23.0" + "source": "https://github.com/openeuropa/oe_webtools/tree/1.24.0" }, - "time": "2023-05-11T11:31:57+00:00" + "time": "2023-06-30T13:15:48+00:00" }, { "name": "pear/archive_tar", @@ -11724,21 +11763,21 @@ }, { "name": "sweetrdf/rdf-helpers", - "version": "1.1.0", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/sweetrdf/rdfHelpers.git", - "reference": "4e5f0249fce3704ea7f25884cea6b3306b6f3921" + "reference": "b1d1b6084a10815bfdbc7afecaa6d5c2d0f0b4f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sweetrdf/rdfHelpers/zipball/4e5f0249fce3704ea7f25884cea6b3306b6f3921", - "reference": "4e5f0249fce3704ea7f25884cea6b3306b6f3921", + "url": "https://api.github.com/repos/sweetrdf/rdfHelpers/zipball/b1d1b6084a10815bfdbc7afecaa6d5c2d0f0b4f7", + "reference": "b1d1b6084a10815bfdbc7afecaa6d5c2d0f0b4f7", "shasum": "" }, "require": { "php": ">=8.0", - "sweetrdf/rdf-interface": "^1.1.0-RC4", + "sweetrdf/rdf-interface": "^1 | ^2.0.0-RC1", "zozlak/rdf-constants": "^1.1" }, "require-dev": { @@ -11768,27 +11807,27 @@ "homepage": "https://github.com/sweetrdf/rdfHelpers", "support": { "issues": "https://github.com/sweetrdf/rdfHelpers/issues", - "source": "https://github.com/sweetrdf/rdfHelpers/tree/1.1.0" + "source": "https://github.com/sweetrdf/rdfHelpers/tree/1.0.2" }, - "time": "2023-05-11T17:37:49+00:00" + "time": "2023-07-26T13:41:01+00:00" }, { "name": "sweetrdf/rdf-interface", - "version": "1.1.0-RC4", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/sweetrdf/rdfInterface.git", - "reference": "8fcef9615a3a2146cee77f680ccb96e423154aaa" + "reference": "b0c930b7bd7a80e63f77510d0dcb261aead4f0a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sweetrdf/rdfInterface/zipball/8fcef9615a3a2146cee77f680ccb96e423154aaa", - "reference": "8fcef9615a3a2146cee77f680ccb96e423154aaa", + "url": "https://api.github.com/repos/sweetrdf/rdfInterface/zipball/b0c930b7bd7a80e63f77510d0dcb261aead4f0a3", + "reference": "b0c930b7bd7a80e63f77510d0dcb261aead4f0a3", "shasum": "" }, "require": { "php": ">=8.0", - "psr/http-message": "^1.0", + "psr/http-message": "^1.0 || ^2.0", "zozlak/rdf-constants": "*" }, "require-dev": { @@ -11816,9 +11855,9 @@ "homepage": "https://github.com/sweetrdf/rdfInterface", "support": { "issues": "https://github.com/sweetrdf/rdfInterface/issues", - "source": "https://github.com/sweetrdf/rdfInterface/tree/1.1.0-RC4" + "source": "https://github.com/sweetrdf/rdfInterface/tree/1.0.1" }, - "time": "2023-01-05T07:44:34+00:00" + "time": "2023-07-21T08:26:06+00:00" }, { "name": "swiftmailer/swiftmailer", @@ -13587,89 +13626,6 @@ ], "time": "2022-11-03T14:55:06+00:00" }, - { - "name": "symfony/polyfill-php80", - "version": "v1.27.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-11-03T14:55:06+00:00" - }, { "name": "symfony/polyfill-php81", "version": "v1.27.0", @@ -17233,16 +17189,16 @@ }, { "name": "ec-europa/toolkit", - "version": "9.10.0", + "version": "9.11.0", "source": { "type": "git", "url": "https://github.com/ec-europa/toolkit.git", - "reference": "eb16ebcea9af6e29539a5c9f510a497c1c6614ec" + "reference": "da579e84f8333250590f93225db6dc5f794fae05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ec-europa/toolkit/zipball/eb16ebcea9af6e29539a5c9f510a497c1c6614ec", - "reference": "eb16ebcea9af6e29539a5c9f510a497c1c6614ec", + "url": "https://api.github.com/repos/ec-europa/toolkit/zipball/da579e84f8333250590f93225db6dc5f794fae05", + "reference": "da579e84f8333250590f93225db6dc5f794fae05", "shasum": "" }, "require": { @@ -17250,7 +17206,7 @@ "consolidation/annotated-command": "^4.7.0", "consolidation/robo": "^3.0 || ^4.0", "cweagans/composer-patches": "^1.4 || ^1.7", - "drush/drush": "^10.0.0 || ^11.0.4", + "drush/drush": "^10.0.0 || ^11.0.4 || ^12.0", "ec-europa/qa-automation": "^9.0", "ext-curl": "*", "ext-dom": "*", @@ -17294,7 +17250,73 @@ "email": "DIGIT-NEXTEUROPA-QA@ec.europa.eu", "source": "https://github.com/ec-europa/toolkit" }, - "time": "2023-05-31T10:07:16+00:00" + "time": "2023-06-30T10:03:47+00:00" + }, + { + "name": "enlightn/security-checker", + "version": "v1.10.0", + "source": { + "type": "git", + "url": "https://github.com/enlightn/security-checker.git", + "reference": "196bacc76e7a72a63d0e1220926dbb190272db97" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/enlightn/security-checker/zipball/196bacc76e7a72a63d0e1220926dbb190272db97", + "reference": "196bacc76e7a72a63d0e1220926dbb190272db97", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/guzzle": "^6.3|^7.0", + "php": ">=5.6", + "symfony/console": "^3.4|^4|^5|^6", + "symfony/finder": "^3|^4|^5|^6", + "symfony/process": "^3.4|^4|^5|^6", + "symfony/yaml": "^3.4|^4|^5|^6" + }, + "require-dev": { + "ext-zip": "*", + "friendsofphp/php-cs-fixer": "^2.18|^3.0", + "phpunit/phpunit": "^5.5|^6|^7|^8|^9" + }, + "bin": [ + "security-checker" + ], + "type": "library", + "autoload": { + "psr-4": { + "Enlightn\\SecurityChecker\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paras Malhotra", + "email": "paras@laravel-enlightn.com" + }, + { + "name": "Miguel Piedrafita", + "email": "soy@miguelpiedrafita.com" + } + ], + "description": "A PHP dependency vulnerabilities scanner based on the Security Advisories Database.", + "keywords": [ + "package", + "php", + "scanner", + "security", + "security advisories", + "vulnerability scanner" + ], + "support": { + "issues": "https://github.com/enlightn/security-checker/issues", + "source": "https://github.com/enlightn/security-checker/tree/v1.10.0" + }, + "time": "2022-02-21T22:40:16+00:00" }, { "name": "friends-of-behat/mink-extension", @@ -19361,16 +19383,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.22.0", + "version": "1.22.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c" + "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ec58baf7b3c7f1c81b3b00617c953249fb8cf30c", - "reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/65c39594fbd8c67abfc68bb323f86447bab79cc0", + "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0", "shasum": "" }, "require": { @@ -19402,22 +19424,22 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.22.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.22.1" }, - "time": "2023-06-01T12:35:21+00:00" + "time": "2023-06-29T20:46:06+00:00" }, { "name": "phpstan/phpstan", - "version": "1.10.21", + "version": "1.10.25", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "b2a30186be2e4d97dce754ae4e65eb0ec2f04eb5" + "reference": "578f4e70d117f9a90699324c555922800ac38d8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b2a30186be2e4d97dce754ae4e65eb0ec2f04eb5", - "reference": "b2a30186be2e4d97dce754ae4e65eb0ec2f04eb5", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/578f4e70d117f9a90699324c555922800ac38d8c", + "reference": "578f4e70d117f9a90699324c555922800ac38d8c", "shasum": "" }, "require": { @@ -19466,7 +19488,7 @@ "type": "tidelift" } ], - "time": "2023-06-21T20:07:58+00:00" + "time": "2023-07-06T12:11:37+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -19836,16 +19858,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.9", + "version": "9.6.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a9aceaf20a682aeacf28d582654a1670d8826778" + "reference": "a6d351645c3fe5a30f5e86be6577d946af65a328" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a9aceaf20a682aeacf28d582654a1670d8826778", - "reference": "a9aceaf20a682aeacf28d582654a1670d8826778", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a6d351645c3fe5a30f5e86be6577d946af65a328", + "reference": "a6d351645c3fe5a30f5e86be6577d946af65a328", "shasum": "" }, "require": { @@ -19919,7 +19941,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.9" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.10" }, "funding": [ { @@ -19935,7 +19957,7 @@ "type": "tidelift" } ], - "time": "2023-06-11T06:13:56+00:00" + "time": "2023-07-10T04:04:23+00:00" }, { "name": "rector/rector", @@ -21432,6 +21454,89 @@ ], "time": "2023-06-23T13:25:16+00:00" }, + { + "name": "symfony/polyfill-php80", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, { "name": "symfony/translation", "version": "v6.3.0", diff --git a/config/sync/block.block.eirapropertiesblock.yml b/config/sync/block.block.eirapropertiesblock.yml new file mode 100644 index 0000000000000000000000000000000000000000..c7fe1f81770958b122c4fc8b80b55b1602fa56eb --- /dev/null +++ b/config/sync/block.block.eirapropertiesblock.yml @@ -0,0 +1,34 @@ +uuid: 20e484d6-f53e-4737-b43b-f2e9b48d0e70 +langcode: en +status: true +dependencies: + module: + - eira + - joinup_core + - taxonomy + theme: + - ventuno +id: eirapropertiesblock +theme: ventuno +region: content_bottom +weight: 0 +provider: null +plugin: eira_properties_block +settings: + id: eira_properties_block + label: 'EIRA properties' + label_display: visible + provider: eira +visibility: + request_route: + id: request_route + negate: false + routes: + - entity.taxonomy_term.canonical + 'entity_bundle:taxonomy_term': + id: 'entity_bundle:taxonomy_term' + negate: false + context_mapping: + taxonomy_term: '@taxonomy_term.taxonomy_term_route_context:taxonomy_term' + bundles: + eira: eira diff --git a/config/sync/block.block.iop_site_alerts.yml b/config/sync/block.block.iop_site_alerts.yml deleted file mode 100644 index 2a2cdf95022a236a5c1534aa73b79148fb14b734..0000000000000000000000000000000000000000 --- a/config/sync/block.block.iop_site_alerts.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 790147e7-4c31-453e-a779-e4d1c9b511e1 -langcode: en -status: true -dependencies: - module: - - site_alert - theme: - - iop -id: iop_site_alerts -theme: iop -region: messages -weight: -19 -provider: null -plugin: site_alert_block -settings: - id: site_alert_block - label: 'Site alerts' - label_display: '0' - provider: site_alert - timeout: 0 -visibility: { } diff --git a/config/sync/block.block.iop_site_wide_alerts.yml b/config/sync/block.block.iop_site_wide_alerts.yml new file mode 100644 index 0000000000000000000000000000000000000000..df015a43a258b8f4c6238208fc5a5b85afa907dc --- /dev/null +++ b/config/sync/block.block.iop_site_wide_alerts.yml @@ -0,0 +1,20 @@ +uuid: 56b654b3-a72d-471d-87b2-daa5c2d09a73 +langcode: en +status: true +dependencies: + module: + - sitewide_alert_block + theme: + - iop +id: iop_site_wide_alerts +theme: iop +region: messages +weight: -20 +provider: null +plugin: sitewide_alert_block +settings: + id: sitewide_alert_block + label: 'Site wide alerts' + label_display: '0' + provider: sitewide_alert_block +visibility: { } diff --git a/config/sync/block.block.ventuno_eiradeprecatedtermmessage.yml b/config/sync/block.block.ventuno_eiradeprecatedtermmessage.yml index f4d522a1ba2324b57c889fed13b590a452958618..f97dccaee4e673c36279f2750d8e60e0bbb922d3 100644 --- a/config/sync/block.block.ventuno_eiradeprecatedtermmessage.yml +++ b/config/sync/block.block.ventuno_eiradeprecatedtermmessage.yml @@ -10,7 +10,7 @@ dependencies: id: ventuno_eiradeprecatedtermmessage theme: ventuno region: messages -weight: -23 +weight: -22 provider: null plugin: eira_deprecated_term_block settings: diff --git a/config/sync/block.block.ventuno_licencedeprecatedmessage.yml b/config/sync/block.block.ventuno_licencedeprecatedmessage.yml index 54edf5008601373752d7f7124eecf0fe50d7774c..a8941b9040e87a0aecef904a8829b08cd9aa98c8 100644 --- a/config/sync/block.block.ventuno_licencedeprecatedmessage.yml +++ b/config/sync/block.block.ventuno_licencedeprecatedmessage.yml @@ -10,7 +10,7 @@ dependencies: id: ventuno_licencedeprecatedmessage theme: ventuno region: messages -weight: -24 +weight: -23 provider: null plugin: licence_deprecated_message_block settings: diff --git a/config/sync/block.block.ventuno_messages.yml b/config/sync/block.block.ventuno_messages.yml index b748b64820e840e6c47bc7c718a6817aec3c334d..d8472e8b50cb0ba059c1b56cce72568cf3ed3353 100644 --- a/config/sync/block.block.ventuno_messages.yml +++ b/config/sync/block.block.ventuno_messages.yml @@ -11,7 +11,7 @@ _core: id: ventuno_messages theme: ventuno region: messages -weight: -25 +weight: -24 provider: null plugin: system_messages_block settings: diff --git a/config/sync/block.block.ventuno_site_alerts.yml b/config/sync/block.block.ventuno_site_alerts.yml deleted file mode 100644 index ce5d2100c1fa77d2b11424cf315a9fba077ab44d..0000000000000000000000000000000000000000 --- a/config/sync/block.block.ventuno_site_alerts.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 7a576ff4-2d68-4f48-8ea2-6d24ff227c21 -langcode: en -status: true -dependencies: - module: - - site_alert - theme: - - ventuno -id: ventuno_site_alerts -theme: ventuno -region: messages -weight: -26 -provider: null -plugin: site_alert_block -settings: - id: site_alert_block - label: 'Site alerts' - label_display: '0' - provider: site_alert - timeout: 0 -visibility: { } diff --git a/config/sync/block.block.ventuno_site_wide_alerts.yml b/config/sync/block.block.ventuno_site_wide_alerts.yml new file mode 100644 index 0000000000000000000000000000000000000000..e4a56bba716e2e69f7ceb72a2ee4ac718c4dcac4 --- /dev/null +++ b/config/sync/block.block.ventuno_site_wide_alerts.yml @@ -0,0 +1,20 @@ +uuid: d355c65c-66d7-4437-8a11-1ed1057fb04c +langcode: en +status: true +dependencies: + module: + - sitewide_alert_block + theme: + - ventuno +id: ventuno_site_wide_alerts +theme: ventuno +region: messages +weight: -26 +provider: null +plugin: sitewide_alert_block +settings: + id: sitewide_alert_block + label: 'Site wide alerts' + label_display: '0' + provider: sitewide_alert_block +visibility: { } diff --git a/config/sync/core.entity_form_display.sitewide_alert.sitewide_alert.default.yml b/config/sync/core.entity_form_display.sitewide_alert.sitewide_alert.default.yml new file mode 100644 index 0000000000000000000000000000000000000000..25a7875fb33b3a45d55ee63c55da2fd72e10db40 --- /dev/null +++ b/config/sync/core.entity_form_display.sitewide_alert.sitewide_alert.default.yml @@ -0,0 +1,45 @@ +uuid: 0c14a53f-e03d-4850-b191-643e04edcfa3 +langcode: en +status: true +dependencies: + config: + - field.field.sitewide_alert.sitewide_alert.category + - field.field.sitewide_alert.sitewide_alert.icon + module: + - datetime_range + - sitewide_alert + - text +id: sitewide_alert.sitewide_alert.default +targetEntityType: sitewide_alert +bundle: sitewide_alert +mode: default +content: + category: + type: options_select + weight: 1 + region: content + settings: { } + third_party_settings: { } + icon: + type: options_select + weight: 0 + region: content + settings: { } + third_party_settings: { } + langcode: + type: language_select + weight: 3 + region: content + settings: + include_locked: true + third_party_settings: { } + message: + type: text_textarea + weight: 2 + region: content + settings: + rows: 4 + placeholder: '' + third_party_settings: { } +hidden: + user_id: true diff --git a/config/sync/core.entity_view_display.node.custom_page.carousel.yml b/config/sync/core.entity_view_display.node.custom_page.carousel.yml index cdf0a56faf6a9e8e1d9c736d775f4ae144333ecf..153037170b040b746c433e7e37805f47e343ffd4 100644 --- a/config/sync/core.entity_view_display.node.custom_page.carousel.yml +++ b/config/sync/core.entity_view_display.node.custom_page.carousel.yml @@ -54,7 +54,7 @@ content: type: responsive_image label: hidden settings: - responsive_image_style: iop_carousel + responsive_image_style: tile image_link: '' third_party_settings: template_suggestion: @@ -78,6 +78,11 @@ content: template_suggestion: '' weight: 1 region: content + flag_like_node: + settings: { } + third_party_settings: { } + weight: 3 + region: content report: type: link label: hidden @@ -93,7 +98,6 @@ content: hidden: field_attachment: true field_state: true - flag_like_node: true langcode: true links: true og_audience: true diff --git a/config/sync/core.entity_view_display.node.custom_page.view_mode_tile.yml b/config/sync/core.entity_view_display.node.custom_page.view_mode_tile.yml index f5e971037185e4f69d7049933c011f7bb56419ff..efac6f138e66f74aa2bb08c51d89fd6acdc80db0 100644 --- a/config/sync/core.entity_view_display.node.custom_page.view_mode_tile.yml +++ b/config/sync/core.entity_view_display.node.custom_page.view_mode_tile.yml @@ -40,7 +40,7 @@ content: type: entity_reference_revisions_entity_view label: hidden settings: - view_mode: preview + view_mode: default link: '' third_party_settings: field_delimiter: diff --git a/config/sync/core.entity_view_display.node.custom_page.tile_two.yml b/config/sync/core.entity_view_display.node.custom_page.view_mode_tile_horizontal.yml similarity index 70% rename from config/sync/core.entity_view_display.node.custom_page.tile_two.yml rename to config/sync/core.entity_view_display.node.custom_page.view_mode_tile_horizontal.yml index deffd981b9e59d4a01de102bc641b5f59b3e9bf2..0d7dfcca86c97a743559e9d28224aa1a108bc72c 100644 --- a/config/sync/core.entity_view_display.node.custom_page.tile_two.yml +++ b/config/sync/core.entity_view_display.node.custom_page.view_mode_tile_horizontal.yml @@ -1,23 +1,20 @@ -uuid: 737a9f86-39d9-4f1d-b8c6-c42adc1b3e7e +uuid: 85e56a90-8b38-4a89-bd18-a1e0657064b5 langcode: en status: true dependencies: config: - - core.entity_view_mode.node.tile_two + - core.entity_view_mode.node.view_mode_tile_horizontal - field.field.node.custom_page.field_attachment - field.field.node.custom_page.field_custom_page_logo - field.field.node.custom_page.field_paragraphs_body - field.field.node.custom_page.field_state - field.field.node.custom_page.og_audience - node.type.custom_page - - responsive_image.styles.teaser + - responsive_image.styles.tile module: - entity_reference_revisions - - field_delimiter - - field_formatter_range - field_group - layout_builder - - link - responsive_image - template_suggestion - user @@ -29,7 +26,7 @@ third_party_settings: label: Attachments parent_name: '' region: hidden - weight: 4 + weight: 10 format_type: html_element format_settings: classes: '' @@ -45,63 +42,44 @@ third_party_settings: allow_custom: false _core: default_config_hash: ZZ0APhON-5FpA-vKXTwx_A1Bz6FHZzw2XG7t7MvvXO8 -id: node.custom_page.tile_two +id: node.custom_page.view_mode_tile_horizontal targetEntityType: node bundle: custom_page -mode: tile_two +mode: view_mode_tile_horizontal content: field_custom_page_logo: type: responsive_image label: hidden settings: - responsive_image_style: teaser + responsive_image_style: tile image_link: '' third_party_settings: template_suggestion: template_suggestion: bare - weight: 2 + weight: 0 region: content field_paragraphs_body: type: entity_reference_revisions_entity_view label: hidden settings: - view_mode: preview + view_mode: default link: '' - third_party_settings: - field_delimiter: - delimiter: '' - field_formatter_range: - order: 0 - limit: 0 - offset: 0 - template_suggestion: - template_suggestion: '' + third_party_settings: { } weight: 1 region: content - links: + flag_like_node: settings: { } third_party_settings: { } - weight: 0 - region: content - report: - type: link - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - weight: 3 + weight: 2 region: content hidden: field_attachment: true field_state: true - flag_like_node: true langcode: true + links: true og_audience: true published_at: true read_more: true + report: true search_api_excerpt: true share_link: true diff --git a/config/sync/core.entity_view_display.node.discussion.carousel.yml b/config/sync/core.entity_view_display.node.discussion.carousel.yml index 43e3fd88ba9173af0dc48aab0ed73f5e58f5da3c..5e396fff95c6ab107dadd695a46ea58d54154a08 100644 --- a/config/sync/core.entity_view_display.node.discussion.carousel.yml +++ b/config/sync/core.entity_view_display.node.discussion.carousel.yml @@ -48,6 +48,11 @@ content: template_suggestion: comma_separated weight: 1 region: content + flag_like_node: + settings: { } + third_party_settings: { } + weight: 2 + region: content hidden: featured: true field_attachment: true @@ -57,7 +62,6 @@ hidden: field_shared_in: true field_site_featured: true field_state: true - flag_like_node: true flag_subscribe_discussions: true invite_link: true langcode: true diff --git a/config/sync/core.entity_view_display.node.discussion.view_mode_tile.yml b/config/sync/core.entity_view_display.node.discussion.view_mode_tile.yml index 679d4502077c34d6168da6e84a38180c19a91d69..43d1c969eee73ef755d99bd601dae09f203f54f2 100644 --- a/config/sync/core.entity_view_display.node.discussion.view_mode_tile.yml +++ b/config/sync/core.entity_view_display.node.discussion.view_mode_tile.yml @@ -17,9 +17,9 @@ dependencies: - node.type.discussion - responsive_image.styles.tile module: - - joinup_html_stripper - responsive_image - template_suggestion + - text - user _core: default_config_hash: SmfpRbn-HQzP1J11ggSWaNej9LobsgmxhSWXz2MODxU @@ -29,14 +29,13 @@ bundle: discussion mode: view_mode_tile content: body: - type: joinup_html_stripper_stripped + type: text_default label: hidden - settings: - trim_length: 500 + settings: { } third_party_settings: template_suggestion: template_suggestion: bare - weight: 2 + weight: 1 region: content field_discussion_logo: type: responsive_image @@ -47,26 +46,6 @@ content: third_party_settings: template_suggestion: template_suggestion: bare - weight: 1 - region: content - field_keywords: - type: string - label: hidden - settings: - link_to_entity: false - third_party_settings: - template_suggestion: - template_suggestion: comma_separated - weight: 3 - region: content - field_topic: - type: entity_reference_label - label: hidden - settings: - link: false - third_party_settings: - template_suggestion: - template_suggestion: comma_separated weight: 0 region: content flag_like_node: @@ -77,10 +56,12 @@ content: hidden: featured: true field_attachment: true + field_keywords: true field_replies: true field_shared_in: true field_site_featured: true field_state: true + field_topic: true flag_subscribe_discussions: true invite_link: true langcode: true diff --git a/config/sync/core.entity_view_display.node.discussion.view_mode_tile_horizontal.yml b/config/sync/core.entity_view_display.node.discussion.view_mode_tile_horizontal.yml new file mode 100644 index 0000000000000000000000000000000000000000..bd6245b37d608af58509e5cf60a779ecb2ff7ea7 --- /dev/null +++ b/config/sync/core.entity_view_display.node.discussion.view_mode_tile_horizontal.yml @@ -0,0 +1,82 @@ +uuid: 971f17f4-c72c-4fc1-b68c-555137b93c90 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.view_mode_tile_horizontal + - field.field.node.discussion.body + - field.field.node.discussion.field_attachment + - field.field.node.discussion.field_discussion_logo + - field.field.node.discussion.field_keywords + - field.field.node.discussion.field_replies + - field.field.node.discussion.field_shared_in + - field.field.node.discussion.field_site_featured + - field.field.node.discussion.field_state + - field.field.node.discussion.field_topic + - field.field.node.discussion.og_audience + - node.type.discussion + - responsive_image.styles.tile + module: + - layout_builder + - responsive_image + - template_suggestion + - text + - user +third_party_settings: + layout_builder: + enabled: false + allow_custom: false +_core: + default_config_hash: MH5IsqzkjyHQwMAIhBMkvdrrpJeonD3UC7kQpOvXJX0 +id: node.discussion.view_mode_tile_horizontal +targetEntityType: node +bundle: discussion +mode: view_mode_tile_horizontal +content: + body: + type: text_default + label: hidden + settings: { } + third_party_settings: + template_suggestion: + template_suggestion: bare + weight: 1 + region: content + field_discussion_logo: + type: responsive_image + label: hidden + settings: + responsive_image_style: tile + image_link: '' + third_party_settings: + template_suggestion: + template_suggestion: bare + weight: 0 + region: content + flag_like_node: + settings: { } + third_party_settings: { } + weight: 10 + region: content +hidden: + featured: true + field_attachment: true + field_keywords: true + field_replies: true + field_shared_in: true + field_site_featured: true + field_state: true + field_topic: true + flag_subscribe_discussions: true + invite_link: true + langcode: true + latest_update_time: true + links: true + og_audience: true + pinned_in: true + published_at: true + read_more: true + report: true + search_api_excerpt: true + share_link: true + visit_count: true diff --git a/config/sync/core.entity_view_display.node.document.carousel.yml b/config/sync/core.entity_view_display.node.document.carousel.yml index e13a0f0103f9ec12314925ab324e2f2da83b8e61..92b5bf6cd5e16129c8e57e52539bcf2a610badb5 100644 --- a/config/sync/core.entity_view_display.node.document.carousel.yml +++ b/config/sync/core.entity_view_display.node.document.carousel.yml @@ -86,7 +86,7 @@ content: type: responsive_image label: hidden settings: - responsive_image_style: iop_carousel + responsive_image_style: tile image_link: '' third_party_settings: template_suggestion: @@ -103,6 +103,11 @@ content: template_suggestion: no_wrappers weight: 0 region: content + flag_like_node: + settings: { } + third_party_settings: { } + weight: 3 + region: content hidden: featured: true field_comments: true @@ -116,7 +121,6 @@ hidden: field_state: true field_topic: true field_type: true - flag_like_node: true langcode: true links: true og_audience: true diff --git a/config/sync/core.entity_view_display.node.document.highlighted.yml b/config/sync/core.entity_view_display.node.document.highlighted.yml index b5382a33a522e38e7ba60c4511d2cec9c6584f65..dcfe61b73c90d6cc1691807c4ef7a6d07dca24d4 100644 --- a/config/sync/core.entity_view_display.node.document.highlighted.yml +++ b/config/sync/core.entity_view_display.node.document.highlighted.yml @@ -22,8 +22,6 @@ dependencies: - node.type.document - responsive_image.styles.highlighted_content module: - - field_delimiter - - field_formatter_range - field_group - joinup_html_stripper - layout_builder @@ -87,7 +85,7 @@ content: third_party_settings: template_suggestion: template_suggestion: '' - weight: 2 + weight: 1 region: content field_document_logo: type: responsive_image @@ -100,21 +98,10 @@ content: template_suggestion: '' weight: 0 region: content - field_topic: - type: entity_reference_label - label: hidden - settings: - link: true - third_party_settings: - field_delimiter: - delimiter: '' - field_formatter_range: - order: 0 - limit: 2 - offset: 0 - template_suggestion: - template_suggestion: '' - weight: 1 + flag_like_node: + settings: { } + third_party_settings: { } + weight: 2 region: content hidden: featured: true @@ -128,8 +115,8 @@ hidden: field_short_title: true field_site_featured: true field_state: true + field_topic: true field_type: true - flag_like_node: true langcode: true links: true og_audience: true diff --git a/config/sync/core.entity_view_display.node.document.view_mode_tile.yml b/config/sync/core.entity_view_display.node.document.view_mode_tile.yml index 22c4e02aa472db6bd0a516c8cb7f4ae8eebd3e23..5de631a8c0f02b15865f18aa44a25078cfcd8a12 100644 --- a/config/sync/core.entity_view_display.node.document.view_mode_tile.yml +++ b/config/sync/core.entity_view_display.node.document.view_mode_tile.yml @@ -22,11 +22,9 @@ dependencies: - node.type.document - responsive_image.styles.tile module: - - file_url - - joinup_html_stripper - - options - responsive_image - template_suggestion + - text - user _core: default_config_hash: W1EgrmzJHwU_f1cWpd48tTcGdhOt4gLbqLOmi0XtqfU @@ -36,14 +34,13 @@ bundle: document mode: view_mode_tile content: body: - type: joinup_html_stripper_stripped + type: text_default label: hidden - settings: - trim_length: 500 + settings: { } third_party_settings: template_suggestion: template_suggestion: bare - weight: 0 + weight: 1 region: content field_document_logo: type: responsive_image @@ -53,35 +50,8 @@ content: image_link: '' third_party_settings: template_suggestion: - template_suggestion: bare - weight: 4 - region: content - field_file: - type: file_url_default - label: hidden - settings: - mode: link - third_party_settings: { } - weight: 2 - region: content - field_keywords: - type: string - label: hidden - settings: - link_to_entity: false - third_party_settings: - template_suggestion: - template_suggestion: comma_separated - weight: 3 - region: content - field_type: - type: list_default - label: hidden - settings: { } - third_party_settings: - template_suggestion: - template_suggestion: no_wrappers - weight: 1 + template_suggestion: '' + weight: 0 region: content flag_like_node: settings: { } @@ -93,12 +63,15 @@ hidden: field_comments: true field_document_publication_date: true field_document_spatial_coverage: true + field_file: true + field_keywords: true field_licence: true field_shared_in: true field_short_title: true field_site_featured: true field_state: true field_topic: true + field_type: true langcode: true links: true og_audience: true diff --git a/config/sync/core.entity_view_display.node.document.tile_two.yml b/config/sync/core.entity_view_display.node.document.view_mode_tile_horizontal.yml similarity index 52% rename from config/sync/core.entity_view_display.node.document.tile_two.yml rename to config/sync/core.entity_view_display.node.document.view_mode_tile_horizontal.yml index 01065f6acf53f0dadd04012abcc432b28faf4986..30e6d1530669ef583a03c90fafcfdfbc9fbe2b7f 100644 --- a/config/sync/core.entity_view_display.node.document.tile_two.yml +++ b/config/sync/core.entity_view_display.node.document.view_mode_tile_horizontal.yml @@ -1,10 +1,9 @@ -uuid: a9265088-c46a-4020-a31e-7e482f93cf7c +uuid: cb51ee6e-eba4-4bc8-a4a2-930c6ccfb552 langcode: en status: true dependencies: config: - - core.entity_view_display.comment.comment.default - - core.entity_view_mode.node.tile_two + - core.entity_view_mode.node.view_mode_tile_horizontal - field.field.node.document.body - field.field.node.document.field_comments - field.field.node.document.field_document_logo @@ -21,15 +20,10 @@ dependencies: - field.field.node.document.field_type - field.field.node.document.og_audience - node.type.document - - responsive_image.styles.teaser + - responsive_image.styles.tile module: - - comment - - datetime - field_group - - file_url - layout_builder - - link - - options - responsive_image - template_suggestion - text @@ -38,12 +32,12 @@ third_party_settings: field_group: group_categorisation: children: - - field_type - field_licence + - field_type label: Categorisation parent_name: '' - region: content - weight: 3 + region: hidden + weight: 23 format_type: html_element format_settings: classes: '' @@ -59,8 +53,8 @@ third_party_settings: - field_file label: Attachment parent_name: '' - region: content - weight: 4 + region: hidden + weight: 24 format_type: html_element format_settings: classes: '' @@ -76,131 +70,57 @@ third_party_settings: allow_custom: false _core: default_config_hash: IBVftmfYLkfapLokxuyLrv1me4toJj5yidZu0ixGxQM -id: node.document.tile_two +id: node.document.view_mode_tile_horizontal targetEntityType: node bundle: document -mode: tile_two +mode: view_mode_tile_horizontal content: body: type: text_default label: hidden settings: { } - third_party_settings: { } + third_party_settings: + template_suggestion: + template_suggestion: bare weight: 1 region: content - field_comments: - type: comment_default - label: hidden - settings: - view_mode: default - pager_id: 0 - third_party_settings: { } - weight: 7 - region: content field_document_logo: type: responsive_image label: hidden settings: - responsive_image_style: teaser + responsive_image_style: tile image_link: '' third_party_settings: template_suggestion: template_suggestion: bare - weight: 9 - region: content - field_document_publication_date: - type: datetime_default - label: hidden - settings: - timezone_override: '' - format_type: date_only - third_party_settings: - template_suggestion: - template_suggestion: no_wrappers - weight: 2 - region: content - field_file: - type: file_url_default - label: hidden - settings: - mode: link - third_party_settings: - template_suggestion: - template_suggestion: fieldset - weight: 5 - region: content - field_licence: - type: entity_reference_label - label: above - settings: - link: false - third_party_settings: - template_suggestion: - template_suggestion: fieldset - weight: 11 - region: content - field_shared_in: - type: entity_reference_entity_view - label: hidden - settings: - view_mode: view_mode_tile - link: false - third_party_settings: - template_suggestion: - template_suggestion: entity_reference__listing_tile - weight: 8 - region: content - field_short_title: - type: string - label: hidden - settings: - link_to_entity: false - third_party_settings: - template_suggestion: - template_suggestion: no_wrappers weight: 0 region: content - field_type: - type: list_default - label: above - settings: { } - third_party_settings: - template_suggestion: - template_suggestion: fieldset - weight: 10 - region: content - report: - type: link - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '0' - target: '0' - third_party_settings: - template_suggestion: - template_suggestion: no_wrappers - weight: 6 - region: content - share_link: + flag_like_node: settings: { } third_party_settings: { } - weight: 5 + weight: 2 region: content hidden: featured: true + field_comments: true + field_document_publication_date: true field_document_spatial_coverage: true + field_file: true field_keywords: true + field_licence: true + field_shared_in: true + field_short_title: true field_site_featured: true field_state: true field_topic: true - flag_like_node: true + field_type: true langcode: true links: true og_audience: true pinned_in: true published_at: true read_more: true + report: true search_api_excerpt: true + share_link: true visit_count: true diff --git a/config/sync/core.entity_view_display.node.event.carousel.yml b/config/sync/core.entity_view_display.node.event.carousel.yml index 406d11175173b36600b6b0b6d958c35d0f74873b..88c035ab59bca124da8506e8266bce5b935b5178 100644 --- a/config/sync/core.entity_view_display.node.event.carousel.yml +++ b/config/sync/core.entity_view_display.node.event.carousel.yml @@ -68,13 +68,18 @@ content: type: responsive_image label: hidden settings: - responsive_image_style: iop_carousel + responsive_image_style: tile image_link: '' third_party_settings: template_suggestion: template_suggestion: '' weight: 1 region: content + flag_like_node: + settings: { } + third_party_settings: { } + weight: 3 + region: content hidden: featured: true field_attachment: true @@ -95,7 +100,6 @@ hidden: field_site_featured: true field_state: true field_topic: true - flag_like_node: true langcode: true links: true og_audience: true diff --git a/config/sync/core.entity_view_display.node.event.highlighted.yml b/config/sync/core.entity_view_display.node.event.highlighted.yml index 9a1bd9f05c32a077a701aa29e88de2255996cfa2..c02153f76bcc2e57cb6bccc0b94a93fb68e8c154 100644 --- a/config/sync/core.entity_view_display.node.event.highlighted.yml +++ b/config/sync/core.entity_view_display.node.event.highlighted.yml @@ -96,6 +96,11 @@ content: template_suggestion: '' weight: 1 region: content + flag_like_node: + settings: { } + third_party_settings: { } + weight: 4 + region: content hidden: featured: true field_attachment: true @@ -115,7 +120,6 @@ hidden: field_short_title: true field_site_featured: true field_state: true - flag_like_node: true langcode: true links: true og_audience: true diff --git a/config/sync/core.entity_view_display.node.event.tile_two.yml b/config/sync/core.entity_view_display.node.event.tile_two.yml deleted file mode 100644 index 5aa947e67ff7708fe5a8cffb23d6537c3361f830..0000000000000000000000000000000000000000 --- a/config/sync/core.entity_view_display.node.event.tile_two.yml +++ /dev/null @@ -1,221 +0,0 @@ -uuid: af71583a-2134-4b13-b408-71fed6c2d994 -langcode: en -status: true -dependencies: - config: - - core.entity_view_display.comment.comment.default - - core.entity_view_mode.node.tile_two - - field.field.node.event.body - - field.field.node.event.field_attachment - - field.field.node.event.field_comments - - field.field.node.event.field_event_agenda - - field.field.node.event.field_event_contact_email - - field.field.node.event.field_event_coordinates - - field.field.node.event.field_event_date - - field.field.node.event.field_event_logo - - field.field.node.event.field_event_online_location - - field.field.node.event.field_event_spatial_coverage - - field.field.node.event.field_event_web_url - - field.field.node.event.field_keywords - - field.field.node.event.field_location - - field.field.node.event.field_organisation - - field.field.node.event.field_organisation_type - - field.field.node.event.field_scope - - field.field.node.event.field_shared_in - - field.field.node.event.field_short_title - - field.field.node.event.field_site_featured - - field.field.node.event.field_state - - field.field.node.event.field_topic - - field.field.node.event.og_audience - - node.type.event - - responsive_image.styles.teaser - module: - - comment - - file - - joinup_core - - layout_builder - - link - - oe_webtools_maps - - responsive_image - - template_suggestion - - text - - user -third_party_settings: - layout_builder: - enabled: false - allow_custom: false -id: node.event.tile_two -targetEntityType: node -bundle: event -mode: tile_two -content: - body: - type: text_default - label: hidden - settings: { } - third_party_settings: { } - weight: 1 - region: content - field_attachment: - type: file_table - label: hidden - settings: - use_description_as_link_text: true - third_party_settings: - template_suggestion: - template_suggestion: with_label - weight: 11 - region: content - field_comments: - type: comment_default - label: above - settings: - view_mode: default - pager_id: 0 - third_party_settings: { } - weight: 7 - region: content - field_event_agenda: - type: text_default - label: above - settings: { } - third_party_settings: - template_suggestion: - template_suggestion: fieldset - weight: 2 - region: content - field_event_contact_email: - type: basic_string - label: above - settings: { } - third_party_settings: - template_suggestion: - template_suggestion: fieldset - weight: 3 - region: content - field_event_coordinates: - type: oe_webtools_maps_map - label: hidden - settings: - show_marker: true - zoom_level: 16 - third_party_settings: - template_suggestion: - template_suggestion: '' - weight: 12 - region: content - field_event_date: - type: daterange_condensed - label: hidden - settings: - timezone_override: '' - separator: to - default_format: d/m/Y - day_diff_format: d - month_diff_format: d/m - year_diff_format: d/m/Y - third_party_settings: - template_suggestion: - template_suggestion: '' - weight: 10 - region: content - field_event_logo: - type: responsive_image - label: hidden - settings: - responsive_image_style: teaser - image_link: '' - third_party_settings: - template_suggestion: - template_suggestion: bare - weight: 14 - region: content - field_event_online_location: - type: link - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - weight: 13 - region: content - field_event_web_url: - type: link - label: above - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '0' - target: '0' - third_party_settings: - template_suggestion: - template_suggestion: fieldset - weight: 4 - region: content - field_location: - type: basic_string - label: above - settings: { } - third_party_settings: - template_suggestion: - template_suggestion: fieldset - weight: 5 - region: content - field_shared_in: - type: entity_reference_entity_view - label: above - settings: - view_mode: view_mode_tile - link: false - third_party_settings: - template_suggestion: - template_suggestion: entity_reference__listing_tile - weight: 6 - region: content - links: - settings: { } - third_party_settings: { } - weight: 0 - region: content - report: - type: link - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '0' - target: '0' - third_party_settings: - template_suggestion: - template_suggestion: no_wrappers - weight: 9 - region: content - share_link: - settings: { } - third_party_settings: { } - weight: 8 - region: content -hidden: - featured: true - field_event_spatial_coverage: true - field_keywords: true - field_organisation: true - field_organisation_type: true - field_scope: true - field_short_title: true - field_site_featured: true - field_state: true - field_topic: true - flag_like_node: true - langcode: true - og_audience: true - pinned_in: true - published_at: true - read_more: true - search_api_excerpt: true - visit_count: true diff --git a/config/sync/core.entity_view_display.node.event.view_mode_tile.yml b/config/sync/core.entity_view_display.node.event.view_mode_tile.yml index 72d44c16b351bf2d5848a31bd8ef061dac76d3e5..046e19c1bbfa64c6893d4843df14c82b6fa7fd90 100644 --- a/config/sync/core.entity_view_display.node.event.view_mode_tile.yml +++ b/config/sync/core.entity_view_display.node.event.view_mode_tile.yml @@ -30,12 +30,9 @@ dependencies: - responsive_image.styles.tile module: - datetime_range - - field_delimiter - - field_formatter_range - - joinup_html_stripper - - link - responsive_image - template_suggestion + - text - user id: node.event.view_mode_tile targetEntityType: node @@ -43,10 +40,9 @@ bundle: event mode: view_mode_tile content: body: - type: joinup_html_stripper_stripped + type: text_default label: hidden - settings: - trim_length: 500 + settings: { } third_party_settings: template_suggestion: template_suggestion: bare @@ -63,7 +59,7 @@ content: third_party_settings: template_suggestion: template_suggestion: '' - weight: 3 + weight: 1 region: content field_event_logo: type: responsive_image @@ -74,43 +70,6 @@ content: third_party_settings: template_suggestion: template_suggestion: bare - weight: 1 - region: content - field_event_online_location: - type: link - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '0' - target: '0' - third_party_settings: - field_delimiter: - delimiter: '' - field_formatter_range: - order: 0 - limit: 0 - offset: 0 - template_suggestion: - template_suggestion: bare - weight: 4 - region: content - field_location: - type: basic_string - label: hidden - settings: { } - third_party_settings: - template_suggestion: - template_suggestion: bare - weight: 5 - region: content - field_short_title: - type: string - label: hidden - settings: - link_to_entity: false - third_party_settings: { } weight: 0 region: content flag_like_node: @@ -125,13 +84,16 @@ hidden: field_event_agenda: true field_event_contact_email: true field_event_coordinates: true + field_event_online_location: true field_event_spatial_coverage: true field_event_web_url: true field_keywords: true + field_location: true field_organisation: true field_organisation_type: true field_scope: true field_shared_in: true + field_short_title: true field_site_featured: true field_state: true field_topic: true diff --git a/config/sync/core.entity_view_display.node.event.view_mode_tile_horizontal.yml b/config/sync/core.entity_view_display.node.event.view_mode_tile_horizontal.yml new file mode 100644 index 0000000000000000000000000000000000000000..bdac87508ec75d45b5e565a04a74ff7ae4f08684 --- /dev/null +++ b/config/sync/core.entity_view_display.node.event.view_mode_tile_horizontal.yml @@ -0,0 +1,114 @@ +uuid: 97f159fa-ecc0-415d-834a-343c57101178 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.view_mode_tile_horizontal + - field.field.node.event.body + - field.field.node.event.field_attachment + - field.field.node.event.field_comments + - field.field.node.event.field_event_agenda + - field.field.node.event.field_event_contact_email + - field.field.node.event.field_event_coordinates + - field.field.node.event.field_event_date + - field.field.node.event.field_event_logo + - field.field.node.event.field_event_online_location + - field.field.node.event.field_event_spatial_coverage + - field.field.node.event.field_event_web_url + - field.field.node.event.field_keywords + - field.field.node.event.field_location + - field.field.node.event.field_organisation + - field.field.node.event.field_organisation_type + - field.field.node.event.field_scope + - field.field.node.event.field_shared_in + - field.field.node.event.field_short_title + - field.field.node.event.field_site_featured + - field.field.node.event.field_state + - field.field.node.event.field_topic + - field.field.node.event.og_audience + - node.type.event + - responsive_image.styles.tile + module: + - datetime_range + - layout_builder + - responsive_image + - template_suggestion + - text + - user +third_party_settings: + layout_builder: + enabled: false + allow_custom: false +id: node.event.view_mode_tile_horizontal +targetEntityType: node +bundle: event +mode: view_mode_tile_horizontal +content: + body: + type: text_default + label: hidden + settings: { } + third_party_settings: + template_suggestion: + template_suggestion: bare + weight: 2 + region: content + field_event_date: + type: daterange_custom + label: hidden + settings: + timezone_override: '' + date_format: d/m/Y + fromto: start_date + separator: '' + third_party_settings: + template_suggestion: + template_suggestion: bare + weight: 0 + region: content + field_event_logo: + type: responsive_image + label: hidden + settings: + responsive_image_style: tile + image_link: '' + third_party_settings: + template_suggestion: + template_suggestion: bare + weight: 1 + region: content + flag_like_node: + settings: { } + third_party_settings: { } + weight: 10 + region: content +hidden: + featured: true + field_attachment: true + field_comments: true + field_event_agenda: true + field_event_contact_email: true + field_event_coordinates: true + field_event_online_location: true + field_event_spatial_coverage: true + field_event_web_url: true + field_keywords: true + field_location: true + field_organisation: true + field_organisation_type: true + field_scope: true + field_shared_in: true + field_short_title: true + field_site_featured: true + field_state: true + field_topic: true + langcode: true + links: true + og_audience: true + pinned_in: true + published_at: true + read_more: true + report: true + search_api_excerpt: true + share_link: true + visit_count: true diff --git a/config/sync/core.entity_view_display.node.news.carousel.yml b/config/sync/core.entity_view_display.node.news.carousel.yml index 8db4d608f2f7dc967614584092e638353b501c7a..78d02443bd39da1af52dd40f3d1b813439814762 100644 --- a/config/sync/core.entity_view_display.node.news.carousel.yml +++ b/config/sync/core.entity_view_display.node.news.carousel.yml @@ -98,7 +98,7 @@ content: type: responsive_image label: above settings: - responsive_image_style: iop_carousel + responsive_image_style: tile image_link: '' third_party_settings: template_suggestion: @@ -141,6 +141,11 @@ content: template_suggestion: entity_reference__listing_tile weight: 9 region: content + flag_like_node: + settings: { } + third_party_settings: { } + weight: 10 + region: content report: type: link label: hidden @@ -167,7 +172,6 @@ hidden: field_site_featured: true field_state: true field_topic: true - flag_like_node: true langcode: true links: true og_audience: true diff --git a/config/sync/core.entity_view_display.node.news.highlighted.yml b/config/sync/core.entity_view_display.node.news.highlighted.yml index 4719cb0c7f69ace44785673035b4c778c315f931..d752039f98d80f9853db3d1b61a35f1c56658e63 100644 --- a/config/sync/core.entity_view_display.node.news.highlighted.yml +++ b/config/sync/core.entity_view_display.node.news.highlighted.yml @@ -93,6 +93,11 @@ content: template_suggestion: '' weight: 1 region: content + flag_like_node: + settings: { } + third_party_settings: { } + weight: 3 + region: content hidden: featured: true field_attachment: true @@ -105,7 +110,6 @@ hidden: field_shared_in: true field_site_featured: true field_state: true - flag_like_node: true langcode: true links: true og_audience: true diff --git a/config/sync/core.entity_view_display.node.news.tile_two.yml b/config/sync/core.entity_view_display.node.news.tile_two.yml deleted file mode 100644 index 26afb75bf9d51fde4a2841095cfdfa99e675e0cd..0000000000000000000000000000000000000000 --- a/config/sync/core.entity_view_display.node.news.tile_two.yml +++ /dev/null @@ -1,178 +0,0 @@ -uuid: abeafc3c-242d-4572-a634-3cc8676aafa5 -langcode: en -status: true -dependencies: - config: - - core.entity_view_display.comment.comment.default - - core.entity_view_mode.node.tile_two - - field.field.node.news.body - - field.field.node.news.field_attachment - - field.field.node.news.field_comments - - field.field.node.news.field_keywords - - field.field.node.news.field_news_headline - - field.field.node.news.field_news_logo - - field.field.node.news.field_news_referenced_solution - - field.field.node.news.field_news_source_url - - field.field.node.news.field_news_spatial_coverage - - field.field.node.news.field_shared_in - - field.field.node.news.field_site_featured - - field.field.node.news.field_state - - field.field.node.news.field_topic - - field.field.node.news.og_audience - - node.type.news - - responsive_image.styles.teaser - module: - - comment - - field_group - - file - - layout_builder - - link - - responsive_image - - template_suggestion - - text - - user -third_party_settings: - field_group: - group_references: - children: - - field_news_source_url - label: References - parent_name: '' - region: content - weight: 2 - format_type: html_element - format_settings: - classes: '' - id: '' - element: div - show_label: true - label_element: h3 - attributes: '' - effect: none - speed: fast - layout_builder: - enabled: false - allow_custom: false -id: node.news.tile_two -targetEntityType: node -bundle: news -mode: tile_two -content: - body: - type: text_default - label: hidden - settings: { } - third_party_settings: { } - weight: 0 - region: content - field_attachment: - type: file_table - label: above - settings: - use_description_as_link_text: true - third_party_settings: - template_suggestion: - template_suggestion: with_label - weight: 5 - region: content - field_comments: - type: comment_default - label: above - settings: - view_mode: default - pager_id: 0 - third_party_settings: { } - weight: 6 - region: content - field_news_headline: - type: string - label: hidden - settings: - link_to_entity: false - third_party_settings: - template_suggestion: - template_suggestion: no_wrappers - weight: 1 - region: content - field_news_logo: - type: responsive_image - label: above - settings: - responsive_image_style: teaser - image_link: '' - third_party_settings: - template_suggestion: - template_suggestion: bare - weight: 9 - region: content - field_news_referenced_solution: - type: entity_reference_entity_view - label: above - settings: - view_mode: view_mode_tile - link: false - third_party_settings: - template_suggestion: - template_suggestion: entity_reference__listing_tile - weight: 7 - region: content - field_news_source_url: - type: link - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '0' - target: '0' - third_party_settings: - template_suggestion: - template_suggestion: fieldset - weight: 3 - region: content - field_shared_in: - type: entity_reference_entity_view - label: above - settings: - view_mode: view_mode_tile - link: false - third_party_settings: - template_suggestion: - template_suggestion: entity_reference__listing_tile - weight: 8 - region: content - report: - type: link - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '0' - target: '0' - third_party_settings: - template_suggestion: - template_suggestion: no_wrappers - weight: 4 - region: content - share_link: - settings: { } - third_party_settings: { } - weight: 3 - region: content -hidden: - featured: true - field_keywords: true - field_news_spatial_coverage: true - field_site_featured: true - field_state: true - field_topic: true - flag_like_node: true - langcode: true - links: true - og_audience: true - pinned_in: true - published_at: true - read_more: true - search_api_excerpt: true - visit_count: true diff --git a/config/sync/core.entity_view_display.node.news.view_mode_tile.yml b/config/sync/core.entity_view_display.node.news.view_mode_tile.yml index b97bf3bc1b5132d1c7a808b2a09e254bfb3d3b57..d341ac7647f3966dbc802cff5bcfbcb54b0df077 100644 --- a/config/sync/core.entity_view_display.node.news.view_mode_tile.yml +++ b/config/sync/core.entity_view_display.node.news.view_mode_tile.yml @@ -21,9 +21,9 @@ dependencies: - node.type.news - responsive_image.styles.tile module: - - joinup_html_stripper - responsive_image - template_suggestion + - text - user id: node.news.view_mode_tile targetEntityType: node @@ -31,25 +31,14 @@ bundle: news mode: view_mode_tile content: body: - type: joinup_html_stripper_stripped + type: text_default label: hidden - settings: - trim_length: 500 + settings: { } third_party_settings: template_suggestion: template_suggestion: bare weight: 1 region: content - field_keywords: - type: string - label: hidden - settings: - link_to_entity: false - third_party_settings: - template_suggestion: - template_suggestion: comma_separated - weight: 2 - region: content field_news_logo: type: responsive_image label: hidden @@ -70,6 +59,7 @@ hidden: featured: true field_attachment: true field_comments: true + field_keywords: true field_news_headline: true field_news_referenced_solution: true field_news_source_url: true diff --git a/config/sync/core.entity_view_display.node.news.view_mode_tile_horizontal.yml b/config/sync/core.entity_view_display.node.news.view_mode_tile_horizontal.yml new file mode 100644 index 0000000000000000000000000000000000000000..ceee05f7df8875eb720ac335fbab9b52771768c2 --- /dev/null +++ b/config/sync/core.entity_view_display.node.news.view_mode_tile_horizontal.yml @@ -0,0 +1,104 @@ +uuid: b43b52cc-e43c-4b9d-a266-e32794b118ef +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.view_mode_tile_horizontal + - field.field.node.news.body + - field.field.node.news.field_attachment + - field.field.node.news.field_comments + - field.field.node.news.field_keywords + - field.field.node.news.field_news_headline + - field.field.node.news.field_news_logo + - field.field.node.news.field_news_referenced_solution + - field.field.node.news.field_news_source_url + - field.field.node.news.field_news_spatial_coverage + - field.field.node.news.field_shared_in + - field.field.node.news.field_site_featured + - field.field.node.news.field_state + - field.field.node.news.field_topic + - field.field.node.news.og_audience + - node.type.news + - responsive_image.styles.tile + module: + - field_group + - layout_builder + - responsive_image + - template_suggestion + - text + - user +third_party_settings: + field_group: + group_references: + children: + - field_news_source_url + label: References + parent_name: '' + region: hidden + weight: 23 + format_type: html_element + format_settings: + classes: '' + id: '' + element: div + show_label: true + label_element: h3 + attributes: '' + effect: none + speed: fast + layout_builder: + enabled: false + allow_custom: false +id: node.news.view_mode_tile_horizontal +targetEntityType: node +bundle: news +mode: view_mode_tile_horizontal +content: + body: + type: text_default + label: hidden + settings: { } + third_party_settings: + template_suggestion: + template_suggestion: bare + weight: 1 + region: content + field_news_logo: + type: responsive_image + label: hidden + settings: + responsive_image_style: tile + image_link: '' + third_party_settings: + template_suggestion: + template_suggestion: bare + weight: 0 + region: content + flag_like_node: + settings: { } + third_party_settings: { } + weight: 10 + region: content +hidden: + featured: true + field_attachment: true + field_comments: true + field_keywords: true + field_news_headline: true + field_news_referenced_solution: true + field_news_source_url: true + field_news_spatial_coverage: true + field_shared_in: true + field_site_featured: true + field_state: true + field_topic: true + langcode: true + links: true + og_audience: true + pinned_in: true + published_at: true + read_more: true + report: true + search_api_excerpt: true + share_link: true + visit_count: true diff --git a/config/sync/core.entity_view_display.node.video.view_mode_tile.yml b/config/sync/core.entity_view_display.node.video.view_mode_tile.yml index a3fe51889a9de00c3b51fbb30c54400f7e90114a..c9a7a7217358476fcf03d913cace1c580471653d 100644 --- a/config/sync/core.entity_view_display.node.video.view_mode_tile.yml +++ b/config/sync/core.entity_view_display.node.video.view_mode_tile.yml @@ -12,8 +12,6 @@ dependencies: - field.field.node.video.og_audience - node.type.video module: - - smart_trim - - template_suggestion - user _core: default_config_hash: j2iR4eXV75uz-doFkOpOx-0WyW9XG1ARPalUKIiKk6s @@ -21,28 +19,9 @@ id: node.video.view_mode_tile targetEntityType: node bundle: video mode: view_mode_tile -content: - body: - type: smart_trim - label: hidden - settings: - trim_length: 200 - trim_type: chars - trim_suffix: … - wrap_output: false - wrap_class: trimmed - more_link: false - more_class: more-link - more_text: More - summary_handler: trim - trim_options: - text: false - third_party_settings: - template_suggestion: - template_suggestion: '' - weight: 0 - region: content +content: { } hidden: + body: true field_comments: true field_keywords: true field_video: true diff --git a/config/sync/core.entity_view_display.rdf_entity.asset_distribution.view_mode_tile.yml b/config/sync/core.entity_view_display.rdf_entity.asset_distribution.view_mode_tile.yml index 50fde1d9d0a21c1567a6b203abf5da8cbd68dfac..5965f219d3e14cd86979b8a77bebb0cd9f2a32f5 100644 --- a/config/sync/core.entity_view_display.rdf_entity.asset_distribution.view_mode_tile.yml +++ b/config/sync/core.entity_view_display.rdf_entity.asset_distribution.view_mode_tile.yml @@ -16,8 +16,8 @@ dependencies: - rdf_entity.rdfentity.asset_distribution module: - asset_distribution - - digital_size_formatter - template_suggestion + - text - user _core: default_config_hash: uNZd1lhv6BqyS7aBYyVdca5-WbXmPpPiHfauWIDHBa0 @@ -36,14 +36,16 @@ content: third_party_settings: template_suggestion: template_suggestion: no_wrappers - weight: 3 + weight: 0 region: content - field_ad_file_size: - type: digital_size + field_ad_description: + type: text_default label: hidden settings: { } - third_party_settings: { } - weight: 10 + third_party_settings: + template_suggestion: + template_suggestion: bare + weight: 1 region: content field_ad_licence: type: entity_reference_label @@ -51,26 +53,19 @@ content: settings: link: true third_party_settings: { } - weight: 5 - region: content - label: - type: string - label: hidden - settings: - link_to_entity: true - third_party_settings: { } - weight: 0 + weight: 2 region: content hidden: changed: true created: true download_count: true - field_ad_description: true + field_ad_file_size: true field_ad_format: true field_ad_gitb_compliant: true field_ad_repr_technique: true field_download: true field_status: true + label: true langcode: true og_audience: true search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.rdf_entity.asset_distribution.view_mode_tile_horizontal.yml b/config/sync/core.entity_view_display.rdf_entity.asset_distribution.view_mode_tile_horizontal.yml new file mode 100644 index 0000000000000000000000000000000000000000..f99b5d9f7ddb42578fed6e5ad33a25fc27f6db41 --- /dev/null +++ b/config/sync/core.entity_view_display.rdf_entity.asset_distribution.view_mode_tile_horizontal.yml @@ -0,0 +1,97 @@ +uuid: 6afe403e-6736-4516-9a6b-04e4cb9ced4f +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.rdf_entity.view_mode_tile_horizontal + - field.field.rdf_entity.asset_distribution.field_ad_access_url + - field.field.rdf_entity.asset_distribution.field_ad_description + - field.field.rdf_entity.asset_distribution.field_ad_file_size + - field.field.rdf_entity.asset_distribution.field_ad_format + - field.field.rdf_entity.asset_distribution.field_ad_gitb_compliant + - field.field.rdf_entity.asset_distribution.field_ad_licence + - field.field.rdf_entity.asset_distribution.field_ad_repr_technique + - field.field.rdf_entity.asset_distribution.field_status + - field.field.rdf_entity.asset_distribution.og_audience + - rdf_entity.rdfentity.asset_distribution + module: + - field_group + - layout_builder + - template_suggestion + - text + - user +third_party_settings: + field_group: + group_categorisation: + children: + - field_ad_format + - field_ad_repr_technique + - field_status + label: Categorisation + parent_name: '' + region: hidden + weight: 3 + format_type: html_element + format_settings: + classes: '' + id: '' + element: div + show_label: true + label_element: h3 + attributes: '' + effect: none + speed: fast + layout_builder: + enabled: false + allow_custom: false +_core: + default_config_hash: yuBnsBjApVTopV3xSPFpHg406x-7OVMswqbIvjnhFlU +id: rdf_entity.asset_distribution.view_mode_tile_horizontal +targetEntityType: rdf_entity +bundle: asset_distribution +mode: view_mode_tile_horizontal +content: + field_ad_description: + type: text_default + label: hidden + settings: { } + third_party_settings: + template_suggestion: + template_suggestion: bare + weight: 1 + region: content + field_ad_licence: + type: entity_reference_label + label: hidden + settings: + link: true + third_party_settings: + template_suggestion: + template_suggestion: no_wrappers + weight: 2 + region: content + label: + type: string + label: hidden + settings: + link_to_entity: false + third_party_settings: + template_suggestion: + template_suggestion: no_wrappers + weight: 0 + region: content +hidden: + changed: true + created: true + download_count: true + field_ad_access_url: true + field_ad_creation_date: true + field_ad_file_size: true + field_ad_format: true + field_ad_gitb_compliant: true + field_ad_modification_date: true + field_ad_repr_technique: true + field_status: true + langcode: true + og_audience: true + search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.rdf_entity.asset_release.view_mode_tile.yml b/config/sync/core.entity_view_display.rdf_entity.asset_release.view_mode_tile.yml index 8374c69065b9f4664462beeedade818cd083fbc4..b5907ef7b34b57bca2e5e3635993a293b85d4d40 100644 --- a/config/sync/core.entity_view_display.rdf_entity.asset_release.view_mode_tile.yml +++ b/config/sync/core.entity_view_display.rdf_entity.asset_release.view_mode_tile.yml @@ -21,9 +21,9 @@ dependencies: - field.field.rdf_entity.asset_release.field_isr_state - field.field.rdf_entity.asset_release.field_isr_translation - field.field.rdf_entity.asset_release.field_keywords - - field.field.rdf_entity.asset_release.field_topic - field.field.rdf_entity.asset_release.field_spatial_coverage - field.field.rdf_entity.asset_release.field_status + - field.field.rdf_entity.asset_release.field_topic - rdf_entity.rdfentity.asset_release module: - template_suggestion @@ -36,18 +36,6 @@ targetEntityType: rdf_entity bundle: asset_release mode: view_mode_tile content: - created: - type: timestamp - label: hidden - settings: - date_format: date_only - custom_date_format: '' - timezone: '' - third_party_settings: - template_suggestion: - template_suggestion: '' - weight: 4 - region: content field_isr_affiliations_requests: type: entity_reference_label label: above @@ -132,17 +120,7 @@ content: settings: { } third_party_settings: template_suggestion: - template_suggestion: no_wrappers - weight: 2 - region: content - field_isr_release_number: - type: string - label: hidden - settings: - link_to_entity: false - third_party_settings: - template_suggestion: - template_suggestion: '' + template_suggestion: bare weight: 1 region: content field_isr_source_code_repository: @@ -199,20 +177,19 @@ content: third_party_settings: template_suggestion: template_suggestion: '' - weight: 3 + weight: 2 region: content label: type: string label: hidden settings: link_to_entity: false - third_party_settings: - template_suggestion: - template_suggestion: '' + third_party_settings: { } weight: 0 region: content hidden: changed: true + created: true field_isr_banner: true field_isr_contact_information: true field_isr_description: true @@ -225,6 +202,7 @@ hidden: field_isr_logo: true field_isr_owner: true field_isr_related_solutions: true + field_isr_release_number: true field_isr_solution_type: true field_isr_state: true field_isr_translation: true diff --git a/config/sync/core.entity_view_display.rdf_entity.asset_release.view_mode_tile_horizontal.yml b/config/sync/core.entity_view_display.rdf_entity.asset_release.view_mode_tile_horizontal.yml new file mode 100644 index 0000000000000000000000000000000000000000..a5ffc3011c85bfbe5adb3f800e77806390c954d1 --- /dev/null +++ b/config/sync/core.entity_view_display.rdf_entity.asset_release.view_mode_tile_horizontal.yml @@ -0,0 +1,220 @@ +uuid: d5b72c6b-51d0-4f22-bc39-2ad197583a1b +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.rdf_entity.view_mode_tile_horizontal + - field.field.rdf_entity.asset_release.field_isr_banner + - field.field.rdf_entity.asset_release.field_isr_contact_information + - field.field.rdf_entity.asset_release.field_isr_description + - field.field.rdf_entity.asset_release.field_isr_distribution + - field.field.rdf_entity.asset_release.field_isr_documentation + - field.field.rdf_entity.asset_release.field_isr_included_asset + - field.field.rdf_entity.asset_release.field_isr_is_version_of + - field.field.rdf_entity.asset_release.field_isr_language + - field.field.rdf_entity.asset_release.field_isr_logo + - field.field.rdf_entity.asset_release.field_isr_owner + - field.field.rdf_entity.asset_release.field_isr_related_solutions + - field.field.rdf_entity.asset_release.field_isr_release_notes + - field.field.rdf_entity.asset_release.field_isr_release_number + - field.field.rdf_entity.asset_release.field_isr_solution_type + - field.field.rdf_entity.asset_release.field_isr_state + - field.field.rdf_entity.asset_release.field_isr_translation + - field.field.rdf_entity.asset_release.field_keywords + - field.field.rdf_entity.asset_release.field_spatial_coverage + - field.field.rdf_entity.asset_release.field_status + - field.field.rdf_entity.asset_release.field_topic + - rdf_entity.rdfentity.asset_release + module: + - layout_builder + - template_suggestion + - text + - user +third_party_settings: + layout_builder: + enabled: false + allow_custom: false +_core: + default_config_hash: 6TU2yaRx-8gnBAe_fj82W97jbt8PB3XYR3iKr6p9KS0 +id: rdf_entity.asset_release.view_mode_tile_horizontal +targetEntityType: rdf_entity +bundle: asset_release +mode: view_mode_tile_horizontal +content: + field_isr_affiliations_requests: + type: entity_reference_label + label: above + settings: + link: true + third_party_settings: { } + weight: 22 + region: content + field_isr_asset_release_category: + type: entity_reference_label + label: above + settings: + link: true + third_party_settings: { } + weight: 3 + region: content + field_isr_asset_release_type: + type: entity_reference_label + label: above + settings: + link: true + third_party_settings: { } + weight: 4 + region: content + field_isr_issue_tracker: + type: link + label: above + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + weight: 19 + region: content + field_isr_landing_page: + type: link + label: above + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + weight: 17 + region: content + field_isr_metrics_page: + type: link + label: above + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + weight: 18 + region: content + field_isr_moderation: + type: boolean + label: above + settings: + format: default + format_custom_false: '' + format_custom_true: '' + third_party_settings: { } + weight: 14 + region: content + field_isr_related_asset_releases: + type: entity_reference_label + label: above + settings: + link: true + third_party_settings: { } + weight: 2 + region: content + field_isr_release_notes: + type: text_default + label: hidden + settings: { } + third_party_settings: + template_suggestion: + template_suggestion: bare + weight: 1 + region: content + field_isr_source_code_repository: + type: link + label: above + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + weight: 21 + region: content + field_isr_webdav_creation: + type: boolean + label: above + settings: + format: default + format_custom_false: '' + format_custom_true: '' + third_party_settings: { } + weight: 15 + region: content + field_isr_webdav_url: + type: link + label: above + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + weight: 16 + region: content + field_isr_wiki: + type: link + label: above + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + weight: 20 + region: content + field_status: + type: entity_reference_label + label: hidden + settings: + link: false + third_party_settings: + template_suggestion: + template_suggestion: bare + weight: 2 + region: content + label: + type: string + label: hidden + settings: + link_to_entity: false + third_party_settings: + template_suggestion: + template_suggestion: no_wrappers + weight: 0 + region: content +hidden: + changed: true + created: true + field_isr_banner: true + field_isr_contact_information: true + field_isr_description: true + field_isr_distribution: true + field_isr_documentation: true + field_isr_included_asset: true + field_isr_is_version_of: true + field_isr_language: true + field_isr_logo: true + field_isr_owner: true + field_isr_related_solutions: true + field_isr_release_number: true + field_isr_solution_type: true + field_isr_state: true + field_isr_translation: true + field_keywords: true + field_spatial_coverage: true + field_topic: true + langcode: true + og_audience: true + search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.rdf_entity.collection.carousel.yml b/config/sync/core.entity_view_display.rdf_entity.collection.carousel.yml new file mode 100644 index 0000000000000000000000000000000000000000..23b0c216df27f284a9aba38df7300b189fb7c22e --- /dev/null +++ b/config/sync/core.entity_view_display.rdf_entity.collection.carousel.yml @@ -0,0 +1,120 @@ +uuid: 3cf58bda-5108-4646-8406-31d5ce4f3a9a +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.rdf_entity.carousel + - field.field.rdf_entity.collection.field_ar_abstract + - field.field.rdf_entity.collection.field_ar_access_url + - field.field.rdf_entity.collection.field_ar_affiliates + - field.field.rdf_entity.collection.field_ar_banner + - field.field.rdf_entity.collection.field_ar_closed + - field.field.rdf_entity.collection.field_ar_contact_information + - field.field.rdf_entity.collection.field_ar_content_creation + - field.field.rdf_entity.collection.field_ar_description + - field.field.rdf_entity.collection.field_ar_logo + - field.field.rdf_entity.collection.field_ar_moderation + - field.field.rdf_entity.collection.field_ar_owner + - field.field.rdf_entity.collection.field_ar_state + - field.field.rdf_entity.collection.field_collection_content + - field.field.rdf_entity.collection.field_keywords + - field.field.rdf_entity.collection.field_newsletter + - field.field.rdf_entity.collection.field_short_id + - field.field.rdf_entity.collection.field_site_featured + - field.field.rdf_entity.collection.field_spatial_coverage + - field.field.rdf_entity.collection.field_topic + - rdf_entity.rdfentity.collection + - responsive_image.styles.tile + module: + - field_group + - layout_builder + - responsive_image + - template_suggestion + - text + - user +third_party_settings: + field_group: + group_abstract_wrapper: + children: + - members + - field_ar_logo + - field_ar_abstract + - field_ar_description + - read_more + label: 'Abstract wrapper' + parent_name: '' + region: hidden + weight: 32 + format_type: html_element + format_settings: + classes: '' + id: '' + element: div + show_label: false + label_element: h3 + attributes: '' + effect: none + speed: fast + layout_builder: + enabled: false + allow_custom: false +id: rdf_entity.collection.carousel +targetEntityType: rdf_entity +bundle: collection +mode: carousel +content: + field_ar_abstract: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 2 + region: content + field_ar_logo: + type: responsive_image + label: above + settings: + responsive_image_style: tile + image_link: '' + third_party_settings: + template_suggestion: + template_suggestion: '' + weight: 1 + region: content + members: + settings: { } + third_party_settings: { } + weight: 0 + region: content +hidden: + changed: true + created: true + featured: true + field_ar_access_url: true + field_ar_affiliates: true + field_ar_banner: true + field_ar_closed: true + field_ar_contact_information: true + field_ar_content_creation: true + field_ar_description: true + field_ar_moderation: true + field_ar_owner: true + field_ar_state: true + field_collection_content: true + field_keywords: true + field_newsletter: true + field_short_id: true + field_site_featured: true + field_spatial_coverage: true + field_topic: true + join_collection: true + label: true + langcode: true + last_update: true + og_group: true + rdf_entity_collection_field_collection_content_inline_facets: true + rdf_entity_collection_field_collection_content_top: true + read_more: true + search_api_excerpt: true + settings: true + solutions: true diff --git a/config/sync/core.entity_view_display.rdf_entity.collection.view_mode_tile.yml b/config/sync/core.entity_view_display.rdf_entity.collection.view_mode_tile.yml index 55e73a9d6df4850516e4f0adca46a24760faba5d..9667dc491bc6105c661e7b39ee04bea3b6ae0b2d 100644 --- a/config/sync/core.entity_view_display.rdf_entity.collection.view_mode_tile.yml +++ b/config/sync/core.entity_view_display.rdf_entity.collection.view_mode_tile.yml @@ -26,10 +26,9 @@ dependencies: - rdf_entity.rdfentity.collection - responsive_image.styles.tile module: - - joinup_html_stripper - responsive_image - - smart_trim - template_suggestion + - text - user id: rdf_entity.collection.view_mode_tile targetEntityType: rdf_entity @@ -37,34 +36,13 @@ bundle: collection mode: view_mode_tile content: field_ar_abstract: - type: smart_trim + type: text_default label: hidden - settings: - trim_length: 200 - trim_type: chars - trim_suffix: … - wrap_output: false - wrap_class: trimmed - more_link: false - more_class: more-link - more_text: More - summary_handler: full - trim_options: - text: false - third_party_settings: - template_suggestion: - template_suggestion: '' - weight: 4 - region: content - field_ar_description: - type: joinup_html_stripper_stripped - label: hidden - settings: - trim_length: 500 + settings: { } third_party_settings: template_suggestion: - template_suggestion: '' - weight: 3 + template_suggestion: bare + weight: 2 region: content field_ar_logo: type: responsive_image @@ -75,20 +53,12 @@ content: third_party_settings: template_suggestion: template_suggestion: bare - weight: 0 - region: content - label: - type: string - label: hidden - settings: - link_to_entity: true - third_party_settings: { } weight: 1 region: content members: settings: { } third_party_settings: { } - weight: 2 + weight: 0 region: content hidden: changed: true @@ -100,6 +70,7 @@ hidden: field_ar_closed: true field_ar_contact_information: true field_ar_content_creation: true + field_ar_description: true field_ar_moderation: true field_ar_owner: true field_ar_state: true @@ -111,6 +82,7 @@ hidden: field_spatial_coverage: true field_topic: true join_collection: true + label: true langcode: true last_update: true og_group: true diff --git a/config/sync/core.entity_view_display.rdf_entity.collection.view_mode_tile_horizontal.yml b/config/sync/core.entity_view_display.rdf_entity.collection.view_mode_tile_horizontal.yml new file mode 100644 index 0000000000000000000000000000000000000000..ebb18c2152ea104a9eae22ce6d2268e8018a720a --- /dev/null +++ b/config/sync/core.entity_view_display.rdf_entity.collection.view_mode_tile_horizontal.yml @@ -0,0 +1,119 @@ +uuid: 4a44deca-7b7d-43a7-9a9c-32cc22e1c322 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.rdf_entity.view_mode_tile_horizontal + - field.field.rdf_entity.collection.field_ar_abstract + - field.field.rdf_entity.collection.field_ar_access_url + - field.field.rdf_entity.collection.field_ar_affiliates + - field.field.rdf_entity.collection.field_ar_banner + - field.field.rdf_entity.collection.field_ar_closed + - field.field.rdf_entity.collection.field_ar_contact_information + - field.field.rdf_entity.collection.field_ar_content_creation + - field.field.rdf_entity.collection.field_ar_description + - field.field.rdf_entity.collection.field_ar_logo + - field.field.rdf_entity.collection.field_ar_moderation + - field.field.rdf_entity.collection.field_ar_owner + - field.field.rdf_entity.collection.field_ar_state + - field.field.rdf_entity.collection.field_collection_content + - field.field.rdf_entity.collection.field_keywords + - field.field.rdf_entity.collection.field_newsletter + - field.field.rdf_entity.collection.field_short_id + - field.field.rdf_entity.collection.field_site_featured + - field.field.rdf_entity.collection.field_spatial_coverage + - field.field.rdf_entity.collection.field_topic + - rdf_entity.rdfentity.collection + - responsive_image.styles.tile + module: + - field_group + - layout_builder + - responsive_image + - template_suggestion + - text + - user +third_party_settings: + field_group: + group_abstract_wrapper: + children: + - field_ar_abstract + - read_more + label: 'Abstract wrapper' + parent_name: '' + region: hidden + weight: 32 + format_type: html_element + format_settings: + classes: '' + id: '' + element: div + show_label: false + label_element: h3 + attributes: '' + effect: none + speed: fast + layout_builder: + enabled: false + allow_custom: false +id: rdf_entity.collection.view_mode_tile_horizontal +targetEntityType: rdf_entity +bundle: collection +mode: view_mode_tile_horizontal +content: + field_ar_description: + type: text_default + label: hidden + settings: { } + third_party_settings: + template_suggestion: + template_suggestion: bare + weight: 1 + region: content + field_ar_logo: + type: responsive_image + label: hidden + settings: + responsive_image_style: tile + image_link: '' + third_party_settings: + template_suggestion: + template_suggestion: bare + weight: 0 + region: content + members: + settings: { } + third_party_settings: { } + weight: 2 + region: content +hidden: + changed: true + created: true + featured: true + field_ar_abstract: true + field_ar_access_url: true + field_ar_affiliates: true + field_ar_banner: true + field_ar_closed: true + field_ar_contact_information: true + field_ar_content_creation: true + field_ar_moderation: true + field_ar_owner: true + field_ar_state: true + field_collection_content: true + field_keywords: true + field_newsletter: true + field_short_id: true + field_site_featured: true + field_spatial_coverage: true + field_topic: true + join_collection: true + label: true + langcode: true + last_update: true + og_group: true + rdf_entity_collection_field_collection_content_inline_facets: true + rdf_entity_collection_field_collection_content_top: true + read_more: true + search_api_excerpt: true + settings: true + solutions: true diff --git a/config/sync/core.entity_view_display.rdf_entity.licence.view_mode_tile.yml b/config/sync/core.entity_view_display.rdf_entity.licence.view_mode_tile.yml index 230eaa3f96ae086e69f84590b4dc6a6dc85b5410..e3a746e43a16f8f542beb4add53d2da0ac387e10 100644 --- a/config/sync/core.entity_view_display.rdf_entity.licence.view_mode_tile.yml +++ b/config/sync/core.entity_view_display.rdf_entity.licence.view_mode_tile.yml @@ -11,8 +11,8 @@ dependencies: - field.field.rdf_entity.licence.field_licence_type - rdf_entity.rdfentity.licence module: - - joinup_html_stripper - template_suggestion + - text - user _core: default_config_hash: dUUds8JuHKNe_Ty02jUEcyT-VjmQGe9ddodFFQ2wp0Q @@ -22,10 +22,9 @@ bundle: licence mode: view_mode_tile content: field_licence_description: - type: joinup_html_stripper_stripped + type: text_default label: hidden - settings: - trim_length: 500 + settings: { } third_party_settings: template_suggestion: template_suggestion: bare diff --git a/config/sync/core.entity_view_display.rdf_entity.licence.view_mode_tile_horizontal.yml b/config/sync/core.entity_view_display.rdf_entity.licence.view_mode_tile_horizontal.yml new file mode 100644 index 0000000000000000000000000000000000000000..af26aa206c51739b3e0e60d403fdc1c0f73e3478 --- /dev/null +++ b/config/sync/core.entity_view_display.rdf_entity.licence.view_mode_tile_horizontal.yml @@ -0,0 +1,81 @@ +uuid: eab59cd4-cd3e-467d-a59c-2e59664446be +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.rdf_entity.view_mode_tile_horizontal + - field.field.rdf_entity.licence.field_licence_deprecated + - field.field.rdf_entity.licence.field_licence_description + - field.field.rdf_entity.licence.field_licence_legal_type + - field.field.rdf_entity.licence.field_licence_spdx_licence + - field.field.rdf_entity.licence.field_licence_type + - rdf_entity.rdfentity.licence + module: + - field_group + - layout_builder + - template_suggestion + - text + - user +third_party_settings: + field_group: + group_licence_wrapper: + children: + - field_licence_spdx_licence + - spdx_licence_id + - spdx_licence_text + - spdx_see_also + label: 'Licence wrapper' + parent_name: '' + region: hidden + weight: 11 + format_type: html_element + format_settings: + classes: '' + id: '' + element: div + show_label: false + label_element: h3 + attributes: '' + effect: none + speed: fast + layout_builder: + enabled: false + allow_custom: false +id: rdf_entity.licence.view_mode_tile_horizontal +targetEntityType: rdf_entity +bundle: licence +mode: view_mode_tile_horizontal +content: + field_licence_description: + type: text_default + label: hidden + settings: { } + third_party_settings: + template_suggestion: + template_suggestion: bare + weight: 1 + region: content + label: + type: string + label: hidden + settings: + link_to_entity: false + third_party_settings: + template_suggestion: + template_suggestion: bare + weight: 0 + region: content +hidden: + changed: true + created: true + field_licence_deprecated: true + field_licence_legal_type: true + field_licence_spdx_licence: true + field_licence_type: true + langcode: true + search_api_excerpt: true + spdx_licence_external_url: true + spdx_licence_id: true + spdx_licence_label: true + spdx_licence_text: true + spdx_see_also: true diff --git a/config/sync/core.entity_view_display.rdf_entity.solution.carousel.yml b/config/sync/core.entity_view_display.rdf_entity.solution.carousel.yml index fec6b796b34bdb748f91210174ff157befeec156..6ea7e6fc2a1620b8ec338c20b4343efded6f6d1a 100644 --- a/config/sync/core.entity_view_display.rdf_entity.solution.carousel.yml +++ b/config/sync/core.entity_view_display.rdf_entity.solution.carousel.yml @@ -105,13 +105,18 @@ content: type: responsive_image label: hidden settings: - responsive_image_style: iop_carousel + responsive_image_style: tile image_link: '' third_party_settings: template_suggestion: template_suggestion: '' weight: 1 region: content + flag_like_rdf_entity: + settings: { } + third_party_settings: { } + weight: 4 + region: content label: type: string label: hidden @@ -171,7 +176,6 @@ hidden: field_spatial_coverage: true field_status: true field_topic: true - flag_like_rdf_entity: true langcode: true og_group: true pinned_in: true diff --git a/config/sync/core.entity_view_display.rdf_entity.solution.view_mode_tile.yml b/config/sync/core.entity_view_display.rdf_entity.solution.view_mode_tile.yml index 12904ea357ee3608e938ec1322f8f5f1d0a58c1f..c1aa0724830a0d60f70c3ae6ecbae625bad7931f 100644 --- a/config/sync/core.entity_view_display.rdf_entity.solution.view_mode_tile.yml +++ b/config/sync/core.entity_view_display.rdf_entity.solution.view_mode_tile.yml @@ -48,9 +48,9 @@ dependencies: - rdf_entity.rdfentity.solution - responsive_image.styles.tile module: - - joinup_html_stripper - responsive_image - template_suggestion + - text - user id: rdf_entity.solution.view_mode_tile targetEntityType: rdf_entity @@ -60,17 +60,16 @@ content: download_total: settings: { } third_party_settings: { } - weight: 4 + weight: 2 region: content field_is_description: - type: joinup_html_stripper_stripped + type: text_default label: hidden - settings: - trim_length: 500 + settings: { } third_party_settings: template_suggestion: template_suggestion: bare - weight: 3 + weight: 1 region: content field_is_logo: type: responsive_image @@ -81,21 +80,13 @@ content: third_party_settings: template_suggestion: template_suggestion: bare - weight: 2 + weight: 0 region: content flag_like_rdf_entity: settings: { } third_party_settings: { } weight: 10 region: content - label: - type: string - label: hidden - settings: - link_to_entity: true - third_party_settings: { } - weight: 1 - region: content hidden: changed: true collections: true @@ -141,6 +132,7 @@ hidden: field_spatial_coverage: true field_status: true field_topic: true + label: true langcode: true og_group: true pinned_in: true diff --git a/config/sync/core.entity_view_display.rdf_entity.solution.tile_two.yml b/config/sync/core.entity_view_display.rdf_entity.solution.view_mode_tile_horizontal.yml similarity index 76% rename from config/sync/core.entity_view_display.rdf_entity.solution.tile_two.yml rename to config/sync/core.entity_view_display.rdf_entity.solution.view_mode_tile_horizontal.yml index dd365750738d6e0c763305e9a96119f2dc4ee63e..bf1358602a203e004c61f527759fd7abaa976939 100644 --- a/config/sync/core.entity_view_display.rdf_entity.solution.tile_two.yml +++ b/config/sync/core.entity_view_display.rdf_entity.solution.view_mode_tile_horizontal.yml @@ -1,9 +1,9 @@ -uuid: af229fb7-163b-4c69-bdf4-da6b735f9e28 +uuid: e195ac40-20a5-4e62-bf19-265cdccc2208 langcode: en status: true dependencies: config: - - core.entity_view_mode.rdf_entity.tile_two + - core.entity_view_mode.rdf_entity.view_mode_tile_horizontal - field.field.rdf_entity.solution.field_is_actor - field.field.rdf_entity.solution.field_is_affiliations_requests - field.field.rdf_entity.solution.field_is_banner @@ -46,25 +46,23 @@ dependencies: - field.field.rdf_entity.solution.field_status - field.field.rdf_entity.solution.field_topic - rdf_entity.rdfentity.solution - - responsive_image.styles.teaser + - responsive_image.styles.tile module: - field_group - layout_builder - responsive_image - - search_api_field - - smart_trim - template_suggestion + - text - user third_party_settings: field_group: group_solution_abstract_wrapper: children: - - field_is_description - read_more label: 'Abstract wrapper' parent_name: '' - region: content - weight: 1 + region: hidden + weight: 60 format_type: html_element format_settings: classes: '' @@ -78,60 +76,35 @@ third_party_settings: layout_builder: enabled: false allow_custom: false -id: rdf_entity.solution.tile_two +id: rdf_entity.solution.view_mode_tile_horizontal targetEntityType: rdf_entity bundle: solution -mode: tile_two +mode: view_mode_tile_horizontal content: - field_is_content: - type: search_api_field - label: hidden - settings: { } - third_party_settings: { } - weight: 2 - region: content field_is_description: - type: smart_trim + type: text_default label: hidden - settings: - trim_length: 500 - trim_type: chars - trim_suffix: … - wrap_output: false - wrap_class: trimmed - more_link: false - more_class: more-link - more_text: More - summary_handler: full - trim_options: - text: true - trim_zero: false + settings: { } third_party_settings: template_suggestion: - template_suggestion: p_wrapper - weight: 37 + template_suggestion: bare + weight: 2 region: content field_is_logo: type: responsive_image label: hidden settings: - responsive_image_style: teaser + responsive_image_style: tile image_link: '' third_party_settings: template_suggestion: template_suggestion: bare - weight: 6 + weight: 0 region: content - field_is_shared_in: - type: entity_reference_entity_view - label: hidden - settings: - view_mode: view_mode_tile - link: false - third_party_settings: - template_suggestion: - template_suggestion: entity_reference__listing_tile - weight: 5 + flag_like_rdf_entity: + settings: { } + third_party_settings: { } + weight: 3 region: content label: type: string @@ -139,27 +112,7 @@ content: settings: link_to_entity: false third_party_settings: { } - weight: 7 - region: content - rdf_entity_solution_field_is_content_inline_facets: - settings: { } - third_party_settings: { } - weight: 3 - region: content - rdf_entity_solution_field_is_content_top: - settings: { } - third_party_settings: { } - weight: 0 - region: content - read_more: - settings: { } - third_party_settings: { } - weight: 38 - region: content - related_solutions: - settings: { } - third_party_settings: { } - weight: 4 + weight: 1 region: content hidden: changed: true @@ -173,6 +126,7 @@ hidden: field_is_banner: true field_is_business_process: true field_is_contact_information: true + field_is_content: true field_is_content_creation: true field_is_distribution: true field_is_documentation: true @@ -183,11 +137,13 @@ hidden: field_is_issue_tracker: true field_is_landing_page: true field_is_language: true + field_is_logo: true field_is_metrics_page: true field_is_moderation: true field_is_owner: true field_is_product_type: true field_is_related_solutions: true + field_is_shared_in: true field_is_show_eira_related: true field_is_solution_type: true field_is_source_code_repository: true @@ -205,11 +161,14 @@ hidden: field_spatial_coverage: true field_status: true field_topic: true - flag_like_rdf_entity: true langcode: true og_group: true pinned_in: true + rdf_entity_solution_field_is_content_inline_facets: true + rdf_entity_solution_field_is_content_top: true + read_more: true related_solution: true + related_solutions: true releases_overview: true search_api_excerpt: true share_link: true diff --git a/config/sync/core.entity_view_display.sitewide_alert.sitewide_alert.default.yml b/config/sync/core.entity_view_display.sitewide_alert.sitewide_alert.default.yml new file mode 100644 index 0000000000000000000000000000000000000000..c1958e9d200e66025eae4f7f0227f53c2c49eb8b --- /dev/null +++ b/config/sync/core.entity_view_display.sitewide_alert.sitewide_alert.default.yml @@ -0,0 +1,34 @@ +uuid: 6cce9f95-7788-4652-aee3-5640d50c65bc +langcode: en +status: true +dependencies: + config: + - field.field.sitewide_alert.sitewide_alert.category + - field.field.sitewide_alert.sitewide_alert.icon + module: + - options + - sitewide_alert + - text +id: sitewide_alert.sitewide_alert.default +targetEntityType: sitewide_alert +bundle: sitewide_alert +mode: default +content: + icon: + type: list_default + label: hidden + settings: { } + third_party_settings: { } + weight: 0 + region: content + message: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 1 + region: content +hidden: + category: true + langcode: true + search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.user.user.view_mode_tile_horizontal.yml b/config/sync/core.entity_view_display.user.user.view_mode_tile_horizontal.yml new file mode 100644 index 0000000000000000000000000000000000000000..de86abc744a60572fae100fce14e1384b24d901e --- /dev/null +++ b/config/sync/core.entity_view_display.user.user.view_mode_tile_horizontal.yml @@ -0,0 +1,102 @@ +uuid: fd033f8f-a74d-4ae6-bacd-d3e156b2d557 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.user.view_mode_tile_horizontal + - field.field.user.user.field_social_media + - field.field.user.user.field_user_business_title + - field.field.user.user.field_user_content + - field.field.user.user.field_user_family_name + - field.field.user.user.field_user_first_name + - field.field.user.user.field_user_frequency + - field.field.user.user.field_user_nationality + - field.field.user.user.field_user_organisation + - field.field.user.user.field_user_photo + - field.field.user.user.field_user_professional_domain + - responsive_image.styles.tile + module: + - layout_builder + - responsive_image + - template_suggestion + - user +third_party_settings: + layout_builder: + enabled: false + allow_custom: false +id: user.user.view_mode_tile_horizontal +targetEntityType: user +bundle: user +mode: view_mode_tile_horizontal +content: + field_user_business_title: + type: string + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + weight: 5 + region: content + field_user_family_name: + type: string + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + weight: 0 + region: content + field_user_first_name: + type: string + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + weight: 1 + region: content + field_user_nationality: + type: entity_reference_label + label: hidden + settings: + link: true + third_party_settings: { } + weight: 2 + region: content + field_user_organisation: + type: string + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + weight: 4 + region: content + field_user_photo: + type: responsive_image + label: hidden + settings: + responsive_image_style: tile + image_link: '' + third_party_settings: + template_suggestion: + template_suggestion: bare + weight: 3 + region: content + field_user_professional_domain: + type: entity_reference_label + label: above + settings: + link: true + third_party_settings: { } + weight: 7 + region: content + member_for: + settings: { } + third_party_settings: { } + weight: 6 + region: content +hidden: + field_social_media: true + field_user_content: true + field_user_frequency: true + langcode: true + search_api_excerpt: true + user_user_field_user_content_top: true diff --git a/config/sync/core.entity_view_mode.node.tile_two.yml b/config/sync/core.entity_view_mode.node.tile_two.yml deleted file mode 100644 index 49d87bd15bed0ecd788b96a1317b27da4b6b7aba..0000000000000000000000000000000000000000 --- a/config/sync/core.entity_view_mode.node.tile_two.yml +++ /dev/null @@ -1,10 +0,0 @@ -uuid: f84018ff-5c24-4347-babf-51e43a229432 -langcode: en -status: true -dependencies: - module: - - node -id: node.tile_two -label: 'Tile two' -targetEntityType: node -cache: true diff --git a/config/sync/core.entity_view_mode.node.view_mode_tile_horizontal.yml b/config/sync/core.entity_view_mode.node.view_mode_tile_horizontal.yml new file mode 100644 index 0000000000000000000000000000000000000000..a0048be83b093533bb6a7e7634dadaefa141f54a --- /dev/null +++ b/config/sync/core.entity_view_mode.node.view_mode_tile_horizontal.yml @@ -0,0 +1,10 @@ +uuid: e222190c-e6ab-42f3-9d90-09cbd10f45d7 +langcode: en +status: true +dependencies: + module: + - node +id: node.view_mode_tile_horizontal +label: 'Tile horizontal' +targetEntityType: node +cache: true diff --git a/config/sync/core.entity_view_mode.rdf_entity.tile_two.yml b/config/sync/core.entity_view_mode.rdf_entity.tile_two.yml deleted file mode 100644 index 9789b6693e0e36cb04cddd58633c8ae730e3f276..0000000000000000000000000000000000000000 --- a/config/sync/core.entity_view_mode.rdf_entity.tile_two.yml +++ /dev/null @@ -1,10 +0,0 @@ -uuid: 8be3441c-00bb-47b8-8642-7d1ef75f81ee -langcode: en -status: true -dependencies: - module: - - rdf_entity -id: rdf_entity.tile_two -label: 'Tile two' -targetEntityType: rdf_entity -cache: true diff --git a/config/sync/core.entity_view_mode.rdf_entity.view_mode_tile_horizontal.yml b/config/sync/core.entity_view_mode.rdf_entity.view_mode_tile_horizontal.yml new file mode 100644 index 0000000000000000000000000000000000000000..6ce0d80387f30cf319bd972aed5e21d258865116 --- /dev/null +++ b/config/sync/core.entity_view_mode.rdf_entity.view_mode_tile_horizontal.yml @@ -0,0 +1,10 @@ +uuid: 1e0e7fef-bb45-4b22-a9b9-b3fae04d6ecf +langcode: en +status: true +dependencies: + module: + - rdf_entity +id: rdf_entity.view_mode_tile_horizontal +label: 'Tile horizontal' +targetEntityType: rdf_entity +cache: true diff --git a/config/sync/core.entity_view_mode.user.view_mode_tile_horizontal.yml b/config/sync/core.entity_view_mode.user.view_mode_tile_horizontal.yml new file mode 100644 index 0000000000000000000000000000000000000000..6d7d7dadd47ca0c4cf8137a198d08afe86ea974a --- /dev/null +++ b/config/sync/core.entity_view_mode.user.view_mode_tile_horizontal.yml @@ -0,0 +1,10 @@ +uuid: 9476ab2f-4c40-4aeb-8995-b0740806cd4b +langcode: en +status: true +dependencies: + module: + - user +id: user.view_mode_tile_horizontal +label: 'Tile horizontal' +targetEntityType: user +cache: true diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index cce66d32763da9adfb1e40c42047dec11eb7cd4d..9dba16a4d5a6a06740ca6a463704647296a7fe27 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -112,6 +112,7 @@ module: joinup_rss: 0 joinup_search: 0 joinup_seo: 0 + joinup_sitewide_alert: 0 joinup_sparql: 0 joinup_stats: 0 joinup_subscription: 0 @@ -196,7 +197,8 @@ module: serialization: 0 simple_block: 0 simple_sitemap: 0 - site_alert: 0 + sitewide_alert: 0 + sitewide_alert_block: 0 smart_trim: 0 social_media_links: 0 social_media_links_field: 0 diff --git a/config/sync/field.field.message.group_content_subscription.field_group_content.yml b/config/sync/field.field.message.group_content_subscription.field_group_content.yml index 4ef3c831bab924e82b070860b9c58c5fcc3c10e1..88a4eb3379ade739881132202c6c6993a476761d 100644 --- a/config/sync/field.field.message.group_content_subscription.field_group_content.yml +++ b/config/sync/field.field.message.group_content_subscription.field_group_content.yml @@ -236,8 +236,8 @@ settings: paragraphs_type: handler: 'default:paragraphs_type' handler_settings: { } - site_alert: - handler: 'default:site_alert' + sitewide_alert: + handler: 'default:sitewide_alert' handler_settings: { } simple_block: handler: 'default:simple_block' diff --git a/config/sync/field.field.paragraph.configurable_listing.content_listing.yml b/config/sync/field.field.paragraph.configurable_listing.content_listing.yml index bbc31030e57c14441d3ea2686e1d9bfc2f8e09f4..608cc47214fe7ff21ef6429ae6cbd515a791902b 100644 --- a/config/sync/field.field.paragraph.configurable_listing.content_listing.yml +++ b/config/sync/field.field.paragraph.configurable_listing.content_listing.yml @@ -29,20 +29,20 @@ settings: facet_regions: { } view_modes: 'entity:node': - custom_page: tile_two - discussion: tile_two - document: tile_two - event: tile_two - news: tile_two - tallinn_report: tile_two - video: tile_two + custom_page: view_mode_tile + discussion: view_mode_tile + document: view_mode_tile + event: view_mode_tile + news: view_mode_tile + tallinn_report: view_mode_tile + video: view_mode_tile 'entity:rdf_entity': - asset_distribution: tile_two - asset_release: tile_two - collection: tile_two - licence: tile_two - solution: tile_two - spdx_licence: tile_two + asset_distribution: view_mode_tile + asset_release: view_mode_tile + collection: view_mode_tile + licence: view_mode_tile + solution: view_mode_tile + spdx_licence: view_mode_tile 'entity:taxonomy_term': eif_conceptual_model: default eif_interoperability_layer: default diff --git a/config/sync/field.field.sitewide_alert.sitewide_alert.category.yml b/config/sync/field.field.sitewide_alert.sitewide_alert.category.yml new file mode 100644 index 0000000000000000000000000000000000000000..e7ca7d03554ec481f8c5c800fa9f899735e4eaba --- /dev/null +++ b/config/sync/field.field.sitewide_alert.sitewide_alert.category.yml @@ -0,0 +1,21 @@ +uuid: 157f366c-1298-4ed2-9aab-ba55893b358a +langcode: en +status: true +dependencies: + config: + - field.storage.sitewide_alert.category + module: + - options + - sitewide_alert +id: sitewide_alert.sitewide_alert.category +field_name: category +entity_type: sitewide_alert +bundle: sitewide_alert +label: Category +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: list_string diff --git a/config/sync/field.field.sitewide_alert.sitewide_alert.icon.yml b/config/sync/field.field.sitewide_alert.sitewide_alert.icon.yml new file mode 100644 index 0000000000000000000000000000000000000000..529359deacb0a8832c13dbff6ac41d9115c4f25c --- /dev/null +++ b/config/sync/field.field.sitewide_alert.sitewide_alert.icon.yml @@ -0,0 +1,21 @@ +uuid: 0aaf02bf-0129-4928-9658-8322008ed25c +langcode: en +status: true +dependencies: + config: + - field.storage.sitewide_alert.icon + module: + - options + - sitewide_alert +id: sitewide_alert.sitewide_alert.icon +field_name: icon +entity_type: sitewide_alert +bundle: sitewide_alert +label: Icon +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: list_string diff --git a/config/sync/field.storage.sitewide_alert.category.yml b/config/sync/field.storage.sitewide_alert.category.yml new file mode 100644 index 0000000000000000000000000000000000000000..cf5f4e5f1f55f8b13948dd5a962c07ada5da2294 --- /dev/null +++ b/config/sync/field.storage.sitewide_alert.category.yml @@ -0,0 +1,31 @@ +uuid: d787c98b-dd5c-4000-a9be-43ad52ccaaa0 +langcode: en +status: true +dependencies: + module: + - field_permissions + - options + - sitewide_alert +third_party_settings: + field_permissions: + permission_type: public +id: sitewide_alert.category +field_name: category +entity_type: sitewide_alert +type: list_string +settings: + allowed_values: + - + value: release + label: Release + - + value: other + label: Other + allowed_values_function: '' +module: options +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.sitewide_alert.icon.yml b/config/sync/field.storage.sitewide_alert.icon.yml new file mode 100644 index 0000000000000000000000000000000000000000..bf3c040b0f6d440c73f71b9f1fd6197dfb4462d8 --- /dev/null +++ b/config/sync/field.storage.sitewide_alert.icon.yml @@ -0,0 +1,25 @@ +uuid: 59d738b8-f7a9-4106-a21f-3e6373e79286 +langcode: en +status: true +dependencies: + module: + - field_permissions + - options + - sitewide_alert +third_party_settings: + field_permissions: + permission_type: public +id: sitewide_alert.icon +field_name: icon +entity_type: sitewide_alert +type: list_string +settings: + allowed_values: { } + allowed_values_function: joinup_sitewide_alert_allowed_values +module: options +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/sitewide_alert.settings.yml b/config/sync/sitewide_alert.settings.yml new file mode 100644 index 0000000000000000000000000000000000000000..d14c0cda5dc4e21ddf8f4b6d34634427eff05669 --- /dev/null +++ b/config/sync/sitewide_alert.settings.yml @@ -0,0 +1,6 @@ +_core: + default_config_hash: GnciVSpJGwXtuBeAb60PIb2f1e3gGcwKpoyRpxgQ3gM +show_on_admin: 0 +alert_styles: "danger|High\r\nwarning|Medium\r\nbrand|Low" +refresh_interval: null +automatic_refresh: 0 diff --git a/config/sync/system.performance.yml b/config/sync/system.performance.yml index 4a62ca59d7b5f83b7bd8466b5910e7577fa7d7e8..cd81c181fb685a6f234f059d6c827fee80e8eba9 100644 --- a/config/sync/system.performance.yml +++ b/config/sync/system.performance.yml @@ -4,7 +4,7 @@ cache: page: max_age: 0 css: - preprocess: false + preprocess: true gzip: true fast_404: enabled: true diff --git a/config/sync/user.role.anonymous.yml b/config/sync/user.role.anonymous.yml index adb13b46bcedc207feadd3f7baf7d433f4ffc1fb..9f3e021201a4572fafd30eb49882e08f0f1d8d7d 100644 --- a/config/sync/user.role.anonymous.yml +++ b/config/sync/user.role.anonymous.yml @@ -20,6 +20,7 @@ dependencies: - rdf_export - rdf_meta_entity - search_api_autocomplete + - sitewide_alert - system - tour - video_embed_field @@ -64,5 +65,6 @@ permissions: - 'view paragraph content simple_paragraph' - 'view paragraph content testimony' - 'view paragraph content video' + - 'view published sitewide alert entities' - 'view rdf entity' - 'view topic meta-entity' diff --git a/config/sync/user.role.authenticated.yml b/config/sync/user.role.authenticated.yml index 3c4dafafb238da4cae368c653a2d4cb637b1e0ee..382b48badd0047e93348d7b5255d7a376d8e7757 100644 --- a/config/sync/user.role.authenticated.yml +++ b/config/sync/user.role.authenticated.yml @@ -30,6 +30,7 @@ dependencies: - rdf_export - rdf_meta_entity - search_api_autocomplete + - sitewide_alert - state_machine_permissions - system - tour @@ -175,5 +176,6 @@ permissions: - 'view paragraph content simple_paragraph' - 'view paragraph content testimony' - 'view paragraph content video' + - 'view published sitewide alert entities' - 'view rdf entity' - 'view topic meta-entity' diff --git a/config/sync/user.role.moderator.yml b/config/sync/user.role.moderator.yml index e8289f2af16db8b56e613936f9f0445b4aeb01bc..ad1b93c27068c92e1a0ebe1e250b8c6448ecc64b 100644 --- a/config/sync/user.role.moderator.yml +++ b/config/sync/user.role.moderator.yml @@ -47,7 +47,7 @@ dependencies: - rdf_draft - rdf_entity - rdf_meta_entity - - site_alert + - sitewide_alert - solution - state_machine_permissions - tallinn @@ -74,7 +74,7 @@ permissions: - 'access taxonomy overview' - 'access toolbar' - 'access uri converter' - - 'add site alerts' + - 'add sitewide alert entities' - 'administer collection ownership' - 'administer comments' - 'administer entity legal' @@ -88,7 +88,7 @@ permissions: - 'administer outdated content threshold' - 'administer search fields' - 'administer shared entities' - - 'administer site alert' + - 'administer sitewide alert entities' - 'administer solution ownership' - 'administer support menu items' - 'administer tallinn settings' @@ -127,6 +127,7 @@ permissions: - 'create rdf entity news' - 'create solution_banner media' - 'create solution_logo media' + - 'delete all sitewide alert revisions' - 'delete any collection_banner media' - 'delete any collection_logo media' - 'delete any discussion_logo media' @@ -155,7 +156,7 @@ permissions: - 'delete paragraph content row' - 'delete paragraph content testimony' - 'delete paragraph content video' - - 'delete site alerts' + - 'delete sitewide alert entities' - 'download subscribers report' - 'edit any collection_banner media' - 'edit any collection_logo media' @@ -176,6 +177,7 @@ permissions: - 'edit own field_is_eif_recommendation' - 'edit owner rdf entity' - 'edit short id after publication' + - 'edit sitewide alert entities' - 'edit terms in legal_type' - 'execute developers_italia pipeline' - 'execute dpsi pipeline' @@ -196,6 +198,7 @@ permissions: - 'reset joinup_collection pipeline' - 'reset nio pipeline' - 'reset spain pipeline' + - 'revert all sitewide alert revisions' - 'transition any message announcement from rejected to sent using the announcement - announcement workflow' - 'transition any message announcement from sent to delivered using the announcement - announcement workflow' - 'transition any message announcement from sent to rejected using the announcement - announcement workflow' @@ -392,10 +395,10 @@ permissions: - 'update paragraph content row' - 'update paragraph content testimony' - 'update paragraph content video' - - 'update site alerts' - 'update solution_settings meta-entity' - 'update spotlight entityqueue' - 'update topic meta-entity' + - 'view all sitewide alert revisions' - 'view any unpublished content' - 'view eif wrapper entity' - 'view field_is_eif_category' @@ -406,3 +409,4 @@ permissions: - 'view rdf entity overview' - 'view rdf_entity draft graph' - 'view unpublished rdf entity' + - 'view unpublished sitewide alert entities' diff --git a/config/sync/views.view.in_the_spotlight.yml b/config/sync/views.view.in_the_spotlight.yml index cf935926260eb80fdfea42a6ecea5897ba19fb6a..a43e49599260496881d8c8c68a5884ed50b84416 100644 --- a/config/sync/views.view.in_the_spotlight.yml +++ b/config/sync/views.view.in_the_spotlight.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: config: - - core.entity_view_mode.node.view_mode_tile + - core.entity_view_mode.node.view_mode_tile_horizontal - entityqueue.entity_queue.spotlight module: - entityqueue @@ -75,7 +75,7 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - view_mode: view_mode_tile + view_mode: view_mode_tile_horizontal pager: type: some options: @@ -174,23 +174,24 @@ display: tags: - 'config:core.entity_view_display.node.custom_page.carousel' - 'config:core.entity_view_display.node.custom_page.default' - - 'config:core.entity_view_display.node.custom_page.tile_two' - 'config:core.entity_view_display.node.custom_page.view_mode_featured' - 'config:core.entity_view_display.node.custom_page.view_mode_tile' + - 'config:core.entity_view_display.node.custom_page.view_mode_tile_horizontal' - 'config:core.entity_view_display.node.discussion.carousel' - 'config:core.entity_view_display.node.discussion.default' - 'config:core.entity_view_display.node.discussion.digest_message' - 'config:core.entity_view_display.node.discussion.moderation' - 'config:core.entity_view_display.node.discussion.view_mode_featured' - 'config:core.entity_view_display.node.discussion.view_mode_tile' + - 'config:core.entity_view_display.node.discussion.view_mode_tile_horizontal' - 'config:core.entity_view_display.node.document.carousel' - 'config:core.entity_view_display.node.document.default' - 'config:core.entity_view_display.node.document.digest_message' - 'config:core.entity_view_display.node.document.highlighted' - 'config:core.entity_view_display.node.document.moderation' - - 'config:core.entity_view_display.node.document.tile_two' - 'config:core.entity_view_display.node.document.view_mode_featured' - 'config:core.entity_view_display.node.document.view_mode_tile' + - 'config:core.entity_view_display.node.document.view_mode_tile_horizontal' - 'config:core.entity_view_display.node.event.carousel' - 'config:core.entity_view_display.node.event.default' - 'config:core.entity_view_display.node.event.digest_message' @@ -198,9 +199,9 @@ display: - 'config:core.entity_view_display.node.event.highlighted' - 'config:core.entity_view_display.node.event.highlighted_event' - 'config:core.entity_view_display.node.event.moderation' - - 'config:core.entity_view_display.node.event.tile_two' - 'config:core.entity_view_display.node.event.view_mode_featured' - 'config:core.entity_view_display.node.event.view_mode_tile' + - 'config:core.entity_view_display.node.event.view_mode_tile_horizontal' - 'config:core.entity_view_display.node.glossary.default' - 'config:core.entity_view_display.node.glossary.view_mode_tile' - 'config:core.entity_view_display.node.news.carousel' @@ -209,9 +210,9 @@ display: - 'config:core.entity_view_display.node.news.explore_item' - 'config:core.entity_view_display.node.news.highlighted' - 'config:core.entity_view_display.node.news.moderation' - - 'config:core.entity_view_display.node.news.tile_two' - 'config:core.entity_view_display.node.news.view_mode_featured' - 'config:core.entity_view_display.node.news.view_mode_tile' + - 'config:core.entity_view_display.node.news.view_mode_tile_horizontal' - 'config:core.entity_view_display.node.tallinn_report.default' - 'config:core.entity_view_display.node.tallinn_report.view_mode_tile' - 'config:core.entity_view_display.node.video.default' @@ -239,23 +240,24 @@ display: tags: - 'config:core.entity_view_display.node.custom_page.carousel' - 'config:core.entity_view_display.node.custom_page.default' - - 'config:core.entity_view_display.node.custom_page.tile_two' - 'config:core.entity_view_display.node.custom_page.view_mode_featured' - 'config:core.entity_view_display.node.custom_page.view_mode_tile' + - 'config:core.entity_view_display.node.custom_page.view_mode_tile_horizontal' - 'config:core.entity_view_display.node.discussion.carousel' - 'config:core.entity_view_display.node.discussion.default' - 'config:core.entity_view_display.node.discussion.digest_message' - 'config:core.entity_view_display.node.discussion.moderation' - 'config:core.entity_view_display.node.discussion.view_mode_featured' - 'config:core.entity_view_display.node.discussion.view_mode_tile' + - 'config:core.entity_view_display.node.discussion.view_mode_tile_horizontal' - 'config:core.entity_view_display.node.document.carousel' - 'config:core.entity_view_display.node.document.default' - 'config:core.entity_view_display.node.document.digest_message' - 'config:core.entity_view_display.node.document.highlighted' - 'config:core.entity_view_display.node.document.moderation' - - 'config:core.entity_view_display.node.document.tile_two' - 'config:core.entity_view_display.node.document.view_mode_featured' - 'config:core.entity_view_display.node.document.view_mode_tile' + - 'config:core.entity_view_display.node.document.view_mode_tile_horizontal' - 'config:core.entity_view_display.node.event.carousel' - 'config:core.entity_view_display.node.event.default' - 'config:core.entity_view_display.node.event.digest_message' @@ -263,9 +265,9 @@ display: - 'config:core.entity_view_display.node.event.highlighted' - 'config:core.entity_view_display.node.event.highlighted_event' - 'config:core.entity_view_display.node.event.moderation' - - 'config:core.entity_view_display.node.event.tile_two' - 'config:core.entity_view_display.node.event.view_mode_featured' - 'config:core.entity_view_display.node.event.view_mode_tile' + - 'config:core.entity_view_display.node.event.view_mode_tile_horizontal' - 'config:core.entity_view_display.node.glossary.default' - 'config:core.entity_view_display.node.glossary.view_mode_tile' - 'config:core.entity_view_display.node.news.carousel' @@ -274,9 +276,9 @@ display: - 'config:core.entity_view_display.node.news.explore_item' - 'config:core.entity_view_display.node.news.highlighted' - 'config:core.entity_view_display.node.news.moderation' - - 'config:core.entity_view_display.node.news.tile_two' - 'config:core.entity_view_display.node.news.view_mode_featured' - 'config:core.entity_view_display.node.news.view_mode_tile' + - 'config:core.entity_view_display.node.news.view_mode_tile_horizontal' - 'config:core.entity_view_display.node.tallinn_report.default' - 'config:core.entity_view_display.node.tallinn_report.view_mode_tile' - 'config:core.entity_view_display.node.video.default' diff --git a/config/sync/views.view.latest_news.yml b/config/sync/views.view.latest_news.yml index b74647a529c9c0628b34b42e8d49b217042218f4..2e0e8d0cdf402db41c6eacfa9f8954a65cabc9f5 100644 --- a/config/sync/views.view.latest_news.yml +++ b/config/sync/views.view.latest_news.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: config: - - core.entity_view_mode.node.view_mode_tile + - core.entity_view_mode.node.view_mode_tile_horizontal - node.type.news module: - node @@ -221,7 +221,7 @@ display: type: 'entity:node' options: relationship: none - view_mode: view_mode_tile + view_mode: view_mode_tile_horizontal query: type: views_query options: diff --git a/config/sync/views.view.search.yml b/config/sync/views.view.search.yml index 8fa39d3826b1d75476baabb67cb1f6c4acd0823a..717a8df486080ea99a1ca5e176a77e9a17912e4a 100644 --- a/config/sync/views.view.search.yml +++ b/config/sync/views.view.search.yml @@ -382,19 +382,19 @@ display: options: view_modes: 'entity:node': - custom_page: view_mode_tile - discussion: view_mode_tile - document: view_mode_tile - event: view_mode_tile - news: view_mode_tile - tallinn_report: view_mode_tile - video: view_mode_tile + custom_page: view_mode_tile_horizontal + discussion: view_mode_tile_horizontal + document: view_mode_tile_horizontal + event: view_mode_tile_horizontal + news: view_mode_tile_horizontal + tallinn_report: view_mode_tile_horizontal + video: view_mode_tile_horizontal 'entity:rdf_entity': - asset_distribution: view_mode_tile - asset_release: view_mode_tile - collection: view_mode_tile - licence: view_mode_tile - solution: view_mode_tile + asset_distribution: view_mode_tile_horizontal + asset_release: view_mode_tile_horizontal + collection: view_mode_tile_horizontal + licence: view_mode_tile_horizontal + solution: view_mode_tile_horizontal spdx_licence: default 'entity:taxonomy_term': eif_conceptual_model: default @@ -403,7 +403,7 @@ display: eif_recommendation: default topic: default 'entity:user': - user: view_mode_tile + user: view_mode_tile_horizontal query: type: search_api_query options: diff --git a/resources/drupal-scaffold/.gitattributes.append b/resources/drupal-scaffold/.gitattributes.append index 4f3e2f1579a8d1f0d5d0bd7090e1b5409a2ea0a9..736dcd22e042be6db4faf61d14f7fa115738b4e1 100644 --- a/resources/drupal-scaffold/.gitattributes.append +++ b/resources/drupal-scaffold/.gitattributes.append @@ -11,7 +11,6 @@ /drush/Commands/ export-ignore /drush/sites/ export-ignore /resources/docker/ export-ignore -/resources/fixtures/ export-ignore /resources/mac/ export-ignore /resources/runner/ export-ignore /scripts/composer/post_update export-ignore diff --git a/resources/fixtures/EIRA_SKOS.rdf b/resources/fixtures/EIRA_SKOS.rdf index 218bc3bb4885656dc7929c20643f6aaa38cabc7a..16a53ad2f89eae87b3c16b0a1ce6cbc49e1ca9bf 100644 --- a/resources/fixtures/EIRA_SKOS.rdf +++ b/resources/fixtures/EIRA_SKOS.rdf @@ -1,17 +1,16 @@ -<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE rdf:RDF [ - <!ENTITY dcterms "http://purl.org/dc/terms/" > - <!ENTITY foaf "http://xmlns.com/foaf/0.1/" > - <!ENTITY vann "http://purl.org/vocab/vann/" > - <!ENTITY cc "http://creativecommons.org/ns#" > - <!ENTITY owl "http://www.w3.org/2002/07/owl#" > - <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" > - <!ENTITY wdrs "http://www.w3.org/2007/05/powder-s#" > - <!ENTITY skos "http://www.w3.org/2004/02/skos/core#" > - <!ENTITY xml "http://www.w3.org/XML/1998/namespace" > - <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" > - <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" > - ]> + <!ENTITY dcterms "http://purl.org/dc/terms/" > + <!ENTITY foaf "http://xmlns.com/foaf/0.1/" > + <!ENTITY vann "http://purl.org/vocab/vann/" > + <!ENTITY cc "http://creativecommons.org/ns#" > + <!ENTITY owl "http://www.w3.org/2002/07/owl#" > + <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" > + <!ENTITY wdrs "http://www.w3.org/2007/05/powder-s#" > + <!ENTITY skos "http://www.w3.org/2004/02/skos/core#" > + <!ENTITY xml "http://www.w3.org/XML/1998/namespace" > + <!ENTITY eira "http://data.europa.eu/dr8/" > + <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" > + <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >]> <rdf:RDF xmlns="http://www.semanticweb.org/owl/owlapi/turtle#" xml:base="http://www.semanticweb.org/owl/owlapi/turtle" xmlns:foaf="http://xmlns.com/foaf/0.1/" @@ -23,3222 +22,6952 @@ xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" + xmlns:eira="http://data.europa.eu/dr8/" xmlns:cc="http://creativecommons.org/ns#"> - <owl:Ontology rdf:about="http://data.europa.eu/dr8"> - <rdfs:label xml:lang="en">Controlled vocabulary for the European Interoperability Reference Architecture (EIRA)</rdfs:label> - <dcterms:modified rdf:datatype="&xsd;date">2022-02-03</dcterms:modified> - <dcterms:rights xml:lang="en">Copyright (c) 2016 European Union.</dcterms:rights> - <cc:attributionName xml:lang="en">European Commission</cc:attributionName> - <rdfs:comment xml:lang="en">This file specifies the controlled vocabulary defined by the EIRA as SKOS concept schemes and SKOS concepts.</rdfs:comment> - <dcterms:description xml:lang="en">This file specifies the controlled vocabulary defined by the EIRA as SKOS concept schemes and SKOS concepts.</dcterms:description> - <dcterms:abstract xml:lang="en">This file specifies the controlled vocabulary defined by the EIRA as SKOS concept schemes and SKOS concepts.</dcterms:abstract> - <owl:versionInfo xml:lang="en">EIRA v4.1.0</owl:versionInfo> - <vann:preferredNamespacePrefix xml:lang="en">eira</vann:preferredNamespacePrefix> - <vann:preferredNamespaceUri xml:lang="en">http://data.europa.eu/dr8/</vann:preferredNamespaceUri> - <foaf:maker rdf:resource="https://joinup.ec.europa.eu/asset/eia"/> - <dcterms:creator rdf:resource="https://joinup.ec.europa.eu/asset/eia"/> - <cc:attributionURL rdf:resource="https://joinup.ec.europa.eu/asset/eia"/> - <dcterms:license rdf:resource="https://joinup.ec.europa.eu/category/licence/isa-open-metadata-licence-v11"/> - <dcterms:conformsTo rdf:resource="https://joinup.ec.europa.eu/elibrary/document/isa-deliverable-process-and-methodology-developing-core-vocabularies"/> - </owl:Ontology> - - <skos:ConceptScheme rdf:about="http://data.europa.eu/dr8"> - <skos:notation>EIRA</skos:notation> - <skos:prefLabel xml:lang="en">EIRA taxonomy</skos:prefLabel> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicy"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyCycle"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalAct"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegislationCatalogue"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalAuthority"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedLegalFramework"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalAgreement"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServicesImplementationOrientation"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityStrategy"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityFramework"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityGovernance"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityOrganisationalAuthority"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityFramework"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivacyFramework"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilitySkill"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataOwner"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceAgent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumerAgent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumer"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreement"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceProvider"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceDeliveryAgent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceDeliveryModel"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalBusinessCapability"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessInformation"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceCatalogue"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalAgreement"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedGovernanceFramework"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPolicy"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Representation"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSetCatalogue"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSet"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Data"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeBase"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OntologiesCatalogue"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Ontology"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataMapping"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataMappingCatalogue"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SemanticAgreement"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MachineToMachineInterface"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HumanInterface"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolution"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnicalAgreement"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AccessManagementService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AccessManagementComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuditService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuditComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataTransformationService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataTransformationComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataValidationService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataValidationComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrchestrationService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrchestrationComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedPlatform"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConformanceTestingService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConformanceTestingComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConformanceTestReport"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConformanceTestScenario"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MetadataManagementComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-archivingComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FormsManagementComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPublicationComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivacyComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-paymentComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceRegistryComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MachineTranslationComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IdentityManagementComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TrustRegistryComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataExchangeComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ComputingHosting,Networking,AndDataHostingInfrastructure"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Network"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NetworkingService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ComputingHostingService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HostingFacility"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContentManagementService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataRepository"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataAnalyticsService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataAnalyticsComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SmartDevice"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataHostingService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceRegistryService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceRegistry"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ApiCatalogueService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ApiCatalogueComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataRepositoryService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataRepositoryComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ApiCatalogue"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/WebService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ApiComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataWarehouseService"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataWarehouseComponent"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EiraViewpoint"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitectureBuildingBlock"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EiraView"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Solution"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EifInteroperabilityLevel"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityAspect"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityDimension"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitectureRequirement"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SolutionSpecification"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EvidenceBasedPublicPolicy"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicValue"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SuccessfulPublicServiceImplementationOrientation"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SocialParticipation"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Accountability"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MarketCollaboration"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalInclusion"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Accessibility"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EuropeanDigitalSovereignty"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EuLegislationCompliance"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IntegratedHorizontalUserExperience"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OnceOnly"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CodeOfEthicsCompliance"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Privacy"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EulfCompliance"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnologyNeutrality"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceOrientation"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Proactiveness"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NewPublicManagementApproach"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConvergenceAssuranceOnPublicPolicyGoalsAttainment"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Multilingualism"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Openness"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/User-centricity"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SubsidiarityAndProportionality"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPortability"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Security"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConvergenceControlOnPublicPolicyGoalsAttainment"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Trust"/> - <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Innovation"/> - </skos:ConceptScheme> - - <skos:Collection rdf:about="http://data.europa.eu/dr8/view/LegalView"> - <skos:notation>LegalView</skos:notation> - <skos:prefLabel xml:lang="en">Legal View</skos:prefLabel> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicy"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyCycle"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/BindingInstrument"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Non-bindingInstrument"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/LegalAct"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/LegislationCatalogue"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreement"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchange"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/LegalAuthority"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SharedLegalFramework"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/LegalAgreement"/> - </skos:Collection> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicy"> - <skos:notation>PublicPolicy</skos:notation> - <skos:prefLabel xml:lang="en">Public Policy</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Set of principles followed by a public authority to bring about social change in the medium and long term in a given area. It is based on certain values and objectives and is implemented using a variety of methods. It applies on the territory within which the authority is authorised to act. - -Based on EuroVoc -http://eurovoc.europa.eu/drupal/?q=request&concepturi=http%3A%2F%2Feurovoc.europa.eu%2F8466&termuri=http%3A%2F%2Feurovoc.europa.eu%2F209598&language=en&view=pt&ifacelang=en - -The policies; overview of EU activities in all areas, from agriculture to transport: http://ec.europa.eu/policies/index_en.htm - -Syn. Policy Action + <owl:Ontology rdf:about="http://data.europa.eu/dr8"> + <rdfs:label xml:lang="en">Controlled vocabulary for the European Interoperability Reference Architecture (EIRA)</rdfs:label> + <dcterms:modified rdf:datatype="&xsd;date">2023-05-30</dcterms:modified> + <dcterms:rights xml:lang="en">Copyright (c) 2016 European Union.</dcterms:rights> + <cc:attributionName xml:lang="en">European Commission</cc:attributionName> + <rdfs:comment xml:lang="en">This file specifies the controlled vocabulary defined by the EIRA as SKOS concept schemes and SKOS concepts.</rdfs:comment> + <dcterms:description xml:lang="en">This file specifies the controlled vocabulary defined by the EIRA as SKOS concept schemes and SKOS concepts.</dcterms:description> + <dcterms:abstract xml:lang="en">This file specifies the controlled vocabulary defined by the EIRA as SKOS concept schemes and SKOS concepts.</dcterms:abstract> + <owl:versionInfo xml:lang="en">EIRA v6.0.0</owl:versionInfo> + <vann:preferredNamespacePrefix xml:lang="en">eira</vann:preferredNamespacePrefix> + <vann:preferredNamespaceUri xml:lang="en">http://data.europa.eu/dr8/</vann:preferredNamespaceUri> + <foaf:maker rdf:resource="https://joinup.ec.europa.eu/asset/eia" /> + <dcterms:creator rdf:resource="https://joinup.ec.europa.eu/asset/eia" /> + <cc:attributionURL rdf:resource="https://joinup.ec.europa.eu/asset/eia" /> + <dcterms:license rdf:resource="https://joinup.ec.europa.eu/category/licence/isa-open-metadata-licence-v11" /> + <dcterms:conformsTo rdf:resource="https://joinup.ec.europa.eu/elibrary/document/isa-deliverable-process-and-methodology-developing-core-vocabularies" /> + </owl:Ontology> + <skos:ConceptScheme rdf:about="http://data.europa.eu/dr8"> + <skos:notation>EIRA</skos:notation> + <skos:prefLabel xml:lang="en">EIRA taxonomy</skos:prefLabel> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ABB_Status" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ID" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PURI" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/synonym" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/definitionSource" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/definitionSourceReference" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/iopSaliency" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/concept" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/iopDimension" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/view" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/viewpoint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/modelType" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/adr_context" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/adr_decision" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/adr_status" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/adr_consecuences" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessCapability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessCapability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalBusinessCapability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalBusinessCapability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyCourseOfAction" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyCourseOfAction_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Organisation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Organisation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceAgent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceAgent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Citizen" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Citizen_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicAdministration" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicAdministration_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Business" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Business_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CapacityOfExchangingBusinessInformation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CapacityOfExchangingBusinessInformation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ExchangeOfBusinessInformation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ExchangeOfBusinessInformation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceDeliveryMode" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceDeliveryMode_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServicesImplementationOrientation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServicesImplementationOrientation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyImplementationMandate" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyImplementationMandate_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalSkill" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalSkill_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessRule" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessRule_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FinancialResource" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FinancialResource_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceManifestation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceManifestation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalProcedure" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalProcedure_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EiraView" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EiraView_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OperationalProcedure" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OperationalProcedure_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Specification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Specification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CharacterEncodingScheme" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CharacterEncodingScheme_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IdentifierScheme" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IdentifierScheme_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitectureBuildingBlock" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitectureBuildingBlock_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SyntaxEncodingScheme" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SyntaxEncodingScheme_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SchemaLevelMapping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SchemaLevelMapping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnicalSpecification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnicalSpecification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityGovernance" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityGovernance_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ReferenceDataPolicy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ReferenceDataPolicy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalPolicy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalPolicy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SolutionSpecification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SolutionSpecification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConfigurationManagement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConfigurationManagement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataLevelMapping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataLevelMapping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OperationalEnabler" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OperationalEnabler_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilitySpecification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilitySpecification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyFormulationAndImplementationInstrument" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyFormulationAndImplementationInstrument_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ImplementingGuideline" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ImplementingGuideline_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSyntax" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSyntax_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataEntity" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataEntity_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnabler" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnabler_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConformanceTestReport" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConformanceTestReport_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Solution" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Solution_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityStrategy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityStrategy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalStructure" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalStructure_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceCatalogue" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceCatalogue_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyDevelopmentEnabler" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyDevelopmentEnabler_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DescriptiveMetadataPolicy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DescriptiveMetadataPolicy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityEnabler" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityEnabler_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BaseRegistryDataPolicy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BaseRegistryDataPolicy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EiraViewpoint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EiraViewpoint_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityAndPrivacyPolicy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityAndPrivacyPolicy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyImplementation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyImplementation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataMapping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataMapping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyEvaluation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyEvaluation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FormulationOfPublicPolicyScenarios" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FormulationOfPublicPolicyScenarios_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DefinitionOfPublicPolicyObjectives" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DefinitionOfPublicPolicyObjectives_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ImpactAssessment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ImpactAssessment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumer" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumer_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumerAgent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumerAgent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceDeliveryAgent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceDeliveryAgent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceProvider" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicServiceProvider_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Service" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Service_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalAgreements-InternationalTreaties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalAgreements-InternationalTreaties_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryMachineAgentBusinessActor" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryMachineAgentBusinessActor_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryHumanAgentBusinessActor" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryHumanAgentBusinessActor_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MobileAppBusinessInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MobileAppBusinessInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DesktopAppBusinessInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DesktopAppBusinessInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceAppBusinessInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceAppBusinessInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/WebPortalBusinessInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/WebPortalBusinessInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegislationCatalogueBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegislationCatalogueBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityDimensionBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityDimensionBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityPolicyBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityPolicyBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivacyPolicyBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivacyPolicyBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EifInteroperabilityLevelBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EifInteroperabilityLevelBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OpenDataPolicyBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OpenDataPolicyBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityFrameworkBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityFrameworkBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MasterDataPolicyBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MasterDataPolicyBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InformationBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InformationBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgentBusinessRole" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgentBusinessRole_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataOwnerBusinessRole" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataOwnerBusinessRole_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicBusinessService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicBusinessService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgreementOnPrivacyContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgreementOnPrivacyContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SemanticAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SemanticAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceLevelAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceLevelAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgreementOnDataSharingContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgreementOnDataSharingContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FrameworkAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FrameworkAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecificationContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecificationContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnicalAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnicalAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NationalLegalInteroperabilityAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NationalLegalInteroperabilityAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataRepresentation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataRepresentation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LinkedOpenDataRepresentation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LinkedOpenDataRepresentation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LinkedDataRepresentation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LinkedDataRepresentation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalActRepresentation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalActRepresentation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KnowledgeRepresentation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KnowledgeRepresentation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OpenDataRepresentation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OpenDataRepresentation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AdministrationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AdministrationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessProcessManagementComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessProcessManagementComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyServiceComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyServiceComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessIntelligenceComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessIntelligenceComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RecordManagementComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RecordManagementComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PartnerManagementComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PartnerManagementComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CollaborationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CollaborationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolution" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolution_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContentManagementComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContentManagementComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LoggingComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LoggingComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataWarehouseComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataWarehouseComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessReportingService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessReportingService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedPlatform" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedPlatform_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LifecycleManagementService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LifecycleManagementService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ChoreographyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ChoreographyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessAnalyticsService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessAnalyticsService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AudiovisualService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AudiovisualService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceRegistry" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceRegistry_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MessagingService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MessagingService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RecordManagementService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RecordManagementService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PartnerManagementService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PartnerManagementService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LoggingService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LoggingService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataWarehouseService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataWarehouseService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DocumentManagementService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DocumentManagementService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContentManagementService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContentManagementService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AdministrationAndMonitoringService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AdministrationAndMonitoringService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataStandard" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataStandard_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OpenData" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OpenData_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TransactionalData" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TransactionalData_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BaseRegistryData" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BaseRegistryData_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataStandardCatalogue" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataStandardCatalogue_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DescriptiveMetadata" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DescriptiveMetadata_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPublicationApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPublicationApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BlockchainApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BlockchainApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConformanceTestingApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConformanceTestingApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HTTPSLoadBalancerApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HTTPSLoadBalancerApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedPlatformApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedPlatformApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuditApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuditApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-ArchivingApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-ArchivingApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivacyApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivacyApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MetadataManagementApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MetadataManagementApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IdentificationApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IdentificationApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgendaManagementApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgendaManagementApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FormsManagementApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FormsManagementApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrchestrationApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrchestrationApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MachineTranslationApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MachineTranslationApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataVirtualizationApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataVirtualizationApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ScheduleManagementApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ScheduleManagementApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataQualityApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataQualityApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APICatalogueApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APICatalogueApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceRegistryApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceRegistryApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataManagementApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataManagementApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataAnalyticsApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataAnalyticsApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MachineToMachineApplicationInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MachineToMachineApplicationInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/WebServiceApplicationInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/WebServiceApplicationInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIApplicationInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIApplicationInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HumanApplicationInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HumanApplicationInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConformanceTestingApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConformanceTestingApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrchestrationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrchestrationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-SealCreationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-SealCreationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuditApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuditApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgendaManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgendaManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RequestValidationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RequestValidationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivacyApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivacyApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContentManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContentManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FormsManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FormsManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataVirtualizationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataVirtualizationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuthorisationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuthorisationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-ArchivingApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-ArchivingApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IntegrityVerificationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IntegrityVerificationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSpaceApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSpaceApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-SealPreservationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-SealPreservationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-TimestampCreationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-TimestampCreationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuthenticationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuthenticationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataAnalyticsApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataAnalyticsApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MetadataManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MetadataManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/UXManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/UXManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ScheduleManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ScheduleManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataQualityApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataQualityApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AccountingApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AccountingApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-SignaturePreservationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-SignaturePreservationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MachineTranslationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MachineTranslationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RegistrationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RegistrationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IdentityMangementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IdentityMangementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPublicationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPublicationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BlockchainApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BlockchainApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FirewallApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FirewallApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-SignatureCreationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/E-SignatureCreationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIManagerApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIManagerApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SoftwareComponentDiscoveryandCatalogueApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SoftwareComponentDiscoveryandCatalogueApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceRegistryDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceRegistryDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BaseRegistryDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BaseRegistryDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MasterDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MasterDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SolutionSpecificationDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SolutionSpecificationDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ControlledVocabularyDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ControlledVocabularyDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataFormatDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataFormatDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OntologiesCatalogueDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OntologiesCatalogueDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataMappingCatalogueDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataMappingCatalogueDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FormsStructureDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FormsStructureDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MetadataDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MetadataDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataModelDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataModelDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSetCatalogueDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSetCatalogueDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ReferenceDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ReferenceDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/VirtualDatasetDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/VirtualDatasetDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APICatalogueDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APICatalogueDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DistributedLedgerDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DistributedLedgerDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataMappingDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataMappingDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KnowledgeTriplestore" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KnowledgeTriplestore_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OntologyDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OntologyDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSyntaxDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSyntaxDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HashCodeDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HashCodeDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSetDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSetDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MetadataCatalogueDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MetadataCatalogueDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Network" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Network_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivateHostingFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivateHostingFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HostingFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HostingFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicHostingFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicHostingFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NetworkingService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NetworkingService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArtifact" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArtifact_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivateCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivateCommunicationNetwork_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicCommunicationNetwork_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LocalAreaCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LocalAreaCommunicationNetwork_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurePublicCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurePublicCommunicationNetwork_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SensorDevice" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SensorDevice_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RemoteDesktopClientDevice" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RemoteDesktopClientDevice_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DesktopComputerDevice" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DesktopComputerDevice_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SmartDevice" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SmartDevice_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HybridCloudProviderFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HybridCloudProviderFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HostingFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HostingFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OnPremiseFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OnPremiseFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivateCloudFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivateCloudFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicCloudComputingFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicCloudComputingFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ExternalFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ExternalFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CloudComputingFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CloudComputingFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServerNode" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServerNode_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/VirtualMachineNode" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/VirtualMachineNode_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContainerSystemSoftware" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContainerSystemSoftware_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnologyTechnologyInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnologyTechnologyInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MachineLearningTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MachineLearningTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LoggerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LoggerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContainersManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContainersManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RouterTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RouterTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DistributedFileSystemTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DistributedFileSystemTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RemoteDesktopTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RemoteDesktopTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TelemetryTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TelemetryTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContainerRegistryTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContainerRegistryTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IaaSTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IaaSTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ActiveDirectoryTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ActiveDirectoryTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FirewallTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FirewallTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataLakeStorageTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataLakeStorageTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EventManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EventManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LoadBalancerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LoadBalancerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessInteligenceTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessInteligenceTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuditManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuditManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/StreamingServerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/StreamingServerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AnalyticsTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AnalyticsTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/GraphQLServerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/GraphQLServerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BlockchainLedgerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BlockchainLedgerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PaaSTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PaaSTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataCatalogTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataCatalogTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ApplicationServerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ApplicationServerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ManagementConsoleTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ManagementConsoleTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PKICertificateManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PKICertificateManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/GatewayTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/GatewayTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/WebServerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/WebServerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DatabricksTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DatabricksTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SaasTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SaasTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ExternalTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ExternalTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BackupTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BackupTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DomainNameTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DomainNameTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BlockStorageTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BlockStorageTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FileStorageTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FileStorageTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IdentityProviderTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IdentityProviderTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIGatewayTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIGatewayTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SuccessfulPublicServiceImplementationOrientation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SuccessfulPublicServiceImplementationOrientation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnologyNeutrality" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnologyNeutrality_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnologicalNeutralityAndDataPortability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnologicalNeutralityAndDataPortability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Multilingualism" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Multilingualism_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EULFCompliance" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EULFCompliance_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SubsidiarityAndProportionality" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SubsidiarityAndProportionality_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Proactiveness" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Proactiveness_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IntegratedHorizontalUserExperience" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IntegratedHorizontalUserExperience_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicValue" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicValue_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AssessmentOfEffectivenessAndEfficiency" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AssessmentOfEffectivenessAndEfficiency_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EuropeanDIgitalSovereignty" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EuropeanDIgitalSovereignty_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Privacy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Privacy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Innovation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Innovation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/User-centricity" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/User-centricity_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InclusionAndAccessibility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InclusionAndAccessibility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Accountability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Accountability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AdministrativeSimplification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AdministrativeSimplification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Openness" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Openness_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Security" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Security_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MarketCollaboration" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MarketCollaboration_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PreservationOfInformation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PreservationOfInformation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Reusability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Reusability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Accessibility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Accessibility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConvergenceControlOnPublicPolicyGoalsAttainment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConvergenceControlOnPublicPolicyGoalsAttainment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalInclusion" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalInclusion_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CodeOfEthicsCompliance" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CodeOfEthicsCompliance_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceOrientation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceOrientation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EvidenceBasedPublicPolicy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EvidenceBasedPublicPolicy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NewPublicManagementApproach" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NewPublicManagementApproach_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPortability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPortability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SocialParticipation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SocialParticipation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Transparency" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Transparency_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AdministrativeSimplification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AdministrativeSimplification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OnceOnly" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OnceOnly_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EULegislationCompliance" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EULegislationCompliance_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConvergenceAssuranceOnPublicPolicyGoalsAttainment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConvergenceAssuranceOnPublicPolicyGoalsAttainment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Trust" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Trust_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitectureRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitectureRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KeyStructuralIopEnablersAssessment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KeyStructuralIopEnablersAssessment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KeyGovernanceIoPEnablersAssessment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KeyGovernanceIoPEnablersAssessment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KeyBehaviouralIopEnablersAssessment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KeyBehaviouralIopEnablersAssessment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyConstraint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyConstraint_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyContextConstraint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyContextConstraint_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EIRADimensionConstraint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EIRADimensionConstraint_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AchieveSemanticInteroperabilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AchieveSemanticInteroperabilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AchieveLegalInteroperabilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AchieveLegalInteroperabilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AchieveInteroperabilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AchieveInteroperabilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalAgendaGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalAgendaGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityStrategyGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityStrategyGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AchieveOrganisationalInteroperabilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AchieveOrganisationalInteroperabilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyObjectiveGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyObjectiveGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EifPrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EifPrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Detail-LevelArchitectureBuildingBlockRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Detail-LevelArchitectureBuildingBlockRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BindingInstrumentRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BindingInstrumentRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalActRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalActRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EIRAViewpointRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EIRAViewpointRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EIRAViewRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EIRAViewRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalClausesRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalClausesRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CapabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CapabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NationalLegalActRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NationalLegalActRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EuropeanLegalActRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EuropeanLegalActRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitectureBuildingBlockRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitectureBuildingBlockRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Non-bindingInstrumentRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Non-bindingInstrumentRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IndividualStakeholder" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IndividualStakeholder_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationStakeholder" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrganisationStakeholder_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalEntityStakeholder" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalEntityStakeholder_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicAdministrationStakeholder" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicAdministrationStakeholder_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessStakeholder" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessStakeholder_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DeliveryCapacityValue" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DeliveryCapacityValue_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AnalyticalCapacityValue" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AnalyticalCapacityValue_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CoordinationCapacityValue" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CoordinationCapacityValue_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RegulatoryCapacityValue" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RegulatoryCapacityValue_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityEnablersGroup" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityEnablersGroup_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NetworkingInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NetworkingInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ManagementInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ManagementInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TransationEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TransationEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivacyEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivacyEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ComputingInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ComputingInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SemanticFunctionalContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SemanticFunctionalContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataManagementEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataManagementEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TrustEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TrustEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TrustInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TrustInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BlockchainEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BlockchainEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataExchangeEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataExchangeEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AnalyticsEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AnalyticsEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSpaceEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSpaceEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TestEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TestEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SemanticGovernanceContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SemanticGovernanceContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BlockchainInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BlockchainInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedApplicationContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedApplicationContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContainerInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContainerInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrchestrationEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrchestrationEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedLegalContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedLegalContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DatabaseInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DatabaseInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/StorageInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/StorageInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FacilityLocation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FacilityLocation_Properties" /> + </skos:ConceptScheme> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ABB_Status"> + <skos:notation><![CDATA[ABB_Status]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[ABB_Status]]></skos:prefLabel> + <dcterms:identifier>ABB_Status</dcterms:identifier> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ID"> + <skos:notation><![CDATA[ID]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[ID]]></skos:prefLabel> + <dcterms:identifier>ID</dcterms:identifier> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PURI"> + <skos:notation><![CDATA[PURI]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[PURI]]></skos:prefLabel> + <dcterms:identifier>PURI</dcterms:identifier> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/synonym"> + <skos:notation><![CDATA[synonym]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[synonym]]></skos:prefLabel> + <dcterms:identifier>synonym</dcterms:identifier> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/definitionSource"> + <skos:notation><![CDATA[definitionSource]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[definitionSource]]></skos:prefLabel> + <dcterms:identifier>definitionSource</dcterms:identifier> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/definitionSourceReference"> + <skos:notation><![CDATA[definitionSourceReference]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[definitionSourceReference]]></skos:prefLabel> + <dcterms:identifier>definitionSourceReference</dcterms:identifier> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/iopSaliency"> + <skos:notation><![CDATA[iopSaliency]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[iopSaliency]]></skos:prefLabel> + <dcterms:identifier>iopSaliency</dcterms:identifier> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/concept"> + <skos:notation><![CDATA[concept]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[concept]]></skos:prefLabel> + <dcterms:identifier>concept</dcterms:identifier> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/iopDimension"> + <skos:notation><![CDATA[iopDimension]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[iopDimension]]></skos:prefLabel> + <dcterms:identifier>iopDimension</dcterms:identifier> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/view"> + <skos:notation><![CDATA[view]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[view]]></skos:prefLabel> + <dcterms:identifier>view</dcterms:identifier> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/viewpoint"> + <skos:notation><![CDATA[viewpoint]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[viewpoint]]></skos:prefLabel> + <dcterms:identifier>viewpoint</dcterms:identifier> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/modelType"> + <skos:notation><![CDATA[modelType]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[modelType]]></skos:prefLabel> + <dcterms:identifier>modelType</dcterms:identifier> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/adr_context"> + <skos:notation><![CDATA[adr_context]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[adr_context]]></skos:prefLabel> + <dcterms:identifier>adr_context</dcterms:identifier> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/adr_decision"> + <skos:notation><![CDATA[adr_decision]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[adr_decision]]></skos:prefLabel> + <dcterms:identifier>adr_decision</dcterms:identifier> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/adr_status"> + <skos:notation><![CDATA[adr_status]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[adr_status]]></skos:prefLabel> + <dcterms:identifier>adr_status</dcterms:identifier> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/adr_consecuences"> + <skos:notation><![CDATA[adr_consecuences]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[adr_consecuences]]></skos:prefLabel> + <dcterms:identifier>adr_consecuences</dcterms:identifier> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessCapability"> + <skos:notation><![CDATA[Business Capability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessCapability</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Business Capability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +A business capability is the ability of a public administration to digitally perform an administrative function. + +Based on the definitions from the European Statistical System: https://joinup.ec.europa.eu/collection/statistical-enterprise-architecture/document/ess-earf-business-capabilities-model INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Public Policy ABB �is salient for legal interoperability because it drives the production and formulation of legislation, and it is one of the main context elements to be taken into account when organisation need to work together, as stated in the EIF: "Legal interoperability is about ensuring that organisations operating under different legal frameworks, policies and strategies are able to work together". +Not applicable EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Common Agricultural Policy (CAP) -The common agricultural policy (CAP) � one of Europe�s oldest policies � has evolved along with the EU. Today's CAP supports a modern, market-oriented farming sector ensuring the provision of safe, affordable, high quality food, produced sustainably and respecting strict standards (environmental, animal welfare, food safety, etc.), as well as supporting investment in the broader rural economy. -https://ec.europa.eu/info/strategy/agriculture_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:spatial: The spatial (geographic) coverage related to this building block -- eira:status: The development or realisation status of this building block -- eira:specific_policy_issue: The specific policy issue that this solution supports -- eira:synonym: An alternative name for the building block/solution -- eira:policy_area: The policy area coverage of this solution -- eira:view]]></skos:definition> - <dcterms:identifier>ABB9</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServicesImplementationOrientation"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/BindingInstrument"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/LegalAct"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyCycle"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyCycle"> - <skos:notation>PublicPolicyCycle</skos:notation> - <skos:prefLabel xml:lang="en">Public Policy Cycle</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The series of public policy phases that are regularly repeated in order to manage all aspects of a public policy. - -Based on EU Better Regulation (list of phases) and Oxford dictionary (cycle definition) -http://ec.europa.eu/smart-regulation/guidelines/ug_chap1_en.htm (chapter 2 "What is Better Regulation?") -http://publicadministrationtheone.blogspot.be/2012/08/public-policy-models-of-policy-making_27.html - -Syn. Policy Cycle +ePrescription: +"Generation, transmission, and filling of a medical prescription through digital channels. ePrescribing allows a physician, pharmacist, nurse practitioner, or physician assistant to use digital prescription software to electronically transmit a new prescription or renewal authorization to a community or mail-order pharmacy".]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:BusinessCapability_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessCapability_Properties"> + <skos:notation><![CDATA[Properties of Business Capability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessCapability_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Business Capability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessCapability" /> + <dcterms:type>eira:BusinessCapability</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB370</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalBusinessCapability"> + <skos:notation><![CDATA[Digital Business Capability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalBusinessCapability</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Business Capability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Business Capability ABB is a Capability, that corresponds to an ability implemented in a system to enable a public administrations to perform an administrative function. + +Source: European Statistical System + +Source reference: https://joinup.ec.europa.eu/collection/statistical-enterprise-architecture/document/ess-earf-business-capabilities-model + +Additional information: The Digital Business capability enable public administations to performadministrative functions inthe framework of e-governance. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ePrescription: "Generation, transmission, and filling of a medical prescription through digital channels. ePrescribing allows a physician, pharmacist, nurse practitioner, or physician assistant to use digital prescription software to electronically transmit a new prescription or renewal authorization to a community or mail-order pharmacy". + +LOST view: Organisational view + +Interoperability saliency: Digital Business Capability ABB is salient for organizational interoperability because it determines the core business functions and operations of public administration services. This ABB ensures the coordination of public systems to make a response to specific procedures. + +Identifier: http://data.europa.eu/dr8/DigitalBusinessCapability + +eira:ID: ABB438 + +ABB name: eira:DigitalBusinessCapability + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-11-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessCapability" /> + <eira:DigitalBusinessCapability_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalBusinessCapability_Properties"> + <skos:notation><![CDATA[Properties of Digital Business Capability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalBusinessCapability_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Business Capability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalBusinessCapability" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalBusinessCapability</eira:PURI> + <dcterms:type>eira:DigitalBusinessCapability</dcterms:type> + <dcterms:modified>2023-11-1</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Business Capability ABB is a Capability, that corresponds to an ability implemented in a system to enable a public administrations to perform an administrative function.]]></skos:definition> + <eira:definitionSource>European Statistical System</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/statistical-enterprise-architecture/document/ess-earf-business-capabilities-model]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ePrescription: "Generation, transmission, and filling of a medical prescription through digital channels. ePrescribing allows a physician, pharmacist, nurse practitioner, or physician assistant to use digital prescription software to electronically transmit a new prescription or renewal authorization to a community or mail-order pharmacy".]]></skos:example> + <eira:iopSaliency><![CDATA[Digital Business Capability ABB is salient for organizational interoperability because it determines the core business functions and operations of public administration services. This ABB ensures the coordination of public systems to make a response to specific procedures.]]></eira:iopSaliency> + <skos:note><![CDATA[The Digital Business capability enable public administations to performadministrative functions inthe framework of e-governance.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalBusinessCapability</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyCourseOfAction"> + <skos:notation><![CDATA[Public Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyCourseOfAction</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Public Policy ABB is a Course of Action allowing public authorities to bring social change in the medium and long term, in a given area. + +Source: EuroVoc + +Source reference: http://eurovoc.europa.eu/drupal/?q=request&concepturi=http%3A%2F%2Feurovoc.europa.eu%2F8466&termuri=http%3A%2F%2Feurovoc.europa.eu%2F209598&language=en&view=pt&ifacelang=en + +Synonym: Policy Action + +Additional information: A Public Policy is based on certain values and objectives and is implemented using a variety of methods. It applies on the territory within which the authority is authorised to act.The policies overview of EU activities in all areas, from agriculture to transport: (http://ec.europa.eu/policies/index_en.htm) + +Example: The Common Agricultural Policy (CAP, https://ec.europa.eu/info/strategy/agriculture_en) is an example on how the Public Policy Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB). The common agricultural policy (CAP) – one of Europe’s oldest policies – has evolved along with the EU. Today's CAP supports a modern, market-oriented farming sector ensuring the provision of safe, affordable, high quality food, produced sustainably and respecting strict standards (environmental, animal welfare, food safety, etc.), as well as supporting investment in the broader rural economy. + +IoP Dimension: Governance IoP + +LOST view: Legal view + +Interoperability saliency: The Public Policy ABB  is salient for legal interoperability because it drives the production and formulation of legislation, and it is one of the main context elements to be taken into account when different organisations need to work together, as stated in the EIF: "Legal interoperability is about ensuring that organisations operating under different legal frameworks, policies and strategies are able to work together". + +Identifier: http://data.europa.eu/dr8/PublicPolicyCourseOfAction + +eira:ID: ABB9 + +ABB name: eira:PublicPolicyCourseOfAction + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-12-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyConstraint" /> + <eira:PublicPolicyCourseOfAction_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyCourseOfAction_Properties"> + <skos:notation><![CDATA[Properties of Public Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyCourseOfAction_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyCourseOfAction" /> + <eira:PURI>http://data.europa.eu/dr8/PublicPolicyCourseOfAction</eira:PURI> + <dcterms:type>eira:PublicPolicyCourseOfAction</dcterms:type> + <dcterms:modified>2022-12-1</dcterms:modified> + <eira:synonym>Policy Action</eira:synonym> + <skos:definition><![CDATA[Public Policy ABB is a Course of Action allowing public authorities to bring social change in the medium and long term, in a given area.]]></skos:definition> + <eira:definitionSource>EuroVoc</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eurovoc.europa.eu/drupal/?q=request&concepturi=http%3A%2F%2Feurovoc.europa.eu%2F8466&termuri=http%3A%2F%2Feurovoc.europa.eu%2F209598&language=en&view=pt&ifacelang=en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The Common Agricultural Policy (CAP, https://ec.europa.eu/info/strategy/agriculture_en) is an example on how the Public Policy Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB). The common agricultural policy (CAP) – one of Europe’s oldest policies – has evolved along with the EU. Today's CAP supports a modern, market-oriented farming sector ensuring the provision of safe, affordable, high quality food, produced sustainably and respecting strict standards (environmental, animal welfare, food safety, etc.), as well as supporting investment in the broader rural economy.]]></skos:example> + <eira:iopSaliency><![CDATA[The Public Policy ABB  is salient for legal interoperability because it drives the production and formulation of legislation, and it is one of the main context elements to be taken into account when different organisations need to work together, as stated in the EIF: "Legal interoperability is about ensuring that organisations operating under different legal frameworks, policies and strategies are able to work together".]]></eira:iopSaliency> + <skos:note><![CDATA[A Public Policy is based on certain values and objectives and is implemented using a variety of methods. It applies on the territory within which the authority is authorised to act.The policies overview of EU activities in all areas, from agriculture to transport: (http://ec.europa.eu/policies/index_en.htm)]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyCourseOfAction</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Organisation"> + <skos:notation><![CDATA[Organisation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Organisation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Organisation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Organisation ABB is a Business Actor providing and/or consuming Public Services as a principal. + +Source: EIF and the ISA2 Core Vocabularies +(http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF) +(https://joinup.ec.europa.eu/asset/cpov/asset_release/core-public-organisation-vocabulary-v100#download-links) + +Syn. Institution, body INTEROPERABILITY SALIENCY: IoP Dimension: Governance IoP -The Public Policy Cycle ABB is salient for legal interoperability because it impacts the design and formulation of public policies, which are implemented through legal acts. Interoperability principles need to be taken into account during the whole public policy cycle. +The Organisation ABB is salient for organisation interoperability because organisations can play the role both of providers of Public Services (mainly Public Administrations) and consumers of Public Services (Public Administration or businesses), as stated in the EIF: "A European public service comprises any public sector service exposed to a cross-border dimension and supplied by public administrations, either to one another or to businesses and citizens in the Union." EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Performance-based Full Policy Cycle for the Digital Single Market -The key features of a performance-based full policy cycle are a clear articulation of policy objectives, the identification and use of quantitative indicators of expected short-term and longer-term policy impacts, the identification of synergies between policies, a much greater use of quantitative data in ex-ante impact assessments, the implementation of robust, data-based, independent ex post assessments of the performance of policies relative to their expected impacts and a wide dissemination of lessons learned in such ex-post performance assessments. -http://www.europarl.europa.eu/RegData/etudes/etudes/join/2013/507457/IPOL-IMCO_ET(2013)507457_EN.pdf - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:synonym: An alternative name for the building block/solution -- eira:view]]></skos:definition> - <dcterms:identifier>ABB102</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicy"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/LegalAuthority"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BindingInstrument"> - <skos:notation>BindingInstrument</skos:notation> - <skos:prefLabel xml:lang="en">Binding Instrument</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Legal means, involving an obligation, which are available to the European institutions to carry out their tasks. The European binding instruments listed in Article 288 of the Treaty on the Functioning of the European Union are: -� regulations: these are binding in their entirety and directly applicable in all EU countries; -� directives: these bind the EU countries as to the results to be achieved; they have to be transposed into the national legal framework and thus leave margin for manoeuvre as to the form and means of implementation; -� decisions: these are fully binding on those to whom they are addressed. - -Based on EUR-Lex -http://eur-lex.europa.eu/summary/glossary/community_legal_instruments.html - -The binding legal instruments that make up the secondary legislation of the EU are Regulations, Directives and Decisions. As set out in Article 288 of the Treaty on the Functioning of the European Union: -- A Regulation shall have general application. It shall be binding in its entirety and directly applicable in -all Member States. -- A Directive shall be binding, as to the result to be achieved, upon each Member State to which it is -addressed, but shall leave to the national authorities the choice of form and methods. -- A Decision shall be binding in its entirety. A Decision which specifies those to whom it is addressed -shall be binding only on them. +AFIS - Europol organisation +Europol is the European Union’s law enforcement agency. Its main goal is to achieve a safer Europe for the benefit of all the EU citizens. Source: -https://ox.libguides.com/c.php?g=422926&p=2888217 +(https://www.europol.europa.eu/)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:Organisation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Organisation_Properties"> + <skos:notation><![CDATA[Properties of Organisation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Organisation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Organisation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Organisation" /> + <dcterms:type>eira:Organisation</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB7</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceAgent"> + <skos:notation><![CDATA[Public Service Agent]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceAgent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Service Agent]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Public Service Agent ABB is a Business Actor consuming or delivering a public service on behalf of a principal. + +Source: Joinup +(https://joinup.ec.europa.eu/rdf_entity/http_e_f_fdata_ceuropa_ceu_fw21_f7661a4a0_bbdf9_b4e98_bb04a_b967c6a1053f9) INTEROPERABILITY SALIENCY: IoP Dimension: Governance IoP -The Binding Instrument ABB is relevant for interoperability as, by being a specialisation of Legal Act, it makes mandatory the implementation of the policy (and therefore the underlying interoperability implications). +The Public Service Agent is salient for organisational interoperability because it acts on behalf of a Public Service Consumer Agent to consume a Public Service and Public Service Provider Agent to deliver a Publice Service. EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Your Europe Advice – ECAS +Your Europe Advice is an EU advice service provided by legal experts from ECAS (European Citizen Action Service) operating under contract with the European Commission. It consists of a team of about 60 lawyers who cover all 24 official EU languages and are familiar both with EU law and national laws in all EU countries. Your Europe Advice replies to questions from citizens or businesses on their personal EU rights. The experts respond to the questions within one week, free of charge and in the language chosen by the user. ECAS’ mission is to empower citizens to exercise their rights and promote open and inclusive decision-making through the provision of high quality advice, research and advocacy, as well as capacity building for civil society organisations. + +Source: (http://ecas.org/services/your-europe-advice-yea/)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PublicServiceAgent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceAgent_Properties"> + <skos:notation><![CDATA[Properties of Public Service Agent]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceAgent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Service Agent]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceAgent" /> + <dcterms:type>eira:PublicServiceAgent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB229</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Citizen"> + <skos:notation><![CDATA[Citizen]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Citizen</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Citizen]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Citizen ABB is a Business Actor providing and/or consuming Public Services. A citizen is a member of a particular country and who has rights because of being born there or because of being given rights. +Every national of a Member State shall be a citizen of the Union. Citizenship of the Union shall be additional to national citizenship and shall not replace it (Treaty of Maastricht on European Union, Title II Provisions on democratic principles, article 8). +The main difference between the two (European citizenship and citizenship of a Member State) is that the rights that citizens enjoy as a result of European citizenship are not matched with duties. Legal basis: Articles 9 to 12 TEU and 18 to 25 TFEU (European Parliament). +The additional rights EU citizenship confers are detailed at http://ec.europa.eu/justice/citizen/index_en.htm (European Commission). -Decision No 922/2009/EC of the European Parliament and of the Council of 16 September 2009 on interoperability solutions for European public administrations (ISA) - 1. This Decision establishes, for the period 2010-2015, a programme on interoperability solutions for European public administrations, including local and regional administrations and Community institutions and bodies, providing common and shared solutions facilitating interoperability (the ISA programme). - 2. The objective of the ISA programme is to support cooperation between European public administrations by facilitating the efficient and effective electronic cross-border and cross-sectoral interaction between such administrations, including bodies performing public functions on their behalf, enabling the delivery of electronic public services supporting the implementation of Community policies and activities. -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32009D0922 - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:description: A short description providing an overview of this building block -- dct:spatial: The spatial (geographic) coverage related to this building block -- eira:supporting_a_TES: Is the enforcement of this legal instrument supported by the solution? -- eira:implementation_supported_by_a_TES: Is the enforcement of this legal instrument supported by the solution? -- eira:view]]></skos:definition> - <dcterms:identifier>ABB17</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicy"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Non-bindingInstrument"> - <skos:notation>Non-bindingInstrument</skos:notation> - <skos:prefLabel xml:lang="en">Non-binding Instrument</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Legal means, involving no obligation, which are available to the European institutions to carry out their tasks. The European non-binding, declaratory instruments listed in Article 288 of the Treaty on the Functioning of the European Union are recommendations and opinions: -� Recommendations are non-mandatory acts issued by the European Commission, the Council of the European Union, or the European Central Bank which suggest a certain form of conduct to those to whom they are addressed without imposing any legal obligations. -� Opinions are non-binding legal acts adopted by the European institutions which do not bind those to whom they are addressed. - -Public administrations communications are not non-binding instruments. For example, in the EC, a Communication (i.e. on the European Interoperability Framework) is part of a standard procedure followed facing a new policy challenge. It is a policy paper, addressed to EU lawmakers, to inform them of the situation, and usually including proposals for solving the problem. The Communication is usually preceded by a public consultation, in which the EC invites all interested parties (including citizens, businesses, associations, local authorities etc.) to provide their point of view on the topic. - -Based on EUR-Lex and EuroVoc -http://eur-lex.europa.eu/summary/glossary/community_legal_instruments.html?locale=en -http://eurovoc.europa.eu/drupal/?q=request&concepturi=http%3A%2F%2Feurovoc.europa.eu%2F2927&termuri=http%3A%2F%2Feurovoc.europa.eu%2F439743&language=en&view=pt&ifacelang=en -http://eurovoc.europa.eu/drupal/?q=request&concepturi=http%3A%2F%2Feurovoc.europa.eu%2F6284&termuri=http%3A%2F%2Feurovoc.europa.eu%2F438412&language=en&view=pt&ifacelang=en - -Article 288 of the Treaty on the Functioning of the European Union also provides for non binding legal instruments. -- Recommendations call upon the party to whom they are addressed to behave in a particular way without placing them under any legal obligation -- Opinions issued by the EU institutions give assessments of situations or developments in the Union or in the individual Member States. They may also also prepare the way for subsequent, legally binding acts, or be a prerequisite for the institution of proceedings before the Court of Justice -Recommendations and Opinions have moral and political significance, without being legally binding -The three other main forms of actions that shape the EU legal order without having legally binding effect are Resolutions, Declarations and Action programmes. +Source: EUR-Lex, Europa web site and the Cambridge Dictionary +(http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=OJ:C:2007:306:FULL&from=EN) +(http://www.europarl.europa.eu/atyourservice/en/displayFtu.html?ftuId=FTU_2.1.1.html) +(http://dictionary.cambridge.org/dictionary/english/citizen) INTEROPERABILITY SALIENCY: IoP Dimension: Governance IoP -The Non-binding Instrument ABB is a key interoperability enabler as a specialisation of the Legal Act. +The Citizen ABB is salient for organisation interoperability because citizens can play the role of consumers of Public Services, as stated in the EIF: "A European public service comprises any public sector service exposed to a cross-border dimension and supplied by public administrations, either to one another or to businesses and citizens in the Union." EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Action Plan for the future of Organic Production in the European Union -The Commission launched a consultation for the review of the European policy on organic agriculture in 2012-2013. This consultation has also been an opportunity to consult experts, stakeholders and the public on areas where a new action plan might be needed. To help organic farmers, producers and retailers adjust to the proposed policy changes and meet future challenges, the Commission has also approved an Action Plan on the future of Organic Production in Europe. The Plan foresees to better inform farmers on rural development and EU farm policy initiatives encouraging organic farming, to strengthen links between EU research and innovation projects and organic production and to encourage the use of organic food, e.g. in schools. -https://ec.europa.eu/agriculture/organic/eu-policy/european-action-plan_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:description: A short description providing an overview of this building block -- dct:spatial: The spatial (geographic) coverage related to this building block -- eira:supporting_a_TES: Is the enforcement of this legal instrument supported by the solution? -- eira:implementation_supported_by_a_TES: Is the enforcement of this legal instrument supported by the solution? -- eira:view]]></skos:definition> - <dcterms:identifier>ABB113</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalAct"> - <skos:notation>LegalAct</skos:notation> - <skos:prefLabel xml:lang="en">Legal Act</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Formalised set of rules on a subject potentially including requirements concerning digital public services. The granularity of the requirements might be of high level or detail level. Requirements of high-level granularity contain generic/abstract functional requirements like principles and/or recommendations with considerable degrees for transposition/execution and of not binding nature. On the other side, requirements of detail-level granularity imply a limited degree for transposition/execution and they contain specific/concrete functionalities, solution components, data, procedures, and/or technical specifications or standards to be used. EU legal acts are legislative or non-legislative acts adopted by the European institutions (Article 288 TFEU). With the entry into force of the Treaty of Lisbon on 1 December 2009. The names "European Union" or "EU" have replaced "European Community", "Community" or "EC". - -Source: https://eur-lex.europa.eu/summary/glossary/legislative_acts.html +EUROPASS2 - EU citizen +Every national of a Member State shall be a citizen of the Union. + +Source: +(http://europass.cedefop.europa.eu/europass-and-you)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:Citizen_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Citizen_Properties"> + <skos:notation><![CDATA[Properties of Citizen]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Citizen_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Citizen]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Citizen" /> + <dcterms:type>eira:Citizen</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB8</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicAdministration"> + <skos:notation><![CDATA[Public Administration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministration</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Administration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Public Administration ABB is a Business Actor providing public services as a state, regional or local authority governed by public law or an association formed by one or several such authorities or a private entity mandated by at least one of those authorities or associations. + +Source: Connecting Europe Facility (CEF), eIDAS regulation (https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/CEF+Definitions) + +Syn. Public institution, public body INTEROPERABILITY SALIENCY: IoP Dimension: Governance IoP -The Legal Act ABB is salient for interoperability because it helps achieve legal interoperability by ensuring compatible legal/juridical certainty in the exchange of information. +The Public Administration ABB is salient for organisation interoperability because Public Administrations can play the role both of providers and consumers of Public Services, as stated in the EIF: "A European public service comprises any public sector service exposed to a cross-border dimension and supplied by public administrations, either to one another or to businesses and citizens in the Union." EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -COMMISSION REGULATION (EU) 2018/1881 - of 3 December 2018 -amending Regulation (EC) No 1907/2006 of the European Parliament and of the Council on the Registration, Evaluation, Authorisation and Restriction of Chemicals (REACH) as regards Annexes I, III,VI, VII, VIII, IX, X, XI, and XII to address nanoforms of substances. -https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1544102387245&uri=CELEX:32018R1881 - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:spatial: The spatial (geographic) coverage related to this building block -- eira:description: A short description providing an overview of this building block -- eira:requirement_or_constraint: Does this legal intrument act as a requirement for the solution or a constraint? -- eira:implementation_supported_by_a_TES: Is the enforcement of this legal instrument supported by the solution? -- eira:supporting_a_TES: Is the enforcement of this legal instrument supported by the solution? -- eira:legislation_catalogue_uri: URI to the legislation catalogue -- eira:legislation_catalogue_scheme_identifier: Scheme identifier of the legislation catalogue -- eira:view]]></skos:definition> - <dcterms:identifier>ABB164</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeBase"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicy"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/LegislationCatalogue"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Representation"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegislationCatalogue"> - <skos:notation>LegislationCatalogue</skos:notation> - <skos:prefLabel xml:lang="en">Legislation Catalogue</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Indexed inventory of legal documents with comprehensiveness and trustiness value - -(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector - -Based on IATE (definition of catalogue, entry Documentation [COM]) -http://iate.europa.eu/ +EWRS – ECHA +The European Chemicals Agency (ECHA) is the driving force among regulatory authorities in implementing the EU's ground breaking chemicals legislation for the benefit of human health and the environment as well as for innovation and competitiveness. + +Source: +(https://echa.europa.eu/about-us)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PublicAdministration_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicAdministration_Properties"> + <skos:notation><![CDATA[Properties of Public Administration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministration_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Administration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicAdministration" /> + <dcterms:type>eira:PublicAdministration</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB172</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Business"> + <skos:notation><![CDATA[Business]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Business</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Business]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Business ABB is a Business Actor performing a private activity for a profit. + +Source: IATE (definition of business, entry Environment [CdT]) +(http://iate.europa.eu/) -Syn. Official Journal +Syn. Company INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -This ABB is a key interoperability enabler because it supports to achieve legal structural interoperability by enabling sharing/provisioning and reusing/consumption of legislation on digital public services +IoP Dimension: Governance IoP +The Business ABB is salient for organisation interoperability because organisations can play the role of consumers of Public Services (Public Administration or businesses), as stated in the EIF: "A European public service comprises any public sector service exposed to a cross-border dimension and supplied by public administrations, either to one another or to businesses and citizens in the Union." EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -EUR-Lex -EUR-Lex provides free access, in the 24 official EU languages, to: - -� the authentic Official Journal of the European Union -� EU law (EU treaties, directives, regulations, decisions, consolidated legislation, etc.) -� preparatory acts (legislative proposals, reports, green and white papers, etc.) -� EU case-law (judgments, orders, etc.) -� international agreements -� EFTA documents -� summaries of EU legislation, which put legal acts into a policy context, explained in plain language -� other public documents. - -It also allows you to follow the procedures leading to the adoption of legal acts. -http://eur-lex.europa.eu/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:synonym: An alternative name for the building block/solution -- eira:view]]></skos:definition> - <dcterms:identifier>ABB165</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/LegalAct"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedLegalFramework"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalInteroperabilityAgreement"> - <skos:notation>LegalInteroperabilityAgreement</skos:notation> - <skos:prefLabel xml:lang="en">Legal Interoperability Agreement</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A legal interoperability agreement is legal resource formalizing governance rules enabling collaboration between digital public services +Healthcare institution: +A Healthcare institution represents every place, institution, building or agency, whether organised for profit or not, which provides facilities with medical services, nursing services, health screening services, other healthâ€related services, supervisory care services, personal care services or directed care services. +Source: +(https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjBu7KRlMb2AhU8gP0HHR0xCtAQFnoECEMQAQ&url=https%3A%2F%2Fwww.sciencedirect.com%2Ftopics%2Fcomputer-science%2Fhealthcare-institution&usg=AOvVaw2TJc49cSdQbi9LGsOOCGl8)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:Business_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Business_Properties"> + <skos:notation><![CDATA[Properties of Business]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Business_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Business]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Business" /> + <dcterms:type>eira:Business</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB169</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CapacityOfExchangingBusinessInformation"> + <skos:notation><![CDATA[Capacity of exchanging business information]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CapacityOfExchangingBusinessInformation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Capacity of exchanging business information]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +A particular ability or capacity that an organisation may possess or exchange to achieve a specific purpose or outcome. +Defining a business capability involves identifying and describing what needs to be done by the business in support of its overall mission. Business capabilities provide an abstraction of the business reality in a way that helps to simplify conversations between interested stakeholders. -Based on EIF: -https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf#page=27 +Based on TOGAF definition and description of business capability. +https://www2.opengroup.org/ogsys/catalog/g161 + +Syn. Business Ability INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Legal Interoperability Agreement ABB is a key interoperability enabler because it supports legal interoperability by enabling the seamless exchange of data, information, and knowledge. +IoP Dimension: Structural IoP, Behavioral IoP +The Business Capability ABB  is salient for organisational interoperability because it defines the main business reason for exchanging business information with other business capabilities in another organisation or in the same organisation. EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -RDA-CODATA -Agreement that provides the guidelines and principles on the legal interoperability of research data. -http://www.codata.org/uploads/Legal%20Interoperability%20Principles%20and%20Implementation%20Guidelines_Final2.pdf - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:policy_area: The policy area coverage of this solution -- eira:view]]></skos:definition> - <dcterms:identifier>ABB226</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedLegalFramework"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchange"> - <skos:notation>LegislationOnDataInformationAndKnowledgeExchange</skos:notation> - <skos:prefLabel xml:lang="en">Legislation on Data Information and Knowledge Exchange</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Legal act on the exchange of data, information, and knowledge between different agents (private and public) at national and/or cross-border level. +Surveillance3 reporting and generation of data sets +The reporting and generation of data sets business capability brought by Surveillance3 enables the reporting and analysis of data by the end users, through integration mechanisms to other applications. Surveillance3 aggregates the declaration data and additional data such as Binding Tariff Information (BTI) decisions and Surveillance definitions in order to produce consolidated reports about: +1. The BTI usage for the DG TAXUD BTI sector users and for Member State users and +2. Surveillance statistical data -INTEROPERABILITY SALIENCY -IoP Dimension: Behavioural IoP -The Legislation on Data, information, and Knowledge Exchange ABB is a key interoperability enabler because it supports to achieve legal interoperability by ensuring legal/juridical certainty and determinacy in the exchange of data, information, and knowledge. +http://ec.europa.eu/taxation_customs/dds2/surv/surv_consultation.jsp?Lang=en]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:CapacityOfExchangingBusinessInformation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CapacityOfExchangingBusinessInformation_Properties"> + <skos:notation><![CDATA[Properties of Capacity of exchanging business information]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CapacityOfExchangingBusinessInformation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Capacity of exchanging business information]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/CapacityOfExchangingBusinessInformation" /> + <dcterms:type>eira:CapacityOfExchangingBusinessInformation</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <dcterms:description></dcterms:description> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB12</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ExchangeOfBusinessInformation"> + <skos:notation><![CDATA[Exchange of Business Information]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ExchangeOfBusinessInformation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Exchange of Business Information]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +Business capability on exchanging data, information, and Knowledge -EXAMPLE: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Based on TOGAF definitions. +https://www2.opengroup.org/ogsys/catalog/g161 +http://pubs.opengroup.org/architecture/togaf9-doc/arch/ -Regulation on the free flow of non-personal data -The Regulation, applicable as of 28 May 2019, aims at removing obstacles to the free movement of non-personal data across Member States and IT systems in Europe. -The Regulation ensures: -- Free movement of non-personal data across borders: every organisation should be able to store and process data anywhere in the European Union, -- The availability of data for regulatory control: public authorities will retain access to data, also when it is located in another Member State or when it is stored or processed in the cloud, -- Easier switching of cloud service providers for professional users. The Commission has started facilitating self-regulation in this area, encouraging providers to develop codes of conduct regarding the conditions under which users can port data between cloud service providers and back into their own IT environments, -- Full consistency and synergies with the cybersecurity package, and clarification that any security requirements that already apply to businesses storing and processing data will continue to do so when they store or process data across borders in the EU or in the cloud. -https://ec.europa.eu/knowledge4policy/publication/regulation-free-flow-non-personal-data_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:description: A short description providing an overview of this building block -- eira:view]]></skos:definition> - <dcterms:identifier>ABB356</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedLegalFramework"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalAuthority"> - <skos:notation>LegalAuthority</skos:notation> - <skos:prefLabel xml:lang="en">Legal Authority</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -It is an entity with entitled powers. The powers that a public administration exercises during the above mentioned life cycle are of the following four types: Legislation, control (monitoring, enforcing, sanctioning, etc.), economic (taxes, subsidies, expenditures, funding, etc.) and (public service) provision (Thijs et al., 2017). - -Sources: -Thijs, N.; Hammerschmid, G. and Palaric, E. (2017). EUPACK synthesis report. A comparative analysis of Public Administration Characteristics and Performance in the EU28. European Commission. +(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector. -Based on EIF: -https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf +Syn. Exchange of Business Facts, Exchange of Business Data, Exchange of Business Opinions INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Legal Authority ABB �is salient for interoperability because it supports legal interoperability by providing reliability and trustworthiness of Legal Interoperability Agreement. +IoP Dimension: Structural IoP, Behavioral IoP +The Exchange of business Information ABB is salient for interoperability because it helps achieve organisational interoperability by ensuring compatible interaction between organisations, as stated in the EIF: "For the purpose of the EIF, interoperability is the ability of organisations to interact towards mutually beneficial goals, involving the sharing of information and knowledge between these organisations, through the business processes they support, by means of the exchange of data between their ICT systems". EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -EU Parliament -European Parliament -The European Parliament (EP) is the directly elected parliamentary institution of the European Union (EU). Together with the Council of the European Union (the Council) and the European Commission, it exercises the legislative function of the EU. -http://www.europarl.europa.eu/plenary/en/home.html - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB227</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicAdministration"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyCycle"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedLegalFramework"> - <skos:notation>SharedLegalFramework</skos:notation> - <skos:prefLabel xml:lang="en">Shared Legal Framework</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A shared legal framework is the set of legal (re)usable resources with convergence power, in relation to public policy goals attainment, enabling interoperability from a legal perspective cross-legal jurisdictions. This convergence power is based in the legally binding nature of these resources enabling seamless exchange of data, information, and knowledge. The degree of achievement could range from an ideal perfect shared legal framework (i.e. no interoperability barriers from the legal perspective) to an imperfect or even null shared legal framework (i.e. some interoperability barriers from the legal perspective). The level of legal interoperability will constrain digital public services cross-legal jurisdictions. The shared legal framework enables: -i) structural interoperability with legal resources supporting reusing and/or sharing of digital public services (i.e. legal entities base registries enabling authoritative sources of data, information, and knowledge); -ii) behavioural interoperability with legal resources supporting exchanging capabilities of data, information or knowledge with internal/external peers (i.e. authentication and data exchange services); and -iii) governance interoperability with legal resources supporting the assurance and control of collaboration with internal/external peers exchanging data, information, and knowledge (i.e. Legal Interoperability Agreements like the Berlin declaration).� - - -INTEROPERABILITY SALIENCY: -IoP dimensions: Structural IoP, Behavioral IoP, Governance IoP -This ABB is a key interoperability enabler because it supports to achieve legal interoperability with public policy goals convergence value by all in all enabling i) sharing/provisioning/reusing/consumption of legislation on digital public services, ii) the exchange of data, information, and knowledge between digital public services, and iii) collaboration between digital public services - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:description: A short description providing an overview of this building block -- eira:view]]></skos:definition> - <dcterms:identifier>ABB357</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreement"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/LegislationCatalogue"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedPlatform"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchange"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalAgreement"> - <skos:notation>LegalAgreement</skos:notation> - <skos:prefLabel xml:lang="en">Legal Agreement</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -It is a legal resource on governance rules enabling collaboration between digital public services cross legal jurisdictions. Generally speaking it is of a generic not binding nature like the declarations of Tallinn and Berlin (typically involving many legal jurisdictions). Legal agreements of binding nature typically take the form of binding legal acts like the reference list of offences punishable in the European arrest warrant (2002/584/JHA: Council Framework Decision of 13 June 2002). - -Based on EIF: -https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex%3A12016E207 +Easi-MicPro - Agreement of Code of good conduct +Proof of transparency and usage of pan-European reporting standards. +https://webgate.ec.europa.eu/easi-micpro/application#!cogcPublicPage]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:ExchangeOfBusinessInformation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ExchangeOfBusinessInformation_Properties"> + <skos:notation><![CDATA[Properties of Exchange of Business Information]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ExchangeOfBusinessInformation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Exchange of Business Information]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ExchangeOfBusinessInformation" /> + <dcterms:type>eira:ExchangeOfBusinessInformation</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <dcterms:description></dcterms:description> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB170</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceDeliveryMode"> + <skos:notation><![CDATA[Service Delivery Mode]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceDeliveryMode</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Service Delivery Mode]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Service Delivery Mode ABB is a Business Interface delivering to public service consumers, or otherwise interacting with them, for the purpose of supplying specific public services with accessibility value. This involves a number of management practices to ensure that the public services are provided as agreed between the public service provider and the consumer. The service delivery mode should also ensure a constant and stable access to public service in alarm and crisis situations (e.g., COVID 19 pandemic, natural disasters, etc.). Here some examples of service delivery mode: i) Mobile App; ii) Web Portal; iii) Web Services; iv) Contact Center, etc. + +Source: Innovation Policy Platform (https://www.innovationpolicyplatform.org/printpdf/12406) INTEROPERABILITY SALIENCY: -Not applicable +IoP Dimension: Behavioural IoP +The Service Delivery Mode ABB is a key interoperability enabler because it supports to achieve organisational behavioral interoperability by enabling the exchange of data, information, and knowledge between digital public services EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -An example of a treaty that does have provisions for further binding agreements is the UN Charter. By signing and ratifying the Charter, countries agreed to be legally bound by resolutions passed by UN bodies such as the General Assembly and the Security Council. Thus, UN resolutions are legally binding on UN Member States, and no signature or ratification is necessary. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:policy_area: The policy area coverage of this solution -- eira:view -- eira:ABB_Status: Status of the building block (completed | obsolete | underDevelopment | withdrawn) -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB368</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Collection rdf:about="http://data.europa.eu/dr8/view/OrganisationalView"> - <skos:notation>OrganisationalView</skos:notation> - <skos:prefLabel xml:lang="en">Organisational View</skos:prefLabel> - <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServicesImplementationOrientation"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilityStrategy"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilityFramework"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilityGovernance"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilityOrganisationalAuthority"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SecurityFramework"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PrivacyFramework"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilitySkill"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Business"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicAdministration"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Organisation"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Citizen"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataOwner"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicServiceAgent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumerAgent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumer"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreement"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicServiceProvider"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicServiceDeliveryAgent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceDeliveryModel"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalBusinessCapability"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessInformation"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceCatalogue"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalAgreement"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SharedGovernanceFramework"/> - </skos:Collection> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalPublicServicesImplementationOrientation"> - <skos:notation>InteroperableDigitalPublicServicesImplementationOrientation</skos:notation> - <skos:prefLabel xml:lang="en">Interoperable Digital Public Services Implementation Orientation</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -It is the specific set of decision making rules/criteria/principles followed at implementing a digital public services through organisations, persons, objects or events (Hill & Hupe, 2002). In the MIS literature it is considered as the focus selected for the implementation (Hill & Hupe, 2002; Marchand et al., 2000; Santosuosso & Malerba, 2014). The following implementation orientations are identified in the literature: integration, technology, governance and legal. - -� The INTEGRATION ORIENTATION (Marchand et al., 2000) is characterized by a focus on data resources and on information management capabilities to manage information resources over their life cycle (i.e. scanning, collecting, organising, processing, maintaining, etc.) to understand societal needs, to embed data throughout the policy cycle, and to develop a culture of data analytics (OECD, 2018). The integration orientation will be based on semantic interoperability aiming for the design of a shared knowledge base of usable data, information and knowledge resources that enables: +Ecolabel - EU and Member State web sites +EU web site: permits to discover the types of products and services that can be awarded with the EU Ecolabel. Furthermore, the site permits to browse through the EU Ecolabel Product Catalogue and Tourist Accommodation Catalogue to find currently awarded products and services. Member State Competent Bodies provide information to businesses and consumers. + +Source: (http://ec.europa.eu/environment/ecolabel/index_en.htm) +(https://www.ecolabel.be/fr) +(https://www.gov.uk/guidance/apply-for-an-eu-ecolabel)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:ServiceDeliveryMode_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceDeliveryMode_Properties"> + <skos:notation><![CDATA[Properties of Service Delivery Mode]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceDeliveryMode_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Service Delivery Mode]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDeliveryMode" /> + <dcterms:type>eira:ServiceDeliveryMode</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB15</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalPublicServicesImplementationOrientation"> + <skos:notation><![CDATA[Interoperable Digital Public Services Implementation Orientation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalPublicServicesImplementationOrientation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperable Digital Public Services Implementation Orientation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Interoperable Digital Public Services Implementation Orientation ABB is a Business Object setting decision making rules/criteria/principles followed at implementing a digital public services through organisations, persons, objects or events + +The following implementation orientations are identified in the literature: integration, technology, governance and legal. + +• The INTEGRATION ORIENTATION (Marchand et al., 2000) is characterized by a focus on data resources and on information management capabilities to manage information resources over their life cycle (i.e. scanning, collecting, organising, processing, maintaining, etc.) to understand societal needs, to embed data throughout the policy cycle, and to develop a culture of data analytics (OECD, 2018). The integration orientation will be based on semantic interoperability aiming for the design of a shared knowledge base of usable data, information and knowledge resources that enables: i) structural interoperability by using and/or sharing of data, organisational information and organisational knowledge (i.e. data set catalogue, base registries, catalogue of ontologies); ii) behavioural interoperability by exchanging capabilities of data, organisational information and organisational knowledge with the environment (i.e. representation, data mappings); and iii) governance interoperability by semantic interoperability agreements (i.e. ontologies). -� The TECHNOLOGY ORIENTATION (Marchand et al., 2000) is characterized by a focus on ICT resources like solutions and infrastructure and on ICT management capabilities to manage the provision of services (i.e. business operations, decision making, internal support, etc.) to users and the consumption of services by ministries and agencies (OECD, 2018). The technology orientation will be based on technical interoperability aiming for the design of a shared platform of ICT resources (i.e. the platform) that enables: +• The TECHNOLOGY ORIENTATION (Marchand et al., 2000) is characterized by a focus on ICT resources like solutions and infrastructure and on ICT management capabilities to manage the provision of services (i.e. business operations, decision making, internal support, etc.) to users and the consumption of services by ministries and agencies (OECD, 2018). The technology orientation will be based on technical interoperability aiming for the design of a shared platform of ICT resources (i.e. the platform) that enables: i) structural interoperability by reusing and/or sharing of software components (i.e. service registry service, networks, reusable building blocks, common [back office] services); ii) behavioural interoperability with ICT exchanging capabilities of data, information or knowledge with internal/external peers (i.e. intermediation services, interfaces); an iii) governance interoperability with technical interoperability agreements (i.e. protocols, choreography rules). -� The GOVERNANCE ORIENTATION (Marchand et al., 2000) is characterized by a focus on the governance resources (Grant et al., 2007) and on governance management capabilities/archetypes to manage the effective use of information (i.e. sharing, security, privacy, etc.) for the effective use of information (i.e. sharing, security, privacy, etc.) to achieve a more agile, effective, and digitally inclusive public engagement, to increase trust in government, and to enhance government transparency (OECD, 2018; Weill & Woodham, 2002). The governance orientation will be based on organisational interoperability aiming for the design of a shared governance framework of [re]usable organisational resources that enables: +• The GOVERNANCE ORIENTATION (Marchand et al., 2000) is characterized by a focus on the governance resources (Grant et al., 2007) and on governance management capabilities/archetypes to manage the effective use of information (i.e. sharing, security, privacy, etc.) for the effective use of information (i.e. sharing, security, privacy, etc.) to achieve a more agile, effective, and digitally inclusive public engagement, to increase trust in government, and to enhance government transparency (OECD, 2018; Weill & Woodham, 2002). The governance orientation will be based on organisational interoperability aiming for the design of a shared governance framework of [re]usable organisational resources that enables: i) structural interoperability by reusing and/or sharing of digital public services (i.e. public services catalogue); ii) behavioural interoperability with organisational exchanging capabilities of data, information or knowledge with internal/external peers (i.e. service delivery model); and iii) governance interoperability with organisational interoperability agreements (i.e. service level agreements, governance structures). -� The LEGAL ORIENTATION (Santosuossa and Malerba, 2014) is characterized by a focus on legal and regulatory frameworks based in displayed leadership and political commitment to ensure adaptation to rapidly changing technological and diverse social environments with high-level requirements to achieve coherence and effective support to digital public services implementation (OECD, 2018). The legal orientation will be based in legal interoperability aiming for the design of a shared legal framework of [re]usable legal resources that enables: +• The LEGAL ORIENTATION (Santosuossa and Malerba, 2014) is characterized by a focus on legal and regulatory frameworks based in displayed leadership and political commitment to ensure adaptation to rapidly changing technological and diverse social environments with high-level requirements to achieve coherence and effective support to digital public services implementation (OECD, 2018). The legal orientation will be based in legal interoperability aiming for the design of a shared legal framework of [re]usable legal resources that enables: i) structural interoperability by legislation on reusing and/or sharing orientation and guidelines (i.e. legislation catalogue, interoperability reference architectures); ii) behavioural interoperability by legislation on exchanging capabilities of data, information or knowledge with internal/external peers (i.e. interoperability frameworks); and iii) governance interoperability by legislation on governance agreements (i.e. GDPR). +Source: Hill & Hupe, 2002 (https://www.researchgate.net/publication/281092998_Implementing_Public_Policy_Governance_in_Theory_and_Practice). + INTEROPERABILITY SALIENCY: IoP Dimension: Behavioural IoP The Interoperable Digital Public Service Implementation Orientation ABB is salient for organizational interoperability because the extent of support to the public policy goals by a digital interoperable public service might be influenced by the selected implementation orientation. +EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Next Generation Digital Government Architecture v1.0 by Republic of Estonia (2020) -https://docs.google.com/document/d/1UJ-5wi9wavWzA2n4LhsbONJqdxjUSIgMxKJNaZZslas/edit?fbclid=IwAR2rrBNjwHFagHIvi-9Pv6uvKI0IZH_m4IdAfaq7hbjALlIjRH8nEuUVuic -Customs 2020 is an EU cooperation programme providing national customs administrations with the possibility to create and exchange information and expertise. It allows developing and operating major trans-European IT systems in partnership and establishing various human networks by bringing together national officials from across Europe. The programme has a budget of � 547.3 million and will run for 7 years from January 1 2014. -https://ec.europa.eu/taxation_customs/business/customs-cooperation-programmes/customs-2020-programme_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:synonym: An alternative name for the building block/solution -- eira:view]]></skos:definition> - <dcterms:identifier>ABB111</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicy"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicService"> - <skos:notation>DigitalPublicService</skos:notation> - <skos:prefLabel xml:lang="en">Digital Public Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -It is an interoperable public service provisioned via a digital service delivery mode by, or on behalf of, a public administration in support to the realization of a Public Administration digital business capability . An European digital public service comprises any digital public service exposed to a cross-border dimension in the Union. -Sources: EIF, ISA2 Core Vocabularies, IMM -http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF -https://joinup.ec.europa.eu/catalogue/distribution/cpsv-ap-specification-v20-pdf -https://joinup.ec.europa.eu/sites/default/files/imm_guideline_1.pdf -https://ec.europa.eu/isa2/actions/assessing-progress-being-made-towards-interoperability_en +Source: (https://docs.google.com/document/d/1UJ-5wi9wavWzA2n4LhsbONJqdxjUSIgMxKJNaZZslas/edit?fbclid=IwAR2rrBNjwHFagHIvi-9Pv6uvKI0IZH_m4IdAfaq7hbjALlIjRH8nEuUVuic) -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP -The Public Service ABB is salient for organisational interoperability because it is the central element around which interoperabilty needs to be ensured, as stated in the EIF: "The European Interoperability Framework is a commonly agreed approach to the delivery of European public services in an interoperable manner". - -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Customs 2020 is an EU cooperation programme providing national customs administrations with the possibility to create and exchange information and expertise. It allows developing and operating major trans-European IT systems in partnership and establishing various human networks by bringing together national officials from across Europe. The programme has a budget of € 547.3 million and will run for 7 years from January 1 2014. -EUROPASS2 - Make better use of skills and opportunities across Europe -Europass is a service to help individuals to communicate their skills, qualifications and experience through the use of standardised documents templates. -http://ec.europa.eu/social/main.jsp?catId=1266&langId=en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view -- eira:ABB_Status: Status of the building block (completed | obsolete | underDevelopment | withdrawn)]]></skos:definition> - <dcterms:identifier>ABB1</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityStrategy"> - <skos:notation>InteroperabilityStrategy</skos:notation> - <skos:prefLabel xml:lang="en">Interoperability Strategy</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The overarching strategic plan in the area of cross-border interoperability. +Source: +(https://ec.europa.eu/taxation_customs/business/customs-cooperation-programmes/customs-2020-programme_en)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:InteroperableDigitalPublicServicesImplementationOrientation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalPublicServicesImplementationOrientation_Properties"> + <skos:notation><![CDATA[Properties of Interoperable Digital Public Services Implementation Orientation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalPublicServicesImplementationOrientation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperable Digital Public Services Implementation Orientation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServicesImplementationOrientation" /> + <dcterms:type>eira:InteroperableDigitalPublicServicesImplementationOrientation</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym>Governance of Public Policies</eira:synonym> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB111</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyImplementationMandate"> + <skos:notation><![CDATA[Public Policy Implementation Mandate]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyImplementationMandate</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Policy Implementation Mandate]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[The intensity of the mandate given to organization enablers to implement a public policy. It can go from a strongly regulated mandate, defining the specifications, to a softly regulated mandate, defining the concept to be implemented. -Source: ISA2 -https://ec.europa.eu/isa2/actions/continuously-updating-european-interoperability-strategy_en +Based on Hill, M. and Hupe, P, Implementing Public Policy: Governance in Theory and in Practice, SAGE Publications Ltd 2002 -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Interoperability Strategy ABB �is an interoperability enabler because it helps achieve organisational interoperability by setting up the vision and principles for the development of the interoperability capabilities. The European Interoperability Framework implements the European Interoperability Strategy. +Syn. Mission Statement -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -European Interoperability Strategy (EIS) -COMMUNICATION FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT, THE COUNCIL, THE EUROPEAN ECONOMIC AND SOCIAL COMMITTEE AND THE COMMITTEE OF THE REGIONS - Towards interoperability for European public services -This Communication introduces the European Interoperability Strategy (EIS) and the European Interoperability Framework (EIF) for European public services, two key elements in the Digital Agenda. Together, they promote interoperability among public administrations. -The European Interoperability Strategy (EIS) is developed by the European Commission�s Directorate-General for Informatics. The EIS aims to provide guidance and to prioritise the actions needed to improve interaction, exchange and cooperation among European public administrations across borders and across sectors for the delivery of European public services. -http://eur-lex.europa.eu/resource.html?uri=cellar:f132547a-7d66-4626-8eb6-9f7428394de7.0017.03/DOC_2&format=PDF - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:reusability: Whether or not this building block could be reused as part of another solution -- eira:view]]></skos:definition> - <dcterms:identifier>ABB208</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityGovernance"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityFramework"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityFramework"> - <skos:notation>InteroperabilityFramework</skos:notation> - <skos:prefLabel xml:lang="en">Interoperability Framework</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An agreed governance approach to interoperability for organisations that wish to collaborate towards the joint delivery of public services. Within its scope of applicability, it specifies a set of common elements such as vocabulary, concepts, principles, guidelines, and recommendations, +Mandate of the Directorate of Policy Planning of the Council of Europe +Directorate of Policy Planning (DPP). Overall mandate: to provide the Secretary General, the Committee of Ministers and Major Administrative Entities (MAEs) with conceptual and strategic analyses about relevant political and societal developments in Europe and beyond, based on research and on topical exchanges with internal and external networks, thereby enhancing the Organisation’s ability to anticipate major trends and challenges facing member states and to offer coherent short- and long-term responses within its statutory mandate. +https://www.coe.int/en/web/portal/organisation-and-mandates-of-the-secretariat?desktop=true -Source: ISA2, EIFv2 -https://ec.europa.eu/isa2/isa2_en +Mission statement of the Directorate-General for Taxation and the Customs Union +The Directorate General Taxation and Customs Union's mission is to develop and manage the Customs Union, a foundation of the European Union, and to develop and implement tax policy across the EU for the benefit of citizens, businesses and the Member States. Particular attention is given to the Internal Market, by making sure it functions smoothly and efficiently. +https://ec.europa.eu/taxation_customs/sites/taxation/files/resources/documents/common/about/welcome/mission_statement_en.pdf]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PublicPolicyImplementationMandate_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyImplementationMandate_Properties"> + <skos:notation><![CDATA[Properties of Public Policy Implementation Mandate]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyImplementationMandate_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Policy Implementation Mandate]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyImplementationMandate" /> + <dcterms:type>eira:PublicPolicyImplementationMandate</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym>Mission Statement</eira:synonym> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB112</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalSkill"> + <skos:notation><![CDATA[Organisational Skill]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalSkill</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Organisational Skill]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Ability to organise something well, expertise in organizing something. -Syn. Interoperability Supporting Structure +Based on the definitions of skill and organisational in the Oxford dictionary. +https://en.oxforddictionaries.com/definition/skill -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Interoperability Framework ABB �is an interoperability enabler because it helps achieve organisational interoperability by defining a set of rules, practices and a commonly agreed approach to the delivery of European public services. The EIF is an instance of this building block: "The European interoperability framework is a commonly agreed approach to the delivery of European public services in an interoperable manner. It defines basic interoperability guidelines in the form of common principles, models and recommendations." +Syn. Organisational Competence -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -The new European Interoperability Framework (EIF) -The new European Interoperability Framework (EIF) is part of the Communication (COM(2017)134) from the European Commission adopted on 23 March 2017. The framework gives specific guidance on how to set up interoperable digital public services. -It offers public administrations 47 concrete recommendations on how to improve governance of their interoperability activities, establish cross-organisational relationships, streamline processes supporting end-to-end digital services, and ensure that both existing and new legislation do not compromise interoperability efforts. -The new EIF is undertaken in the context of the Commission priority to create a Digital Single Market in Europe. The public sector, which accounts for over a quarter of total employment and represents approximately a fifth of the EU�s GDP through public procurement, plays a key role in the Digital Single Market as a regulator, services provider and employer. -The successful implementation of the EIF will improve the quality of European public services and will create an environment where public administrations can collaborate digitally. -https://ec.europa.eu/isa2/eif_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB206</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityStrategy"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyFramework"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityGovernance"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilitySkill"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityFramework"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityGovernance"> - <skos:notation>InteroperabilityGovernance</skos:notation> - <skos:prefLabel xml:lang="en">Interoperability Governance</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Set of organizing rules assuring the functioning of an Interoperability Framework . These rules include structures, roles, responsibilities, policies, standards, specifications, practices, decision making and operational procedures. - -Source: the New EIF -http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF +Surveillance3 - COMMISSION DECISION of 14 September 2009 setting up a European Consumer Consultative Group (2009/705/EC) +One of the set of criteria for membership to the European Consumer Consultative Group membership is: be non-governmental, non-profit-making, independent of industry, commerce and business or other conflicting interests, and -Syn. Interoperability management method or system +1. have as their primary objectives and activities the promotion and protection of the health, safety and economic interest of consumers in the Community, +2. have been mandated to represent the interests of consumers at Community level by national consumer organisations in at least half of the Member States that are representative in accordance with national rules or practice, of consumers and are active at regional or national level, and +3. have provided to the Commission satisfactory accounts of their membership, internal rules and sources of funding +http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32009D0705]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:OrganisationalSkill_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalSkill_Properties"> + <skos:notation><![CDATA[Properties of Organisational Skill]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalSkill_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Organisational Skill]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalSkill" /> + <dcterms:type>eira:OrganisationalSkill</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB219</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessRule"> + <skos:notation><![CDATA[Business Rule]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessRule</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Business Rule]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Representation of the relationships between the inputs, controls, outputs, mechanisms and resources used by the activities performed in a business process. -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Interoperability Governance ABB �is an interoperability enabler because it helps achieve organisational interoperability as it is " the key to a holistic approach on interoperability, as it brings together all the instruments needed to apply it" (EIF). As stated in EIF Recommendation 20: "Ensure holistic governance of interoperability activities across administrative levels and sectors." +Based on TOGAF definitions. +http://pubs.opengroup.org/architecture/togaf9-doc/arch/ -EXAMPLES: -The following implementations are examples on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -INSPIRE Directive 2007/2/EC of 14 March 2007, Article 18 -Member States shall ensure that appropriate structures and mechanisms are designated for coordinating, across the different levels of government, the contributions of all those with an interest in their infrastructures for spatial information. These structures shall coordinate the contributions of, inter alia, users, producers, added-value service providers and coordinating bodies, concerning the identification of relevant data sets, user needs, the provision of information on existing practices and the provision of feedback on the implementation of this Directive. -http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32007L0002&from=EN +Your Europe Advice - answer language +Answer is given in the chosen language +http://europa.eu/youreurope/advice/index_en.htm]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:BusinessRule_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessRule_Properties"> + <skos:notation><![CDATA[Properties of Business Rule]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessRule_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Business Rule]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessRule" /> + <dcterms:type>eira:BusinessRule</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB16</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FinancialResource"> + <skos:notation><![CDATA[Financial Resource]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FinancialResource</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Financial Resource]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[A stock or supply of money. -Governance defined in the new European Interoperability Framework (EIF) -� 3.1 of the new EIF Annex II: Interoperability governance refers to decisions on interoperability frameworks, institutional arrangements, organisational structures, roles and responsibilities, policies, agreements and other aspects of ensuring and monitoring interoperability at national and EU levels. The European interoperability framework, the Interoperability Action Plan (Annex 1 to the Communication) and the European interoperability architecture (EIRA) are important parts of interoperability governance at the EU level. -http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB214</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityOrganisationalAuthority"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityStrategy"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityFramework"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityOrganisationalAuthority"> - <skos:notation>InteroperabilityOrganisationalAuthority</skos:notation> - <skos:prefLabel xml:lang="en">Interoperability Organisational Authority</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An organisation having the powers to govern the interoperability of public administration - -Based on the definitions of authority and organisational in the Oxford dictionary. -https://en.oxforddictionaries.com/definition/authority - -Syn. Interoperability Coordination Power or Right, or Control +Based on the Oxford Dictionary +https://en.oxforddictionaries.com/definition/resource -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Interoperability Organisational Authority ABB �is an interoperability enabler because it helps achieve organisational interoperability by ensuring political and/or administrative governance of the interoperability capabilities of an organisation as stated in the EIF Recommendation 20: "Ensure holistic governance of interoperability activities across administrative levels and sectors". +Syn. Funding Instrument -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -INSPIRE Directive 2007/2/EC of 14 March 2007, Article 19 - -1. The Commission shall be responsible for coordinating Inspire at Community level and shall be assisted for that purpose by relevant organisations and, in particular, by the European Environment Agency. -2. Each Member State shall designate a contact point, usually a public authority, to be responsible for contacts with the Commission in relation to this Directive. This contact point will be supported by a coordination structure, taking account of the distribution of powers and responsibilities within the Member State. - -http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32007L0002&from=EN - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB205</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityGovernance"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityFramework"> - <skos:notation>SecurityFramework</skos:notation> - <skos:prefLabel xml:lang="en">Security Framework</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Agreed governance approach focusing on protection aspects on data, information and knowledge assets and organizational resources handling them. - -Source: ISA2, EIFv2 -https://ec.europa.eu/isa2/isa2_en +CEF Programme +The Connecting Europe Facility (CEF) is a key EU funding instrument to promote growth, jobs and competitiveness through targeted infrastructure investment at European level. It supports the development of high performing, sustainable and efficiently interconnected trans-European networks in the fields of transport, energy and digital services. CEF investments fill the missing links in Europe's energy, transport and digital backbone. +https://ec.europa.eu/inea/en/connecting-europe-facility]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:FinancialResource_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FinancialResource_Properties"> + <skos:notation><![CDATA[Properties of Financial Resource]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FinancialResource_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Financial Resource]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/FinancialResource" /> + <dcterms:type>eira:FinancialResource</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym>Funding Instrument</eira:synonym> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB116</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceManifestation"> + <skos:notation><![CDATA[Public Service Manifestation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceManifestation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Service Manifestation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[A Public Service Manifestation is a behaviour EIRA© Architecture Building Block, i.e. a unit of activity performed by one or more Public Service Components.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PublicServiceManifestation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceManifestation_Properties"> + <skos:notation><![CDATA[Properties of Public Service Manifestation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceManifestation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Service Manifestation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceManifestation" /> + <dcterms:type>eira:PublicServiceManifestation</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB342</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalProcedure"> + <skos:notation><![CDATA[Organisational Procedure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalProcedure</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Organisational Procedure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[The specific methods employed to express organisational policies in action in day-to-day operations of the organization. Together, policies and procedures ensure that a point of view held by the governing body of an organization is translated into steps that result in an outcome compatible with that view. -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Security Framework ABB �is salient for interoperability because "security and privacy are primary concerns in the provision of public services" (EIF) and, as stated in EIF Recommendation 15: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses." +Based on BusinessDictionary.com definition of Policies and Procedures +http://www.businessdictionary.com/definition/policies-and-procedures.html -EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -The EU cybersecurity certification framework -The European Commission puts forward the creation of a EU certification framework for ICT security products in its 2017 proposal for a regulation. -On 13 September 2017 the Commission issued a proposal for a regulation on ENISA, the ""EU Cybersecurity Agency"", and on Information and Communication Technology cybersecurity certification (''Cybersecurity Act''). -Certification plays a critical role in increasing trust and security in products and services that are crucial for the digital single market. At the moment, a number of different security certification schemes for ICT products exist in the EU. Without a common framework for EU-wide valid cybersecurity certificates, there is an increasing risk of fragmentation and barriers in the single market. -The proposed certification framework will provide EU-wide certification schemes as a comprehensive set of rules, technical requirements, standards and procedures. This will be based on agreement at EU level for the evaluation of the security properties of a specific ICT-based product or service e.g. smart cards. -The certification will attest that ICT products and services that have been certified in accordance with such a scheme comply with specified cybersecurity requirements. The resulting certificate will be recognized in all Member States, making it easier for businesses to trade across borders and for purchasers to understand the security features of the product or service. -The schemes proposed in the future European framework will rely as much as possible on international standards as a way to avoid creating trade barriers and ensuring coherence with international initiatives." -https://ec.europa.eu/digital-single-market/en/eu-cybersecurity-certification-framework - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB223</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataPolicy"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityPolicy"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityFramework"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyFramework"> - <skos:notation>PrivacyFramework</skos:notation> - <skos:prefLabel xml:lang="en">Privacy Framework</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Agreed governance approach focusing on confidentiality aspects on data, information and knowledge assets and organizational resources handling them. +TRACES - Listing procedures +Describe how to approve or register establishments and operators on the European portal. +https://ec.europa.eu/food/sites/food/files/animals/docs/ah-traces-info-mat-toolkit_en.pdf]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:OrganisationalProcedure_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalProcedure_Properties"> + <skos:notation><![CDATA[Properties of Organisational Procedure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalProcedure_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Organisational Procedure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalProcedure" /> + <dcterms:type>eira:OrganisationalProcedure</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB207</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EiraView"> + <skos:notation><![CDATA[EIRA View]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EiraView</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[EIRA View]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +EIRA view ABB is a Business Object containing a graphical notation of the EIRA ontology. The EIRA consists of several architecture views (1) , including one view for each of the EIF interoperability levels. -Source: ISA2, EIFv2 -https://ec.europa.eu/isa2/isa2_en +(1) An architecture view is a representation of a system from the perspective of a related set of concerns. -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Privacy Framework ABB �is salient for interoperability because "security and privacy are primary concerns in the provision of public services" (EIF) and, as stated in EIF Recommendation 15: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses." +Source: TOGAF (https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html#tag_03_17) EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -European Privacy Framework -European privacy legislation is made up of two parts: The Data Protection Directive (95/46/EC) exists as a common ground across Europe. The Directive is a legislative act of the European Union that requires all member states to ensure there is an "adequate" level of data protection. The second part consists of diverse national laws. -https://www.privacy-europe.com/european-privacy-framework.html - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB228</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataPolicy"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityFramework"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilitySkill"> - <skos:notation>InteroperabilitySkill</skos:notation> - <skos:prefLabel xml:lang="en">Interoperability Skill</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Expertise in organizing, implementing and managing interoperability in digital public services - -Based on the definitions of skill and organisational in the Oxford dictionary. -https://en.oxforddictionaries.com/definition/skill +Legal View +The Legal view models the most salient public policy development enablers and implementation instruments that shall be considered in order to support the End to End design of interoperable digital public services.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:EiraView_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EiraView_Properties"> + <skos:notation><![CDATA[Properties of EIRA View]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EiraView_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of EIRA View]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/EiraView" /> + <dcterms:type>eira:EiraView</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB336</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OperationalProcedure"> + <skos:notation><![CDATA[Operational Procedure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OperationalProcedure</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Operational Procedure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Defines the process of operating a solution, how the procedures are implemented and the rules for operating it. + +Source: ISA2 – EIA Action -Syn. Interoperability Competence +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Interoperability Skill ABB �is an interoperability enabler because it helps achieve organisational interoperability by removing a barrier to implement interoperability policies, as stated in the EIF: "Member States should include interoperability skills in their interoperability strategies, acknowledging that interoperability is a multi-dimensional issue that needs awareness and skills in legal, organisational, semantic and technical." +Apache HTTP Server documentation +Apache HTTP Server Version 2.4 Documentation contains pages with operational procedures, like starting the server, controlling the access, reverse proxy setup, content caching, etc. +http://httpd.apache.org/docs/2.4/]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:OperationalProcedure_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OperationalProcedure_Properties"> + <skos:notation><![CDATA[Properties of Operational Procedure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OperationalProcedure_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Operational Procedure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/OperationalProcedure" /> + <dcterms:type>eira:OperationalProcedure</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB126</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock"> + <skos:notation><![CDATA[EIRA Architecture Building Block]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EiraArchitectureBuildingBlock</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[EIRA Architecture Building Block]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +EIRA Architecture Building Block ABB is a Business Object acting as a requirement of an intermediate level of granularity, in alignment with at least one EIF principle, formulated as an agreed normative statement in functional terms on a legal, organisational, semantic, or technical attribute of a To-Be European Public Service. An EIRA ABB might encapsulate several interoperability aspects + +Source: Europa +(https://ec.europa.eu/digital-building-blocks/wikis/display/CEFDIGITAL/What+is+a+Building+Block) EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Surveillance3 - Knowledge of English to access and use the open data provided through the EU Open Data Portal -Knowledge of English is required in order to access and use the database of specific products under �surveillance� or monitoring imported into the EU customs territory in the present and past years. The database for surveillance on the EUROPA web-site displays the volumes of specific products imported into the EU customs territory in the present and in the past year. -https://data.europa.eu/euodp/data/dataset/surveillance - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB220</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityFramework"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Business"> - <skos:notation>Business</skos:notation> - <skos:prefLabel xml:lang="en">Business</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Economic operator with a legal entity entitled to perform a private activity for a profit. - -Source: IATE (definition of business, entry Environment [CdT]) -http://iate.europa.eu/ +A Legal Act is an EIRA Architecture Building Block from a Legal view perspective.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:EiraArchitectureBuildingBlock_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock_Properties"> + <skos:notation><![CDATA[Properties of EIRA Architecture Building Block]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EiraArchitectureBuildingBlock_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of EIRA Architecture Building Block]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock" /> + <dcterms:type>eira:EiraArchitectureBuildingBlock</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB337</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Specification"> + <skos:notation><![CDATA[Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Specification</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[A Specification is a document that states requirements. A specification can be related to activities (e.g. procedure document, process specification and test specification), or products (e.g. product specification, performance specification and drawing). [ISO 9000:2005] -Syn. Company +Source : https://www.iso.org/obp/ui/#iso:std:iso:9000:ed-3:v1:en:term:3.7.3]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:Specification_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Specification_Properties"> + <skos:notation><![CDATA[Properties of Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Specification_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Specification" /> + <dcterms:type>eira:Specification</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB163</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CharacterEncodingScheme"> + <skos:notation><![CDATA[Character Encoding Scheme]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CharacterEncodingScheme</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Character Encoding Scheme]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Digital Encoding of Characters. To be of any use in computers, in computer communications and in particular on the World Wide Web, characters must be encoded. In fact, much of the information processed by computers over the last few decades has been encoded text, exceptions being images, audio, video and numeric data. To achieve text encoding, a large variety of character encodings have been devised. Character encodings can loosely be explained as mappings between the character sequences that users manipulate and the sequences of bits that computers manipulate. -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Business ABB is salient for organisation interoperability because organisations can play the role of consumers of Public Services (Public Administration or businesses), as stated in the EIF: "A European public service comprises any public sector service exposed to a cross-border dimension and supplied by public administrations, either to one another or to businesses and citizens in the Union." +Source: W3C +https://www.w3.org/TR/2003/WD-charmod-20030822/ -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Cosmetic Product Notification Portal - Economic operators -Economic operators involved in intra-community trade are using the Cosmetic Product Notification Portal in order to either notify cosmetic products put on the EU market (distributors) or notify and update the data (manufacturers and importers). -https://webgate.ec.europa.eu/cpnp/faq/?event=faq.show - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB169</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicAdministration"> - <skos:notation>PublicAdministration</skos:notation> - <skos:prefLabel xml:lang="en">Public Administration</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A state, regional or local authority governed by public law or an association formed by one or several such authorities or a private entity mandated by at least one of those authorities or associations to provide public services, when acting under such a mandate. - -Source: Connecting Europe Facility (CEF), eIDAS regulation -https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/CEF+Definitions +Unicode Transformation Format (UTF-8) -Syn. Public institution, public body +ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8. +UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. +UTF-8 has a one-octet encoding unit. It uses all bits of an octet, but has the quality of preserving the full US-ASCII [US-ASCII] range: US-ASCII characters are encoded in one octet having the normal US-ASCII value, and any octet with such a value can only stand for a US-ASCII character, and nothing else. +UTF-8 encodes UCS characters as a varying number of octets, where the number of octets, and the value of each, depend on the integer value assigned to the character in ISO/IEC 10646 (the character number, a.k.a. code position, code point or Unicode scalar value). +https://tools.ietf.org/html/rfc3629]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:CharacterEncodingScheme_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CharacterEncodingScheme_Properties"> + <skos:notation><![CDATA[Properties of Character Encoding Scheme]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CharacterEncodingScheme_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Character Encoding Scheme]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/CharacterEncodingScheme" /> + <dcterms:type>eira:CharacterEncodingScheme</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB179</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentifierScheme"> + <skos:notation><![CDATA[Identifier Scheme]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IdentifierScheme</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Identifier Scheme]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Defines the values of an identifier. -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Public Administration ABB is salient for organisation interoperability because Public Administrations can play the role both of providers and consumers of Public Services, as stated in the EIF: "A European public service comprises any public sector service exposed to a cross-border dimension and supplied by public administrations, either to one another or to businesses and citizens in the Union." +Source: CEN BII +http://spec.cenbii.eu/ -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -EWRS � ECHA -The European Chemicals Agency (ECHA) is the driving force among regulatory authorities in implementing the EU's ground breaking chemicals legislation for the benefit of human health and the environment as well as for innovation and competitiveness. -https://echa.europa.eu/about-us - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:spatial: The spatial (geographic) coverage related to this building block -- eira:view]]></skos:definition> - <dcterms:identifier>ABB172</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/LegalAuthority"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Organisation"> - <skos:notation>Organisation</skos:notation> - <skos:prefLabel xml:lang="en">Organisation</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An Organisation is a principal that provides and/or consumes Public Services. - -Based on the New EIF and the ISA2 Core Vocabularies -http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF -https://joinup.ec.europa.eu/asset/cpov/asset_release/core-public-organisation-vocabulary-v100#download-links - -Syn. Institution, body +UUID +A UUID is an identifier that is unique across both space and time, with respect to the space of all UUIDs. Since a UUID is a fixed size and contains a time field, it is possible for values to rollover. A UUID can be used for multiple purposes, from tagging objects with an extremely short lifetime, to reliably identifying very persistent objects across a network. The internal representation of a UUID is a specific sequence of bits in memory, as described in Section 4. To accurately represent a UUID as a URN, it is necessary to convert the bit sequence to a string representation. Each field is treated as an integer and has its value printed as a zero-filled hexadecimal digit string with the most significant digit first. The hexadecimal values "a" through "f" are output as lower case characters and are case insensitive on input. +https://tools.ietf.org/html/rfc4122]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:IdentifierScheme_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentifierScheme_Properties"> + <skos:notation><![CDATA[Properties of Identifier Scheme]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IdentifierScheme_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Identifier Scheme]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentifierScheme" /> + <dcterms:type>eira:IdentifierScheme</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB29</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitectureBuildingBlock"> + <skos:notation><![CDATA[Architecture Building Block]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitectureBuildingBlock</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Architecture Building Block]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Architecture Building Block ABB is a Business Object constituting architecture model that describes a single aspect of the overall model. An Architecture Building Block describes generic characteristics and functionalities. Architecture Building Blocks are used to describe reference architectures, solution architecture templates or solution architectures of a specific solutions. -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Organisation ABB is salient for organisation interoperability because organisations can play the role both of providers of Public Services (mainly Public Administrations) and consumers of Public Services (Public Administration or businesses), as stated in the EIF: "A European public service comprises any public sector service exposed to a cross-border dimension and supplied by public administrations, either to one another or to businesses and citizens in the Union." +Source: TOGAF +(https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html#tag_03_8) EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -AFIS - Europol organisation -Europol is the European Union�s law enforcement agency. Its main goal is to achieve a safer Europe for the benefit of all the EU citizens. -https://www.europol.europa.eu/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB7</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessInformation"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Citizen"> - <skos:notation>Citizen</skos:notation> - <skos:prefLabel xml:lang="en">Citizen</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An individual is a principal that provides and/or consumes Public Services. A citizen is a member of a particular country and who has rights because of being born there or because of being given rights. -Every national of a Member State shall be a citizen of the Union. Citizenship of the Union shall be additional to national citizenship and shall not replace it (Treaty of Maastricht on European Union, Title II Provisions on democratic principles, article 8). -The main difference between the two (European citizenship and citizenship of a Member State) is that the rights that citizens enjoy as a result of European citizenship are not matched with duties. Legal basis: Articles 9 to 12 TEU and 18 to 25 TFEU (European Parliament). -The additional rights EU citizenship confers are detailed at http://ec.europa.eu/justice/citizen/index_en.htm (European Commission). +"Support" can be considered an architectural building block, when it is used in the context of the designing of a software that should include online or offline support to users. + +Source:(https://www.brainkart.com/article/Functional-Requirements---Software-Architectures_11271/#:~:text=The%20following%20are%20examples%20of%20explicit%20architectural%20requirements%3A,Functionality%208%20Usability%209%20Reliability%20More%20items...%20)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:ArchitectureBuildingBlock_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitectureBuildingBlock_Properties"> + <skos:notation><![CDATA[Properties of Architecture Building Block]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitectureBuildingBlock_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Architecture Building Block]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitectureBuildingBlock" /> + <dcterms:type>eira:ArchitectureBuildingBlock</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB334</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SyntaxEncodingScheme"> + <skos:notation><![CDATA[Syntax Encoding Scheme]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SyntaxEncodingScheme</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Syntax Encoding Scheme]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[A set of strings and an associated set of rules that describe a mapping between that set of strings and a set of resources. The mapping rules may define how the string is structured or they may simply enumerate all the strings and the corresponding resources. -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Citizen ABB is salient for organisation interoperability because citizens can play the role of consumers of Public Services, as stated in the EIF: "A European public service comprises any public sector service exposed to a cross-border dimension and supplied by public administrations, either to one another or to businesses and citizens in the Union." +Source: W3C +http://www.w3.org/2000/01/rdf-schema#Datatype -Based on EUR-Lex, Europa web site and the Cambridge Dictionary -http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=OJ:C:2007:306:FULL&from=EN -http://www.europarl.europa.eu/atyourservice/en/displayFtu.html?ftuId=FTU_2.1.1.html -http://dictionary.cambridge.org/dictionary/english/citizen +Syn. Encoding format -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -EUROPASS2 - EU citizen -Every national of a Member State shall be a citizen of the Union. -http://europass.cedefop.europa.eu/europass-and-you - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB8</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessInformation"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumer"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreement"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceProvider"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataOwner"> - <skos:notation>DataOwner</skos:notation> - <skos:prefLabel xml:lang="en">Data Owner</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Data owners are either individuals or teams who make decisions such as who has the right to access and edit data and how it�s used. Owners may not work with their data every day, but are responsible for overseeing and protecting a data domain. -In the context of the GDPR, data owners are accountable for the quality, integrity, and protection of their data space. +Guidelines for Dublin Core Application Profiles : date and language +date: Because we want to perform automated operations like sorting on the date, we can select the Dublin Core property dcterms:date. This property can take a string value. We can indicate that the value string is formatted in accordance with the W3C Date and Time Formats specification by using syntax encoding scheme dcterms:W3CDTF. +language: The language needs to be selected from a controlled list. We achieve this by requiring the use of three-letter codes listed in the international standard ISO 639-3 for the representation of names of languages (such as ""eng"" for ""English"") together with the syntax encoding scheme dcterms:ISO639-3 as a datatype. For this, we can use the DCMI property dcterms:language, which can accommodate either an identifier for the language term or a string. +http://dublincore.org/documents/profile-guidelines/ +https://www.w3.org/TR/NOTE-datetime]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:SyntaxEncodingScheme_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SyntaxEncodingScheme_Properties"> + <skos:notation><![CDATA[Properties of Syntax Encoding Scheme]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SyntaxEncodingScheme_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Syntax Encoding Scheme]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/SyntaxEncodingScheme" /> + <dcterms:type>eira:SyntaxEncodingScheme</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB184</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SchemaLevelMapping"> + <skos:notation><![CDATA[Schema Level Mapping]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SchemaLevelMapping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Schema Level Mapping]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[A Schema-level Mapping is a mapping between related classes and properties. -INTEROPERABILITY SALIENCY: -IoP Dimension: Mainly Behavioural IoP -The Data Owner ABB is salient for organisational interoperability because it is responsible for the management of the data generated or consumed by the public service. The identification of Data Owners, as stated in the GDPR, is important for accountabilty since it clearly identifies a person/team repsonible to control the compliance of data, and for the defintiion of policies and standards for the alignment of public service data to GDPR. - -EXAMPLE: -Uprava Subsidized Ticket for Students: -Slovenian portal eGovernment is the main point for e-services for citizens. -Students can buy subsidized tickets electronically on the eGovernment portal "eUprava"). -Data Owner - Ministry of Interior -The Ministry of Interior is the owner of the personal data from Central Population register. -https://e-uprava.gov.si/podrocja/izobrazevanje-kultura/visoka-in-visja-sola/subvencionirana-vozovnica.html - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view -- eira:unit_in_DG: The Directorate-General in charge of the solution (EC only)]]></skos:definition> - <dcterms:identifier>ABB361</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticAgreement"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceAgent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalAgreement"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceAgent"> - <skos:notation>PublicServiceAgent</skos:notation> - <skos:prefLabel xml:lang="en">Public Service Agent</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An agent that consumes or delivers a public service on behalf of a principal. +Source: ISO/DIS 25964-2 +https://www.iso.org/standard/53658.html -Source: -https://joinup.ec.europa.eu/rdf_entity/http_e_f_fdata_ceuropa_ceu_fw21_f7661a4a0_bbdf9_b4e98_bb04a_b967c6a1053f9 +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Public Service Agent is salient for organisational interoperability because it acts on behalf of a Public Service Consumer Agent to consume a Public Service and Public Service Provider Agent to deliver a Publice Service. +Open Contracting Data Standard schema-level mapping - Template and guidance +This guide details an example of using the OCDS 1.1 Field Level Mapping Template to map the fields from a single table in a fictional e-GP system to OCDS. -EXAMPLES: -Your Europe Advice � ECAS -Your Europe Advice is an EU advice service provided by legal experts from ECAS (European Citizen Action Service) operating under contract with the European Commission. It consists of a team of about 60 lawyers who cover all 24 official EU languages and are familiar both with EU law and national laws in all EU countries. Your Europe Advice replies to questions from citizens or businesses on their personal EU rights. The experts respond to the questions within one week, free of charge and in the language chosen by the user. ECAS� mission is to empower citizens to exercise their rights and promote open and inclusive decision-making through the provision of high quality advice, research and advocacy, as well as capacity building for civil society organisations. -http://ecas.org/services/your-europe-advice-yea/ " - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB229</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumerAgent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataOwner"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityRequirement"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceDeliveryAgent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceConsumerAgent"> - <skos:notation>PublicServiceConsumerAgent</skos:notation> - <skos:prefLabel xml:lang="en">Public Service Consumer Agent</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Any agent that consumes a public service on behalf of a principal. +Step 1: Source System Details +OCDS data may originate in multiple source systems, therefore it is important to record the details of the source system we are mapping from. +Step 2: Source Field Details +Using the (Source) Fields sheet, populate the following information for each field in the source table: the system the field is from (as recorded in step 1); the table in which the field is located; the field title. +Where additional context is required you may also record a narrative description of the source field in the description field and it might also be useful to add an example of the value that the field takes alongside further technical information on the type and multiplicity of the field. +Step 3: Mapping +The mapping template has a sheet for each stage of the contracting process, from (OCDS) 2. Planning through to (OCDS) 6. Implementation, with details of the relevant fields from the OCDS schema, in addition to the (OCDS) 1. General (all stages) sheet which contains fields relevant to all stages of the contracting process. Review each of the (OCDS) sheets in the mapping template to identify fields in the OCDS schema to which a field in the source system can be mapped. +Step 4: Review +Repeat steps 1-3 for all tables and all source systems to complete the mapping. +Gaps in currently held data: if you identify data OCDS requests, but that you do not hold, engage with data users to consider whether this additional data could and should be provided. +Gaps in OCDS: you might have data which is not covered by OCDS. In these cases, talk with the OCDS helpdesk to see whether this should be included in an extension to the standard. Additional fields can be documented at the bottom of each mapping sheet in the template. -Source: -https://joinup.ec.europa.eu/rdf_entity/http_e_f_fdata_ceuropa_ceu_fw21_f7661a4a0_bbdf9_b4e98_bb04a_b967c6a1053f9" +https://www.open-contracting.org/resources/ocds-field-level-mapping-template/ +https://docs.google.com/document/d/1YwDLVIhiVgKCWVJDeL2lDSKNUX1qfO1Rccxxk1n2bcU/edit#heading=h.i2ififc8i9k4]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:SchemaLevelMapping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SchemaLevelMapping_Properties"> + <skos:notation><![CDATA[Properties of Schema Level Mapping]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SchemaLevelMapping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Schema Level Mapping]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/SchemaLevelMapping" /> + <dcterms:type>eira:SchemaLevelMapping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB212</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilitySpecification"> + <skos:notation><![CDATA[Interoperability Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilitySpecification</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Interoperability Specification ABB is a Business Object being embodied as a document of the highest possible level of granularity on an EIRA SBB, formulated as an agreed normative statement in design terms on a legal, organisational, semantic, or technical attribute of an European Public Service. It can refer to existing standards or specifications + +Source: ISA2 – EIA Action (https://ec.europa.eu/isa2/eif_en.) INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Public Service Consumer Agent is salient for organisational interoperability because it acts on behalf of a Public Service Consumer (the "Principal") to consume a Public Service. An agent is described by the tuple <agent_type, principal_type>, where agent_type belongs to {human, machine}, and principal_type belongs to {citizen, business, PA}. +IoP dimensions: Structural IoP, Behavioral IoP, Governance IoP EXAMPLES: -Your Europe Advice � ECAS -Your Europe Advice is an EU advice service provided by legal experts from ECAS (European Citizen Action Service) operating under contract with the European Commission. It consists of a team of about 60 lawyers who cover all 24 official EU languages and are familiar both with EU law and national laws in all EU countries. Your Europe Advice replies to questions from citizens or businesses on their personal EU rights. The experts respond to the questions within one week, free of charge and in the language chosen by the user. ECAS� mission is to empower citizens to exercise their rights and promote open and inclusive decision-making through the provision of high quality advice, research and advocacy, as well as capacity building for civil society organisations. -http://ecas.org/services/your-europe-advice-yea/ " - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB230</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumer"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceAgent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceConsumer"> - <skos:notation>PublicServiceConsumer</skos:notation> - <skos:prefLabel xml:lang="en">Public Service Consumer</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A principal consuming public services. - -Source: Based on EIF 2.0 -http://ec.europa.eu/isa/documents/isa_annex_ii_eif_en.pdf +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +EW-Shopp’s: +With vocabulary we refer to any specification of the terminology to be used to represent information in a domain of interest. Most of vocabularies are defined within specific formal languages used by computer programs, such as XML or RDF. + +Source:(https://ec.europa.eu/research/participants/documents/downloadPublic?documentIds=080166e5b4c5d61e&appId=PPGMS)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:InteroperabilitySpecification_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilitySpecification_Properties"> + <skos:notation><![CDATA[Properties of Interoperability Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilitySpecification_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperability Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecification" /> + <dcterms:type>eira:InteroperabilitySpecification</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:ID>ABB162</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalSpecification"> + <skos:notation><![CDATA[Technical Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalSpecification</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Technical Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +A document that prescribes technical requirements to be fulfilled by a product, process or service. +- Note 1 to entry: A technical specification should indicate, whenever appropriate, the procedure(s) by means of which it may be determined whether the requirements given are fulfilled. +- Note 2 to entry: A technical specification may be a standard, a part of a standard or independent of a standard. + +Source: https://www.iso.org/obp/ui/#iso:std:iso-iec:20944:-1:ed-1:v1:en:term:3.1.3.8] INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Public Service Consumer ABB is salient for organisational interoperability because it is one of the main actors involved in the interoperability of the public service as stated in the EIF: "Service orientation, upon which the conceptual model for public services is conceived, means that the relationship between service providers and service consumers must be clearly defined". EIF Recommendation n.29 also suggests: -"Clarify and formalise your organisational relationships for establishing and operating European public services." +IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP +The Technical Specification ABB is salient for technical interoperability because it assesses the characteristics required of a product to support technical solutions. + EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Cosmetic Product Notification Portal CPNP - Poison centre, Responsible person, Market surveillance authority, Distributor, Health advisor, Administrations -The CPNP is making this information available electronically to: +AS4 Profile specification +The eDelivery AS4 Profile is a modular profile of the ebMS3 and AS4 OASIS specifications. Its core is a mandatory Common Profile that selects, extends and profiles the AS4 ebHandler Conformance Profile and AS4 Additional Features and provides a common Usage Profile. This Common Profile can be implemented using open source or closed source AS4 software implementations. It is aligned with, and corresponds to a subset of, the AS4 profile for TSOs (Transmission System Operators) developed by ENTSOG (the European Network of Transmission System Operators for Gas). +In addition to the Common Profile, this specification provides a number of optional Profile Enhancement modules that specify functionality enhancements covering AS4 message exchange in four corner topologies, the use of AS4 in conjunction with the UN/CEFACT Standard Business Document Header (SBDH) specification, and Dynamic Receiver and Dynamic Sender behavior. +https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eDelivery+AS4+-+1.13]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:TechnicalSpecification_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalSpecification_Properties"> + <skos:notation><![CDATA[Properties of Technical Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalSpecification_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Technical Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalSpecification" /> + <dcterms:type>eira:TechnicalSpecification</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB125</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityGovernance"> + <skos:notation><![CDATA[Interoperability Governance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityGovernance</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Governance]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Interoperability Governance ABB is a Business Object assuring the functioning of an Interoperability Framework. These rules include structures, roles, responsibilities, policies, standards, specifications, practices, decision making and operational procedures. + +Source: EIF +(http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF) -� Competent Authorities (for the purposes of market surveillance, market analysis, evaluation and consumer information) -� Poison Centres or similar bodies established by EU countries (for the purposes of medical treatment). - -The CPNP is accessible to: - -� Competent Authorities -� European Poison Centres -� Cosmetic products responsible persons -� Distributors of cosmetic products - -https://ec.europa.eu/growth/sectors/cosmetics/cpnp_fr - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB5</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticAgreement"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Citizen"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDeliveryModel"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumerAgent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceProvider"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreement"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalAgreement"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreement"> - <skos:notation>OrganisationalInteroperabilityAgreement</skos:notation> - <skos:prefLabel xml:lang="en">Organisational Interoperability Agreement</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An organisational interoperability agreement is a resource of private nature formalizing governance rules enabling collaboration between digital public services with enabling seamless functioning value -The Organisational Interoperability Agreement ABB is a key interoperability enabler because it supports organisational governance interoperability by enabling collaboration between digital public services. - -Source ISA2, EIFv2 -https://ec.europa.eu/isa2/isa2_en +Syn. Interoperability management method or system -(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector. +INTEROPERABILITY SALIENCY: +IoP Dimension: Governance IoP +The Interoperability Governance ABB  is an interoperability enabler because it helps achieve organisational interoperability as it is " the key to a holistic approach on interoperability, as it brings together all the instruments needed to apply it" (EIF). As stated in EIF Recommendation 20: "Ensure holistic governance of interoperability activities across administrative levels and sectors." + +EXAMPLES: +The following implementations are examples on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +INSPIRE Directive 2007/2/EC of 14 March 2007, Article 18 +Member States shall ensure that appropriate structures and mechanisms are designated for coordinating, across the different levels of government, the contributions of all those with an interest in their infrastructures for spatial information. These structures shall coordinate the contributions of, inter alia, users, producers, added-value service providers and coordinating bodies, concerning the identification of relevant data sets, user needs, the provision of information on existing practices and the provision of feedback on the implementation of this Directive. + +Source: +(http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32007L0002&from=EN) + +Governance defined in the new European Interoperability Framework (EIF) +§ 3.1 of the new EIF Annex II: Interoperability governance refers to decisions on interoperability frameworks, institutional arrangements, organisational structures, roles and responsibilities, policies, agreements and other aspects of ensuring and monitoring interoperability at national and EU levels. The European interoperability framework, the Interoperability Action Plan (Annex 1 to the Communication) and the European interoperability architecture (EIRA) are important parts of interoperability governance at the EU level. + +Source:(http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:InteroperabilityGovernance_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityGovernance_Properties"> + <skos:notation><![CDATA[Properties of Interoperability Governance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityGovernance_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperability Governance]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityGovernance" /> + <dcterms:type>eira:InteroperabilityGovernance</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB214</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ReferenceDataPolicy"> + <skos:notation><![CDATA[Reference Data Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ReferenceDataPolicy</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Reference Data Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Reference Data Policy ABB is a Business Object being applied to data used to organise or categorise other data, or for relating data to information both within and beyond the boundaries of the enterprise. Usually it mandates the use of codes and descriptions, or definitions. -The agreement should include purposes and goals, terms and conditions, governance, and the description of the channel(s). The EIRA� differentiates the following Interoperability Agreements: +Source: DAMA DM_BOK +(http://www.dama.org) -� Interoperability Service Agreement (between Public Service Consumers and Public Service Providers; -� Interoperability Collaboration Agreement (between Organisations); or -� Interoperability Provider Agreement (between Public Service Providers). +Reference data consists typically of a small, discrete set of values that are not updated as part of business transactions but are usually used to impose consistent classiï¬cation. Reference data normally has a low update frequency. Reference data is relevant across more than one business systems belonging to different organisations and sectors +[Source: J. Jordan & C. Ellen (2009). Business need, data and business intelligence]. INTEROPERABILITY SALIENCY: IoP Dimension: Governance IoP -Concrete and binding documents which set out the precise obligations of two parties cooperating across an �interface� to achieve interoperability. +The Reference Data Policy ABB is salient for semantic interoperability because Reference Data can be shared and reused (e.g. in the form of taxonomies or controlled vocabularies) between organisation to agree on some basic information. Management of reference data is a priority as suggested by EIF's recommendation 31: "Put in place an information management strategy at the highest possible level to avoid fragmentation and duplication. Management of metadata, master data and reference data should be prioritised." EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -ICAO Service Level Agreement Template -A Service Level Agreement (SLA) is an example of Interoperability Agreement in which parties agree on the description of the services to be provided by one or several parties to the other one(s). The SLA tackles topics like: service description, optional services, exclusions, limitations, service levels, service credits, escalation procedure, reporting and points of contact. -https://www.icao.int/ESAF/Documents/APIRG/APIRG18/Docs/wp17_appendices_en.pdf - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:reusability: Whether or not this building block could be reused as part of another solution -- eira:reuse_status: The type of reuse (if reusable): 'Exposed for reuse as main service' means that the building block is exposed to other solutions for reuse as the current solution's primary service. 'Exposed for reuse as supporting service' means that the building block is exposed to other solutions for reuse but only if the solution is already being reused for it's primary service. 'Reused' means that the building block is actually reused from another solution. -- eira:interoperability_type: The type of interoperability agreement this represents -- eira:view]]></skos:definition> - <dcterms:identifier>ABB119</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Citizen"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedGovernanceFramework"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceProvider"> - <skos:notation>PublicServiceProvider</skos:notation> - <skos:prefLabel xml:lang="en">Public Service Provider</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A principal deliverying public services. - -Based on IATE definition (definition of service producer, entry Economics, Taxation [Council]) -http://iate.europa.eu/ +FIRDS Reference Data System +The intended audience of this document is National Competent Authorities, Trading Venues +Systematic Internalisers and Data Reporting Service Provider (including Approved Publication +Arrangement and Consolidated Tape Providers), who are going to implement system interfaces +for the uploading of data to the Financial Instruments Reference Data System. -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Public Service Provider ABB is salient for organisational interoperability because it is one of the main actors involved in the interoperability of the public service as stated in the EIF: ""Service orientation, upon which the conceptual model for public services is conceived, means that the relationship between service providers and service consumers must be clearly defined. EIF Recommendation 29 also suggests: -"Clarify and formalise your organisational relationships for establishing and operating European public services." +This document aims to specify the exchange of Reference Data Information (RDI) between NCAS, +Trading Venues, Systematic Internalisers and the Financial Instruments Reference System. + +Source: (https://www.esma.europa.eu/sites/default/files/library/esma65-11-1193_firds_reference_data_reporting_instructions_v2.0.pdf)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:ReferenceDataPolicy_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ReferenceDataPolicy_Properties"> + <skos:notation><![CDATA[Properties of Reference Data Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ReferenceDataPolicy_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Reference Data Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ReferenceDataPolicy" /> + <dcterms:type>eira:ReferenceDataPolicy</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <dcterms:description></dcterms:description> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB355</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalPolicy"> + <skos:notation><![CDATA[Organisational Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalPolicy</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Organisational Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Principles, rules, and guidelines formulated or adopted by an organization to reach its long-term goals and typically published in a booklet or other form that is widely accessible. Policies and procedures are designed to influence and determine all major decisions and actions, and all activities take place within the boundaries set by them. + +Based on BusinessDictionary.com definition of Policies and Procedures +http://www.businessdictionary.com/definition/policies-and-procedures.html + +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +Inspire - re-use of public sector information +Directive 2003/98/EC of the European Parliament and of the Council of 17 November 2003 on the re-use of public sector information. This Directive establishes a minimum set of rules governing the re-use and the practical means of facilitating re-use of existing documents held by public sector bodies of the Member States. +http://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX:32003L0098]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:OrganisationalPolicy_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalPolicy_Properties"> + <skos:notation><![CDATA[Properties of Organisational Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalPolicy_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Organisational Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalPolicy" /> + <dcterms:type>eira:OrganisationalPolicy</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB18</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SolutionSpecification"> + <skos:notation><![CDATA[Solution Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SolutionSpecification</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Solution Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Solution Specification ABB is a Business Object being embodied as a document of the highest possible level of granularity on an Solution Building Block, formulated as an agreed normative statement in design of an European Public Service. + +Source: ISO +(https://www.iso.org/standard/40359.html) EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Ecolabel - Member State Competent Body -The Competent Body is the independent organisation responsible for assessing, awarding, and managing EU Ecolabel applications and licences on the national level. The Competent Body provides guidance on the documents needed for the dossier, such as declarations, data sheets, and test results. Recommendations on product testing laboratories that are ISO 17025 accredited or equivalent are shared, along with any relevant technical expertise needed to complete the application. -Upon application approval, the Competent Body issues the contract and licence upon approving the application. This contract sets out the services or range of products covered within the licence, including any trade names or manufacturer�s internal reference numbers. It will also lay out the terms of use of the EU Ecolabel, following the standard contract in Annex IV of the Regulation (EC) No 66/2010 of 25 November 2009. Once the contract has been signed, a certificate can be asked for/will be sent, depending on the Competent Body. This certificate will detail: the licence number that can be used with the EU Ecolabel logo; the legal name of the applicant; the services or range of products awarded the EU Ecolabel; all relevant trade names under which the product is sold or the service is marketed. The Competent Body will give the final validation on when the EU Ecolabel logo and the licence number can be used on the EU Ecolabel services and products that have met the criteria. -http://ec.europa.eu/environment/ecolabel/how-to-apply-for-eu-ecolabel.html -http://ec.europa.eu/environment/ecolabel/competent-bodies.html#be - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:unit_in_DG: The Directorate-General in charge of the solution (EC only) -- eira:view]]></skos:definition> - <dcterms:identifier>ABB174</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticAgreement"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Citizen"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumer"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDeliveryModel"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreement"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalAgreement"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceDeliveryAgent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceDeliveryAgent"> - <skos:notation>PublicServiceDeliveryAgent</skos:notation> - <skos:prefLabel xml:lang="en">Public Service Delivery Agent</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Any agent that delivers a public service on behalf of a principal. - -Based on definition of Agent class in ISA2 Core Vocabularies -https://joinup.ec.europa.eu/catalogue/distribution/cpsv-ap-specification-v20-pdf +Semantic interoperability requirements concern also the specification of data formats, vocabularies +and systems of identifiers that need to be supported to support interoperability within the EWShopp project. In addition, exploitation of the technology developed within the project outside the +project consortium makes convenient to reuse whenever possible data formats, vocabularies and +systems of identifiers that are the results of standardization efforts across Europe. + +Source: (https://ec.europa.eu/research/participants/documents/downloadPublic?documentIds=080166e5b4c5d61e&appId=PPGMS)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:SolutionSpecification_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SolutionSpecification_Properties"> + <skos:notation><![CDATA[Properties of Solution Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SolutionSpecification_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Solution Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/SolutionSpecification" /> + <dcterms:type>eira:SolutionSpecification</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB383</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConfigurationManagement"> + <skos:notation><![CDATA[Configuration Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConfigurationManagement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Configuration Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[The process responsible for maintaining information about configuration Items required to deliver an IT Service, including their relationships. + +Based on ITIL v3 +https://www.axelos.com/Corporate/media/Files/Glossaries/AXELOS-Common-Glossary.pdf + +The following implementation are examples on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +Syn. [Distributed] Version Control, Source Code Management + +Quattor +Quattor is a system administration toolkit providing a powerful, portable, and modular set of tools for the automated installation, configuration, and management of clusters, farms, grids and clouds. Quattor is developed as a community effort and provided as open-source software under the Apache 2.0 license and EU DataGrid Software License. Quattor was originally developed in the framework of European Data Grid project. Since its first release in 2003, Quattor has been maintained and extended by a volunteer community of users and developers, primarily from the community of grid system administrators. Three features make it particularly attractive for managing grid resources: Federated Management, Shared Configuration and Management Efficiency, Coherent Site Model. +http://www.quattor.org/ + +Salt +Salt (also called SaltStack Platform) is a Python-based open-source configuration management software and remote execution engine supporting the "Infrastructure as code" approach to deployment and cloud management. SaltStack takes a new approach to infrastructure management by developing software that is easy enough to get running in seconds, scalable enough to manage tens of thousands of servers, and fast enough to control and communicate with them in milliseconds. SaltStack delivers a dynamic infrastructure communication bus used for orchestration, remote execution, configuration management and much more. The Salt Open project was launched in 2011 and is one of the fastest-growing, most-active infrastructure orchestration and configuration management open source project in the world. The SaltStack community is committed to keeping the Salt Open project focused, healthy and open. +https://saltstack.com/community/]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:ConfigurationManagement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConfigurationManagement_Properties"> + <skos:notation><![CDATA[Properties of Configuration Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConfigurationManagement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Configuration Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConfigurationManagement" /> + <dcterms:type>eira:ConfigurationManagement</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB127</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification"> + <skos:notation><![CDATA[Technical Interoperability Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Technical Interoperability Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +A specification contained in a document which lays down the characteristics required of a product such as levels of quality, performance, safety or dimensions, including the requirements applicable to the product as regards the name under which the product is sold, terminology, symbols, testing and test methods, packaging, marking or labelling and conformity assessment procedures. + +Source: Directive 98/34/EC laying down a procedure for the provision of information in the field of technical standards +and regulations and of rules on Information Society services; +http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=CONSLEG:1998L0034:20070101:EN:PDF INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Public Service Delivery Agent is salient for organisational interoperability because it acts on behalf of a Public Service Provider (the "Principal") to deliver a Public Service. An agent is described by the tuple <agent_type, principal_type>, where agent_type belongs to {human, machine}, and principal_type belongs to {citizen, business, PA}. +IoP dimensions: Structural IoP, Behavioral IoP, Governance IoP +The Technical Interoperability Specification ABB is salient for technical interoperability because it assesses the characteristics required of a product to support interoperability solutions. EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Your Europe Advice � ECAS -Your Europe Advice is an EU advice service provided by legal experts from ECAS (European Citizen Action Service) operating under contract with the European Commission. It consists of a team of about 60 lawyers who cover all 24 official EU languages and are familiar both with EU law and national laws in all EU countries. Your Europe Advice replies to questions from citizens or businesses on their personal EU rights. The experts respond to the questions within one week, free of charge and in the language chosen by the user. ECAS� mission is to empower citizens to exercise their rights and promote open and inclusive decision-making through the provision of high quality advice, research and advocacy, as well as capacity building for civil society organisations. -http://ecas.org/services/your-europe-advice-yea/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB173</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceAgent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceProvider"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceDeliveryModel"> - <skos:notation>ServiceDeliveryModel</skos:notation> - <skos:prefLabel xml:lang="en">Service Delivery Model</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The way of delivering to public service consumers, or otherwise interacting with them, for the purpose of supplying specific public services with accessibility value. This involves a number of management practices to ensure that the public services are provided as agreed between the public service provider and the consumer. The service delivery mode should also ensure a constant and stable access to public service in alarm and crisis situations (e.g., COVID 19 pandemic, natural disasters, etc.). Here some examples of service delivery mode: i) Mobile App; ii) Web Portal; iii) Web Services; iv) Contact Center, etc. - -Based on the definitions in Innovation Policy Platform (World Bank and OECD) -https://www.innovationpolicyplatform.org/printpdf/12406 +HTTPS specification +HTTP [RFC2616] was originally used in the clear on the Internet. However, increased use of HTTP for sensitive applications has required security measures. SSL, and its successor TLS [RFC2246] were designed to provide channel-oriented security. +https://tools.ietf.org/html/rfc2818]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:TechnicalInteroperabilitySpecification_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification_Properties"> + <skos:notation><![CDATA[Properties of Technical Interoperability Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Technical Interoperability Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification" /> + <dcterms:type>eira:TechnicalInteroperabilitySpecification</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB178</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataLevelMapping"> + <skos:notation><![CDATA[Data Level Mapping]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataLevelMapping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Level Mapping]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[A Data-level Mapping is a mapping between specific data elements (or data values). -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioural IoP -The Service Delivery Mode ABB is a key interoperability enabler because it supports to achieve organisational behavioral interoperability by enabling the exchange of data, information, and knowledge between digital public services +Source: ISO/DIS 25964-2 +https://www.iso.org/standard/53658.html -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Ecolabel - EU and Member State web sites -EU web site: permits to discover the types of products and services that can be awarded with the EU Ecolabel. Furthermore, the site permits to browse through the EU Ecolabel Product Catalogue and Tourist Accommodation Catalogue to find currently awarded products and services. Member State Competent Bodies provide information to businesses and consumers. -http://ec.europa.eu/environment/ecolabel/index_en.htm -https://www.ecolabel.be/fr -https://www.gov.uk/guidance/apply-for-an-eu-ecolabel - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB15</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumer"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/MachineToMachineInterface"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedGovernanceFramework"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/HumanInterface"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceProvider"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalBusinessCapability"> - <skos:notation>DigitalBusinessCapability</skos:notation> - <skos:prefLabel xml:lang="en">Digital Business Capability</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A business capability is the ability of a public administration to digitally perform an administrative function. +eConfidentiality - Mapping with documents and metadata in Case Management System +Mapping between documents and metadata in eConfidentiality system with documents and metadata in Case Management System. +N.B. Context: All documents concerning an anti-trust case are stored by case number in the case management application called "CMAfx". Documents are stored in different formats: pdf format (if available in paper form only and subsequently digitised) or word, excel, tif, rtf, html, txt version (if received as such or produced by DG Competition). CMAfx contains also procedural steps and case information, such as the composition of the case team, relevant legal basis, type of case, priority, name of undertaking concerned etc. Access to CMAfx is restricted to DG Competition personnel and national experts on secondment using DG Competition IT infrastructure. The undertakings answering the queries are obliged to indicate the confidentiality status of their responses, i.e., whether their answer must be treated as confidential, and in that case the system does not allow submission of their responses until a non-confidential answer has been provided for each confidential one. The non-confidential versions of the Commission's decisions adopted pursuant to articles 7-10, 23 and 24 of Regulation 1/2003 are published on DG Competition website, after the confidentiality claims (with regard to business secrets and other confidential information) were cleared with the respective parties. +http://ec.europa.eu/dpo-register/details.htm?id=38367]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:DataLevelMapping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataLevelMapping_Properties"> + <skos:notation><![CDATA[Properties of Data Level Mapping]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataLevelMapping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Level Mapping]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataLevelMapping" /> + <dcterms:type>eira:DataLevelMapping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB180</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OperationalEnabler"> + <skos:notation><![CDATA[Operational Enabler]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OperationalEnabler</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Operational Enabler]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[An organisation, person, object or event that makes it possible to formulate or implement the a public policy. -Based on the definitions from the European Statistical System: https://joinup.ec.europa.eu/collection/statistical-enterprise-architecture/document/ess-earf-business-capabilities-model +Based on Hill, M. and Hupe, P, Implementing Public Policy: Governance in Theory and in Practice, SAGE Publications Ltd 2002 -INTEROPERABILITY SALIENCY: -Not applicable +An [Operational Enabler] is influenced by a [Public Policy Implementation Approach] and a [Public Policy Implementation Mandate] which determine the role of the organisation, person, object or event. +This role is determined by the following quadrant: -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + | Public Policy Implementation Approach | + |___________________________________________| + | Top / Centralised | Down / Delegated | +______________________________________________________|______________________|____________________| + | | | | +Public | Strongly / Low Level Regulated | A | B | +Policy | ___________________________________| _____________________| ____________________| +Implementation | | | | +Mandate | Softly / High Level Regulated | C | D | +__________________| ___________________________________|______________________|____________________| -ePrescription: -"Generation, transmission, and filling of a medical prescription through digital channels. ePrescribing allows a physician, pharmacist, nurse practitioner, or physician assistant to use digital prescription software to electronically transmit a new prescription or renewal authorization to a community or mail-order pharmacy". - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view -- eira:ABB_Status: Status of the building block (completed | obsolete | underDevelopment | withdrawn)]]></skos:definition> - <dcterms:identifier>ABB370</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessInformation"> - <skos:notation>BusinessInformation</skos:notation> - <skos:prefLabel xml:lang="en">Business Information</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Organizationally constructed meaning describing business facts, assets, or opinions that are exchanged in the context of a public service to support its delivery. Examples include an invoice, a medical prescription, a driving license. - -Based on TOGAF guide about business capabilities and TOGAF definition of information. -https://www2.opengroup.org/ogsys/catalog/g161 -http://pubs.opengroup.org/architecture/togaf9-doc/arch/ +Option A: Public Policy Implementation Mandate: Strongly / Low Level Regulated, Public Policy Implementation Approach: Top / Centralised +SETTING THE PUBLIC POLICY KEY IMPLEMENTATION IOP INSTRUMENTS (i.e. focus on data architecture like a base registry solution) -Syn. Business Facts, Business Data, Business Opinions +Option B: Public Policy Implementation Mandate: Strongly / Low Level Regulated, Public Policy Implementation Approach: Down / Delegated +SETTING PUBLIC POLICY IMPLEMENTATION STANDARDS AND RULES (i.e. focus on technology architecture like eID tech specifications) -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Business Information ABB �is salient for organisational interoperability because it represents the entity being exchanged between organisations. Its interoperability needs to be guaranteed by means of organisational and semantic interoperability specifications. +Option C: Public Policy Implementation Mandate: Softly / High Level Regulated, Public Policy Implementation Approach: Top / Centralised +SETTING PUBLIC POLICY IMPLEMENTATION OBJECTIVES (i.e. focus on business architecture like a national interoperability strategy) + + +Option D: Public Policy Implementation Mandate: Softly / High Level Regulated, Public Policy Implementation Approach: Down / Delegated +SETTING PUBLIC POLICY IMPLEMENTATION FRAMEWORKS AND COLLABORATION PROTOCOLS CROSS THE DIFFERENT DELEGATION LEVELS (i.e. focus on application architecture like a national reference architecture) -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +The Customs 2020 Programme +Customs 2020 is an EU cooperation programme providing national customs administrations with the possibility to create and exchange information and expertise. It allows developing and operating major trans-European IT systems in partnership and establishing various human networks by bringing together national officials from across Europe. The programme has a budget of € 547.3 million and will run for 7 years from January 1 2014. +https://ec.europa.eu/taxation_customs/business/customs-cooperation-programmes/customs-2020-programme_en]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:OperationalEnabler_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OperationalEnabler_Properties"> + <skos:notation><![CDATA[Properties of Operational Enabler]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OperationalEnabler_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Operational Enabler]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/OperationalEnabler" /> + <dcterms:type>eira:OperationalEnabler</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB166</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification"> + <skos:notation><![CDATA[Organisational Interoperability Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Organisational Interoperability Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +This aspect of interoperability is concerned with how organisations, such as public administrations in different Member States, cooperate to achieve their mutually agreed goals. In practice, organisational interoperability implies integrating business processes and related data exchange. Organisational interoperability also aims to meet the requirements of the user community by making services available, easily identifiable, accessible and user-focused. -Surveillance3 - Surveillance information -Published Surveillance information (Business Information) on Europa: Textile category 1 - Cotton yarn, not put up for retail sale [Council Regulation (EEC) No 3030/93] from Belarus in 2015: see URL for details. -http://ec.europa.eu/taxation_customs/dds2/surv/surv_data_list.jsp?Lang=en&survNumber=670010&survType=1&startDate=20150101&originCode=BY - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB13</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Organisation"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Citizen"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Representation"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceCatalogue"> - <skos:notation>DigitalPublicServiceCatalogue</skos:notation> - <skos:prefLabel xml:lang="en">Digital Public Service Catalogue</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A catalogue of digital public services is an indexed inventory of active digital public services, and their descriptions, that are provided by a public administration. This ABB is a key interoperability enabler (*) for sharing/PROVISIONING and reusing/CONSUMING of front-office public services. +Organisation interoperability specifications support organisational interoperability by addressing the core organizational interoperability background for solutions. -Source: ISA2 Core Vocabularies -https://joinup.ec.europa.eu/catalogue/distribution/cpsv-ap-specification-v20-pdf +Source: How does the EIRA© support interoperability? +https://joinup.ec.europa.eu/sites/default/files/how_does_eira_support_interoperability_v1_0_0.pdf -(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector. +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Syn. Public Service Registry, Public Service Inventory +Memorandum of Understanding on Economic and Financial Statistics between the DG Statistics of the European Central Bank and Eurostat +The purpose of this Memorandum of Understanding is to set out the respective areas of responsibility in economic and financial statistics at the Community level of the ECB (Directorate General Statistics) and the Commission (Eurostat); to provide a framework for the exchange and reproduction of data; to note the forms which co-operation between the Directorate General Statistics (DG Statistics) and Eurostat will take; and to set down a procedure for resolving disagreements. +https://www.ecb.europa.eu/ecb/legal/pdf/en_mou_with_eurostat1.pdf]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:OrganisationalInteroperabilitySpecification_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification_Properties"> + <skos:notation><![CDATA[Properties of Organisational Interoperability Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Organisational Interoperability Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification" /> + <dcterms:type>eira:OrganisationalInteroperabilitySpecification</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB176</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalInteroperabilitySpecification"> + <skos:notation><![CDATA[Legal Interoperability Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalInteroperabilitySpecification</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Legal Interoperability Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +An Legal Interoperability Specification is a document of the highest possible level of granularity on an EIRA SBB, formulated as an agreed normative statement in design terms on a legal attribute of an European Public Service. It can refer to existing standards or specifications.†+ +Source: How does the EIRA© support interoperability? +https://joinup.ec.europa.eu/sites/default/files/how_does_eira_support_interoperability_v1_0_0.pdf INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Public Service Catalogue ABB is a key interoperability enabler because it supports to achieve organisational structural interoperability by ensuring the provision/consumption of front-office digital public services. Catalogues are also key element of the EIF "Integrated Public Service Governance" conceptual model. According to EIF Recommendation 44: "Put in place catalogues of public services, public data, and interoperability solutions and use common models for describing them." +IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP +The Legal Interoperability Specification ABB is relevant for interoperability a key interoperability enabler because it helps achieve legal interoperability by addressing the core legal interoperability background for solutions. EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -FEDICT service catalogue -FEDICT, part of the Federal Public Service Policy and Support of Belgium, offers a public service catalogue. Here are a few examples of the offered services: Company data (company information and certificates), Digiflow (access to online certificates), E-mail Relay (relay of e-mail to and from the federal public services and institutions, as a protection to viruses and spam), eBirth (birth online notification and transfer of statistics), eDepot (for notaries), Federal Authentication Service (authentication of individuals for access to online government applications), etc. -http://www.fedict.belgium.be/en/service_catalogue - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB124</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedGovernanceFramework"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalAgreement"> - <skos:notation>OrganisationalAgreement</skos:notation> - <skos:prefLabel xml:lang="en">Organisational Agreement</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Organizational Agreement means any agreement to which the Company or any Restricted Subsidiary is a party pursuant to which, among other things, fees are paid to the Company or a Restricted Subsidiary in exchange for organizational, consulting or similar services, including, without limitation, the agreements listed on Schedule A to this Indenture under the subheading "Organizational Contracts." - -Based on the definitions in Definition of Organizational Agreement in Law Insider -https://www.lawinsider.com/dictionary/organizational-agreement +e-procurement SAT - Directive 2014/24/EU on public procurement +DIRECTIVE 2014/24/EU OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 26 February 2014 on public procurement and repealing Directive 2004/18/EC (Text with EEA relevance). The directive sets out rules on the use of public contracts for the provision of works, supplies or services by companies or individuals and the exemptions which can be applied. The legislation specifies that when national authorities use public procurement to invite tenders to provide works, supplies or services, they must treat all applicants equally and not discriminate between them. They must also be transparent in their dealings. This Directive is considered as a Legal Interoperability Specification, as it shall be transposed in a National or Regional Binding Instrument when designing the solution using the e-procurement Solution Architecture Template. +https://joinup.ec.europa.eu/asset/eia/description]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:LegalInteroperabilitySpecification_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalInteroperabilitySpecification_Properties"> + <skos:notation><![CDATA[Properties of Legal Interoperability Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalInteroperabilitySpecification_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Legal Interoperability Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilitySpecification" /> + <dcterms:type>eira:LegalInteroperabilitySpecification</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB175</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceComponent"> + <skos:notation><![CDATA[Public Service Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Service Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[A Public Service Component is a structural EIRA© Architecture Building Block, i.e. an entity which can perform behaviour (active structure) or on which behaviour is performed (passive structure).]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PublicServiceComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceComponent_Properties"> + <skos:notation><![CDATA[Properties of Public Service Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Service Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceComponent" /> + <dcterms:type>eira:PublicServiceComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB343</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyFormulationAndImplementationInstrument"> + <skos:notation><![CDATA[Public Policy Formulation and Implementation Instrument]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyFormulationAndImplementationInstrument</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Policy Formulation and Implementation Instrument]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Public Policy Formulation Instrument: Technique or means for the development of pertinent and acceptable proposed courses of action for dealing with public problems. +Public Policy Implementation Instrument: Technique or means for the carrying out of a policy decision. +This ABB is a key interoperability enabler (*) for assessing the compatibility of legal/juridical certainty in exchanged information. -INTEROPERABILITY SALIENCY: -Not applicable +(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector. + +Based on NCPI and OECD definitions. +https://web.stanford.edu/group/ncpi/unspecified/assessment_states/framework.html +https://www.oecd.org/edu/ceri/The%20Nature%20of%20Policy%20Change%20and%20Implementation.pdf -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -DSI Organisational Agreement: -The Trust and Golden agreement hereby consent to this assignment by SAC of its rights under the Organizational Agreement to DSI and the assumption by DSI of SAC's interest in such Agreement and the duties and obligations thereunder, and agree, subject to the terms and conditions of said Agreement, to look to DSI for the performance of the duties and obligations formerly owed by SAC under said Agreement. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:reusability: Whether or not this building block could be reused as part of another solution -- eira:reuse_status: The type of reuse (if reusable): 'Exposed for reuse as main service' means that the building block is exposed to other solutions for reuse as the current solution's primary service. 'Exposed for reuse as supporting service' means that the building block is exposed to other solutions for reuse but only if the solution is already being reused for it's primary service. 'Reused' means that the building block is actually reused from another solution. -- eira:interoperability_type: The type of interoperability agreement this represents -- eira:view]]></skos:definition> - <dcterms:identifier>ABB371</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumer"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedGovernanceFramework"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceProvider"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataOwner"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedGovernanceFramework"> - <skos:notation>SharedGovernanceFramework</skos:notation> - <skos:prefLabel xml:lang="en">Shared Governance Framework</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A shared governance framework is the set of organizational (re)usable resources with convergence power, in relation to public policy goals attainment, enabling interoperability from an organizational perspective. This convergence power is based on the enabling communication and harmonization nature of these resources influencing collaboration cross levels in a public administration, cross public administrations, and cross borders. The degree of achievement could range from an ideal perfect shared governance framework (i.e. no interoperability barriers from the organisational perspective) to an imperfect or even null shared governance framework (i.e. some interoperability barriers from the organizational perspective). The level of organizational interoperability will constrain digital public services cross levels in a public administration, cross public administrations, and cross borders. The shared governance framework enables: -i) structural interoperability with organisational resources supporting reusing and/or sharing of digital public services (i.e. public services catalogues); -ii) behavioural interoperability with organisational resources supporting exchanging capabilities of data, information or knowledge with internal/external peers (i.e. user experience patterns and service delivery mode); and -iii) governance interoperability with governance resources supporting the assurance and control of collaboration with internal/external peers exchanging data, information, and knowledge (i.e. Organisational Interoperability Agreements). +Article 168 TFEU, ex Article 152 TEC +1. A high level of human health protection shall be ensured in the definition and implementation of all Union policies and activities. Union action, which shall complement national policies, shall be directed towards improving public health, preventing physical and mental illness and diseases, and obviating sources of danger to physical and mental health. Such action shall cover the fight against the major health scourges, by promoting research into their causes, their transmission and their prevention, as well as health information and education, and monitoring, early warning of and combating serious cross-border threats to health. The Union shall complement the Member States' action in reducing drugs-related health damage, including information and prevention. +2. The Union shall encourage cooperation between the Member States in the areas referred to in this Article and, if necessary, lend support to their action. It shall in particular encourage cooperation between the Member States to improve the complementarity of their health services in cross-border areas. Member States shall, in liaison with the Commission, coordinate among themselves their policies and programmes in the areas referred to in paragraph 1. The Commission may, in close contact with the Member States, take any useful initiative to promote such coordination, in particular initiatives aiming at the establishment of guidelines and indicators, the organisation of exchange of best practice, and the preparation of the necessary elements for periodic monitoring and evaluation. The European Parliament shall be kept fully informed. +3. The Union and the Member States shall foster cooperation with third countries and the competent international organisations in the sphere of public health. +4. By way of derogation from Article 2(5) and Article 6(a) and in accordance with Article 4(2)(k) the European Parliament and the Council, acting in accordance with the ordinary legislative procedure and after consulting the Economic and Social Committee and the Committee of the Regions, shall contribute to the achievement of the objectives referred to in this Article through adopting in order to meet common safety concerns: (a) measures setting high standards of quality and safety of organs and substances of human origin, blood and blood derivatives; these measures shall not prevent any Member State from maintaining or introducing more stringent protective measures; (b) measures in the veterinary and phytosanitary fields which have as their direct objective the protection of public health; (c) measures setting high standards of quality and safety for medicinal products and devices for medical use. +5. The European Parliament and the Council, acting in accordance with the ordinary legislative procedure and after consulting the Economic and Social Committee and the Committee of the Regions, may also adopt incentive measures designed to protect and improve human health and in particular to combat the major cross-border health scourges, measures concerning monitoring, early warning of and combating serious cross-border threats to health, and measures which have as their direct objective the protection of public health regarding tobacco and the abuse of alcohol, excluding any harmonisation of the laws and regulations of the Member States. +6. The Council, on a proposal from the Commission, may also adopt recommendations for the purposes set out in this Article. +7. Union action shall respect the responsibilities of the Member States for the definition of their health policy and for the organisation and delivery of health services and medical care. The responsibilities of the Member States shall include the management of health services and medical care and the allocation of the resources assigned to them. The measures referred to in paragraph 4(a) shall not affect national provisions on the donation or medical use of organs and blood. -INTEROPERABILITY SALIENCY -IoP dimensions: Structural IoP, Behavioral IoP, Governance IoP -This ABB is a key interoperability enabler because it supports to achieve legal interoperability with public policy goals convergence value by all in all enabling i) sharing/provisioning/reusing/consumption of legislation on digital public services, ii) the exchange of data, information, and knowledge between digital public services, and iii) collaboration between digital public services - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:description: A short description providing an overview of this building block -- eira:view]]></skos:definition> - <dcterms:identifier>ABB358</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceCatalogue"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDeliveryModel"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreement"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalAgreement"/> - </skos:Concept> - <skos:Collection rdf:about="http://data.europa.eu/dr8/view/SemanticView"> - <skos:notation>SemanticView</skos:notation> - <skos:prefLabel xml:lang="en">Semantic View</skos:prefLabel> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataPolicy"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Representation"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataSetCatalogue"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataSet"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Data"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DescriptiveMetadataPolicy"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/MasterDataPolicy"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OpenDataPolicy"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/BaseRegistryDataPolicy"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataPortabilityPolicy"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ReferenceDataPolicy"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataEntity"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/CoreDataModel"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataSyntax"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataModel"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ControlledVocabulary"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeBase"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OntologiesCatalogue"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Ontology"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityAgreement"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataMapping"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataMappingCatalogue"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SemanticAgreement"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SecurityPolicy"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PrivacyPolicy"/> - </skos:Collection> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPolicy"> - <skos:notation>DataPolicy</skos:notation> - <skos:prefLabel xml:lang="en">Data Policy</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A set of broad, high level principles which form the guiding framework in which data management can operate. +http://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:12008E168&from=EN]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PublicPolicyFormulationAndImplementationInstrument_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyFormulationAndImplementationInstrument_Properties"> + <skos:notation><![CDATA[Properties of Public Policy Formulation and Implementation Instrument]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyFormulationAndImplementationInstrument_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Policy Formulation and Implementation Instrument]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyFormulationAndImplementationInstrument" /> + <dcterms:type>eira:PublicPolicyFormulationAndImplementationInstrument</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB168</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ImplementingGuideline"> + <skos:notation><![CDATA[Implementing Guideline]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ImplementingGuideline</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Implementing Guideline]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[General rules, principles, or pieces of advice to put a public policy into effect. -Source: OECD -https://stats.oecd.org/glossary/detail.asp?ID=4454 +Based on the Oxford Dictionary +https://en.oxforddictionaries.com/definition/guideline -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Data Policy ABB is salient for semantic interoperability because it provides a guiding framework to manage data and information according to interoperability principles as stated in the EIF recommendation n� 30: "Perceive data and information as a public asset that should be appropriately generated, collected, managed, shared, protected and preserved." +Syn. Recommendations and Standards -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -EU SCIENCE HUB - The European Commission's science and knowledge service - JRC's Data policy -The JRC's data policy is driven by transparency with the aim of contributing to innovation. It is a pillar of the development and implementation of scientific knowledge management at the JRC. It follows the commitments and regulatory basis of the Commission Decision on the reuse of Commission documents (2011/833/EU). - -The objectives for adopting and implementing the JRC data policy include: - -� Share and use data on the basis of the JRC Open Data principles: fully, freely, openly and timely; -� To be transparent on the reasons for restricted access to certain data; -� Provide a coordinated approach to the acquisition of data by the JRC; -� Facilitate management, broaden access and use of JRC data; -� Reinforce goals of Horizon 2020; -� Support EU implementation of the G8 Open Data Charter; -� Continuously support evidence-based decision making and research; -� Ensure that JRC data is made available through the EU Open Data Portal. - -For a successful implementation process, the JRC's data policy lays down implementation principles with respect to responsible entities, overall implementation guidelines, and their individual elements like data management plans, as well as the monitoring of its implementation. -https://ec.europa.eu/jrc/en/about/jrc-in-brief/data-policy -http://publications.jrc.ec.europa.eu/repository/bitstream/JRC95307/lb-na-27163-en-n%20.pdf - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:description: A short description providing an overview of this building block -- eira:policy_type: The purpose(s) of this data policy -- eira:view]]></skos:definition> - <dcterms:identifier>ABB30</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeBase"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyFramework"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Representation"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityFramework"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Representation"> - <skos:notation>Representation</skos:notation> - <skos:prefLabel xml:lang="en">Representation</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The description of the perceptible configuration of business information or a Legal act. Representations can be classified in various ways; for example, in terms of medium (e.g. electronic or paper documents, audio, etc.) or format (HTML, ASCII, PDF, RTF, etc.). - -Source: ArchiMate� v3 -http://pubs.opengroup.org/architecture/archimate3-doc/chap08.html +European Code of Good Conduct for microcredit provision +This European Code of Good Conduct for microcredit provision, published by the European Commission in October 2011, provides recommendations and standards that should foster best practice in the microcredit sector. It is intended to provide guidance for microcredit providers from the point of view of consumers, investors, funders and regulators. +http://ec.europa.eu/regional_policy/en/information/publications/brochures/2011/european-code-of-good-conduct-for-microcredit-provision]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:ImplementingGuideline_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ImplementingGuideline_Properties"> + <skos:notation><![CDATA[Properties of Implementing Guideline]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ImplementingGuideline_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Implementing Guideline]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ImplementingGuideline" /> + <dcterms:type>eira:ImplementingGuideline</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym>Recommendations and Standards</eira:synonym> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB117</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSyntax"> + <skos:notation><![CDATA[Data Syntax]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSyntax</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Syntax]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Data Syntax ABB is a Business Object defining the way in which data is put together with appropriate identifiers, delimiters, separator character(s), and other non-data characters to form messages. + +Source: ISO +(https://www.iso.org/obp/ui/#iso:std:iso:14817:-1:ed-1:v1:en:term:4.59) INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Representation ABB is a key interoperability enabler because it ensures a common and unambiguous interpretation of Data (*). - -(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector +IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP +The Data Syntax ABB is salient for semantic interoperability because it provides the rules establishing how data have to to be written. EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -ESPD data - XML representation -European Single Procurement Document (ESPD) is a self-declaration of the businesses' financial status, abilities and suitability for a public procurement procedure. It is available in all EU languages and used as a preliminary evidence of fulfilment of the conditions required in public procurement procedures across the EU. Thanks to the ESPD, the tenderers no longer have to provide full documentary evidence and different forms previously used in the EU procurement, which means a significant simplification of access to cross-border tendering opportunities. [...] The online form can be filled in, printed and then sent to the buyer together with the rest of the bid. -https://ec.europa.eu/tools/espd/filter?lang=en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB182</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessInformation"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/MachineToMachineInterface"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/LegalAct"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeBase"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/HumanInterface"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataPolicy"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSetCatalogue"> - <skos:notation>DataSetCatalogue</skos:notation> - <skos:prefLabel xml:lang="en">Data Set Catalogue</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Indexed inventory of data sets with comprehensiveness and trustiness value. -This ABB is a key interoperability enabler (*) for sharing/PROVISIONING and reusing/CONSUMING Data. +XML syntax +XML syntax refers to the rules that determine how an XML application can be written. The XML syntax is very straight forward, and this makes XML very easy to learn. Below are the main points to remember when creating XML documents. -Based on W3C -http://www.w3.org/TR/vocab-dcat/#class-catalog +Source: (https://www.quackit.com/xml/tutorial/xml_syntax.cfm)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:DataSyntax_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSyntax_Properties"> + <skos:notation><![CDATA[Properties of Data Syntax]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSyntax_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Syntax]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSyntax" /> + <dcterms:type>eira:DataSyntax</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB231</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataEntity"> + <skos:notation><![CDATA[Data Entity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataEntity</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Entity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Data Entity ABB is a Business Object being used as a classification of objects found in the real world described by the Noun part of speech – persons, places, things, concepts, and events – of interest to the enterprise. -(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector +Source: DAMA DM_BOK +(http://www.dama.org) -Syn. Data Set Registry, Data Set Inventory +Syn. Coherent set of information INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Data Set catalogue ABB is a key interoperability enabler because it supports to achieve semantic structural interoperability by ensuring the provision/consumption of data by digital public services. +IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP +The Data Entity ABB is salient for semantic interoperability because it represents a basic component of a Data Model ABB. EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Agricultural and Vegetable Catalogue -The seed of varieties of agricultural and plant species and varieties of vegetable species that are published in the EU level common catalogue is subject to no marketing restrictions with the Community. Publication in the catalogue must be approved as fulfilling minimum requirements laid down in legislation. Data is published on the contents of the catalogues for agricultural and vegetal species and maintainers with details of the reference list. -https://data.europa.eu/euodp/data/dataset/7A98oEqVa83q6L7tHQ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:reusability: Whether or not this building block could be reused as part of another solution -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB24</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilitySpecification"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataSet"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeBase"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSet"> - <skos:notation>DataSet</skos:notation> - <skos:prefLabel xml:lang="en">Data Set</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A Data Set is a collection of data, published or curated by a single agent, and available for access or download in one or more formats. - -It is useful to remember that when a common interconnecting infrastructure for base registries is available, legislation is used to force its use. The use of interconnecting infrastructure prevents the proliferation of pointto-point interconnections. Stakeholders should be involved in developing the -legislation and be given enough time to prepare for implementation. +EURES - Job vacancy +Most of the jobs on the EURES Job Mobility Portal come from the job vacancies databases managed by the Public Employment Services of the countries participating in EURES. Using a technology called Web Services, the EURES search engine instantly, in real time, interrogates each national database for jobs. These jobs can be of two types: +“EURES jobs", displayed with a blue flag, which are jobs where an employer has expressed an interest in recruiting from another country, or any other jobs advertised in the national jobs databases. +There is, in addition, a central database where EURES advisers can manually post jobs that will all be flagged as "EURES jobs". This is for the time being the only way for those few countries that are not yet fully connected to Web Services to advertise jobs on the EURES portal. This solution can, however, also be used for other specific purposes, such as when an employer wishes to publish a vacancy in several languages etc., which may not always be possible in a national database. + +Source: (https://ec.europa.eu/eures/public/en/advertise-a-job?lang=en&app=1.8.1p6-build-0&pageCode=advertise_job)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:DataEntity_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataEntity_Properties"> + <skos:notation><![CDATA[Properties of Data Entity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataEntity_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Entity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataEntity" /> + <dcterms:type>eira:DataEntity</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB20</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyInteroperabilityEnabler"> + <skos:notation><![CDATA[Key Interoperability Enabler]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnabler</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Key Interoperability Enabler]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Key Interoperability Enabler ABB is a Business Object enabling the efficient and effective delivery of public services across administrations. + +Source: European Commission, ISA Programme +(https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Source: W3C -http://www.w3.org/TR/vocab-dcat/#class-dataset +The European Digital Identity will be available to EU citizens, residents, and businesses who want to identify themselves or provide confirmation of certain personal information. It can be used for both online and offline public and private services across the EU. The Digital Identity is a key interoperability enabler because it enables the efficient and effective delivery of Identification. + +Source: (https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/european-digital-identity_en#:~:text=Digital%20Identity%20for%20all%20Europeans%20The%20European%20Digital,offline%20public%20and%20private%20services%20across%20the%20EU.) + ]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:KeyInteroperabilityEnabler_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyInteroperabilityEnabler_Properties"> + <skos:notation><![CDATA[Properties of Key Interoperability Enabler]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnabler_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Key Interoperability Enabler]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnabler" /> + <dcterms:type>eira:KeyInteroperabilityEnabler</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB344</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestReport"> + <skos:notation><![CDATA[Conformance Test Report]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestReport</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Conformance Test Report]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Conformance Test Report ABB is a Business Object testing activities and subsequently consolidated in a report to inform stakeholders. + +Source: ISTQB +(http://glossary.istqb.org/search/test) -Other Source: ACCESS TO BASE REGISTRIES -https://ec.europa.eu/isa2/sites/isa/files/publications/access-to-base-registries-good-practices-on-building-successful-interconnections-of-base-registries.pdf +Syn. Test results INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP -The Data Set ABB is salient for semantic interoperability because it provides a collection of data to be shared or exchanged between ICT systmes as stated in the EIF recommendation n� 30: "Perceive data and information as a public asset that should be appropriately generated, collected, managed, shared, protected and preserved." +The Conformance Test Report ABB  is salient for technical interoperability because it provides reports of data testing to inform stakeholders. EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -European Union Data Portal - The European Union Open Data Portal (EU ODP) gives you access to open data published by EU institutions and bodies. All the data you can find via this catalogue are free to use and reuse for commercial or non-commercial purposes. -https://data.europa.eu/euodp/data/dataset - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:reusability: Whether or not this building block could be reused as part of another solution -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB23</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataSetCatalogue"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Data"> - <skos:notation>Data</skos:notation> - <skos:prefLabel xml:lang="en">Data</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Data are symbols obtained through an encoding process of business information or a legal act. - -Source: ISO-IEC-2382-1 * 1993 * -https://www.iso.org/obp/ui/#iso:std:iso-iec:2382:ed-1:v1:en +Jenkins jUnit plug-in -(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector +The JUnit plugin provides a publisher that consumes XML test reports generated during the builds and provides some graphical visualization of the historical test results (see JUnit graph for a sample) as well as a web UI for viewing test reports, tracking failures, and so on. Jenkins understands the JUnit test report XML format (which is also used by TestNG). When this option is configured, Jenkins can provide useful information about test results, such as trends. -Syn. Information +Source: (https://wiki.jenkins.io/display/JENKINS/JUnit+Plugin)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:ConformanceTestReport_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestReport_Properties"> + <skos:notation><![CDATA[Properties of Conformance Test Report]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestReport_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Conformance Test Report]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestReport" /> + <dcterms:type>eira:ConformanceTestReport</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB131</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Solution"> + <skos:notation><![CDATA[Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Solution</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Solution]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Solution ABB is a Business Object consisting of one or more Solution Building Blocks to meet a certain stakeholder need. Within the context of the EIRA©, a solution is usually an Interoperable European Solution developed by public administrations that facilitate the delivery of electronic Public Services and cross-border exchange of information between public administrations or Citizens in support to the implementation and advancement of EU, national or local public policies. -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Data ABB is salient for semantic interoperability because it represents the most important mean of interaction between ICT systems of organisations in order to ensure interoperability as stated in the EIF recommendation n� 30: "Perceive data and information as a public asset that should be appropriately generated, collected, managed, shared, protected and preserved." +Source: TOGAF +(https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html#tag_03_69) EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Aggregated data of the Emission Trading System (ETS): -EU ETS data is aggregated by country, by main activity type and by year on the verified emissions, allowances and surrendered units of the more than 12 000 stationary installations reporting under the EU emission trading system, as well as 1400 aircraft operators. Aggregated data can be viewed with the EU ETS data viewer, which provides an easy access to emission trading data contained in the European Union Transaction Log (EUTL). -https://www.eea.europa.eu/data-and-maps/dashboards/emissions-trading-viewer-1 - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:reusability: Whether or not this building block could be reused as part of another solution -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:data_usage: Type of usage of the data entity [Open Data, Master Data, Reference Data, Descriptive Metadata, Base Registry Data] in the context of the solution -- eira:view]]></skos:definition> - <dcterms:identifier>ABB22</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/E-archivingService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/LegalAct"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/MachineToMachineInterface"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeBase"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataPolicy"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataTransformationService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataMapping"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/HumanInterface"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilitySpecification"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataPublicationService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataSet"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataValidationService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataWarehouseService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataOwner"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangeService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Ontology"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Representation"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DescriptiveMetadataPolicy"> - <skos:notation>DescriptiveMetadataPolicy</skos:notation> - <skos:prefLabel xml:lang="en">Descriptive Metadata Policy</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A Data Policy aiming at making data discoverable and identifiable. It may mandate elements such as title, abstract, author, and keywords. +Eur-Lex (stylized EUR-Lex) is an official website solution of European Union law and other public documents of the European Union (EU), published in 24 official languages of the EU. The Official Journal (OJ) of the European Union is also published on Eur-Lex. Users can access Eur-Lex free of charge and also register for a free account, which offers extra features. + +Source: (https://eur-lex.europa.eu/homepage.html?locale=en)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:Solution_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Solution_Properties"> + <skos:notation><![CDATA[Properties of Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Solution_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Solution]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Solution" /> + <dcterms:type>eira:Solution</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB339</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityStrategy"> + <skos:notation><![CDATA[Interoperability Strategy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityStrategy</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Strategy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Interoperability Strategy ABB is a Business Object enabling an overarching strategic plan in the area of cross-border interoperability. -Source: -http://www.niso.org/publications/press/UnderstandingMetadata.pdf +Source: ISA2 +https://ec.europa.eu/isa2/actions/continuously-updating-european-interoperability-strategy_en INTEROPERABILITY SALIENCY: IoP Dimension: Governance IoP -The Descriptive Metadata Policy ABB is salient for semantic interoperability because metadata facilitates opening and sharing data by providing the appropriate format, description of the content, high level of quality in order to achieve interoperability as stated in the EIF recommendation n� 42: "[..] Ensure that open data is accompanied by high quality, machine-readable metadata in non-proprietary formats, including a description of their content, the way data is collected and its level of quality and the licence terms under which it is made available. The use of common vocabularies for expressing metadata is recommended." +The Interoperability Strategy ABB  is an interoperability enabler because it helps achieve organisational interoperability by setting up the vision and principles for the development of the interoperability capabilities. The European Interoperability Framework implements the European Interoperability Strategy. EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Dublin Core Metadata Element Set, Version 1.1: Reference Description -The Dublin Core Metadata Element Set is a vocabulary of fifteen properties for use in resource description. The name "Dublin" is due to its origin at a 1995 invitational workshop in Dublin, Ohio; "core" because its elements are broad and generic, usable for describing a wide range of resources. -The fifteen element "Dublin Core" described in this standard is part of a larger set of metadata vocabularies and technical specifications maintained by the Dublin Core Metadata Initiative (DCMI). The full set of vocabularies, DCMI Metadata Terms [DCMI-TERMS], also includes sets of resource classes (including the DCMI Type Vocabulary [DCMI-TYPE]), vocabulary encoding schemes, and syntax encoding schemes. The terms in DCMI vocabularies are intended to be used in combination with terms from other, compatible vocabularies in the context of application profiles and on the basis of the DCMI Abstract Model [DCAM]. -http://dublincore.org/documents/dces/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:description: A short description providing an overview of this building block -- eira:policy_type: The purpose(s) of this data policy -- eira:view]]></skos:definition> - <dcterms:identifier>ABB352</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MasterDataPolicy"> - <skos:notation>MasterDataPolicy</skos:notation> - <skos:prefLabel xml:lang="en">Master Data Policy</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A Data Policy applying to the authoritative, most accurate data that is available about key business entities, used to establish the context for business transactions and transactional data. +European Interoperability Strategy (EIS) +COMMUNICATION FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT, THE COUNCIL, THE EUROPEAN ECONOMIC AND SOCIAL COMMITTEE AND THE COMMITTEE OF THE REGIONS - Towards interoperability for European public services +This Communication introduces the European Interoperability Strategy (EIS) and the European Interoperability Framework (EIF) for European public services, two key elements in the Digital Agenda. Together, they promote interoperability among public administrations. +The European Interoperability Strategy (EIS) is developed by the European Commission’s Directorate-General for Informatics. The EIS aims to provide guidance and to prioritise the actions needed to improve interaction, exchange and cooperation among European public administrations across borders and across sectors for the delivery of European public services. -Source: DAMA DM_BOK -http://www.dama.org +Source: +(http://eur-lex.europa.eu/resource.html?uri=cellar:f132547a-7d66-4626-8eb6-9f7428394de7.0017.03/DOC_2&format=PDF)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:InteroperabilityStrategy_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityStrategy_Properties"> + <skos:notation><![CDATA[Properties of Interoperability Strategy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityStrategy_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperability Strategy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityStrategy" /> + <dcterms:type>eira:InteroperabilityStrategy</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB208</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalStructure"> + <skos:notation><![CDATA[Organisational Structure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalStructure</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Organisational Structure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[The hierarchical arrangement of lines of authority, communications, rights and duties of an organization. Organizational structure determines how the roles, power and responsibilities are assigned, controlled, and coordinated, and how information flows between the different levels of management. + +Based on BusinessDictionary.com definition of Organizational Structure +http://www.businessdictionary.com/definition/organizational-structure.html + +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +EUCARIS - registry network +EUCARIS is an initiative of several European countries and can be described as a cooperation between several national registration authorities. Formalised in a multilateral treaty, this cooperation is focused on the data-exchange regarding vehicle registration, driving licences, and the accompanying personal data. For this exchange, a system is used which was especially developed for this purpose: EUCARIS II. It is essential to note that EUCARIS makes no use of a central European database. Each country is responsible for its own registry of vehicle and driving licence information and its own registration procedures. Through their national registration authority other government institutions can request information on e.g. vehicles from another country. The national registration authority becomes a central hub in EUCARIS. +https://joinup.ec.europa.eu/document/eucaris-european-car-and-driving-licence-information-system-eucaris-0]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:OrganisationalStructure_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalStructure_Properties"> + <skos:notation><![CDATA[Properties of Organisational Structure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalStructure_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Organisational Structure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalStructure" /> + <dcterms:type>eira:OrganisationalStructure</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB14</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceCatalogue"> + <skos:notation><![CDATA[Public Service Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceCatalogue</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Service Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Public Service Catalogue ABB is a Business Object indexing inventory of active digital public services, and their descriptions, that are provided by a public administration. This ABB is a key interoperability enabler (*) for sharing/PROVISIONING and reusing/CONSUMING of front-office public services. + +Source: ISA2 Core Vocabularies +(https://joinup.ec.europa.eu/catalogue/distribution/cpsv-ap-specification-v20-pdf) + +(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector. + +Syn. Public Service Registry, Public Service Inventory INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Master Data Policy ABB is salient for semantic interoperability because Master Data is used to establish the context for business transactions and transactional data by providing accurate data usually stored and available for reuse by other parties. Its management should be prioritised as stated in the EIF recommendation n� 31: "Put in place an information management strategy at the highest possible level to avoid fragmentation and duplication. Management of metadata, master data and reference data should be prioritised." +IoP Dimension: Structural IoP +The Public Service Catalogue ABB is a key interoperability enabler because it supports to achieve organisational structural interoperability by ensuring the provision/consumption of front-office digital public services. Catalogues are also key element of the EIF "Integrated Public Service Governance" conceptual model. According to EIF Recommendation 44: "Put in place catalogues of public services, public data, and interoperability solutions and use common models for describing them." EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -EMVO: EMVS Master Data Guide -The EMVS (European Medicines Verification System) requires that OBP�s (OnBoarding Partners) upload both product master data and product batch/pack data. -The aim of this guide is to clarify what data is expected to be used for the EMVS master data noting that the long-term goal is to source directly from the IDMP/SPOR system. - -https://emvo-medicines.eu/new/wp-content/uploads/EMVO_0122_EMVS-Master-Data-Guide-1.pdf - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:description: A short description providing an overview of this building block -- eira:policy_type: The purpose(s) of this data policy -- eira:view]]></skos:definition> - <dcterms:identifier>ABB353</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OpenDataPolicy"> - <skos:notation>OpenDataPolicy</skos:notation> - <skos:prefLabel xml:lang="en">Open Data Policy</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The rules and practice of publishing (raw) data in a way that is accessible, reusable, machine readable and licensed permissively. It can be generated by a wide range of parties, including public authorities, the semi-public sector, businesses and the public. In the case of public authorities, such as European Union organisations, making their data available for public reuse supports economic development, openness and transparency. +FEDICT service catalogue +FEDICT, part of the Federal Public Service Policy and Support of Belgium, offers a public service catalogue. Here are a few examples of the offered services: Company data (company information and certificates), Digiflow (access to online certificates), E-mail Relay (relay of e-mail to and from the federal public services and institutions, as a protection to viruses and spam), eBirth (birth online notification and transfer of statistics), eDepot (for notaries), Federal Authentication Service (authentication of individuals for access to online government applications), etc. -Source: EU Open Data guide -http://bookshop.europa.eu/en/eu-open-data-pbOA0416036/downloads/OA-04-16-036-EN-C/OA0416036ENC_002.pdf?FileName=OA0416036ENC_002.pdf&SKU=OA0416036ENC_PDF&CatalogueNumber=OA-04-16-036-EN-C +Source: +(http://www.fedict.belgium.be/en/service_catalogue)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PublicServiceCatalogue_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceCatalogue_Properties"> + <skos:notation><![CDATA[Properties of Public Service Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceCatalogue_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Service Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceCatalogue" /> + <dcterms:type>eira:PublicServiceCatalogue</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB124</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyDevelopmentEnabler"> + <skos:notation><![CDATA[Public Policy Development Enabler]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyDevelopmentEnabler</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Policy Development Enabler]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[A Public Policy Development Enabler is an organisation or thing that make the development and implementation of the Public Policy possible. [Oxford Dictionary] + +Source: http://www.oxforddictionaries.com/definition/english/enabler]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PublicPolicyDevelopmentEnabler_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyDevelopmentEnabler_Properties"> + <skos:notation><![CDATA[Properties of Public Policy Development Enabler]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyDevelopmentEnabler_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Policy Development Enabler]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyDevelopmentEnabler" /> + <dcterms:type>eira:PublicPolicyDevelopmentEnabler</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB167</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DescriptiveMetadataPolicy"> + <skos:notation><![CDATA[Descriptive Metadata Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DescriptiveMetadataPolicy</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Descriptive Metadata Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Descriptive Metadata Policy ABB is a Business Object aiming at making data discoverable and identifiable. It may mandate elements such as title, abstract, author, and keywords. + +Source: Niso +(http://www.niso.org/publications/press/UnderstandingMetadata.pdf) INTEROPERABILITY SALIENCY: IoP Dimension: Governance IoP -The Open Data Policy ABB is salient for semantic interoperability because Open Data is a part of the basic components of the EIF's conceptual model for integrated public services. Opening of public sector datasets for sharing and reuse is encouraged by the Directive on the reuse of public sector information, which provides a common legal framework for reuse of public sector data as stated in the EIF recommendation n� 2: "Publish the data you own as open data unless certain restrictions apply." +The Descriptive Metadata Policy ABB is salient for semantic interoperability because metadata facilitates opening and sharing data by providing the appropriate format, description of the content, high level of quality in order to achieve interoperability as stated in the EIF recommendation n° 42: "[..] Ensure that open data is accompanied by high quality, machine-readable metadata in non-proprietary formats, including a description of their content, the way data is collected and its level of quality and the licence terms under which it is made available. The use of common vocabularies for expressing metadata is recommended." EXAMPLES: -EU implementation of the G8 Open Data Charter -https://ec.europa.eu/digital-single-market/en/news/eu-implementation-g8-open-data-charter - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:description: A short description providing an overview of this building block -- eira:policy_type: The purpose(s) of this data policy -- eira:view]]></skos:definition> - <dcterms:identifier>ABB354</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BaseRegistryDataPolicy"> - <skos:notation>BaseRegistryDataPolicy</skos:notation> - <skos:prefLabel xml:lang="en">Base Registry Data Policy</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A Data Policy applying to a trusted authentic source of information under the control of an appointed public administration or organisation appointed by government. - -According to the European Interoperability Framework, base registries are: �reliable sources of basic information on items such as persons, companies, vehicles, licenses, buildings, locations and roads� and �are authentic and authoritative and form, separately or in combination, the cornerstone of public services�. +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Source: the New EIF -http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF +Dublin Core Metadata Element Set, Version 1.1: Reference Description +The Dublin Core Metadata Element Set is a vocabulary of fifteen properties for use in resource description. The name "Dublin" is due to its origin at a 1995 invitational workshop in Dublin, Ohio; "core" because its elements are broad and generic, usable for describing a wide range of resources. +The fifteen element "Dublin Core" described in this standard is part of a larger set of metadata vocabularies and technical specifications maintained by the Dublin Core Metadata Initiative (DCMI). The full set of vocabularies, DCMI Metadata Terms [DCMI-TERMS], also includes sets of resource classes (including the DCMI Type Vocabulary [DCMI-TYPE]), vocabulary encoding schemes, and syntax encoding schemes. The terms in DCMI vocabularies are intended to be used in combination with terms from other, compatible vocabularies in the context of application profiles and on the basis of the DCMI Abstract Model [DCAM]. + +Source: (http://dublincore.org/documents/dces/)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:DescriptiveMetadataPolicy_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DescriptiveMetadataPolicy_Properties"> + <skos:notation><![CDATA[Properties of Descriptive Metadata Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DescriptiveMetadataPolicy_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Descriptive Metadata Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/DescriptiveMetadataPolicy" /> + <dcterms:type>eira:DescriptiveMetadataPolicy</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <dcterms:description></dcterms:description> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB352</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilityEnabler"> + <skos:notation><![CDATA[Organisational Interoperability Enabler]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilityEnabler</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Organisational Interoperability Enabler]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[That which allows how organisations cooperate to achieve their mutually agreed goals. It can be capabilities, forces, or resources. + +Source: Based on the Black's Law Dictionary definition of enablers and the EIRA definition of organisational interoperability. +https://joinup.ec.europa.eu/asset/eia/document/how-does-eira-support-interoperability +http://thelawdictionary.org/enablers/ + +The following implementations are examples on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +RAPEX - Semantic Web Gate +Public set of RAPEX notifications are available via the Semantic Web Gate in the Open Data portal +http://ec.europa.eu/semantic_webgate/query/dataset=rapex + +e-Justice Portal - Commission's approach on the security of communication and information systems in the European Commission +Commission Decision (EU, Euratom) 2017/46 of 10 January 2017 on the security of communication and information systems in the European Commission. The Commission's approach should take into account EU policy initiatives and legislation on network and information security, industry standards and good practices, to comply with all relevant legislation and to allow interoperability and compatibility. This decision applies to all communication and information systems (CISs) which are owned, procured, managed or operated by or on behalf of the Commission and all usage of those CISs by the Commission. +This decision sets out the basic principles, objectives, organisation and responsibilities regarding the security of those CISs, and in particular for Commission departments owning, procuring, managing or operating CISs and including CISs provided by an internal IT service provider. +http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv:OJ.L_.2017.006.01.0040.01.ENG]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:OrganisationalInteroperabilityEnabler_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilityEnabler_Properties"> + <skos:notation><![CDATA[Properties of Organisational Interoperability Enabler]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilityEnabler_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Organisational Interoperability Enabler]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityEnabler" /> + <dcterms:type>eira:OrganisationalInteroperabilityEnabler</dcterms:type> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB171</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BaseRegistryDataPolicy"> + <skos:notation><![CDATA[Base Registry Data Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BaseRegistryDataPolicy</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Base Registry Data Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Data Policy ABB is a Business Object being applied to a trusted authentic source of information under the control of an appointed public administration or organisation appointed by government. + +According to the European Interoperability Framework, base registries are: “reliable sources of basic information on items such as persons, companies, vehicles, licenses, buildings, locations and roads†and “are authentic and authoritative and form, separately or in combination, the cornerstone of public servicesâ€. + +Source: EIF +(http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF) INTEROPERABILITY SALIENCY: IoP Dimension: Governance IoP -The Base Registry Data Policy ABB is salient for semantic interoperability because base registries include "authorative sources of information", that need to be properly governed and made available. EIF's includes base registries in the conceptual model for integrated public services, and describes it as "the cornerstone of European public service delivery". EIF gives several recommendations on how to manage and interact with base registries (recommendation 37, 38, 39 and 40). +The Base Registry Data Policy ABB is salient for semantic interoperability because base registries include "authorative sources of information", that need to be properly governed and made available. EIF's includes base registries in the conceptual model for integrated public services, and describes it as "the cornerstone of European public service delivery". EIF gives several recommendations on how to manage and interact with base registries (recommendation 37, 38, 39 and 40). EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): GOOD PRACTICES ON BUILDING SUCESSFUL INTERCONNECTIONS OF BASE REGISTRIES In order to provide quick and user-friendly public services to citizens and businesses, public administrations are trying to adopt customer-centric approaches and readjust their ways of working. -One way to achieve efficiency and increase user-friendliness is through the �once-only principle�. Instead of asking the citizen for information that they have already provided, public administrations will reuse the information they already have. Much of this information is stored in authoritative databases called base registries. As the authentic sources of data for public administrations, base registries are one of the basic building blocks of public services and are the key to making the once-only principle a reality. +One way to achieve efficiency and increase user-friendliness is through the ‘once-only principle’. Instead of asking the citizen for information that they have already provided, public administrations will reuse the information they already have. Much of this information is stored in authoritative databases called base registries. As the authentic sources of data for public administrations, base registries are one of the basic building blocks of public services and are the key to making the once-only principle a reality. The document contains some good practices to foster access to the data contained in these base registries. The good practices presented, are grouped according to the layered interoperability model proposed by the European Interoperability Framework (EIF). -https://ec.europa.eu/isa2/sites/isa/files/publications/access-to-base-registries-good-practices-on-building-successful-interconnections-of-base-registries.pdf - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:description: A short description providing an overview of this building block -- eira:policy_type: The purpose(s) of this data policy -- eira:view]]></skos:definition> - <dcterms:identifier>ABB351</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPortabilityPolicy"> - <skos:notation>DataPortabilityPolicy</skos:notation> - <skos:prefLabel xml:lang="en">Data Portability Policy</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The data portability policy implements the right to data portability, which is one of eight rights enforced by the EU General Data Protection Regulation (GDPR). It regulates the exchange of data, allowing data subjects to obtain data that a data controller holds on them and to reuse it for their own purposes. -Accourding to GDPR, Individuals are free to either store the data for personal use or to transmit it to another data controller. The data must be received �in a structured, commonly used and machine-readable format�. - -According to the Article 29 of the Data Protection Working Party (WP29), an advisory body made up of representatives from each EU member state, this right �support[s] the free flow of personal data in the EU and foster[s] competition between controllers�. -The right to data portability applies: -- To personal data that an individual has given to a data controller; -- When the processing is carried out by automated means; and -- Where the processing is based on the individual�s consent or for the performance or a contract. -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Data Portability Policy ABB is salient for semantic interoperability because it regulates how data can be exchanged and its reuse. +Source: (https://ec.europa.eu/isa2/sites/isa/files/publications/access-to-base-registries-good-practices-on-building-successful-interconnections-of-base-registries.pdf)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:BaseRegistryDataPolicy_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BaseRegistryDataPolicy_Properties"> + <skos:notation><![CDATA[Properties of Base Registry Data Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BaseRegistryDataPolicy_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Base Registry Data Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/BaseRegistryDataPolicy" /> + <dcterms:type>eira:BaseRegistryDataPolicy</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <dcterms:description></dcterms:description> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB351</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EiraViewpoint"> + <skos:notation><![CDATA[EIRA Viewpoint]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EiraViewpoint</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[EIRA Viewpoint]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +EIRA viewpoint ABB is a Business Object providing a perspective with specific stakeholders concern in mind. The EIRA© provides several viewpoints that conform to EIRA© views + +(1) A specification of the conventions for a particular kind of architecture view. + +Source: TOGAF (https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html#tag_03_18) -EXAMPLE: +EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:description: A short description providing an overview of this building block -- eira:policy_type: The purpose(s) of this data policy -- eira:view]]></skos:definition> - <dcterms:identifier>ABB362</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ReferenceDataPolicy"> - <skos:notation>ReferenceDataPolicy</skos:notation> - <skos:prefLabel xml:lang="en">Reference Data Policy</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A Data Policy applying to data used to organise or categorise other data, or for relating data to information both within and beyond the boundaries of the enterprise. Usually it mandates the use of codes and descriptions, or definitions. +Highlevel viewpoint +The EIRA© Highlevel viewpoint models an introductory overview of the focal Architecture Building Blocks of each view. It aligns the EIRA© with the service delivery model described within the Interoperability Maturity Model (IMM), and the New European Interoperability Framework (EIF) conceptual model for public services. +The ABBs included in the high-level viewpoint represent the points that link the EIRA©’s views enabling traceability between their different Architecture Building Blocks. They are not necessarily mandatory but should always be considered by a user of the EIRA© when executing one of its use cases.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:EiraViewpoint_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EiraViewpoint_Properties"> + <skos:notation><![CDATA[Properties of EIRA Viewpoint]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EiraViewpoint_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of EIRA Viewpoint]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/EiraViewpoint" /> + <dcterms:type>eira:EiraViewpoint</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB333</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityAndPrivacyPolicy"> + <skos:notation><![CDATA[Security and Privacy Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityAndPrivacyPolicy</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Security and Privacy Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[The set of rules and practices that regulate how sensitive information, individual's information and other resources are managed, protected and distributed. -Source: DAMA DM_BOK -http://www.dama.org +Based on IATE definitions of "security policy" and Black's Dictionary of Law definition of "privacy". +http://iate.europa.eu/ +http://thelawdictionary.org/privacy/ -Reference data consists typically of a small, discrete set of values that are not updated as part of business transactions but are usually used to impose consistent classi?cation. Reference data normally has a low update frequency. Reference data is relevant across more than one business systems belonging to different organisations and sectors -[Source: J. Jordan & C. Ellen (2009). Business need, data and business intelligence]. +Syn. Security and Privacy Statement -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Reference Data Policy ABB is salient for semantic interoperability because Reference Data can be shared and reused (e.g. in the form of taxonomies or controlled vocabularies) between organisation to agree on some basic information. Management of reference data is a priority as suggested by EIF's recommendation 31: "Put in place an information management strategy at the highest possible level to avoid fragmentation and duplication. Management of metadata, master data and reference data should be prioritised." +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -EXAMPLES: +Policy about personal information displayed on the INSPIRE Knowledge Base +All personal information displayed on the INSPIRE Knowledge Base and subsites is subject to a Specific Privacy Statement, accepted by the data subject prior to the collection of his/her personal data, and is published with his/her unambiguous consent. +This e-service is operated by the Digital Economy Unit, Joint Research Centre (JRC). The objective of the INSPIRE Knowledge Base is to provide the INSPIRE community a space on the Internet where they can share information, documents, participate in discussion fora, and share best practices. Upon registration, your personal data will be collected and further processed. The Digital Economy Unit who manages the processing acts as personal data processor. +As this processing collects and further processes personal data, Regulation (EC) 45/2001, of the European Parliament and of the Council of 18 December 2000 on the protection of individuals with regard to the processing of personal data by the Community institutions and bodies and on the free movement of such data, is applicable. + +The Privacy Statement covers the following: + +• What is the personal information collected, what is the legal basis, for what purpose and through which technical means? +• Who has access to the information and to whom is it disclosed? +• How is the information protected and safeguarded? +• How can personal information be verified, modified or deleted information? +• How long is the data kept? +• Contact Information +• Recourse + +http://inspire.ec.europa.eu/privacy-policy/59294]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:SecurityAndPrivacyPolicy_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityAndPrivacyPolicy_Properties"> + <skos:notation><![CDATA[Properties of Security and Privacy Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityAndPrivacyPolicy_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Security and Privacy Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityAndPrivacyPolicy" /> + <dcterms:type>eira:SecurityAndPrivacyPolicy</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB222</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyImplementation"> + <skos:notation><![CDATA[Public Policy Implementation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyImplementation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Policy Implementation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[A Public Policy Implementation is the process of putting a public policy into effect. [Oxford Dictionary]]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PublicPolicyImplementation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyImplementation_Properties"> + <skos:notation><![CDATA[Properties of Public Policy Implementation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyImplementation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Policy Implementation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyImplementation" /> + <dcterms:type>eira:PublicPolicyImplementation</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB106</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataMapping"> + <skos:notation><![CDATA[Data mapping]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataMapping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data mapping]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +Data mapping is an equivalence relationship between two data items with ontological value. Data mapping is used for a wide variety of tasks, including: +- Data mediation between a data source and a destination; +- Data transformation +- Identification of data relationships as part of data lineage analysis; +- Discovery of hidden sensitive data such as the last four digits of a social security number hidden in another user id as part of a data masking or de-identification project; +- Consolidation of multiple databases into a single database and identifying redundant columns of data for consolidation or elimination. + +INTEROPERABILITY SALIENCY +IoP Dimension: Behavioral IoP +The Data Mapping ABB is a key interoperability enabler because it supports to achieve legal behavioral interoperability by enabling the exchange of data, information, and knowledge between digital public services. + +EXAMPLE The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -FIRDS Reference Data System -The intended audience of this document is National Competent Authorities, Trading Venues -Systematic Internalisers and Data Reporting Service Provider (including Approved Publication -Arrangement and Consolidated Tape Providers), who are going to implement system interfaces -for the uploading of data to the Financial Instruments Reference Data System. +Microsoft Dynamics CRM Mapping Schema: +Microsoft Dynamics CRM contains several data sets which comprise of different objects, such as Leads, Opportunities, and Competitors. Each of these data sets has several fields like Name, Account Owner, City, Country, Job Title, and more. The application has a defined schema along with attributes, enumerations, and mapping rules. Therefore, if a new record is to be added to the schema of a data object, a data map needs to be created from the data source to the Microsoft Dynamics CRM account.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:DataMapping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataMapping_Properties"> + <skos:notation><![CDATA[Properties of Data mapping]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataMapping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data mapping]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataMapping" /> + <dcterms:type>eira:DataMapping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB360</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyEvaluation"> + <skos:notation><![CDATA[Public Policy Evaluation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyEvaluation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Policy Evaluation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[A Public Policy Evaluation is an assessment of how the public policy met its objectives (according to defined criteria). -This document aims to specify the exchange of Reference Data Information (RDI) between NCAS, -Trading Venues, Systematic Internalisers and the Financial Instruments Reference System. +Source: Based on the concepts laid out in http://www.europarl.europa.eu/RegData/etudes/etudes/join/2013/507457/IPOL-IMCO_ET(2013)507457_EN.pdf]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PublicPolicyEvaluation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyEvaluation_Properties"> + <skos:notation><![CDATA[Properties of Public Policy Evaluation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyEvaluation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Policy Evaluation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyEvaluation" /> + <dcterms:type>eira:PublicPolicyEvaluation</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB107</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FormulationOfPublicPolicyScenarios"> + <skos:notation><![CDATA[Formulation of Public Policy Scenarios]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FormulationOfPublicPolicyScenarios</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Formulation of Public Policy Scenarios]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[A Formulation of Public Policy Scenarios is a stage where a number of public policy options for addressing the problem and achieving the public policy objectives are developed. -https://www.esma.europa.eu/sites/default/files/library/esma65-11-1193_firds_reference_data_reporting_instructions_v2.0.pdf - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:description: A short description providing an overview of this building block -- eira:policy_type: The purpose(s) of this data policy -- eira:view]]></skos:definition> - <dcterms:identifier>ABB355</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataEntity"> - <skos:notation>DataEntity</skos:notation> - <skos:prefLabel xml:lang="en">Data Entity</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A classification of objects found in the real world described by the Noun part of speech � persons, places, things, concepts, and events � of interest to the enterprise. +Source: Based on the concepts laid out in http://www.europarl.europa.eu/RegData/etudes/etudes/join/2013/507457/IPOL-IMCO_ET(2013)507457_EN.pdf]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:FormulationOfPublicPolicyScenarios_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FormulationOfPublicPolicyScenarios_Properties"> + <skos:notation><![CDATA[Properties of Formulation of Public Policy Scenarios]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FormulationOfPublicPolicyScenarios_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Formulation of Public Policy Scenarios]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/FormulationOfPublicPolicyScenarios" /> + <dcterms:type>eira:FormulationOfPublicPolicyScenarios</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB104</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DefinitionOfPublicPolicyObjectives"> + <skos:notation><![CDATA[Definition of Public Policy Objectives]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DefinitionOfPublicPolicyObjectives</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Definition of Public Policy Objectives]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[A Definition of Public Policy Objectives is a stage where public policy objectives are defined. -Source: DAMA DM_BOK -http://www.dama.org +Source: Based on the concepts laid out in http://www.europarl.europa.eu/RegData/etudes/etudes/join/2013/507457/IPOL-IMCO_ET(2013)507457_EN.pdf]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:DefinitionOfPublicPolicyObjectives_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DefinitionOfPublicPolicyObjectives_Properties"> + <skos:notation><![CDATA[Properties of Definition of Public Policy Objectives]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DefinitionOfPublicPolicyObjectives_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Definition of Public Policy Objectives]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/DefinitionOfPublicPolicyObjectives" /> + <dcterms:type>eira:DefinitionOfPublicPolicyObjectives</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB103</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ImpactAssessment"> + <skos:notation><![CDATA[Impact Assessment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ImpactAssessment</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Impact Assessment]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[An Impact assessment is a key tool to ensure that the public policy process is carried out on the basis of transparent, comprehensive and balanced evidence, an Impact assessment is an aid to political decision-making. -Syn. Coherent set of information +Source: Based on the concepts laid out in http://ec.europa.eu/smart-regulation/impact/commission_guidelines/docs/iag_2009_en.pdf]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:ImpactAssessment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ImpactAssessment_Properties"> + <skos:notation><![CDATA[Properties of Impact Assessment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ImpactAssessment_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Impact Assessment]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ImpactAssessment" /> + <dcterms:type>eira:ImpactAssessment</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB105</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceConsumer"> + <skos:notation><![CDATA[Public Service Consumer]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceConsumer</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Service Consumer]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Public Service Consumer ABB is a Business Role consuming public services. + +Source: EIF 2.0 (http://ec.europa.eu/isa/documents/isa_annex_ii_eif_en.pdf) INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP -The Data Entity ABB is salient for semantic interoperability because it represents a basic component of a Data Model ABB. +IoP Dimension: Governance IoP +The Public Service Consumer ABB is salient for organisational interoperability because it is one of the main actors involved in the interoperability of the public service as stated in the EIF: "Service orientation, upon which the conceptual model for public services is conceived, means that the relationship between service providers and service consumers must be clearly defined". EIF Recommendation n.29 also suggests: +"Clarify and formalise your organisational relationships for establishing and operating European public services." EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -EURES - Job vacancy -Most of the jobs on the EURES Job Mobility Portal come from the job vacancies databases managed by the Public Employment Services of the countries participating in EURES. Using a technology called Web Services, the EURES search engine instantly, in real time, interrogates each national database for jobs. These jobs can be of two types: -�EURES jobs", displayed with a blue flag, which are jobs where an employer has expressed an interest in recruiting from another country, or any other jobs advertised in the national jobs databases. -There is, in addition, a central database where EURES advisers can manually post jobs that will all be flagged as "EURES jobs". This is for the time being the only way for those few countries that are not yet fully connected to Web Services to advertise jobs on the EURES portal. This solution can, however, also be used for other specific purposes, such as when an employer wishes to publish a vacancy in several languages etc., which may not always be possible in a national database. -https://ec.europa.eu/eures/public/en/advertise-a-job?lang=en&app=1.8.1p6-build-0&pageCode=advertise_job - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:domain: The domain can be either domain-neutral (not related to any public policy domain) or domain-specific to a given set of public policy domains. It informs on the public policy domain of application of the specification -- eira:view]]></skos:definition> - <dcterms:identifier>ABB20</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CoreDataModel"> - <skos:notation>CoreDataModel</skos:notation> - <skos:prefLabel xml:lang="en">Core Data Model</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A context-neutral data model that captures the fundamental characteristics of an entity or a core set of entities. - -Based on Core Vocabularies Handbook -https://joinup.ec.europa.eu/site/core_vocabularies/Core_Vocabularies_user_handbook/ +Cosmetic Product Notification Portal CPNP - Poison centre, Responsible person, Market surveillance authority, Distributor, Health advisor, Administrations +The CPNP is making this information available electronically to: +• Competent Authorities (for the purposes of market surveillance, market analysis, evaluation and consumer information) +• Poison Centres or similar bodies established by EU countries (for the purposes of medical treatment). +Source: +(https://ec.europa.eu/growth/sectors/cosmetics/cpnp_fr)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PublicServiceConsumer_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceConsumer_Properties"> + <skos:notation><![CDATA[Properties of Public Service Consumer]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceConsumer_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Service Consumer]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumer" /> + <dcterms:type>eira:PublicServiceConsumer</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB5</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceConsumerAgent"> + <skos:notation><![CDATA[Public Service Consumer Agent]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceConsumerAgent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Service Consumer Agent]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Public Service Consumer Agent ABB is a Business Role consuming a public service on behalf of a principal. + +Source: Joinup +(https://joinup.ec.europa.eu/rdf_entity/http_e_f_fdata_ceuropa_ceu_fw21_f7661a4a0_bbdf9_b4e98_bb04a_b967c6a1053f9") INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP -The Core Data ABB is salient for semantic interoperability because it supports semantic interoperability by providing simplified, reusable and extensible data models that capture the fundamental characteristics of a data entity in a context-neutral and syntax-neutral fashion. +IoP Dimension: Governance IoP +The Public Service Consumer Agent is salient for organisational interoperability because it acts on behalf of a Public Service Consumer (the "Principal") to consume a Public Service. An agent is described by the tuple <agent_type, principal_type>, where agent_type belongs to {human, machine}, and principal_type belongs to {citizen, business, PA}. EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): - -ISA2 Core Vocabularies - -Core Vocabularies are simplified, re-usable and extensible data models that capture the fundamental characteristics of an entity in a context-neutral fashion. -Public administrations can use and extend the Core Vocabularies in the following contexts: -� Development of new systems: the Core Vocabularies can be used as a default starting point for designing the conceptual and logical data models in newly developed information systems. -� Information exchange between systems: the Core Vocabularies can become the basis of a context-specific data model used to exchange data among existing information systems. -� Data integration: the Core Vocabularies can be used to integrate data that comes from disparate data sources and create a data mash-up. -� Open data publishing: the Core Vocabularies can be used as the foundation of a common export format for data in base registries like cadastres, business registers and service portals. -� ISA� has developed the Core Vocabularies for public administrations in an open process with the active involvement of specific working groups. The Core Vocabularies developed are the following: -- Core Person: captures the fundamental characteristics of a person, e.g. name, gender, date of birth, location. -- Registered organisation: captures the fundamental characteristics of a legal entity (e.g. its identifier, activities) which is created through a formal registration process, typically in a national or regional register. -- Core Location: captures the fundamental characteristics of a location, represented as an address, a geographic name or geometry. -- Core Public service: captures the fundamental characteristics of a service offered by a public administration. -- Core Criterion and Core Evidence: describe the principles and the means that a private entity must fulfil to become eligible or qualified to perform public services. A Criterion is a rule or a principle that is used to judge, evaluate or test something. An Evidence is a means to prove a Criterion. -- Core Public organisation: describes public organisations in the European Union. - -https://ec.europa.eu/isa2/solutions/core-vocabularies_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:domain: The domain can be either domain-neutral (not related to any public policy domain) or domain-specific to a given set of public policy domains. It informs on the public policy domain of application of the specification -- eira:view]]></skos:definition> - <dcterms:identifier>ABB194</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSyntax"> - <skos:notation>DataSyntax</skos:notation> - <skos:prefLabel xml:lang="en">Data Syntax</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Data Syntax is a set of rules defining the way in which data is put together with appropriate identifiers, delimiters, separator character(s), and other non-data characters to form messages. - -Source: reference: https://www.iso.org/obp/ui/#iso:std:iso:14817:-1:ed-1:v1:en:term:4.59 +Your Europe Advice – ECAS +Your Europe Advice is an EU advice service provided by legal experts from ECAS (European Citizen Action Service) operating under contract with the European Commission. It consists of a team of about 60 lawyers who cover all 24 official EU languages and are familiar both with EU law and national laws in all EU countries. Your Europe Advice replies to questions from citizens or businesses on their personal EU rights. The experts respond to the questions within one week, free of charge and in the language chosen by the user. ECAS’ mission is to empower citizens to exercise their rights and promote open and inclusive decision-making through the provision of high quality advice, research and advocacy, as well as capacity building for civil society organisations. + +Source: (http://ecas.org/services/your-europe-advice-yea/)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PublicServiceConsumerAgent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceConsumerAgent_Properties"> + <skos:notation><![CDATA[Properties of Public Service Consumer Agent]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceConsumerAgent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Service Consumer Agent]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumerAgent" /> + <dcterms:type>eira:PublicServiceConsumerAgent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB230</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceDeliveryAgent"> + <skos:notation><![CDATA[Public Service Delivery Agent]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceDeliveryAgent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Service Delivery Agent]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Public Service Delivery Agent ABB is a Business Role delivering a public service on behalf of a principal. + +Source: definition of Agent class in ISA2 Core Vocabularies (https://joinup.ec.europa.eu/catalogue/distribution/cpsv-ap-specification-v20-pdf) INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP -The Data Syntax ABB is salient for semantic interoperability because it provides the rules establishing how data have to to be written. +IoP Dimension: Governance IoP +The Public Service Delivery Agent is salient for organisational interoperability because it acts on behalf of a Public Service Provider (the "Principal") to deliver a Public Service. An agent is described by the tuple <agent_type, principal_type>, where agent_type belongs to {human, machine}, and principal_type belongs to {citizen, business, PA}. EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -XML syntax -XML syntax refers to the rules that determine how an XML application can be written. The XML syntax is very straight forward, and this makes XML very easy to learn. Below are the main points to remember when creating XML documents. -https://www.quackit.com/xml/tutorial/xml_syntax.cfm - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:domain: The domain can be either domain-neutral (not related to any public policy domain) or domain-specific to a given set of public policy domains. It informs on the public policy domain of application of the specification -- eira:view]]></skos:definition> - <dcterms:identifier>ABB231</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataModel"> - <skos:notation>DataModel</skos:notation> - <skos:prefLabel xml:lang="en">Data Model</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A collection of entities, their properties and the relationships among them, which aims at formally representing a domain, a concept or a real-world thing. - -Source: ISA2 - SEMIC Action -https://joinup.ec.europa.eu/sites/default/files/methodology_and_tools_for_metadata_governance_and_management_for_eu_institutions.pdf +Your Europe Advice – ECAS +Your Europe Advice is an EU advice service provided by legal experts from ECAS (European Citizen Action Service) operating under contract with the European Commission. It consists of a team of about 60 lawyers who cover all 24 official EU languages and are familiar both with EU law and national laws in all EU countries. Your Europe Advice replies to questions from citizens or businesses on their personal EU rights. The experts respond to the questions within one week, free of charge and in the language chosen by the user. ECAS’ mission is to empower citizens to exercise their rights and promote open and inclusive decision-making through the provision of high quality advice, research and advocacy, as well as capacity building for civil society organisations. + +Source: (http://ecas.org/services/your-europe-advice-yea/)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PublicServiceDeliveryAgent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceDeliveryAgent_Properties"> + <skos:notation><![CDATA[Properties of Public Service Delivery Agent]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceDeliveryAgent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Service Delivery Agent]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceDeliveryAgent" /> + <dcterms:type>eira:PublicServiceDeliveryAgent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB173</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceProvider"> + <skos:notation><![CDATA[Public Service Provider]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceProvider</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Service Provider]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Public Service Provider ABB is a Business Role deliverying public services. + +Source: IATE +(http://iate.europa.eu/) INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP -The Data Model ABB is salient for semantic interoperability because it ensures compatible interpretations of data exchange as specified in the document "Methodology and tools for metadata governance and management for EU Institutions", developed under the SEMIC action of the ISA Programme: "Whilst technological developments offer various means to automate the exchange of information, technological developments alone cannot guarantee a greater interoperability between information systems. A fundamental aspect is the need for common data standards: primarily data models and reference data [...]". +IoP Dimension: Governance IoP +The Public Service Provider ABB is salient for organisational interoperability because it is one of the main actors involved in the interoperability of the public service as stated in the EIF: ""Service orientation, upon which the conceptual model for public services is conceived, means that the relationship between service providers and service consumers must be clearly defined. EIF Recommendation 29 also suggests: +"Clarify and formalise your organisational relationships for establishing and operating European public services." EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -ESPD - Exchange data model -The ESPD exchange data model (ESPD-EDM) is used for the ESPD service provided by the European Commission. -The ESPD Exchange Data Model was designed to implement the data requirements expressed in the Annex 2 of the COMMISSION IMPLEMENTING REGULATION (EU) 2016/7 of 5 January 2016 (from now on "the Annex to the Regulation 2016/7"), establishing the standard form for the European Single Document. Additionally to these requirements, the model took also into account the Information Requirements Model specified by the CEN/BII-Workshops.[3] (namely Workshop 3), and the latest developments relating to the Virtual Company Dossier (VCD) in e-Sens.[4]. -One premise that has ruled the design and implementation life-cycle of the ESPD-EDM has been ''not to reinvent the wheel''. Thus some very early key decisions were: - -(i) select a mature business language for the naming, design and implementation of the ESPD-EDM; -(ii) reuse as much as possible existing information components and libraries ''as-they-are''; -(iii) for those entities that are not defined in any standard specification, design new components in such a way that they can be reused in other situations and domains, both in e-Procurement and beyond e-Procurement. - -OASIS UBL-2.1 standard was chosen as the best candidate to base the ESPD-EDM upon. The main reasons for this decisions were: -i. The European Commission is already using (and recommending) UBL-2.1 for e-Documents.[5] ; -ii. Most of the concepts and components necessary for the ESPD documents were already defined by UBL specifically for e-Procurement; (3) Methodology and tools are available for the development of new documents, the extension of the existing UBL libraries, the semantic validation of XML instances, etc. - -https://joinup.ec.europa.eu/release/espd-exchange-data-model-v101 - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:domain: The domain can be either domain-neutral (not related to any public policy domain) or domain-specific to a given set of public policy domains. It informs on the public policy domain of application of the specification -- eira:view]]></skos:definition> - <dcterms:identifier>ABB26</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ControlledVocabulary"> - <skos:notation>ControlledVocabulary</skos:notation> - <skos:prefLabel xml:lang="en">Controlled Vocabulary</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A controlled vocabulary is an organized arrangement of words and phrases used to index content and/or to retrieve content through browsing or searching. It typically includes preferred and variant terms and has a defined scope or describes a specific domain. +Ecolabel - Member State Competent Body +The Competent Body is the independent organisation responsible for assessing, awarding, and managing EU Ecolabel applications and licences on the national level. The Competent Body provides guidance on the documents needed for the dossier, such as declarations, data sheets, and test results. Recommendations on product testing laboratories that are ISO 17025 accredited or equivalent are shared, along with any relevant technical expertise needed to complete the application. +Upon application approval, the Competent Body issues the contract and licence upon approving the application. This contract sets out the services or range of products covered within the licence, including any trade names or manufacturer’s internal reference numbers. It will also lay out the terms of use of the EU Ecolabel, following the standard contract in Annex IV of the Regulation (EC) No 66/2010 of 25 November 2009. Once the contract has been signed, a certificate can be asked for/will be sent, depending on the Competent Body. This certificate will detail: the licence number that can be used with the EU Ecolabel logo; the legal name of the applicant; the services or range of products awarded the EU Ecolabel; all relevant trade names under which the product is sold or the service is marketed. The Competent Body will give the final validation on when the EU Ecolabel logo and the licence number can be used on the EU Ecolabel services and products that have met the criteria. + +Source: (http://ec.europa.eu/environment/ecolabel/how-to-apply-for-eu-ecolabel.html) +(http://ec.europa.eu/environment/ecolabel/competent-bodies.html#be) +]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PublicServiceProvider_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceProvider_Properties"> + <skos:notation><![CDATA[Properties of Public Service Provider]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceProvider_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Service Provider]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceProvider" /> + <dcterms:type>eira:PublicServiceProvider</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB174</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Service"> + <skos:notation><![CDATA[Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Service</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +It is a service of general interest that public authorities of the EU member countries classify as being of general interest and, therefore, subject to specific public service obligations. They can be provided either by the state or by the private sector and they can be consumed both by the Public or by internally to the Organisation. -INTEROPERABILITY SALIENCY -IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP -The Data Model ABB is salient for semantic interoperability because it ensures compatible interpretations of words and phrases used to index content and/or to retrieve content through browsing or searching. +Based on the definitions Services of general interest: https://ec.europa.eu/info/topics/single-market/services-general-interest_en + + +INTEROPERABILITY SALIENCY: +Not applicable EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -EuroVoc -EuroVoc is a multilingual, multidisciplinary thesaurus covering the activities of the EU, the European Parliament in particular. It contains terms in 23 EU languages (Bulgarian, Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, German, Greek, Hungarian, Italian, Latvian, Lithuanian, Maltese, Polish, Portuguese, Romanian, Slovak, Slovenian, Spanish and Swedish), plus in three languages of countries which are candidates for EU accession: ?????????? (mk), shqip (sq) and c????? (sr). -https://op.europa.eu/en/web/eu-vocabularies/th-dataset/-/resource/dataset/eurovoc - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB359</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedKnowledgeBase"> - <skos:notation>SharedKnowledgeBase</skos:notation> - <skos:prefLabel xml:lang="en">Shared Knowledge Base</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A shared knowledge base is the set of semantic (re)usable resources with convergence power, in relation to public policy goals attainment, enabling interoperability from a semantic perspective cross public administrations, and cross borders. This convergence power is based on the enabling sense-making nature of these resources influencing the enactment of common understanding from the existing organisational information. The degree of achievement could range from an ideal perfect shared knowledge base (i.e. no interoperability barriers from the semantic perspective) to an imperfect or even null shared knowledge base (i.e. some interoperability barriers from the semantic perspective). The level of semantic interoperability will constrain digital public services cross levels in a public administration, cross public administrations, and cross borders. The shared knowledge base enables: -i) structural interoperability with semantic resources supporting reusing and/or sharing of digital public services (i.e. data set catalogue); -ii) behavioural interoperability with semantic resources supporting exchanging capabilities of data, information or knowledge with internal/external peers (i.e. Metadata mappings); and -iii) governance interoperability with semantic resources supporting the assurance and control of collaboration with internal/external peers exchanging data, information, and knowledge cross legal jurisdictions (i.e. Sematic Interoperability Agreements). +EUROPASS2 - Make better use of skills and opportunities across Europe +Europass is a service to help individuals to communicate their skills, qualifications and experience through the use of standardised documents templates. +http://ec.europa.eu/social/main.jsp?catId=1266&langId=en]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicService" /> + <owl:deprecated>true</owl:deprecated> + <eira:Service_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Service_Properties"> + <skos:notation><![CDATA[Properties of Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Service_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Service" /> + <dcterms:type>eira:Service</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB369</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalPublicService"> + <skos:notation><![CDATA[Interoperable Digital Public Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalPublicService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperable Digital Public Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +It is an interoperable public service provisioned via a digital service delivery mode by, or on behalf of, a public administration in support to the realization of a Public Administration digital business capability . An European digital public service comprises any digital public service exposed to a cross-border dimension in the Union. + +Sources: EIF, ISA2 Core Vocabularies, IMM +http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF +https://joinup.ec.europa.eu/catalogue/distribution/cpsv-ap-specification-v20-pdf +https://joinup.ec.europa.eu/sites/default/files/imm_guideline_1.pdf +https://ec.europa.eu/isa2/actions/assessing-progress-being-made-towards-interoperability_en INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP -This ABB is a key interoperability enabler because it supports to achieve semantic interoperability with public policy goals convergence value by all in all enabling i) the provision/consumption of data by public services, ii) the exchange of data, information, and knowledge between digital public services, and iii) collaboration between digital public services - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:reusability: Whether or not this building block could be reused as part of another solution -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB366</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticAgreement"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/LegalAct"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityAgreement"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataPolicy"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataMappingCatalogue"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/OntologiesCatalogue"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Representation"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataSetCatalogue"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OntologiesCatalogue"> - <skos:notation>OntologiesCatalogue</skos:notation> - <skos:prefLabel xml:lang="en">Ontologies Catalogue</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Indexed inventory of ontologies with comprehensiveness and trustiness value. -This ABB is a key interoperability enabler (*) for sharing/PROVISIONING and reusing/CONSUMING Data. - -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Ontologies catalogue ABB is a key interoperability enabler because it supports to achieve semantic structural interoperability by ensuring the provision/consumption of ontologies by digital public services. +The Public Service ABB is salient for organisational interoperability because it is the central element around which interoperabilty needs to be ensured, as stated in the EIF: "The European Interoperability Framework is a commonly agreed approach to the delivery of European public services in an interoperable manner". -EXAMPLE: +EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -BioPortal -BioPortal is a repository of over 300 biomedical ontologies and includes tools for working with these ontologies. Holds most widely used Biomedical ontologies. Allows ontologies to be browsed, searched, and reviewed. Allows uses to create notes on ontologies terms. Allows arbitrary text to be annotated with ontology terms. Also supports search of biomedical resources (e.g. PubMed) for combinations of terms from ontologies. Allows programmatic access to ontologies through a REST interface. -http://bioportal.bioontology.org/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:reusability: Whether or not this building block could be reused as part of another solution -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB365</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeBase"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Ontology"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Ontology"> - <skos:notation>Ontology</skos:notation> - <skos:prefLabel xml:lang="en">Ontology</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An Ontology is a formal description of knowledge as a set of concepts within a domain and the axioms connecting concepts and allowing for logic inferences. When speaking about an ontology, we do not refer only to the terminology (or T-Box) but also to all the �assertions� about the concepts and roles (the A-Box), i.e. all the individuals or instances of concepts and roles of the terminology and as important, the rules for logic inference: the semantics �part�. -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Ontologies ABB is salient for semantic interoperability because it defined as a simplified, reusable and extensible data model that capture the fundamental characteristics of a data entity in a context-neutral and syntax-neutral fashion. - -EXAMPLE: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Medical Dictionary for Regulatory Activities Terminology (MedDRA) -The university ontology includes classes, e.g., :Staff, :Students, :Department or :Course. These classes denote natural concepts that are shared or at least understood by users familiar with universities all over the world. -Universities ontologies can be view in university portals. -http://bioportal.bioontology.org/ontologies/MEDDRA - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:reusability: Whether or not this building block could be reused as part of another solution -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB364</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/OntologiesCatalogue"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticInteroperabilityAgreement"> - <skos:notation>SemanticInteroperabilityAgreement</skos:notation> - <skos:prefLabel xml:lang="en">Semantic Interoperability Agreement</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A Semantic interoperability agreement is a semantic resource formalizing governance rules enabling collaboration between digital public services with ontological value. +EUROPASS2 - Make better use of skills and opportunities across Europe +Europass is a service to help individuals to communicate their skills, qualifications and experience through the use of standardised documents templates. +http://ec.europa.eu/social/main.jsp?catId=1266&langId=en]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/Service" /> + <owl:deprecated>true</owl:deprecated> + <eira:InteroperableDigitalPublicService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalPublicService_Properties"> + <skos:notation><![CDATA[Properties of Interoperable Digital Public Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalPublicService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperable Digital Public Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicService" /> + <dcterms:type>eira:InteroperableDigitalPublicService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB1</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalAgreements-InternationalTreaties"> + <skos:notation><![CDATA[Legal Agreement - International Treaties]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalAgreements-InternationalTreaties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Legal Agreement - International Treaties]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +It is a legal resource on governance rules enabling collaboration between digital public services cross legal jurisdictions. Generally speaking it is of a generic not binding nature like the declarations of Tallinn and Berlin (typically involving many legal jurisdictions). Legal agreements of binding nature typically take the form of binding legal acts like the reference list of offences punishable in the European arrest warrant (2002/584/JHA: Council Framework Decision of 13 June 2002). -Source: -https://joinup.ec.europa.eu/sites/default/files/document/2015-03/Process +Based on EIF: +https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex%3A12016E207 INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Semantic Interoperability Agreement ABB is a key interoperability enabler because it supports semantic governance interoperability by enabling collaboration between digital public services. +Not applicable EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -e-Invoicing Semantic Data Model -The semantic data model includes only the essential information elements that an electronic invoice needs to ensure legal (including fiscal) compliance and to enable interoperability for cross-border, cross-sector and for domestic trade. The semantic data model may be used by public and private sector organisations for public procurement invoicing and took into account the physical and financial supply chain perspective, reflecting both private and public sector requirements, with a view to allowing the full straight-through processing of an electronic invoice. -https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/2017/06/28/CEN+Publishes+eInvoicing+Semantic+Data+Model - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:view]]></skos:definition> - <dcterms:identifier>ABB232</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeBase"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataMapping"> - <skos:notation>DataMapping</skos:notation> - <skos:prefLabel xml:lang="en">Data Mapping</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Data mapping is an equivalence relationship between two data items with ontological value. Data mapping is used for a wide variety of tasks, including: -- Data mediation between a data source and a destination; -- Data transformation -- Identification of data relationships as part of data lineage analysis; -- Discovery of hidden sensitive data such as the last four digits of a social security number hidden in another user id as part of a data masking or de-identification project; -- Consolidation of multiple databases into a single database and identifying redundant columns of data for consolidation or elimination. - -INTEROPERABILITY SALIENCY -IoP Dimension: Behavioral IoP -The Data Mapping ABB is a key interoperability enabler because it supports to achieve legal behavioral interoperability by enabling the exchange of data, information, and knowledge between digital public services. - -EXAMPLE -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +An example of a treaty that does have provisions for further binding agreements is the UN Charter. By signing and ratifying the Charter, countries agreed to be legally bound by resolutions passed by UN bodies such as the General Assembly and the Security Council. Thus, UN resolutions are legally binding on UN Member States, and no signature or ratification is necessary.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:LegalAgreements-InternationalTreaties_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalAgreements-InternationalTreaties_Properties"> + <skos:notation><![CDATA[Properties of Legal Agreement - International Treaties]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalAgreements-InternationalTreaties_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Legal Agreement - International Treaties]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalAgreements-InternationalTreaties" /> + <dcterms:type>eira:LegalAgreements-InternationalTreaties</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB368</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryMachineAgentBusinessActor"> + <skos:notation><![CDATA[Digital Public Service Machine Agent]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryMachineAgentBusinessActor</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Public Service Machine Agent]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Public Service Machine Agent ABB is a Business Actor defined as the system that is designed to automate and improve the delivery of public services to citizens. + +Source: Inspired on the information available in Digital Public Services in the Digital Economy and Society Index + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/desi-digital-public-services + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Digital Public Administration Facsheet (https://joinup.ec.europa.eu/sites/default/files/inline-files/DPA_Factsheets_2022_France_vFinal_0.pdf) or the Spanish public administration digitalization plan (https://portal.mineco.gob.es/RecursosArticulo/mineco/ministerio/ficheros/210902-digitalisation-of-public-admin-plan.pdf) + +LOST view: Organisational view + +Interoperability saliency: The Digital Public Service Machine Agent ABB is salient for organizational and behavioural interoperability because it permits the identification of procedures and business rules related to digital services of public administrations. This identification and consensus will facilitate the exchange of data, information and knowledge between machine-to-machine and machine-to-human interactions. + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceDeliveryMachineAgentBusinessActor + +eira:ID: ABB499 + +ABB name: eira:DigitalPublicServiceDeliveryMachineAgentBusinessActor + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgentBusinessRole" /> + <eira:DigitalPublicServiceDeliveryMachineAgentBusinessActor_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryMachineAgentBusinessActor_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Machine Agent]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryMachineAgentBusinessActor_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Public Service Machine Agent]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryMachineAgentBusinessActor" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryMachineAgentBusinessActor</eira:PURI> + <dcterms:type>eira:DigitalPublicServiceDeliveryMachineAgentBusinessActor</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Public Service Machine Agent ABB is a Business Actor defined as the system that is designed to automate and improve the delivery of public services to citizens.]]></skos:definition> + <eira:definitionSource>Inspired on the information available in Digital Public Services in the Digital Economy and Society Index</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/desi-digital-public-services]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Digital Public Administration Facsheet (https://joinup.ec.europa.eu/sites/default/files/inline-files/DPA_Factsheets_2022_France_vFinal_0.pdf) or the Spanish public administration digitalization plan (https://portal.mineco.gob.es/RecursosArticulo/mineco/ministerio/ficheros/210902-digitalisation-of-public-admin-plan.pdf)]]></skos:example> + <eira:iopSaliency><![CDATA[The Digital Public Service Machine Agent ABB is salient for organizational and behavioural interoperability because it permits the identification of procedures and business rules related to digital services of public administrations. This identification and consensus will facilitate the exchange of data, information and knowledge between machine-to-machine and machine-to-human interactions.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryMachineAgentBusinessActor</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryHumanAgentBusinessActor"> + <skos:notation><![CDATA[Digital Public Service Human Agent]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryHumanAgentBusinessActor</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Public Service Human Agent]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Public Service Human Agent ABB is a Business Actor representing a stakeholder who works in the public service sector and uses digital technologies to improve the delivery of public services to citizens. This agent has the potential to improve the accessibility, efficiency, and quality of public services, ultimately leading to better outcomes for citizens and society as a whole. + +Source: Inspired on the information available in Digital Public Services in the Digital Economy and Society Index + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/desi-digital-public-services + +Example: The following implemenation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OECD Goverment as a Glance (https://www.oecd.org/gov/government-at-a-glance-22214399.htm) + +LOST view: Organisational view + +Interoperability saliency: The Digital Public Service Human Agent ABB is salient for organizational and behavioural interoperability because it permits the identification of procedures and business rules related to human interactions in public administration. This identification and consensus will facilitate the exchange of data, information and knowledge between public services and human stakeholders. + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceDeliveryHumanAgentBusinessActor + +eira:ID: ABB500 + +ABB name: eira:DigitalPublicServiceDeliveryHumanAgentBusinessActor + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-12-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgentBusinessRole" /> + <eira:DigitalPublicServiceDeliveryHumanAgentBusinessActor_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryHumanAgentBusinessActor_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Human Agent]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryHumanAgentBusinessActor_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Public Service Human Agent]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryHumanAgentBusinessActor" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryHumanAgentBusinessActor</eira:PURI> + <dcterms:type>eira:DigitalPublicServiceDeliveryHumanAgentBusinessActor</dcterms:type> + <dcterms:modified>2023-12-1</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Public Service Human Agent ABB is a Business Actor representing a stakeholder who works in the public service sector and uses digital technologies to improve the delivery of public services to citizens. This agent has the potential to improve the accessibility, efficiency, and quality of public services, ultimately leading to better outcomes for citizens and society as a whole.]]></skos:definition> + <eira:definitionSource>Inspired on the information available in Digital Public Services in the Digital Economy and Society Index</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/desi-digital-public-services]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implemenation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OECD Goverment as a Glance (https://www.oecd.org/gov/government-at-a-glance-22214399.htm)]]></skos:example> + <eira:iopSaliency><![CDATA[The Digital Public Service Human Agent ABB is salient for organizational and behavioural interoperability because it permits the identification of procedures and business rules related to human interactions in public administration. This identification and consensus will facilitate the exchange of data, information and knowledge between public services and human stakeholders.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryHumanAgentBusinessActor</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration"> + <skos:notation><![CDATA[Digital Public Service Delivery Model]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Public Service Delivery Model]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Public Service Delivery Model ABB is a Business Collaboration representing a collection of concepts related to the way in which the public sector delivers digital technologies to citizens and businesses. -Microsoft Dynamics CRM Mapping Schema: -Microsoft Dynamics CRM contains several data sets which comprise of different objects, such as Leads, Opportunities, and Competitors. Each of these data sets has several fields like Name, Account Owner, City, Country, Job Title, and more. The application has a defined schema along with attributes, enumerations, and mapping rules. Therefore, if a new record is to be added to the schema of a data object, a data map needs to be created from the data source to the Microsoft Dynamics CRM account. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:reusability: Whether or not this building block could be reused as part of another solution -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB375</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataMappingCatalogue"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataMappingCatalogue"> - <skos:notation>DataMappingCatalogue</skos:notation> - <skos:prefLabel xml:lang="en">Data Mapping Catalogue</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Indexed inventory of data mappings with comprehensiveness and trustiness value. -This ABB is a key interoperability enabler (*) for sharing/PROVISIONING and reusing/CONSUMING Data. +Source: OECD -INTEROPERABILITY SALIENCY: +Source reference: https://www.oecd-ilibrary.org/docserver/gov_glance-2017-72-en.pdf?expires=1649771036&id=id&accname=guest&checksum=15BFD2F7E916921236CCF160605A6430 + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OECD Public service design and delivery in the digital age (https://www.oecd-ilibrary.org/sites/3252a73a-en/index.html?itemId=/content/component/3252a73a-en) + +LOST view: Organisational view + +Interoperability saliency: Digital Public Service Delivery Model ABB is salient for organizational and behavioural interoperability due to it permits to (i) reuse and share common digital services across different public administrations to deploy and publish digital services, (ii) establish common business procedures to elaborate and form the digital services for public administration, (iii) the maintenance procedures to make available such digital services. + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration + +eira:ID: ABB493 + +ABB name: eira:DigitalPublicServiceDeliveryModelBusinessCollaboration + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgentBusinessRole" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryHumanAgentBusinessActor" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalEntityStakeholder" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessStakeholder" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IndividualStakeholder" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationStakeholder" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicAdministrationStakeholder" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction" /> + <eira:DigitalPublicServiceDeliveryModelBusinessCollaboration_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Delivery Model]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Public Service Delivery Model]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration</eira:PURI> + <dcterms:type>eira:DigitalPublicServiceDeliveryModelBusinessCollaboration</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Public Service Delivery Model ABB is a Business Collaboration representing a collection of concepts related to the way in which the public sector delivers digital technologies to citizens and businesses.]]></skos:definition> + <eira:definitionSource>OECD</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.oecd-ilibrary.org/docserver/gov_glance-2017-72-en.pdf?expires=1649771036&id=id&accname=guest&checksum=15BFD2F7E916921236CCF160605A6430]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OECD Public service design and delivery in the digital age (https://www.oecd-ilibrary.org/sites/3252a73a-en/index.html?itemId=/content/component/3252a73a-en)]]></skos:example> + <eira:iopSaliency><![CDATA[Digital Public Service Delivery Model ABB is salient for organizational and behavioural interoperability due to it permits to (i) reuse and share common digital services across different public administrations to deploy and publish digital services, (ii) establish common business procedures to elaborate and form the digital services for public administration, (iii) the maintenance procedures to make available such digital services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction"> + <skos:notation><![CDATA[Digital Public Service Provision]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Public Service Provision]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Public Service Provision ABB is a Business Function representing the delivery of services through digital channels aiming at incresing transparency, efficiency and responsiveness of public organizations + +Source: [OECD, Springer, EC Digital Public Service Provision Needs document] + +Source reference: [https://www.oecd-ilibrary.org/docserver/gov_glance-2017-72-en.pdf?expires=1649771036&id=id&accname=guest&checksum=15BFD2F7E916921236CCF160605A6430, https://joinup.ec.europa.eu/collection/better-legislation-smoother-implementation/document/digital-public-service-provision-needs-digitally-compatible-law-modular-concept-income, https://link.springer.com/chapter/10.1007/978-3-030-91247-5_3] + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Spanish Tax Agency is responsible for providing Digital Public Services on TAX payment. https://sede.agenciatributaria.gob.es/Sede/en_gb/iva.html + +LOST view: Organisational view + +Interoperability saliency: The Digital Public Service Provision ABB is salient for organizational and semantic interoperability because it offers (i) mechanisms to exchange information transparently; (ii) manage the information with needed security and trust; (iii) combine and harmonise information coming from multiple data stores to give service to the different agents (or stakeholders) + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction + +eira:ID: ABB502 + +ABB name: eira:DigitalPublicServiceDeliveryBusinessFunction + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-11-01 + +]]></skos:definition> + <eira:DigitalPublicServiceDeliveryBusinessFunction_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Provision]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Public Service Provision]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction</eira:PURI> + <dcterms:type>eira:DigitalPublicServiceDeliveryBusinessFunction</dcterms:type> + <dcterms:modified>2023-11-1</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Public Service Provision ABB is a Business Function representing the delivery of services through digital channels aiming at incresing transparency, efficiency and responsiveness of public organizations]]></skos:definition> + <eira:definitionSource>[OECD, Springer, EC Digital Public Service Provision Needs document]</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[[https://www.oecd-ilibrary.org/docserver/gov_glance-2017-72-en.pdf?expires=1649771036&id=id&accname=guest&checksum=15BFD2F7E916921236CCF160605A6430, https://joinup.ec.europa.eu/collection/better-legislation-smoother-implementation/document/digital-public-service-provision-needs-digitally-compatible-law-modular-concept-income, https://link.springer.com/chapter/10.1007/978-3-030-91247-5_3]]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Spanish Tax Agency is responsible for providing Digital Public Services on TAX payment. https://sede.agenciatributaria.gob.es/Sede/en_gb/iva.html]]></skos:example> + <eira:iopSaliency><![CDATA[The Digital Public Service Provision ABB is salient for organizational and semantic interoperability because it offers (i) mechanisms to exchange information transparently; (ii) manage the information with needed security and trust; (iii) combine and harmonise information coming from multiple data stores to give service to the different agents (or stakeholders)]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface"> + <skos:notation><![CDATA[Digital Public Service Delivery]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Public Service Delivery]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Public Service Delivery ABB is a Business Interface representing the way in which the public sector delivers digital technologies and public services to citizens and businesses. +Source: OECD -EXAMPLE: -CEMS Rapid Mapping - JRC -The Joint Research Centre (JRC) is the European Commission's science and knowledge service which employs scientists to carry out research in order to provide independent scientific advice and support to EU policy. -Rapid Mapping is one of the two on-demand mapping services under the Copernicus Emergency Management Service (CEMS). Rapid Mapping delivers geospatial information (in different vector and raster formats) in the midst of or immediately after catastrophic events or humanitarian crises. It is available 24/7/365. Supported disaster types range from natural hazards such as floods, fires, storms, tsunamis, volcanic eruptions, landslides, and earthquakes to industrial accidents and humanitarian crises. - -https://data.jrc.ec.europa.eu/collection/id-0072 - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:reusability: Whether or not this building block could be reused as part of another solution -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB376</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeBase"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataMapping"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticAgreement"> - <skos:notation>SemanticAgreement</skos:notation> - <skos:prefLabel xml:lang="en">Semantic Agreement</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An agreement from a peer to the common ontology is the result of a matching or mapping process that is used to resolve their semantic discrepancies. The combination matching process consists of linguistic base, internal and external structure comparison. Result of matching combination will be used to develop agreement unit as component of agreement. There are some assumptions for the agreement, such as using same language to representation of schema/ontology, labels represent the meaning of concept, and there is no individual at the common ontology. - -Source: Work Group Information System -http://ftp.gunadarma.ac.id/research/WorkGroupInformationSystem/ThesisPersonal/Thesis_IWayan_Final/MainThesisIWS/node78.html +Source reference: https://www.oecd-ilibrary.org/docserver/gov_glance-2017-72-en.pdf?expires=1649771036&id=id&accname=guest&checksum=15BFD2F7E916921236CCF160605A6430 -INTEROPERABILITY SALIENCY: -Not applicable +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Spanish Tax Agency is responsible for providing Digital Public Services on TAX payment. https://sede.agenciatributaria.gob.es/Sede/en_gb/iva.html -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Behavioural IoP -SEMIC -"Supporting alignments and agreements on common definitions and specifications at the semantic layer for the Member States and the EU institutions". -https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/about - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:view]]></skos:definition> - <dcterms:identifier>ABB374</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumer"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeBase"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataOwner"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceProvider"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityPolicy"> - <skos:notation>SecurityPolicy</skos:notation> - <skos:prefLabel xml:lang="en">Security Policy</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A privacy or security policy is a statement or a legal document (in privacy law) that discloses some or all of the ways a party gathers, uses, discloses, and manages a customer or client's data. +LOST view: Organisational view + +Interoperability saliency: The Digital Public Service Delivery ABB is a key interoperability enabler (*) for organizational and semantic interoperability because it defines the mechanism to deliver digital services in terms of (i) establishing a mechanism to interact with the data; (ii) establishing rules to validate the data and procedures; and (iii) provide a transparent response to the different petitions from the stakeholders. + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface + +eira:ID: ABB504 + +ABB name: eira:DigitalPublicServiceDeliveryBusinessInterface + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-11-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DesktopAppBusinessInterface" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ServiceAppBusinessInterface" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/WebPortalBusinessInterface" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/MobileAppBusinessInterface" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface" /> + <eira:DigitalPublicServiceDeliveryBusinessInterface_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Delivery]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Public Service Delivery]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface</eira:PURI> + <dcterms:type>eira:DigitalPublicServiceDeliveryBusinessInterface</dcterms:type> + <dcterms:modified>2023-11-1</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Public Service Delivery ABB is a Business Interface representing the way in which the public sector delivers digital technologies and public services to citizens and businesses.]]></skos:definition> + <eira:definitionSource>OECD</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.oecd-ilibrary.org/docserver/gov_glance-2017-72-en.pdf?expires=1649771036&id=id&accname=guest&checksum=15BFD2F7E916921236CCF160605A6430]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Spanish Tax Agency is responsible for providing Digital Public Services on TAX payment. https://sede.agenciatributaria.gob.es/Sede/en_gb/iva.html]]></skos:example> + <eira:iopSaliency><![CDATA[The Digital Public Service Delivery ABB is a key interoperability enabler (*) for organizational and semantic interoperability because it defines the mechanism to deliver digital services in terms of (i) establishing a mechanism to interact with the data; (ii) establishing rules to validate the data and procedures; and (iii) provide a transparent response to the different petitions from the stakeholders.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MobileAppBusinessInterface"> + <skos:notation><![CDATA[Mobile App]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MobileAppBusinessInterface</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Mobile App]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Mobile APP ABB is a Business Interface that corresponds to a computer program designed to run on a mobile device, such as a smartphone or tablet + +Source: ISO/IEC 29179:2012 + +Source reference: https://www.iso.org/standard/45258.html + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU Council mobile app. https://play.google.com/store/apps/details?id=eu.europa.publications.eucouncil&hl=en_US&gl=US&pli=1 + +LOST view: Organisational view + +Interoperability saliency: Mobile App ABB is salient for organizational, semantic and technical interoperability because it offers (i) a visual environment to interact with the public service procedures and data; (ii) an understanding of the information to be represented; and (iii) an elaborate mechanism to exchange data with public services. + +Identifier: http://data.europa.eu/dr8/MobileAppBusinessInterface + +eira:ID: http://data.europa.eu/dr8/MobileAppBusinessInterface + +ABB name: eira:MobileAppBusinessInterface + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <eira:MobileAppBusinessInterface_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MobileAppBusinessInterface_Properties"> + <skos:notation><![CDATA[Properties of Mobile App]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MobileAppBusinessInterface_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Mobile App]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MobileAppBusinessInterface" /> + <eira:PURI>http://data.europa.eu/dr8/MobileAppBusinessInterface</eira:PURI> + <dcterms:type>eira:MobileAppBusinessInterface</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Mobile APP ABB is a Business Interface that corresponds to a computer program designed to run on a mobile device, such as a smartphone or tablet]]></skos:definition> + <eira:definitionSource>ISO/IEC 29179:2012</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/45258.html]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU Council mobile app. https://play.google.com/store/apps/details?id=eu.europa.publications.eucouncil&hl=en_US&gl=US&pli=1]]></skos:example> + <eira:iopSaliency><![CDATA[Mobile App ABB is salient for organizational, semantic and technical interoperability because it offers (i) a visual environment to interact with the public service procedures and data; (ii) an understanding of the information to be represented; and (iii) an elaborate mechanism to exchange data with public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/MobileAppBusinessInterface</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DesktopAppBusinessInterface"> + <skos:notation><![CDATA[Desktop App]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DesktopAppBusinessInterface</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Desktop App]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Desktop APP ABB is a Business Interface that corresponds to a computer program designed to run on a desktop or laptop computer, typically with a graphical user interface (GUI) + +Source: Inspired in "Information Technology and Computer Applications in Public Administration" book + +Source reference: ISBN 978-81-317-3309-7 + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Electronic Invoice Management Desktop Application, The Electronic Invoice Management desktop application developed by the Ministry of Industry, Energy and Tourism is used to create electronic invoices in the Facturae format (Order PRE/2971/2007) in an easy and simple way. Developed with open-source software, this application is targeted at micro-, small- and medium-sized enterprises (SMEs) and freelance workers, solving the problems associated with the storage of paper invoices. https://joinup.ec.europa.eu/collection/spain-center-technology-transfer/solution/electronic-invoice-management-desktop-application/about + +LOST view: Organisational view + +Interoperability saliency: Desktop App ABB is salient for organizational, semantic and technical interoperability because it offers (i) a visual environment to interact with the public service procedures and data; (ii) an understanding of the information to be represented; and (iii) an elaborate mechanism to exchange data with public services. + +Identifier: http://data.europa.eu/dr8/DesktopAppBusinessInterface + +eira:ID: http://data.europa.eu/dr8/DesktopAppBusinessInterface + +ABB name: eira:DesktopAppBusinessInterface + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <eira:DesktopAppBusinessInterface_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DesktopAppBusinessInterface_Properties"> + <skos:notation><![CDATA[Properties of Desktop App]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DesktopAppBusinessInterface_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Desktop App]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DesktopAppBusinessInterface" /> + <eira:PURI>http://data.europa.eu/dr8/DesktopAppBusinessInterface</eira:PURI> + <dcterms:type>eira:DesktopAppBusinessInterface</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Desktop APP ABB is a Business Interface that corresponds to a computer program designed to run on a desktop or laptop computer, typically with a graphical user interface (GUI)]]></skos:definition> + <eira:definitionSource>Inspired in "Information Technology and Computer Applications in Public Administration" book</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[ISBN 978-81-317-3309-7]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Electronic Invoice Management Desktop Application, The Electronic Invoice Management desktop application developed by the Ministry of Industry, Energy and Tourism is used to create electronic invoices in the Facturae format (Order PRE/2971/2007) in an easy and simple way. Developed with open-source software, this application is targeted at micro-, small- and medium-sized enterprises (SMEs) and freelance workers, solving the problems associated with the storage of paper invoices. https://joinup.ec.europa.eu/collection/spain-center-technology-transfer/solution/electronic-invoice-management-desktop-application/about]]></skos:example> + <eira:iopSaliency><![CDATA[Desktop App ABB is salient for organizational, semantic and technical interoperability because it offers (i) a visual environment to interact with the public service procedures and data; (ii) an understanding of the information to be represented; and (iii) an elaborate mechanism to exchange data with public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DesktopAppBusinessInterface</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceAppBusinessInterface"> + <skos:notation><![CDATA[Service App]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceAppBusinessInterface</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Service App]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Service APP ABB is a Business Interface is a a type of software application that provides specific functionality to other applications or users within a larger system. Service applications are designed to operate in the background and provide specific services, such as database access, messaging, authentication, or other functionality, to other applications that require those services + +Source: Inspired in ETSI TR 103 290 + +Source reference: https://www.etsi.org/deliver/etsi_tr/103200_103299/103290/01.01.01_60/tr_103290v010101p.pdf + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EUROTRACE is a powerful and flexible software application that provides the structures and tools for the management of statistical data. EUROTRACE can be used as a production system for the integration, validation and management of statistical datasets and can be used with the following DBMS: MS ACCESS, ORACLE, SQL Server. https://joinup.ec.europa.eu/sites/default/files/document/2014-04/Eurotrace%20DBMS%202.6%20UG_EN.pdf + +LOST view: Organisational view + +Interoperability saliency: Service App ABB is salient for organizational, semantic and technical interoperability because it establishes the mechanisms to provide data and services to public service consumers. The Service App ABB will identify and implement needed mechanisms to (i) deliver data according to the digital service procedures, and (ii) enable service and data discovery. + +Identifier: http://data.europa.eu/dr8/ServiceAppBusinessInterface + +eira:ID: http://data.europa.eu/dr8/ServiceAppBusinessInterface + +ABB name: eira:ServiceAppBusinessInterface + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <eira:ServiceAppBusinessInterface_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceAppBusinessInterface_Properties"> + <skos:notation><![CDATA[Properties of Service App]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceAppBusinessInterface_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Service App]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceAppBusinessInterface" /> + <eira:PURI>http://data.europa.eu/dr8/ServiceAppBusinessInterface</eira:PURI> + <dcterms:type>eira:ServiceAppBusinessInterface</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Service APP ABB is a Business Interface is a a type of software application that provides specific functionality to other applications or users within a larger system. Service applications are designed to operate in the background and provide specific services, such as database access, messaging, authentication, or other functionality, to other applications that require those services]]></skos:definition> + <eira:definitionSource>Inspired in ETSI TR 103 290</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.etsi.org/deliver/etsi_tr/103200_103299/103290/01.01.01_60/tr_103290v010101p.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EUROTRACE is a powerful and flexible software application that provides the structures and tools for the management of statistical data. EUROTRACE can be used as a production system for the integration, validation and management of statistical datasets and can be used with the following DBMS: MS ACCESS, ORACLE, SQL Server. https://joinup.ec.europa.eu/sites/default/files/document/2014-04/Eurotrace%20DBMS%202.6%20UG_EN.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[Service App ABB is salient for organizational, semantic and technical interoperability because it establishes the mechanisms to provide data and services to public service consumers. The Service App ABB will identify and implement needed mechanisms to (i) deliver data according to the digital service procedures, and (ii) enable service and data discovery.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceAppBusinessInterface</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/WebPortalBusinessInterface"> + <skos:notation><![CDATA[Web App]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/WebPortalBusinessInterface</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Web App]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Web APP ABB is a Business Interface that corresponds to a computer program that runs on a web browser and is accessible through the internet + +Source: ISO/IEC/IEEE 23026:2015 + +Source reference: https://www.iso.org/obp/ui/#iso:std:iso-iec-ieee:23026:ed-1:v1:en + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Digital Signature Service (DSS) Web Application. https://ec.europa.eu/digital-building-blocks/DSS/webapp-demo/home + +LOST view: Organisational view + +Interoperability saliency: Web App ABB is salient for organizational, semantic and technical interoperability because it offers (i) a visual environment to interact with the public service procedures and data; (ii) an understanding of the information to be represented; and (iii) an elaborate mechanism to exchange data with public services. + +Identifier: http://data.europa.eu/dr8/WebPortalBusinessInterface + +eira:ID: http://data.europa.eu/dr8/WebPortalBusinessInterface + +ABB name: eira:WebPortalBusinessInterface + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <eira:WebPortalBusinessInterface_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/WebPortalBusinessInterface_Properties"> + <skos:notation><![CDATA[Properties of Web App]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/WebPortalBusinessInterface_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Web App]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/WebPortalBusinessInterface" /> + <eira:PURI>http://data.europa.eu/dr8/WebPortalBusinessInterface</eira:PURI> + <dcterms:type>eira:WebPortalBusinessInterface</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Web APP ABB is a Business Interface that corresponds to a computer program that runs on a web browser and is accessible through the internet]]></skos:definition> + <eira:definitionSource>ISO/IEC/IEEE 23026:2015</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/obp/ui/#iso:std:iso-iec-ieee:23026:ed-1:v1:en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Digital Signature Service (DSS) Web Application. https://ec.europa.eu/digital-building-blocks/DSS/webapp-demo/home]]></skos:example> + <eira:iopSaliency><![CDATA[Web App ABB is salient for organizational, semantic and technical interoperability because it offers (i) a visual environment to interact with the public service procedures and data; (ii) an understanding of the information to be represented; and (iii) an elaborate mechanism to exchange data with public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/WebPortalBusinessInterface</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface"> + <skos:notation><![CDATA[Adaptive Configuration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Adaptive Configuration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Adaptive Configuration ABB is a Business Interface that refers to the ability of a system or application to dynamically adjust its settings or configuration based on changing conditions or user preferences. This allows the system to optimize its performance and adapt to different environments or situations. + +Source: INSPIRED in Science Direct + +Source reference: https://www.sciencedirect.com/topics/engineering/adaptive-systems + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): An example of adaptive configuration is the automatic configuration that mobile phones include to keep the signal for using mobile data. Another aspect that is also related to Data is the "Adaptive Data Rate" Adaptive Data Rate (ADR) is a mechanism for optimizing data rates, airtime and energy consumption in the network. The ADR mechanism controls the following transmission parameters of an end device: 1. Spreading factor; 2. Bandwidth; 3. Transmission power. https://www.thethingsnetwork.org/docs/lorawan/adaptive-data-rate/ + +LOST view: Organisational view + +Interoperability saliency: Adaptive Configuration ABB is salient for organizational, semantic and technical interoperability because it establishes the mechanism to adapt the procedures and data delivery according to the data consumption needs. + +Identifier: http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface + +eira:ID: http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface + +ABB name: eira:AdaptiveConfigurationBusinessInterface + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <eira:AdaptiveConfigurationBusinessInterface_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface_Properties"> + <skos:notation><![CDATA[Properties of Adaptive Configuration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Adaptive Configuration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface" /> + <eira:PURI>http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface</eira:PURI> + <dcterms:type>eira:AdaptiveConfigurationBusinessInterface</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Adaptive Configuration ABB is a Business Interface that refers to the ability of a system or application to dynamically adjust its settings or configuration based on changing conditions or user preferences. This allows the system to optimize its performance and adapt to different environments or situations.]]></skos:definition> + <eira:definitionSource>INSPIRED in Science Direct</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.sciencedirect.com/topics/engineering/adaptive-systems]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): An example of adaptive configuration is the automatic configuration that mobile phones include to keep the signal for using mobile data. Another aspect that is also related to Data is the "Adaptive Data Rate" Adaptive Data Rate (ADR) is a mechanism for optimizing data rates, airtime and energy consumption in the network. The ADR mechanism controls the following transmission parameters of an end device: 1. Spreading factor; 2. Bandwidth; 3. Transmission power. https://www.thethingsnetwork.org/docs/lorawan/adaptive-data-rate/]]></skos:example> + <eira:iopSaliency><![CDATA[Adaptive Configuration ABB is salient for organizational, semantic and technical interoperability because it establishes the mechanism to adapt the procedures and data delivery according to the data consumption needs.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject"> + <skos:notation><![CDATA[Legislation on Digital Public Services]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Legislation on Digital Public Services]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Legislation on Digital Public Services ABB is a Business formalising a set of rules and requirements concerning digital public services. + +Source: Inspired on the content of the Digital Services Act package + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/digital-services-act-package + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The binding and non-binding legislation produced towards the Digital Single Market. https://www.consilium.europa.eu/en/policies/digital-single-market/), and any of the national efforts towards the alignment to the European Digital Strategy (e.g., DigitalES in Europe (https://www.digitales.es/en/digitales-in-europe/ + +IoP Dimension: Governance IoP, Behavioural IoP, Structural IoP + +LOST view: Legal view + +Interoperability saliency: The Legislation on Digital Public Services ABB is salient for the governance, behavioural and structural interoperability because it sets rules that relate specifically to i) the reuse of solutions in the context of digital public services, ii) the exchange of digital data, information and knowledge, and iii) the collaboration amongst the public administrations' digital services. + +Identifier: http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject + +eira:ID: https://joinup.ec.europa.eu/data/dr8/LegislationOnDigitalPublicServices + +ABB name: eira:LegislationOnDigitalPublicServicesBusinessObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-10-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/LegislationCatalogueBusinessObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject" /> + <eira:LegislationOnDigitalPublicServicesBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Legislation on Digital Public Services]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Legislation on Digital Public Services]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject</eira:PURI> + <dcterms:modified>2023-10-1</dcterms:modified> + <dcterms:type>eira:LegislationOnDigitalPublicServicesBusinessObject</dcterms:type> + <skos:definition><![CDATA[Legislation on Digital Public Services ABB is a Business formalising a set of rules and requirements concerning digital public services.]]></skos:definition> + <eira:definitionSource>Inspired on the content of the Digital Services Act package</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/digital-services-act-package]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The binding and non-binding legislation produced towards the Digital Single Market. https://www.consilium.europa.eu/en/policies/digital-single-market/), and any of the national efforts towards the alignment to the European Digital Strategy (e.g., DigitalES in Europe (https://www.digitales.es/en/digitales-in-europe/]]></skos:example> + <eira:iopSaliency><![CDATA[The Legislation on Digital Public Services ABB is salient for the governance, behavioural and structural interoperability because it sets rules that relate specifically to i) the reuse of solutions in the context of digital public services, ii) the exchange of digital data, information and knowledge, and iii) the collaboration amongst the public administrations' digital services.]]></eira:iopSaliency> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject"> + <skos:notation><![CDATA[Digital Public Service Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Public Service Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Public Service Catalogue ABB is a Business Object that enables the index of active digital public services, and their descriptions, that are provided by a public administration. This ABB is a key interoperability enabler (*) for sharing/PROVISIONING and reusing/CONSUMING of front-office public services. + +Source: ISA2 Core Vocabularies (https://joinup.ec.europa.eu/catalogue/distribution/cpsv-ap-specification-v20-pdf) + +Synonym: Public Service Registry, Public Service Inventory + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): FEDICT service catalogue - FEDICT, part of the Federal Public Service Policy and Support of Belgium, offers a public service catalogue. Here are a few examples of the offered services: Company data (company information and certificates), Digiflow (access to online certificates), E-mail Relay (relay of e-mail to and from the federal public services and institutions, as a protection to viruses and spam), eBirth (birth online notification and transfer of statistics), eDepot (for notaries), Federal Authentication Service (authentication of individuals for access to online government applications), etc.(http://www.fedict.belgium.be/en/service_catalogue) + +LOST view: Organisational view + +Interoperability saliency: The Digital Public Service Catalogue ABB is a key interoperability enabler (*) for organisational and structural interoperability by (i) ensuring the provision/consumption of front-office digital public services, and (ii) making public and discoverable catalogues of data about public services to favour the use of common models. + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject + +eira:ID: ABB614 + +ABB name: eira:DigitalPublicServiceCatalogueBusinessObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-11-01 + +eira:dimension: Structural IoP + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicBusinessService" /> + <eira:DigitalPublicServiceCatalogueBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Public Service Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject</eira:PURI> + <dcterms:type>eira:DigitalPublicServiceCatalogueBusinessObject</dcterms:type> + <dcterms:modified>2023-11-1</dcterms:modified> + <eira:synonym>Public Service Registry, Public Service Inventory</eira:synonym> + <skos:definition><![CDATA[Digital Public Service Catalogue ABB is a Business Object that enables the index of active digital public services, and their descriptions, that are provided by a public administration. This ABB is a key interoperability enabler (*) for sharing/PROVISIONING and reusing/CONSUMING of front-office public services.]]></skos:definition> + <eira:definitionSource>ISA2 Core Vocabularies (https://joinup.ec.europa.eu/catalogue/distribution/cpsv-ap-specification-v20-pdf)</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): FEDICT service catalogue - FEDICT, part of the Federal Public Service Policy and Support of Belgium, offers a public service catalogue. Here are a few examples of the offered services: Company data (company information and certificates), Digiflow (access to online certificates), E-mail Relay (relay of e-mail to and from the federal public services and institutions, as a protection to viruses and spam), eBirth (birth online notification and transfer of statistics), eDepot (for notaries), Federal Authentication Service (authentication of individuals for access to online government applications), etc.(http://www.fedict.belgium.be/en/service_catalogue)]]></skos:example> + <eira:iopSaliency><![CDATA[The Digital Public Service Catalogue ABB is a key interoperability enabler (*) for organisational and structural interoperability by (i) ensuring the provision/consumption of front-office digital public services, and (ii) making public and discoverable catalogues of data about public services to favour the use of common models.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegislationCatalogueBusinessObject"> + <skos:notation><![CDATA[Legislation Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegislationCatalogueBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Legislation Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Legislation Catalogue ABB is a Business Object creating an indexed inventory of legal documents with comprehensiveness and trustiness value. + +Source: IATE + +Source reference: http://iate.europa.eu/ + +Synonym: Official Journal + +Additional information: DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector. + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EUR-Lex - It provides the official and most comprehensive access to EU legal documents. It is available in all of the EU’s 24 official languages and is updated daily. https://eur-lex.europa.eu/content/welcome/about.html + +IoP Dimension: Structural IoP, Governance IoP + +LOST view: Legal view + +Interoperability saliency: The Legislation Catalogue ABB is a key interoperability enabler (*) for structural and governance interoperability enablers. It is salient for structural interoperability because it supports enabling sharing/provisioning and reusing/consumption of legislation on digital public services. The Legislation Catalogue ABB is also salient for the governance of interoperability because it compiles the legislation that needs to be discovered and applied for collaboration with other public administrations' digital public services, either because it is binding or because it is a source of strong recommendations. + +Identifier: http://data.europa.eu/dr8/LegislationCatalogueBusinessObject + +eira:ID: ABB165 + +ABB name: eira:LegislationCatalogueBusinessObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-09-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalActRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject" /> + <eira:LegislationCatalogueBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegislationCatalogueBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Legislation Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegislationCatalogueBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Legislation Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegislationCatalogueBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/LegislationCatalogueBusinessObject</eira:PURI> + <dcterms:type>eira:LegislationCatalogueBusinessObject</dcterms:type> + <dcterms:modified>2023-09-1</dcterms:modified> + <eira:synonym>Official Journal</eira:synonym> + <skos:definition><![CDATA[Legislation Catalogue ABB is a Business Object creating an indexed inventory of legal documents with comprehensiveness and trustiness value.]]></skos:definition> + <eira:definitionSource>IATE</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://iate.europa.eu/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EUR-Lex - It provides the official and most comprehensive access to EU legal documents. It is available in all of the EU’s 24 official languages and is updated daily. https://eur-lex.europa.eu/content/welcome/about.html]]></skos:example> + <eira:iopSaliency><![CDATA[The Legislation Catalogue ABB is a key interoperability enabler (*) for structural and governance interoperability enablers. It is salient for structural interoperability because it supports enabling sharing/provisioning and reusing/consumption of legislation on digital public services. The Legislation Catalogue ABB is also salient for the governance of interoperability because it compiles the legislation that needs to be discovered and applied for collaboration with other public administrations' digital public services, either because it is binding or because it is a source of strong recommendations.]]></eira:iopSaliency> + <skos:note><![CDATA[DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/LegislationCatalogueBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityDimensionBusinessObject"> + <skos:notation><![CDATA[Interoperability Dimension]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityDimensionBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Dimension]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Interoperability Dimension ABB is a Business Object enabling peer-to-peer collaboration with [public] services towards mutually beneficial goals, involving the exchange of data, information and knowledge between them regardless their legal, organisational, semantical and technical environment. + +Source: European Commission, ISA Programme. + +Source reference: (https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf) + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Interoperability is of multidimensional nature involving structural interoperability, behavioural interoperability and governance interoperability: - The structural interoperability is “the extent its structure has been developed reusing and/or sharing components in support of a peer-to-peer collaborationâ€; - The behavioural interoperability is “the extent its manifested behaviour exchanges data, information or knowledge with its environment in support of a peer-to-peer collaborationâ€; - The governance interoperability is “the extent its agreed choreography rules support a peer-to-peer collaboration. + +Identifier: http://data.europa.eu/dr8/InteroperabilityDimensionBusinessObject + +eira:ID: ABB363 + +ABB name: eira:InteroperabilityDimensionBusinessObject + +Last modification: 2022-23-01 + +]]></skos:definition> + <eira:InteroperabilityDimensionBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityDimensionBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Interoperability Dimension]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityDimensionBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperability Dimension]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityDimensionBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/InteroperabilityDimensionBusinessObject</eira:PURI> + <dcterms:type>eira:InteroperabilityDimensionBusinessObject</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Interoperability Dimension ABB is a Business Object enabling peer-to-peer collaboration with [public] services towards mutually beneficial goals, involving the exchange of data, information and knowledge between them regardless their legal, organisational, semantical and technical environment.]]></skos:definition> + <eira:definitionSource>European Commission, ISA Programme.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[(https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf)]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Interoperability is of multidimensional nature involving structural interoperability, behavioural interoperability and governance interoperability: - The structural interoperability is “the extent its structure has been developed reusing and/or sharing components in support of a peer-to-peer collaborationâ€; - The behavioural interoperability is “the extent its manifested behaviour exchanges data, information or knowledge with its environment in support of a peer-to-peer collaborationâ€; - The governance interoperability is “the extent its agreed choreography rules support a peer-to-peer collaboration.]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityDimensionBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject"> + <skos:notation><![CDATA[Interoperability Framework]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Framework]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Interoperability Framework ABB is a Business Object that enables interoperability to organisations that wish to collaborate towards the joint delivery of public services. Within its scope of applicability, it specifies a set of common elements such as vocabulary, concepts, principles, guidelines, and recommendations. -INTEROPERABILITY SALIENCY: -IoP Dimension: Governance IoP -The Data Policy ABB is salient for semantic interoperability because it provides a guiding framework to ensure the security of data and information according to interoperability principles as stated in the EIF recommendation n� 46 and 47: "Consider the specific security and privacy requirements and identify measures for the provision of each public service according to risk management plans." +Source: ISA2, EIFv2 -EXAMPLE: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source reference: (https://ec.europa.eu/isa2/isa2_en) -Common Foreign and Security Policy (CFSP) -The Common Foreign and Security Policy (CFSP) is the organised, agreed foreign policy of the European Union (EU) for mainly security and defence diplomacy and actions. -https://eeas.europa.eu/topics/common-foreign-security-policy-cfsp_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:description: A short description providing an overview of this building block -- eira:policy_type: The purpose(s) of this data policy -- eira:view]]></skos:definition> - <dcterms:identifier>ABB372</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityFramework"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyPolicy"> - <skos:notation>PrivacyPolicy</skos:notation> - <skos:prefLabel xml:lang="en">Privacy Policy</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A privacy policy is a document that explains how an organization handles any customer, client or employee information gathered in its operations. - -Source: Techtarget -https://whatis.techtarget.com/definition/privacy-policy +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The new European Interoperability Framework (EIF) - The new European Interoperability Framework (EIF) is part of the Communication (COM(2017)134) from the European Commission adopted on 23 March 2017. The framework gives specific guidance on how to set up interoperable digital public services. It offers public administrations 47 concrete recommendations on how to improve governance of their interoperability activities, establish cross-organisational relationships, streamline processes supporting end-to-end digital services, and ensure that both existing and new legislation do not compromise interoperability efforts. The new EIF is undertaken in the context of the Commission priority to create a Digital Single Market in Europe. The public sector, which accounts for over a quarter of total employment and represents approximately a fifth of the EU’s GDP through public procurement, plays a key role in the Digital Single Market as a regulator, services provider and employer. The successful implementation of the EIF will improve the quality of European public services and will create an environment where public administrations can collaborate digitally. (https://ec.europa.eu/isa2/eif_en) -INTEROPERABILITY SALIENCY: IoP Dimension: Governance IoP -The Data Policy ABB is salient for semantic interoperability because it provides a guiding framework to ensure the privacy of data and information according to interoperability principles as stated in the EIF recommendation n� 46 and 47: "Consider the specific security and privacy requirements and identify measures for the provision of each public service according to risk management plans." -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Organisational view + +Interoperability saliency: The Interoperability Framework ABB is salient for organizational interoperability because it determines a set of rules, practices and a commonly agreed approach to the delivery of European public services. + +Identifier: http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject + +eira:ID: ABB206 + +ABB name: eira:InteroperabilityFrameworkBusinessObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-12-01 + +]]></skos:definition> + <eira:InteroperabilityFrameworkBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Interoperability Framework]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperability Framework]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject</eira:PURI> + <dcterms:type>eira:InteroperabilityFrameworkBusinessObject</dcterms:type> + <dcterms:modified>2022-12-1</dcterms:modified> + <skos:definition><![CDATA[Interoperability Framework ABB is a Business Object that enables interoperability to organisations that wish to collaborate towards the joint delivery of public services. Within its scope of applicability, it specifies a set of common elements such as vocabulary, concepts, principles, guidelines, and recommendations.]]></skos:definition> + <eira:definitionSource>ISA2, EIFv2</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[(https://ec.europa.eu/isa2/isa2_en)]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The new European Interoperability Framework (EIF) - The new European Interoperability Framework (EIF) is part of the Communication (COM(2017)134) from the European Commission adopted on 23 March 2017. The framework gives specific guidance on how to set up interoperable digital public services. It offers public administrations 47 concrete recommendations on how to improve governance of their interoperability activities, establish cross-organisational relationships, streamline processes supporting end-to-end digital services, and ensure that both existing and new legislation do not compromise interoperability efforts. The new EIF is undertaken in the context of the Commission priority to create a Digital Single Market in Europe. The public sector, which accounts for over a quarter of total employment and represents approximately a fifth of the EU’s GDP through public procurement, plays a key role in the Digital Single Market as a regulator, services provider and employer. The successful implementation of the EIF will improve the quality of European public services and will create an environment where public administrations can collaborate digitally. (https://ec.europa.eu/isa2/eif_en)]]></skos:example> + <eira:iopSaliency><![CDATA[The Interoperability Framework ABB is salient for organizational interoperability because it determines a set of rules, practices and a commonly agreed approach to the delivery of European public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityPolicyBusinessObject"> + <skos:notation><![CDATA[Security Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityPolicyBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Security Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Security Policy ABB is a Business Object that regulates the protection of customer or client's data. -Protection of individuals with regard to the processing of personal data -"The policy on protection of individuals with regard to the processing of personal data by the European Union institutions is based on the Regulation (EU) 2018/1725 on the protection of personal data by the EU institutions, bodies, offices and agencies". https://ec.europa.eu/info/privacy-policy_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:description: A short description providing an overview of this building block -- eira:policy_type: The purpose(s) of this data policy -- eira:view]]></skos:definition> - <dcterms:identifier>ABB373</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Collection rdf:about="http://data.europa.eu/dr8/view/TechnicalView-Application"> - <skos:notation>TechnicalView-Application</skos:notation> - <skos:prefLabel xml:lang="en">Technical View - Application</skos:prefLabel> - <skos:member rdf:resource="http://data.europa.eu/dr8/MachineToMachineInterface"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/HumanInterface"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolution"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreement"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalAgreement"/> - </skos:Collection> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineToMachineInterface"> - <skos:notation>MachineToMachineInterface</skos:notation> - <skos:prefLabel xml:lang="en">Machine to Machine Interface</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A boundary set of means enabling the exchange of data between a service and other services. -This ABB is a key interoperability enabler (*) for assessing compatible interfaces. +Source: Gartner -Source: ISA2 - EIA Action +Source reference: https://www.gartner.com/en/information-technology/glossary/security -(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector. +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Common Foreign and Security Policy (CFSP) - The Common Foreign and Security Policy (CFSP) is the organised, agreed foreign policy of the European Union (EU) for mainly security and defence diplomacy and actions. https://eeas.europa.eu/topics/common-foreign-security-policy-cfsp_en -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Machine to machine interface ABB is a key interoperability enabler because it supports to achieve technical behavioral interoperability by enabling the exchange of data, information, and knowledge between digital public services as stated in the EIF recommendation n�5: ""Ensure internal visibility and provide external interfaces for European public services" and recommendation n�9:"Ensure data portability, namely that data is easily transferable between systems and applications supporting the implementation and evolution of European public services without unjustified restrictions, if legally possible." +IoP Dimension: Governance IoP +LOST view: Semantic view + +Interoperability saliency: The Security Policy ABB is salient for semantic interoperability because it provides a guiding framework to ensure the security of data and information according to interoperability principles as stated in the EIF recommendation n° 46 and 47: "Consider the specific security and privacy requirements and identify measures for the provision of each public service according to risk management plans." + +Identifier: http://data.europa.eu/dr8/SecurityPolicyBusinessObject + +eira:ID: ABB372 + +ABB name: eira:SecurityPolicyBusinessObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-16-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject" /> + <eira:SecurityPolicyBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityPolicyBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Security Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityPolicyBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Security Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityPolicyBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/SecurityPolicyBusinessObject</eira:PURI> + <dcterms:type>eira:SecurityPolicyBusinessObject</dcterms:type> + <dcterms:modified>2023-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Security Policy ABB is a Business Object that regulates the protection of customer or client's data.]]></skos:definition> + <eira:definitionSource>Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/security]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Common Foreign and Security Policy (CFSP) - The Common Foreign and Security Policy (CFSP) is the organised, agreed foreign policy of the European Union (EU) for mainly security and defence diplomacy and actions. https://eeas.europa.eu/topics/common-foreign-security-policy-cfsp_en]]></skos:example> + <eira:iopSaliency><![CDATA[The Security Policy ABB is salient for semantic interoperability because it provides a guiding framework to ensure the security of data and information according to interoperability principles as stated in the EIF recommendation n° 46 and 47: "Consider the specific security and privacy requirements and identify measures for the provision of each public service according to risk management plans."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityPolicyBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyPolicyBusinessObject"> + <skos:notation><![CDATA[Privacy Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyPolicyBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Privacy Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Privacy Policy ABB is a Business Object that regulates the personal data of any customer, client or employee inforamtion. + +Source: EU Data Protection + +Source reference: https://commission.europa.eu/law/law-topic/data-protection_en + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Protection of individuals with regard to the processing of personal data - GDPR. https://eira-si.eu/privacy-policy/ -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Governance IoP -XMLGate TRACES Businesses (XTB) -Webservices enabling the management of organisations and cities registered in TRACES. -https://circabc.europa.eu/sd/a/dc77e52b-dfba-4dcc-aa39-6a54748db01d/XmlGate%20TRACES%20Businesses%20Manual.doc - -In addition, the European Commission has publiched a study, called APIs4DGov, on Web Application Programming interfaces (APIs). The study identifies and describes a set of API standards and technical specification which can be used for Machine to Machine interfaces, as an example: - -Advanced Message Queuing Protocol (AMQP); -Application Performance Index (APDEX); -HAL-FORMS. - -The study lists 80 APIs standards, which can be consulted at the following link: https://ec.europa.eu/knowledge4policy/node/35863_el - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB38</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDeliveryModel"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedPlatform"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Representation"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/HumanInterface"> - <skos:notation>HumanInterface</skos:notation> - <skos:prefLabel xml:lang="en">Human Interface</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A boundary set of means enabling the exchange of data between an individual and a service. -This ABB is a key interoperability enabler (*) for assessing compatible interfaces. +LOST view: Semantic view + +Interoperability saliency: The Privacy Policy ABB is salient for semantic interoperability because it provides a guiding framework to ensure the privacy of data and information according to interoperability principles as stated in the EIF recommendation n° 46 and 47: "Consider the specific security and privacy requirements and identify measures for the provision of each public service according to risk management plans." + +Identifier: http://data.europa.eu/dr8/PrivacyPolicyBusinessObject + +eira:ID: ABB373 + +ABB name: eira:PrivacyPolicyBusinessObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-16-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject" /> + <eira:PrivacyPolicyBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyPolicyBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Privacy Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyPolicyBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Privacy Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyPolicyBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/PrivacyPolicyBusinessObject</eira:PURI> + <dcterms:type>eira:PrivacyPolicyBusinessObject</dcterms:type> + <dcterms:modified>2023-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Privacy Policy ABB is a Business Object that regulates the personal data of any customer, client or employee inforamtion.]]></skos:definition> + <eira:definitionSource>EU Data Protection</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://commission.europa.eu/law/law-topic/data-protection_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Protection of individuals with regard to the processing of personal data - GDPR. https://eira-si.eu/privacy-policy/]]></skos:example> + <eira:iopSaliency><![CDATA[The Privacy Policy ABB is salient for semantic interoperability because it provides a guiding framework to ensure the privacy of data and information according to interoperability principles as stated in the EIF recommendation n° 46 and 47: "Consider the specific security and privacy requirements and identify measures for the provision of each public service according to risk management plans."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyPolicyBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EifInteroperabilityLevelBusinessObject"> + <skos:notation><![CDATA[EIF Interoperability Level]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EifInteroperabilityLevelBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[EIF Interoperability Level]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: EIF Interoperability Level ABB is a Business Object setting guidelines for developing public services. The EIF defines four interoperability levels, which cover legal, organisational, semantic and technical interoperability. Each level deserves special attention when a new European public service is established. + +Source: European Commission, ISA Programme. The New European Interoperability Framework (EIF) for European public services. [Online] 2017 + +Source reference: (https://ec.europa.eu/isa2/eif_en.) + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The EIF defines four interoperability levels, which cover legal, organisational, semantic and technical interoperability. + +Identifier: http://data.europa.eu/dr8/EifInteroperabilityLevelBusinessObject + +eira:ID: ABB340 + +ABB name: eira:EifInteroperabilityLevelBusinessObject + +Last modification: 2022-23-01 + +]]></skos:definition> + <eira:EifInteroperabilityLevelBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EifInteroperabilityLevelBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of EIF Interoperability Level]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EifInteroperabilityLevelBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of EIF Interoperability Level]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EifInteroperabilityLevelBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/EifInteroperabilityLevelBusinessObject</eira:PURI> + <dcterms:type>eira:EifInteroperabilityLevelBusinessObject</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[EIF Interoperability Level ABB is a Business Object setting guidelines for developing public services. The EIF defines four interoperability levels, which cover legal, organisational, semantic and technical interoperability. Each level deserves special attention when a new European public service is established.]]></skos:definition> + <eira:definitionSource>European Commission, ISA Programme. The New European Interoperability Framework (EIF) for European public services. [Online] 2017</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[(https://ec.europa.eu/isa2/eif_en.)]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The EIF defines four interoperability levels, which cover legal, organisational, semantic and technical interoperability.]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/EifInteroperabilityLevelBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OpenDataPolicyBusinessObject"> + <skos:notation><![CDATA[Open Data Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OpenDataPolicyBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Open Data Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Open Data Policy ABB is a Business Object formalising the procedures to publish FAIR data generated by different parties. FAIR data means being aligned and compliant with FAIR principles, making data Findable, Accessible, Interoperable, and Reusable. -Source: ISA2 - EIA Action +Source: EU Open Data guide -(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector. +Source reference: http://bookshop.europa.eu/en/eu-open-data-pbOA0416036/downloads/OA-04-16-036-EN-C/OA0416036ENC_002.pdf?FileName=OA0416036ENC_002.pdf&SKU=OA0416036ENC_PDF&CatalogueNumber=OA-04-16-036-EN-C -Syn. User interface, UI, Graphical User Interface, GUI +Additional information: Open Data Policyspecifically refers to publish (raw) data in a way that is accessible, reusable, findable, machine readable and licensed permissively. It can be generated by a wide range of parties, including public authorities, the semi-public sector, businesses and the public. In the case of public authorities, such as European Union organisations, making their data available for public reuse supports economic development, openness and transparency. -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Human interface ABB is a key interoperability enabler because it supports to achieve technical behavioral interoperability by enabling the exchange of data, information, and knowledge between digital public services and individuals. +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU implementation of the G8 Open Data Charter. https://ec.europa.eu/digital-single-market/en/news/eu-implementation-g8-open-data-charter -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Governance IoP -GrapesJS -GrapesJS is an open-source, multi-purpose, Web Builder Framework which combines different tools and features with the goal to help you (or users of your application) to build HTML templates without any knowledge of coding. It's a perfect solution to replace the common WYSIWYG editors, which are good for content editing but inappropriate for creating HTML structures. You can see it in action with the official demos, but using its API you're able to build your own editors. -https://grapesjs.com/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB37</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDeliveryModel"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedPlatform"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Representation"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionService"> - <skos:notation>DigitalSolutionService</skos:notation> - <skos:prefLabel xml:lang="en">Digital Solution Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Represents an explicitly defined shared application behavior of an Inteoperable European Solution. +LOST view: Semantic view + +Interoperability saliency: The Open Data Policy ABB is salient for semantic interoperability because Open Data is a part of the basic components of the EIF's conceptual model for integrated public services. Opening of public sector datasets for sharing and reuse is encouraged by the Directive on the reuse of public sector information, which provides a common legal framework for reuse of public sector data as stated in the EIF recommendation n° 2: "Publish the data you own as open data unless certain restrictions apply." + +Identifier: http://data.europa.eu/dr8/OpenDataPolicyBusinessObject + +eira:ID: ABB354 + +ABB name: eira:OpenDataPolicyBusinessObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-16-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject" /> + <eira:OpenDataPolicyBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OpenDataPolicyBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Open Data Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OpenDataPolicyBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Open Data Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OpenDataPolicyBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/OpenDataPolicyBusinessObject</eira:PURI> + <dcterms:type>eira:OpenDataPolicyBusinessObject</dcterms:type> + <dcterms:modified>2023-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Open Data Policy ABB is a Business Object formalising the procedures to publish FAIR data generated by different parties. FAIR data means being aligned and compliant with FAIR principles, making data Findable, Accessible, Interoperable, and Reusable.]]></skos:definition> + <eira:definitionSource>EU Open Data guide</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://bookshop.europa.eu/en/eu-open-data-pbOA0416036/downloads/OA-04-16-036-EN-C/OA0416036ENC_002.pdf?FileName=OA0416036ENC_002.pdf&SKU=OA0416036ENC_PDF&CatalogueNumber=OA-04-16-036-EN-C]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU implementation of the G8 Open Data Charter. https://ec.europa.eu/digital-single-market/en/news/eu-implementation-g8-open-data-charter]]></skos:example> + <eira:iopSaliency><![CDATA[The Open Data Policy ABB is salient for semantic interoperability because Open Data is a part of the basic components of the EIF's conceptual model for integrated public services. Opening of public sector datasets for sharing and reuse is encouraged by the Directive on the reuse of public sector information, which provides a common legal framework for reuse of public sector data as stated in the EIF recommendation n° 2: "Publish the data you own as open data unless certain restrictions apply."]]></eira:iopSaliency> + <skos:note><![CDATA[Open Data Policyspecifically refers to publish (raw) data in a way that is accessible, reusable, findable, machine readable and licensed permissively. It can be generated by a wide range of parties, including public authorities, the semi-public sector, businesses and the public. In the case of public authorities, such as European Union organisations, making their data available for public reuse supports economic development, openness and transparency.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/OpenDataPolicyBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject"> + <skos:notation><![CDATA[Legislation on Data Information and Knowledge Exchange]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Legislation on Data Information and Knowledge Exchange]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Legislation on Data information and Knowledge Exchange ABB is a Business Object that refers to the legal basis, rules and agreements that regulate how data is shared, accessed and used amng different actors and systems. + +Source: Inspired in EIF + +Source reference: https://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_1&format=PDF + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Commission Regulation (EU) 2015/703 of 30 April 2015 establishing a network code on interoperability and data exchange rules (Text with EEA relevance) http://data.europa.eu/eli/reg/2015/703/oj + +LOST view: Legal view + +Interoperability saliency: The Legislation on Data Information and knowledge exchange ABB is a key interoperability enabler (*) for the governance, behavioural, structural and semantic interoperability because it sets rules that relate specifically to i) the reuse of solutions in the context of digital public services, ii) the exchange of digital data, information and knowledge, iii) the collaboration amongst the public administrations' digital services, and iv) the determination of standard data exchange models to facilitate data harmonization. + +Identifier: http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject + +eira:ID: ABB356 + +ABB name: eira:LegislationOnDataInformationAndKnowledgeExchangeBusinessObject + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject" /> + <eira:LegislationOnDataInformationAndKnowledgeExchangeBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Legislation on Data Information and Knowledge Exchange]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Legislation on Data Information and Knowledge Exchange]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject</eira:PURI> + <dcterms:type>eira:LegislationOnDataInformationAndKnowledgeExchangeBusinessObject</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Legislation on Data information and Knowledge Exchange ABB is a Business Object that refers to the legal basis, rules and agreements that regulate how data is shared, accessed and used amng different actors and systems.]]></skos:definition> + <eira:definitionSource>Inspired in EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_1&format=PDF]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Commission Regulation (EU) 2015/703 of 30 April 2015 establishing a network code on interoperability and data exchange rules (Text with EEA relevance) http://data.europa.eu/eli/reg/2015/703/oj]]></skos:example> + <eira:iopSaliency><![CDATA[The Legislation on Data Information and knowledge exchange ABB is a key interoperability enabler (*) for the governance, behavioural, structural and semantic interoperability because it sets rules that relate specifically to i) the reuse of solutions in the context of digital public services, ii) the exchange of digital data, information and knowledge, iii) the collaboration amongst the public administrations' digital services, and iv) the determination of standard data exchange models to facilitate data harmonization.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject"> + <skos:notation><![CDATA[Data Portability Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Portability Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Portability Policy ABB is a Business Object that regulates data reuse and data transference between public administrations. + +Source: GDPR + +Source reference: https://gdpr.eu/recital-68-right-of-data-portability/ + +Additional information: This ABB implements the right to data portability, which is one of eight rights enforced by the EU General Data Protection Regulation (GDPR). It regulates the exchange of data, allowing data subjects to obtain data that a data controller holds on them and to reuse it for their own purposes. Accourding to GDPR, Individuals are free to either store the data for personal use or to transmit it to another data controller. The data must be received “in a structured, commonly used and machine-readable formatâ€. + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Italy implementation of the Art. 68 of the EU General Data Protection Regulation (GDPR). https://www.garanteprivacy.it/regolamentoue/guida-all-applicazione-del-regolamento-europeo-in-materia-di-protezione-dei-dati-personali -Based on ArchiMate� v3 -http://pubs.opengroup.org/architecture/archimate3-doc/chap09.html +IoP Dimension: Governance IoP -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Interoperable European Solution service ABB is salient for technical interoperability because it is a central element the EIF's conceptual model for integrated public services. it represents the generalisation of all application services provided by an Interoperable European Solutionas as stated in the EIF: "Technical interoperability the applications and infrastructures linking systems and services." +LOST view: Semantic view + +Interoperability saliency: The Data Portability Policy ABB is salient for semantic interoperability because it regulates how data can be exchanged and its reuse. + +Identifier: http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject + +eira:ID: ABB362 + +ABB name: eira:DataPortabilityPolicyBusinessObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-16-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject" /> + <eira:DataPortabilityPolicyBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Data Portability Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Portability Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject</eira:PURI> + <dcterms:type>eira:DataPortabilityPolicyBusinessObject</dcterms:type> + <dcterms:modified>2023-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Portability Policy ABB is a Business Object that regulates data reuse and data transference between public administrations.]]></skos:definition> + <eira:definitionSource>GDPR</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://gdpr.eu/recital-68-right-of-data-portability/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Italy implementation of the Art. 68 of the EU General Data Protection Regulation (GDPR). https://www.garanteprivacy.it/regolamentoue/guida-all-applicazione-del-regolamento-europeo-in-materia-di-protezione-dei-dati-personali]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Portability Policy ABB is salient for semantic interoperability because it regulates how data can be exchanged and its reuse.]]></eira:iopSaliency> + <skos:note><![CDATA[This ABB implements the right to data portability, which is one of eight rights enforced by the EU General Data Protection Regulation (GDPR). It regulates the exchange of data, allowing data subjects to obtain data that a data controller holds on them and to reuse it for their own purposes. Accourding to GDPR, Individuals are free to either store the data for personal use or to transmit it to another data controller. The data must be received “in a structured, commonly used and machine-readable formatâ€.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityFrameworkBusinessObject"> + <skos:notation><![CDATA[Security Framework]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityFrameworkBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Security Framework]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Security Framework ABB is a Business Object that enables the protection of various aspects of data, information and knowledge assets and the organizational resources handling them. + +Source: Inspired in the works by ISA2, and the EIF-related works + +Source reference: https://ec.europa.eu/isa2/isa2_en + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The EU cybersecurity certification framework - The European Commission puts forward the creation of a EU certification framework for ICT security products in its 2017 proposal for a regulation. - On 13 September 2017 the Commission issued a proposal for a regulation on ENISA, the ""EU Cybersecurity Agency"", and on Information and Communication Technology cybersecurity certification (''Cybersecurity Act''). Certification plays a critical role in increasing trust and security in products and services that are crucial for the digital single market. At the moment, a number of different security certification schemes for ICT products exist in the EU. Without a common framework for EU-wide valid cybersecurity certificates, there is an increasing risk of fragmentation and barriers in the single market. The proposed certification framework will provide EU-wide certification schemes as a comprehensive set of rules, technical requirements, standards and procedures. This will be based on agreement at EU level for the evaluation of the security properties of a specific ICT-based product or service e.g. smart cards. The certification will attest that ICT products and services that have been certified in accordance with such a scheme comply with specified cybersecurity requirements. The resulting certificate will be recognized in all Member States, making it easier for businesses to trade across borders and for purchasers to understand the security features of the product or service. The schemes proposed in the future European framework will rely as much as possible on international standards as a way to avoid creating trade barriers and ensuring coherence with international initiatives." -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Governance IoP -EU Login -EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services and websites, using a single email address and password. EU Login implements the single sign-on functionality. -https://webgate.ec.europa.eu/cas/help.html - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_score -- eira:reusability_level -- eira:actual_reuse: Specifies if the solution is currently being reused -- dct:references: The specific building block type this refers to -- eira:view -- eira:ABB_Status: Status of the building block (completed | obsolete | underDevelopment | withdrawn)]]></skos:definition> - <dcterms:identifier>ABB187</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionComponent"> - <skos:notation>DigitalSolutionComponent</skos:notation> - <skos:prefLabel xml:lang="en">Digital Solution Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Interoperable European Solution Component represents the encapsulation of a functionality provided by an Interoperable European Solution. +LOST view: Organisational view + +Interoperability saliency: The Security Framework ABB is salient for legal and organizational interoperability due to it permits the establishment of security and privacy procedures and rules to determine the provision of public services. This framework will provide secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses. + +Identifier: http://data.europa.eu/dr8/SecurityFrameworkBusinessObject + +eira:ID: ABB223 + +ABB name: eira:SecurityFrameworkBusinessObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-12-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityPolicyBusinessObject" /> + <eira:SecurityFrameworkBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityFrameworkBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Security Framework]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityFrameworkBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Security Framework]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityFrameworkBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/SecurityFrameworkBusinessObject</eira:PURI> + <dcterms:type>eira:SecurityFrameworkBusinessObject</dcterms:type> + <dcterms:modified>2022-12-1</dcterms:modified> + <skos:definition><![CDATA[Security Framework ABB is a Business Object that enables the protection of various aspects of data, information and knowledge assets and the organizational resources handling them.]]></skos:definition> + <eira:definitionSource>Inspired in the works by ISA2, and the EIF-related works</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/isa2_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The EU cybersecurity certification framework - The European Commission puts forward the creation of a EU certification framework for ICT security products in its 2017 proposal for a regulation. - On 13 September 2017 the Commission issued a proposal for a regulation on ENISA, the ""EU Cybersecurity Agency"", and on Information and Communication Technology cybersecurity certification (''Cybersecurity Act''). Certification plays a critical role in increasing trust and security in products and services that are crucial for the digital single market. At the moment, a number of different security certification schemes for ICT products exist in the EU. Without a common framework for EU-wide valid cybersecurity certificates, there is an increasing risk of fragmentation and barriers in the single market. The proposed certification framework will provide EU-wide certification schemes as a comprehensive set of rules, technical requirements, standards and procedures. This will be based on agreement at EU level for the evaluation of the security properties of a specific ICT-based product or service e.g. smart cards. The certification will attest that ICT products and services that have been certified in accordance with such a scheme comply with specified cybersecurity requirements. The resulting certificate will be recognized in all Member States, making it easier for businesses to trade across borders and for purchasers to understand the security features of the product or service. The schemes proposed in the future European framework will rely as much as possible on international standards as a way to avoid creating trade barriers and ensuring coherence with international initiatives."]]></skos:example> + <eira:iopSaliency><![CDATA[The Security Framework ABB is salient for legal and organizational interoperability due to it permits the establishment of security and privacy procedures and rules to determine the provision of public services. This framework will provide secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses.]]></eira:iopSaliency> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityFrameworkBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPolicyBusinessObject"> + <skos:notation><![CDATA[Data Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataPolicyBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Policy ABB is a Business Object aiming to form the guiding framework in which data management can operate. -Based on ArchiMate� v3 -http://pubs.opengroup.org/architecture/archimate3-doc/chap09.html +Source: OECD -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Interoperable European Solution Component ABB is salient for technical interoperability because it is a central element the EIF's conceptual model for integrated public services. it represents all the functionalities provided by an Interoperable European Solutionas as stated in the EIF: "Technical interoperability the applications and infrastructures linking systems and services." +Source reference: https://stats.oecd.org/glossary/detail.asp?ID=4454 -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU SCIENCE HUB - The European Commission's science and knowledge service - JRC's Data policy: The JRC's data policy is driven by transparency with the aim of contributing to innovation. It is a pillar of the development and implementation of scientific knowledge management at the JRC. It follows the commitments and regulatory basis of the Commission Decision on the reuse of Commission documents (2011/833/EU). The objectives for adopting and implementing the JRC data policy include: • Share and use data on the basis of the JRC Open Data principles: fully, freely, openly and timely; • To be transparent on the reasons for restricted access to certain data; • Provide a coordinated approach to the acquisition of data by the JRC; • Facilitate management, broaden access and use of JRC data; • Reinforce goals of Horizon 2020; • Support EU implementation of the G8 Open Data Charter; • Continuously support evidence-based decision making and research; • Ensure that JRC data is made available through the EU Open Data Portal. For a successful implementation process, the JRC's data policy lays down implementation principles with respect to responsible entities, overall implementation guidelines, and their individual elements like data management plans, as well as the monitoring of its implementation. https://ec.europa.eu/jrc/en/about/jrc-in-brief/data-policy -EU Login -EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services and websites, using a single email address and password. EU Login implements the single sign-on functionality. -https://webgate.ec.europa.eu/cas/help.html - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- dct:references: The specific building block type this refers to -- eira:view -- eira:ABB_Status: Status of the building block (completed | obsolete | underDevelopment | withdrawn)]]></skos:definition> - <dcterms:identifier>ABB233</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolution"> - <skos:notation>DigitalSolution</skos:notation> - <skos:prefLabel xml:lang="en">Digital Solution</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -It is an interoperable european solution, developed by, or in behalf of, an European public administration that enables the delivery of a digital public service, all of it, in fulfilment of a shared European legislation framework, being managed according a shared governance framework, accessing semantic assets in a shared knowledge base and using digital resources of a shared platform enabling cross-border/cross-organization exchange of data, information, and knowledge indistinctly between public administrations, businesses and citizens in support to the implementation and advancement of an EU, national or local public policy. +IoP Dimension: Governance IoP -Based on ISA TES definition -https://joinup.ec.europa.eu/node/149889 +LOST view: Semantic view + +Interoperability saliency: The Data Policy ABB is salient for semantic interoperability because it provides a guiding framework to manage data and information according to interoperability principles as stated in the EIF recommendation n° 30: "Perceive data and information as a public asset that should be appropriately generated, collected, managed, shared, protected and preserved." + +Identifier: http://data.europa.eu/dr8/DataPolicyBusinessObject + +eira:ID: ABB30 + +ABB name: eira:DataPolicyBusinessObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-16-01 + +eira:policy_type: [ Information security policy | Privacy policy | Licensing and charging policy | Data quality policy | Metadata management policy ]* + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/SecurityPolicyBusinessObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/OpenDataPolicyBusinessObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/MasterDataPolicyBusinessObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/PrivacyPolicyBusinessObject" /> + <eira:DataPolicyBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPolicyBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Data Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataPolicyBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/DataPolicyBusinessObject</eira:PURI> + <dcterms:type>eira:DataPolicyBusinessObject</dcterms:type> + <dcterms:modified>2023-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Policy ABB is a Business Object aiming to form the guiding framework in which data management can operate.]]></skos:definition> + <eira:definitionSource>OECD</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://stats.oecd.org/glossary/detail.asp?ID=4454]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU SCIENCE HUB - The European Commission's science and knowledge service - JRC's Data policy: The JRC's data policy is driven by transparency with the aim of contributing to innovation. It is a pillar of the development and implementation of scientific knowledge management at the JRC. It follows the commitments and regulatory basis of the Commission Decision on the reuse of Commission documents (2011/833/EU). The objectives for adopting and implementing the JRC data policy include: • Share and use data on the basis of the JRC Open Data principles: fully, freely, openly and timely; • To be transparent on the reasons for restricted access to certain data; • Provide a coordinated approach to the acquisition of data by the JRC; • Facilitate management, broaden access and use of JRC data; • Reinforce goals of Horizon 2020; • Support EU implementation of the G8 Open Data Charter; • Continuously support evidence-based decision making and research; • Ensure that JRC data is made available through the EU Open Data Portal. For a successful implementation process, the JRC's data policy lays down implementation principles with respect to responsible entities, overall implementation guidelines, and their individual elements like data management plans, as well as the monitoring of its implementation. https://ec.europa.eu/jrc/en/about/jrc-in-brief/data-policy]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Policy ABB is salient for semantic interoperability because it provides a guiding framework to manage data and information according to interoperability principles as stated in the EIF recommendation n° 30: "Perceive data and information as a public asset that should be appropriately generated, collected, managed, shared, protected and preserved."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataPolicyBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject"> + <skos:notation><![CDATA[Conformance Test Scenario]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Conformance Test Scenario]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Conformance Test Scenario ABB is a Business Object specifying a sequence of actions for the execution of a test. Also known as a test script or manual test script. + +Source: NIST + +Source reference: https://www.nist.gov/itl/ssd/information-systems-group/overview-conformance-testing + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): SoapUI - SoapUI is the world's most widely-used open source API testing tool for SOAP and REST APIs. SoapUI offers SOAP Web Services functional testing, REST API functional testing, WSDL coverage, message assertion testing and test refactoring. Scenario-based tests should be directly tied to user stories, which were probably provided by the product owner or some business stakeholder. Under ideal circumstances, these tests should be the user stories, so that business stakeholders can both easily help the tester develop the test cases and understand the results. [https://www.soapui.org/testing-dojo/best-practices/scenario-based-testing.html][https://www.soapui.org/testing-dojo/world-of-api-testing/test-first.html] -IoP Dimension: Structural IoP, Behavioral IoP +IoP Dimension: Structural IoP -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - Infrastructure -eDelivery -Supporting secure and reliable exchange of data and documents -eDelivery is a network of nodes for digital communications. It is based on a distributed model where every participant becomes a node using standard transport protocols and security policies. eDelivery helps public administrations to exchange electronic data and documents with other public administrations, businesses and citizens, in an interoperable, secure, reliable and trusted way. eDelivery is one of the building blocks of the European Commission's Connecting Europe Facility (CEF). These building blocks are reusable specifications, software and services that will form part of a wide variety of IT systems in different policy domains of the EU. The CEF eDelivery building block is based on the AS4 messaging protocol, open and free for all, developed by the OASIS standards development organisation. To ease its adoption in Europe, eDelivery uses the AS4 implementation guidelines defined by the Member States in the e-SENS Large Scale Pilot. Organisations must install an Access Point, or use a Service Provider, to exchange information with the AS4 messaging protocol. -https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eDelivery +Interoperability saliency: The Conformance Testing Scenario ABB  is salient for technical interoperability because it provides a document of a list of activities for the execution of interoperability tests. -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:description: A short description providing an overview of this building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:type: The type of the architecture building block -- eira:actual_policy_coverage: The current policy domain coverage of this solution -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:confidentiality_level: The confidentiality level of this solution and its processed data -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:behavioural_iop_level -- eira:structural_iop_level -- eira:governance_iop_level -- eira:behavioural_iop_score -- eira:structural_iop_score -- eira:governance_iop_score -- eira:operational_date: The date this solution entered into operation -- eira:GovIS_ID: The identifier assigned to this solution in GovIS (if applicable) -- eira:IES_category: -- eira:importance_for_the_functioning_of_the_EU: The level of importance of this solution for the functioning of the European Union -- eira:integrity_and_availability_level: The integrity and availability level of this solution -- eira:policy_area_extension: Whether or not this solution is foreseen to be extended to other policy domains -- eira:published_in_catalogue_or_software_forge: Is the solution published in a catalogue and/or made available in a software forge? -- eira:rationalisation_domain: The European Commission rationalisation domain(s) to which the solution belongs to -- eira:scalability: The solution's scalability level -- eira:security_requirements: The level of measures taken by the solution to address security -- eira:state: The development status of this solution -- eira:view -- eira:ABB_Status: Status of the building block (completed | obsolete | underDevelopment | withdrawn)]]></skos:definition> - <dcterms:identifier>ABB60</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreement"> - <skos:notation>TechnicalInteroperabilityAgreement</skos:notation> - <skos:prefLabel xml:lang="en">Technical Interoperability Agreement</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Technical Interoperability Agreement is the means through which Technical Authorities mandate specific Technical Interoperability Specifications, ensuring organisations (operating under different technical frameworks, -policies and strategies) are able to work together. +Identifier: http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject -Based on EIF: -https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf#page=27 +eira:ID: ABB130 -INTEROPERABILITY SALIENCY: -IoP dimensions: Governance IoP -The Technical Interoperability Agreement ABB is a key interoperability enabler because it supports technical governance interoperability by enabling collaboration between digital public services. +ABB name: eira:ConformanceTestScenarioBusinessObject -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +EIRA concept: eira:ArchitectureBuildingBlock -ETA -The European Technical Assessment (ETA) is an alternative for construction products not covered by a harmonised standard. It is a document providing information on their performance assessment. The procedure is established in the Construction Products Regulation and offers a way for manufacturers to draw up the Declaration of Performance and affix the CE marking. It contributes to the free movement of construction products and the creation of a strong Single Market. -https://ec.europa.eu/growth/sectors/construction/product-regulation/european-assessment_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- eira:view -- dct:type: The type of the architecture building block]]></skos:definition> - <dcterms:identifier>ABB234</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumer"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceProvider"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedPlatform"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalAgreement"> - <skos:notation>TechnicalAgreement</skos:notation> - <skos:prefLabel xml:lang="en">Technical Agreement</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -These agreements constitute a framework and a privileged forum to identify common interests, priorities, policy dialogue, and the necessary tools for Strategic & Technological collaboration.. - -Based GMP Quality / Technical Agreements: https://ec.europa.eu/research/iscp/index.cfm?pg=countries +Last modification: 2022-18-01 -INTEROPERABILITY SALIENCY: -Not applicable +]]></skos:definition> + <eira:ConformanceTestScenarioBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Conformance Test Scenario]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Conformance Test Scenario]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject</eira:PURI> + <dcterms:type>eira:ConformanceTestScenarioBusinessObject</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Conformance Test Scenario ABB is a Business Object specifying a sequence of actions for the execution of a test. Also known as a test script or manual test script.]]></skos:definition> + <eira:definitionSource>NIST</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.nist.gov/itl/ssd/information-systems-group/overview-conformance-testing]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): SoapUI - SoapUI is the world's most widely-used open source API testing tool for SOAP and REST APIs. SoapUI offers SOAP Web Services functional testing, REST API functional testing, WSDL coverage, message assertion testing and test refactoring. Scenario-based tests should be directly tied to user stories, which were probably provided by the product owner or some business stakeholder. Under ideal circumstances, these tests should be the user stories, so that business stakeholders can both easily help the tester develop the test cases and understand the results. [https://www.soapui.org/testing-dojo/best-practices/scenario-based-testing.html][https://www.soapui.org/testing-dojo/world-of-api-testing/test-first.html]]]></skos:example> + <eira:iopSaliency><![CDATA[The Conformance Testing Scenario ABB  is salient for technical interoperability because it provides a document of a list of activities for the execution of interoperability tests.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject"> + <skos:notation><![CDATA[Digital Governance Plan]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Governance Plan]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Governance ABB is a Business Object that ensures the functioning of an Interoperability Framework. These rules include structures, roles, responsibilities, policies, standards, specifications, practices, decision making and operational procedures. -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source: EIF -WTO Data Exchange technical agrement: -The agreement regulates the echange of data between systems and applications -https://olc.worldbank.org/sites/default/files/PMT-4.pdf - -Attributes: -- ID: Internal key used to identify an architecture building block -- eira:view -- dct:type: The type of the architecture building block]]></skos:definition> - <dcterms:identifier>ABB377</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedPlatform"/> - </skos:Concept> - <skos:Collection rdf:about="http://data.europa.eu/dr8/view/TechnicalView-Infrastructure"> - <skos:notation>TechnicalView-Infrastructure</skos:notation> - <skos:prefLabel xml:lang="en">Technical View - Infrastructure</skos:prefLabel> - <skos:member rdf:resource="http://data.europa.eu/dr8/AccessManagementService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/AccessManagementComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/AuditService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/AuditComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataTransformationService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataTransformationComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataValidationService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataValidationComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OrchestrationService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OrchestrationComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SharedPlatform"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ConformanceTestingService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ConformanceTestingComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ConformanceTestReport"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ConformanceTestScenario"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/MetadataManagementService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/MetadataManagementComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/E-archivingService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/E-archivingComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/FormsManagementService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/FormsManagementComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataPublicationService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataPublicationComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PrivacyService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PrivacyComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/E-paymentService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/E-paymentComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceRegistryComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/MachineTranslationService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/MachineTranslationComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/E-signatureCreationService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/E-signatureVerificationAndValidationService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/E-signaturePreservationService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/E-sealCreationService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/E-sealVerificationAndValidationService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/E-sealPreservationService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/E-timestampCreationService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/E-timestampVerificationAndValidationService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/RegisteredElectronicDeliveryService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/IdentityManagementService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/IdentityManagementComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/TrustRegistryService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/TrustRegistryComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataExchangeService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataExchangeComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ComputingHosting,Networking,AndDataHostingInfrastructure"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicNetwork"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PrivateNetwork"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Network"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/NetworkingService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ComputingHostingService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/HostingFacility"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicHostingFacility"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PrivateHostingFacility"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ContentManagementService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataRepository"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataAnalyticsService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataAnalyticsComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SmartDevice"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/HighPerformanceInfrastructure"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataHostingService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataHub"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataLake"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceRegistryService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceRegistry"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ApiCatalogueService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ApiCatalogueComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataRepositoryService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataRepositoryComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ApiCatalogue"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/WebService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ApiComponent"/> - </skos:Collection> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AccessManagementService"> - <skos:notation>AccessManagementService</skos:notation> - <skos:prefLabel xml:lang="en">Access Management Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of allowing users to make use of i) IT services, ii) data, and/or iii) other assets. Access management helps to protect the confidentiality, integrity and availability of assets by ensuring that only authorized users are able to access or modify the assets. +Source reference: http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF -Based on ITIL v3 -https://www.axelos.com/Corporate/media/Files/Glossaries/AXELOS-Common-Glossary.pdf +Additional information: Plans are in principle narrower and more detailed than Digital Agendas, and as a matter of fact they are intended to drill down and realise a global agenda. For an additional example of plan focused on interoperability, see the Governance Plan defined in the new European Interoperability Framework (EIF) - § 3.1 of the new EIF Annex II: Interoperability governance refers to decisions on interoperability frameworks, institutional arrangements, organisational structures, roles and responsibilities, policies, agreements and other aspects of ensuring and monitoring interoperability at national and EU levels. The European interoperability framework, the Interoperability Action Plan (Annex 1 to the Communication) and the European interoperability architecture (EIRA) are important parts of interoperability governance at the EU level. (http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF) -Syn. Role Management Service +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The INSPIRE Directive 2007/2/EC of 14 March 2007, Article 18. Member States shall ensure that appropriate structures and mechanisms are designated for coordinating, across the different levels of government, the contributions of all those with an interest in their infrastructures for spatial information. These structures shall coordinate the contributions of, inter alia, users, producers, added-value service providers and coordinating bodies, concerning the identification of relevant data sets, user needs, the provision of information on existing practices and the provision of feedback on the implementation of this Directive. (http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32007L0002&from=EN) -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Access Management Service ABB �is salient for technical interoperability because it provides the functionality of allowing user to make an authorized and trusted use of IT Services, data and other assets as stated in the EIF: "Public administrations should ensure that a 'data access and authorisation plan� which determines who has access to what data and under what conditions, to ensure privacy. Unauthorised access and security breaches should be monitored and appropriate actions should be taken to prevent any recurrence of breaches" +IoP Dimension: Governance IoP -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Organisational view + +Interoperability saliency: The Digital Governance Plan ABB is salient for governance and organizational interoperability because it helps to (i) establish and holistic approach to data exchange and management, and (ii) determine the common instruments to achieve interoperability across administrative levels and sectors. + +Identifier: http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject + +eira:ID: ABB488 + +ABB name: eira:DigitalGovernancePlanBusinessObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-12-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgreementOnDataSharingContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgreementOnPrivacyContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalAgendaGoal" /> + <eira:DigitalGovernancePlanBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Digital Governance Plan]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Governance Plan]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject</eira:PURI> + <dcterms:type>eira:DigitalGovernancePlanBusinessObject</dcterms:type> + <dcterms:modified>2022-12-1</dcterms:modified> + <skos:definition><![CDATA[Digital Governance ABB is a Business Object that ensures the functioning of an Interoperability Framework. These rules include structures, roles, responsibilities, policies, standards, specifications, practices, decision making and operational procedures.]]></skos:definition> + <eira:definitionSource>EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The INSPIRE Directive 2007/2/EC of 14 March 2007, Article 18. Member States shall ensure that appropriate structures and mechanisms are designated for coordinating, across the different levels of government, the contributions of all those with an interest in their infrastructures for spatial information. These structures shall coordinate the contributions of, inter alia, users, producers, added-value service providers and coordinating bodies, concerning the identification of relevant data sets, user needs, the provision of information on existing practices and the provision of feedback on the implementation of this Directive. (http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32007L0002&from=EN)]]></skos:example> + <eira:iopSaliency><![CDATA[The Digital Governance Plan ABB is salient for governance and organizational interoperability because it helps to (i) establish and holistic approach to data exchange and management, and (ii) determine the common instruments to achieve interoperability across administrative levels and sectors.]]></eira:iopSaliency> + <skos:note><![CDATA[Plans are in principle narrower and more detailed than Digital Agendas, and as a matter of fact they are intended to drill down and realise a global agenda. For an additional example of plan focused on interoperability, see the Governance Plan defined in the new European Interoperability Framework (EIF) - § 3.1 of the new EIF Annex II: Interoperability governance refers to decisions on interoperability frameworks, institutional arrangements, organisational structures, roles and responsibilities, policies, agreements and other aspects of ensuring and monitoring interoperability at national and EU levels. The European interoperability framework, the Interoperability Action Plan (Annex 1 to the Communication) and the European interoperability architecture (EIRA) are important parts of interoperability governance at the EU level. (http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF)]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MasterDataPolicyBusinessObject"> + <skos:notation><![CDATA[Master Data Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MasterDataPolicyBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Master Data Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Master Data Policy ABB is a Business Object being applied to the authoritative, most accurate data that is available about key business entities, used to establish the context for business transactions and transactional data. -Belgian Federal Public Service Policy and Support - Role Management service -The Role Management service gives access managers the possibility to manage roles. A role gives access to an online government application. - -Characteristics: -� A federal access management platform for public e-gov applications -� Three separate contexts: Businesses, Officials and Independent -� Roles that can only be attributed by a specific group of managers for a specific application within one of the three contexts -� Two different security levels of the application depending on the sensitivity of the information: user name, password and token; and electronic identity card with associated PIN code -� Authentication when connecting to an application -� Support with the implementation of the service -� Support while the service is being used - -Users: All public services and institutions that want a secure access management for their applications: federal public services and institutions; Communities and Regions; Provinces, municipalities and local public social welfare centres; businesses or persons implementing government contracts. -Requirements: application with Fedict Service Desk and signing up to a user agreement. -http://www.fedict.belgium.be/en/identificatie_beveiliging/rollenbeheer - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB57</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/AccessManagementComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AccessManagementComponent"> - <skos:notation>AccessManagementComponent</skos:notation> - <skos:prefLabel xml:lang="en">Access Management Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionalities of allowing users to make use of i) IT services, ii) data, and/or iii) other assets. Access management helps to protect the confidentiality, integrity and availability of assets by ensuring that only authorised users are able to access or modify the assets. +Source: DAMA DM_BOK -Based on ITIL v3 -https://www.axelos.com/Corporate/media/Files/Glossaries/AXELOS-Common-Glossary.pdf +Source reference: http://www.dama.org -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Access Management Component ABB �is salient for technical interoperability because it provides the implementation the functionality of allowing user to make an authorized and trusted use of IT Services, data and other assets as stated in the EIF: "Public administrations should ensure that a 'data access and authorisation plan� which determines who has access to what data and under what conditions, to ensure privacy. Unauthorised access and security breaches should be monitored and appropriate actions should be taken to prevent any recurrence of breaches" +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EMVO: EMVS Master Data Guide - The EMVS (European Medicines Verification System) requires that OBP’s (OnBoarding Partners) upload both product master data and product batch/pack data. The aim of this guide is to clarify what data is expected to be used for the EMVS master data noting that the long-term goal is to source directly from the IDMP/SPOR system. https://emvo-medicines.eu/new/wp-content/uploads/EMVO_0122_EMVS-Master-Data-Guide-1.pdf -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Governance IoP -OpenIAM Access Manager -OpenIAM Access Management solution is based on a professional open source model. This is a robust, scalable solution built with Service Oriented Architecture. It integrates seamlessly with the OpenIAM Identity Manager product to provide a comprehensive solution that allows to take control of not only who can access the systems, but what they can do once they are in there. Corporate security policy is enforced across multiple points and managed centrally to improve effectiveness and reduce administrative costs. -http://www.openiam.com/products/access-manager/overview/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB70</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/AccessManagementService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AuditService"> - <skos:notation>AuditService</skos:notation> - <skos:prefLabel xml:lang="en">Audit Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the audit functionality of providing support for the principle of accountability, which is holding users of a system accountable for their actions within the system, and detection of policy violations. The audit policy defines the elements of an information system which need to be traced, for example to assure traceability of actions: what, how, when, where and with what. - -Based on The Open Group -http://www.opengroup.org/security/das/xdas_int.htm +LOST view: Semantic view + +Interoperability saliency: The Master Data Policy ABB is salient for semantic interoperability because Master Data is used to establish the context for business transactions and transactional data by providing accurate data usually stored and available for reuse by other parties. Its management should be prioritised as stated in the EIF recommendation n° 31: "Put in place an information management strategy at the highest possible level to avoid fragmentation and duplication. Management of metadata, master data and reference data should be prioritised." + +Identifier: http://data.europa.eu/dr8/MasterDataPolicyBusinessObject + +eira:ID: ABB353 + +ABB name: eira:MasterDataPolicyBusinessObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-16-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject" /> + <eira:MasterDataPolicyBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MasterDataPolicyBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Master Data Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MasterDataPolicyBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Master Data Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MasterDataPolicyBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/MasterDataPolicyBusinessObject</eira:PURI> + <dcterms:type>eira:MasterDataPolicyBusinessObject</dcterms:type> + <dcterms:modified>2023-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Master Data Policy ABB is a Business Object being applied to the authoritative, most accurate data that is available about key business entities, used to establish the context for business transactions and transactional data.]]></skos:definition> + <eira:definitionSource>DAMA DM_BOK</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://www.dama.org]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EMVO: EMVS Master Data Guide - The EMVS (European Medicines Verification System) requires that OBP’s (OnBoarding Partners) upload both product master data and product batch/pack data. The aim of this guide is to clarify what data is expected to be used for the EMVS master data noting that the long-term goal is to source directly from the IDMP/SPOR system. https://emvo-medicines.eu/new/wp-content/uploads/EMVO_0122_EMVS-Master-Data-Guide-1.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[The Master Data Policy ABB is salient for semantic interoperability because Master Data is used to establish the context for business transactions and transactional data by providing accurate data usually stored and available for reuse by other parties. Its management should be prioritised as stated in the EIF recommendation n° 31: "Put in place an information management strategy at the highest possible level to avoid fragmentation and duplication. Management of metadata, master data and reference data should be prioritised."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/MasterDataPolicyBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject"> + <skos:notation><![CDATA[Privacy Framework]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Privacy Framework]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Privacy Framework ABB is a Business Object that enables the confidentiality aspects of data, information and knowledge assets and organizational resources handling them. + +Source: Inpired in the ISA2 and EIFv2-related works + +Source reference: https://ec.europa.eu/isa2/isa2_en + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): European Privacy Framework - European privacy legislation is made up of two parts: The Data Protection Directive (95/46/EC) exists as a common ground across Europe. The Directive is a legislative act of the European Union that requires all member states to ensure there is an "adequate" level of data protection. The second part consists of diverse national laws. (https://www.privacy-europe.com/european-privacy-framework.html) -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Audit Service ABB �is salient for technical interoperability because it defines the elements of an information system which need to be traced, for example to assure traceability of user actions as stated in the EIF: "Public administrations should ensure that a 'data access and authorisation plan� which determines who has access to what data and under what conditions, to ensure privacy. Unauthorised access and security breaches should be monitored and appropriate actions should be taken to prevent any recurrence of breaches" +IoP Dimension: Governance IoP -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Organisational view + +Interoperability saliency: The Privacy Framework ABB is salient for governance and organizational interoperability because it provides the needed procedures and agreements on the establishment of privacy in public administration digital services. This framework commonly defined security and privacy actions to be considered in public digital services for ensuring secure and trustworthy data management. + +Identifier: http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject + +eira:ID: ABB228 + +ABB name: eira:PrivacyFrameworkBusinessObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-12-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicBusinessService" /> + <eira:PrivacyFrameworkBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Privacy Framework]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Privacy Framework]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject</eira:PURI> + <dcterms:type>eira:PrivacyFrameworkBusinessObject</dcterms:type> + <dcterms:modified>2022-12-1</dcterms:modified> + <skos:definition><![CDATA[Privacy Framework ABB is a Business Object that enables the confidentiality aspects of data, information and knowledge assets and organizational resources handling them.]]></skos:definition> + <eira:definitionSource>Inpired in the ISA2 and EIFv2-related works</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/isa2_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): European Privacy Framework - European privacy legislation is made up of two parts: The Data Protection Directive (95/46/EC) exists as a common ground across Europe. The Directive is a legislative act of the European Union that requires all member states to ensure there is an "adequate" level of data protection. The second part consists of diverse national laws. (https://www.privacy-europe.com/european-privacy-framework.html)]]></skos:example> + <eira:iopSaliency><![CDATA[The Privacy Framework ABB is salient for governance and organizational interoperability because it provides the needed procedures and agreements on the establishment of privacy in public administration digital services. This framework commonly defined security and privacy actions to be considered in public digital services for ensuring secure and trustworthy data management.]]></eira:iopSaliency> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InformationBusinessObject"> + <skos:notation><![CDATA[Information]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InformationBusinessObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Information]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Information ABB is a Business Object describing business facts, assets, or opinions that are exchanged in the context of a digital public service to support its delivery. Information is enacted via interpretation rules (expressed in an ontology) of data and considering knowledge of a given context. Examples include an invoice, a medical prescription, a driving license. + +Source: TOGAF guide about business capabilities, TOGAF definition of information + +Source reference: (https://www2.opengroup.org/ogsys/catalog/g161)), (http://pubs.opengroup.org/architecture/togaf9-doc/arch/) + +Synonym: Business Facts, Business Data, Business Opinions + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Surveillance3 - Surveillance information: Published Surveillance information (Business Information) on Europa: Textile category 1 - Cotton yarn, not put up for retail sale [Council Regulation (EEC) No 3030/93] from Belarus in 2015: see URL for details(http://ec.europa.eu/taxation_customs/dds2/surv/surv_data_list.jsp?Lang=en&survNumber=670010&survType=1&startDate=20150101&originCode=BY) + +LOST view: Organisational view + +Interoperability saliency: The Information ABB is salient for organisational interoperability because it represents the data being exchanged between organisations. Its interoperability needs to be guaranteed using organisational and semantic interoperability specifications. + +Identifier: http://data.europa.eu/dr8/InformationBusinessObject + +eira:ID: ABB13 + +ABB name: eira:InformationBusinessObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-11-01 + +eira:dimension: Behavioral IoP + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InformationBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalBusinessCapability" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IndividualStakeholder" /> + <eira:InformationBusinessObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InformationBusinessObject_Properties"> + <skos:notation><![CDATA[Properties of Information]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InformationBusinessObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Information]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InformationBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/InformationBusinessObject</eira:PURI> + <dcterms:type>eira:InformationBusinessObject</dcterms:type> + <dcterms:modified>2023-11-1</dcterms:modified> + <eira:synonym>Business Facts, Business Data, Business Opinions</eira:synonym> + <skos:definition><![CDATA[Information ABB is a Business Object describing business facts, assets, or opinions that are exchanged in the context of a digital public service to support its delivery. Information is enacted via interpretation rules (expressed in an ontology) of data and considering knowledge of a given context. Examples include an invoice, a medical prescription, a driving license.]]></skos:definition> + <eira:definitionSource>TOGAF guide about business capabilities, TOGAF definition of information</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[(https://www2.opengroup.org/ogsys/catalog/g161)), (http://pubs.opengroup.org/architecture/togaf9-doc/arch/)]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Surveillance3 - Surveillance information: Published Surveillance information (Business Information) on Europa: Textile category 1 - Cotton yarn, not put up for retail sale [Council Regulation (EEC) No 3030/93] from Belarus in 2015: see URL for details(http://ec.europa.eu/taxation_customs/dds2/surv/surv_data_list.jsp?Lang=en&survNumber=670010&survType=1&startDate=20150101&originCode=BY)]]></skos:example> + <eira:iopSaliency><![CDATA[The Information ABB is salient for organisational interoperability because it represents the data being exchanged between organisations. Its interoperability needs to be guaranteed using organisational and semantic interoperability specifications.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/InformationBusinessObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess"> + <skos:notation><![CDATA[Digital-ready Policymaking]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital-ready Policymaking]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital-ready Policymaking ABB is a Business Process consisting in formulating digital-ready policies and legislation by considering digital aspects from the start of the policy cycle to ensure that they are ready for the digital age, future-proof and interoperable. + +Source: Joinup (Digital Ready Policies) + +Source reference: https://joinup.ec.europa.eu/collection/better-legislation-smoother-implementation/digital-ready-policymaking + +Synonym: Policy Cycle + +Additional information: Policies (and legislative acts) are digital-ready if they enable smooth and digital by default policy implementation and foster digital transformation through best use of digital technologies and data. This implies that policymakers work in a multidisciplinary team and consider the following digital-ready components: 1. user-centric processes ready for automation, 2. alignment with digital policies (for example on accessibility, eID...), 3. the once-only principle and the reuse of data, 4. the evolving ICT landscape, 5. innovation and digital technologies, and 6. digital-ready drafting. + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Performance-based Full Policy Cycle for the Digital Single Market (http://www.europarl.europa.eu/RegData/etudes/etudes/join/2013/507457/IPOL-IMCO_ET(2013)507457_EN.pdf). The key features of a performance-based full policy cycle are a clear articulation of policy objectives, the identification and use of quantitative indicators of expected short-term and longer-term policy impacts, the identification of synergies between policies, a much greater use of quantitative data in ex-ante impact assessments, the implementation of robust, data-based, independent ex post assessments of the performance of policies relative to their expected impacts and a wide dissemination of lessons learned in such ex-post performance assessments -OpenIAM audit service -OpenIAM Auditing Service ensures that detailed information about events and activities associated with identities or resources are logged into a centralized repository and be tracked. It offers the following features: - -� Sign-on, Sign-off -� User: create, update, delete or disable accounts -� Role: create, update, delete or disable accounts -� Resource: create, update, delete or disable accounts -� Password changes, resets, challenge response questions changes -� Synchronization events -� Reconciliation events - -Several reporting templates are provided for a BIRT report writer for use in an Eclipse designer. Organizations can also generate their own reports in BIRT with SQL. -https://www.openiam.com/products/identity-manager/features/audit-compliance/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB58</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/AuditComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AuditComponent"> - <skos:notation>AuditComponent</skos:notation> - <skos:prefLabel xml:lang="en">Audit Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionality of providing support for the principle of accountability, which is holding users of a system accountable for their actions within the system, and detection of policy violations. The audit policy defines the elements of an information system which need to be traced, for example to assure traceability of actions: what, how, when, where and with what. - -Based on The Open Group -http://www.opengroup.org/security/das/xdas_int.htm +IoP Dimension: Governance IoP -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Audit Component ABB �is salient for technical interoperability because it allows the implementation of audit policies as stated in the EIF: "Public administrations should ensure that a 'data access and authorisation plan� which determines who has access to what data and under what conditions, to ensure privacy. Unauthorised access and security breaches should be monitored and appropriate actions should be taken to prevent any recurrence of breaches" +LOST view: Legal view + +Interoperability saliency: The Public Policy Cycle ABB is salient for the governance interoperability because it impacts on the design and formulation of public policies, which are implemented through legal acts. Also, the ABB also is salient for the legal interoperability due to it establis the legal actions and directives for public administration services as the case of interoperability principles need to be taken into account during the whole public policy cycle. + +Identifier: http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess + +eira:ID: ABB102 + +ABB name: eira:PublicPolicyCycleBusinessProcess + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-10-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyCourseOfAction" /> + <eira:PublicPolicyCycleBusinessProcess_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess_Properties"> + <skos:notation><![CDATA[Properties of Digital-ready Policymaking]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital-ready Policymaking]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess" /> + <eira:PURI>http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess</eira:PURI> + <dcterms:type>eira:PublicPolicyCycleBusinessProcess</dcterms:type> + <dcterms:modified>2023-10-1</dcterms:modified> + <eira:synonym>Policy Cycle</eira:synonym> + <skos:definition><![CDATA[Digital-ready Policymaking ABB is a Business Process consisting in formulating digital-ready policies and legislation by considering digital aspects from the start of the policy cycle to ensure that they are ready for the digital age, future-proof and interoperable.]]></skos:definition> + <eira:definitionSource>Joinup (Digital Ready Policies)</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/better-legislation-smoother-implementation/digital-ready-policymaking]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Performance-based Full Policy Cycle for the Digital Single Market (http://www.europarl.europa.eu/RegData/etudes/etudes/join/2013/507457/IPOL-IMCO_ET(2013)507457_EN.pdf). The key features of a performance-based full policy cycle are a clear articulation of policy objectives, the identification and use of quantitative indicators of expected short-term and longer-term policy impacts, the identification of synergies between policies, a much greater use of quantitative data in ex-ante impact assessments, the implementation of robust, data-based, independent ex post assessments of the performance of policies relative to their expected impacts and a wide dissemination of lessons learned in such ex-post performance assessments]]></skos:example> + <eira:iopSaliency><![CDATA[The Public Policy Cycle ABB is salient for the governance interoperability because it impacts on the design and formulation of public policies, which are implemented through legal acts. Also, the ABB also is salient for the legal interoperability due to it establis the legal actions and directives for public administration services as the case of interoperability principles need to be taken into account during the whole public policy cycle.]]></eira:iopSaliency> + <skos:note><![CDATA[Policies (and legislative acts) are digital-ready if they enable smooth and digital by default policy implementation and foster digital transformation through best use of digital technologies and data. This implies that policymakers work in a multidisciplinary team and consider the following digital-ready components: 1. user-centric processes ready for automation, 2. alignment with digital policies (for example on accessibility, eID...), 3. the once-only principle and the reuse of data, 4. the evolving ICT landscape, 5. innovation and digital technologies, and 6. digital-ready drafting.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgentBusinessRole"> + <skos:notation><![CDATA[Agent]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgentBusinessRole</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Agent]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Agent ABB is a Business Role defined as an Entity that is able to carry out action. + +Source: SEMIC-CPV or SEMIC-CCCEV + +Source reference: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.00/#Agent + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): foaf:Agent An agent (eg. person, group, software or physical artifact). (http://xmlns.com/foaf/0.1/#term_Agent) + +LOST view: Organisational view + +Interoperability saliency: The Agent ABB is salient for organizational and behavioural interoperability because it permits the identification of procedures and business rules related to specific organizations, individuals or public services that facilitates the exchange of data, information and knowledge between digital public services. + +Identifier: http://data.europa.eu/dr8/AgentBusinessRole + +eira:ID: ABB498 + +ABB name: eira:AgentBusinessRole + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-12-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/LegalEntityStakeholder" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/IndividualStakeholder" /> + <eira:AgentBusinessRole_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgentBusinessRole_Properties"> + <skos:notation><![CDATA[Properties of Agent]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgentBusinessRole_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Agent]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgentBusinessRole" /> + <eira:PURI>http://data.europa.eu/dr8/AgentBusinessRole</eira:PURI> + <dcterms:type>eira:AgentBusinessRole</dcterms:type> + <dcterms:modified>2023-12-1</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Agent ABB is a Business Role defined as an Entity that is able to carry out action.]]></skos:definition> + <eira:definitionSource>SEMIC-CPV or SEMIC-CCCEV</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://semiceu.github.io/Core-Person-Vocabulary/releases/2.00/#Agent]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): foaf:Agent An agent (eg. person, group, software or physical artifact). (http://xmlns.com/foaf/0.1/#term_Agent)]]></skos:example> + <eira:iopSaliency><![CDATA[The Agent ABB is salient for organizational and behavioural interoperability because it permits the identification of procedures and business rules related to specific organizations, individuals or public services that facilitates the exchange of data, information and knowledge between digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AgentBusinessRole</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole"> + <skos:notation><![CDATA[Digital Public Service Provider]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Public Service Provider]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Public Service Provider ABB is a Business Role representing the entity that offer or deliver public services using digital channels and technologies. Digital public service providers aim to provide efficient and accessible services to citizens and businesses by leveraging the power of digital technology. + +Source: Inspired on the information available in Digital Public Services in the Digital Economy and Society Index + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/desi-digital-public-services + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Spanish Tax Agency is responsible for providing Digital Public Services on TAX payment. https://sede.agenciatributaria.gob.es/Sede/en_gb/iva.html + +LOST view: Organisational view + +Interoperability saliency: The Digital Public Service Provider ABB is salient for organizational and semantic interoperability because it offers (i) mechanisms to exchange information transparently; (ii) manage the information with needed security and trust; (iii) combine and harmonise information coming from multiple data stores to give service to the different agents (or stakeholders) + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole + +eira:ID: ABB503 + +ABB name: eira:DigitalPublicServiceDeliveryProviderBusinessRole + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-12-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalAgreementContract" /> + <eira:DigitalPublicServiceDeliveryProviderBusinessRole_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Provider]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Public Service Provider]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole</eira:PURI> + <dcterms:type>eira:DigitalPublicServiceDeliveryProviderBusinessRole</dcterms:type> + <dcterms:modified>2023-12-1</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Public Service Provider ABB is a Business Role representing the entity that offer or deliver public services using digital channels and technologies. Digital public service providers aim to provide efficient and accessible services to citizens and businesses by leveraging the power of digital technology.]]></skos:definition> + <eira:definitionSource>Inspired on the information available in Digital Public Services in the Digital Economy and Society Index</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/desi-digital-public-services]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Spanish Tax Agency is responsible for providing Digital Public Services on TAX payment. https://sede.agenciatributaria.gob.es/Sede/en_gb/iva.html]]></skos:example> + <eira:iopSaliency><![CDATA[The Digital Public Service Provider ABB is salient for organizational and semantic interoperability because it offers (i) mechanisms to exchange information transparently; (ii) manage the information with needed security and trust; (iii) combine and harmonise information coming from multiple data stores to give service to the different agents (or stakeholders)]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataOwnerBusinessRole"> + <skos:notation><![CDATA[Data Owner]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataOwnerBusinessRole</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Owner]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Owner ABB is a Business Role being assigned to individual who creates or generates the data or the entity that has legal ownership or control over the data. In other cases, a data owner might be the individual or entity that is responsible for managing or overseeing the use of the data. It can be mapped with Data Controller from the GDPR, under the European General Data Protection Regulation (GDPR), a "data controller" is defined as the entity that determines the purposes, conditions, and means of the processing of personal data. This means that the data controller is the entity that decides why and how personal data is processed. + +Source: GDPR + +Source reference: https://eur-lex.europa.eu/eli/reg/2016/679/oj + +Synonym: Data Holder (DGA), Data Creator (SiMPL) + +Additional information: Data owners may not work with their data every day, but are responsible for overseeing and protecting a data domain. In the context of the GDPR, data owners are accountable for the quality, integrity, and protection of their data space. In SiMPL (https://digital-strategy.ec.europa.eu/en/news/simpl-cloud-edge-federations-and-data-spaces-made-simple), the data owner is the legal entity that has sovereignty over the data, usually the creator of the data or the one who executes control over the data. See SiMPL requirements and architecture vision document. The Data Governance Act does not define the concept Data Owner, but intrinsically this role can be assigned also to the Data Holder, since "holding" usually entails "controlling". + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): In the GDPR, "controller", or "processor" on behalf of the "controller" are examples of the data owner role defined for this ABB. See GDPR https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32016R0679&from=EN , Article 4, Definitions. + +IoP Dimension: Behavioural IoP, Governance IoP + +LOST view: Organisational view + +Interoperability saliency: The Data Owner ABB is salient for organisational interoperability because it is responsible for the management of the data generated or consumed by the public service. The identification of Data Owners, as stated in the GDPR, is important for accountability since it identifies a person/team responsible to control the compliance of data, and for the definition of policies and standards for the alignment of public service data to GDPR. + +Identifier: http://data.europa.eu/dr8/DataOwnerBusinessRole + +eira:ID: ABB361 + +ABB name: eira:DataOwnerBusinessRole + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-13-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <eira:DataOwnerBusinessRole_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataOwnerBusinessRole_Properties"> + <skos:notation><![CDATA[Properties of Data Owner]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataOwnerBusinessRole_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Owner]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataOwnerBusinessRole" /> + <eira:PURI>http://data.europa.eu/dr8/DataOwnerBusinessRole</eira:PURI> + <dcterms:type>eira:DataOwnerBusinessRole</dcterms:type> + <dcterms:modified>2022-01-13</dcterms:modified> + <eira:synonym>Data Holder (DGA), Data Creator (SiMPL)</eira:synonym> + <skos:definition><![CDATA[Data Owner ABB is a Business Role being assigned to individual who creates or generates the data or the entity that has legal ownership or control over the data. In other cases, a data owner might be the individual or entity that is responsible for managing or overseeing the use of the data. It can be mapped with Data Controller from the GDPR, under the European General Data Protection Regulation (GDPR), a "data controller" is defined as the entity that determines the purposes, conditions, and means of the processing of personal data. This means that the data controller is the entity that decides why and how personal data is processed.]]></skos:definition> + <eira:definitionSource>GDPR</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/eli/reg/2016/679/oj]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): In the GDPR, "controller", or "processor" on behalf of the "controller" are examples of the data owner role defined for this ABB. See GDPR https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32016R0679&from=EN , Article 4, Definitions.]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Owner ABB is salient for organisational interoperability because it is responsible for the management of the data generated or consumed by the public service. The identification of Data Owners, as stated in the GDPR, is important for accountability since it identifies a person/team responsible to control the compliance of data, and for the definition of policies and standards for the alignment of public service data to GDPR.]]></eira:iopSaliency> + <skos:note><![CDATA[Data owners may not work with their data every day, but are responsible for overseeing and protecting a data domain. In the context of the GDPR, data owners are accountable for the quality, integrity, and protection of their data space. In SiMPL (https://digital-strategy.ec.europa.eu/en/news/simpl-cloud-edge-federations-and-data-spaces-made-simple), the data owner is the legal entity that has sovereignty over the data, usually the creator of the data or the one who executes control over the data. See SiMPL requirements and architecture vision document. The Data Governance Act does not define the concept Data Owner, but intrinsically this role can be assigned also to the Data Holder, since "holding" usually entails "controlling".]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataOwnerBusinessRole</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole"> + <skos:notation><![CDATA[Digital Public Service Consumer]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Public Service Consumer]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Public Service Consumer ABB is a Business Role representing the entities able to access and consume public services provided by a public authority. + +Source: Inspired on the information available in Digital Public Services in the Digital Economy and Society Index + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/desi-digital-public-services + +Example: The following implementation is an example of how this specific Architecture Building Blocks (ABB) can be instantiated as a Solution Building Block (SBB): UK Local Goverment- Transforming public services, using technology and digital tools and approaches- Case Studies (https://www.local.gov.uk/our-support/efficiency-and-productivity/transforming-public-services-using-technology-and-digital) or UNDP- COVID 19 Open Source Digital Toolkit (https://www.undp.org/sgtechcentre/digital-tools-covid-19) + +LOST view: Organisational view + +Interoperability saliency: The Digital Public Service Consumer ABB is salient for organizational, semantic and technical interoperability due to it (i) provides digital business rules to consume data; (ii) enables a common understanding of the data to be exchanged with the public authority; and (iii) establish the needed mechanism to consume the information automatically. + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole + +eira:ID: ABB501 + +ABB name: eira:DigitalPublicServiceDeliveryConsumerBusinessRole + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-11-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IndividualStakeholder" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalAgreementContract" /> + <eira:DigitalPublicServiceDeliveryConsumerBusinessRole_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Consumer]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Public Service Consumer]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole</eira:PURI> + <dcterms:type>eira:DigitalPublicServiceDeliveryConsumerBusinessRole</dcterms:type> + <dcterms:modified>2023-11-1</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Public Service Consumer ABB is a Business Role representing the entities able to access and consume public services provided by a public authority.]]></skos:definition> + <eira:definitionSource>Inspired on the information available in Digital Public Services in the Digital Economy and Society Index</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/desi-digital-public-services]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Blocks (ABB) can be instantiated as a Solution Building Block (SBB): UK Local Goverment- Transforming public services, using technology and digital tools and approaches- Case Studies (https://www.local.gov.uk/our-support/efficiency-and-productivity/transforming-public-services-using-technology-and-digital) or UNDP- COVID 19 Open Source Digital Toolkit (https://www.undp.org/sgtechcentre/digital-tools-covid-19)]]></skos:example> + <eira:iopSaliency><![CDATA[The Digital Public Service Consumer ABB is salient for organizational, semantic and technical interoperability due to it (i) provides digital business rules to consume data; (ii) enables a common understanding of the data to be exchanged with the public authority; and (iii) establish the needed mechanism to consume the information automatically.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicBusinessService"> + <skos:notation><![CDATA[Digital Public Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicBusinessService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Public Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Public Service ABB is a Business Service that enables the implementation of a Public Administration digital business capability, provisioned via a digital service delivery mode by, or on behalf of a public administration. A Digital Public Service comprises any digital public service exposed to a cross-border dimension in the European Union. + +Source: EIF, ISA2 Core Vocabularies, IMM + +Source reference: [http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF][https://ec.europa.eu/isa2/actions/assessing-progress-being-made-towards-interoperability_en] [https://joinup.ec.europa.eu/catalogue/distribution/cpsv-ap-specification-v20-pdf] + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EUROPASS2 - Make better use of skills and opportunities across Europe. Europass is a service to help individuals to communicate their skills, qualifications and experience through the use of standardised documents templates. (http://ec.europa.eu/social/main.jsp? + +LOST view: Organisational view + +Interoperability saliency: The Digital Public Service ABB is salient for the organizational, semantic and technical interoperability because it represents the materialization of the service delivery in terms of (i) a common mechanism to give a response to a specific public administration procedure, (ii) data harmonization to facilitate the comprehension of the information, (iii) specific mechanisms to consume, share and reuse the information. + +Identifier: http://data.europa.eu/dr8/DigitalPublicBusinessService + +eira:ID: ABB444 + +ABB name: eira:DigitalPublicBusinessService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-11-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InformationBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalBusinessCapability" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyCourseOfAction" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole" /> + <eira:DigitalPublicBusinessService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicBusinessService_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicBusinessService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Public Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicBusinessService" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalPublicBusinessService</eira:PURI> + <dcterms:type>eira:DigitalPublicBusinessService</dcterms:type> + <dcterms:modified>2023-11-1</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Public Service ABB is a Business Service that enables the implementation of a Public Administration digital business capability, provisioned via a digital service delivery mode by, or on behalf of a public administration. A Digital Public Service comprises any digital public service exposed to a cross-border dimension in the European Union.]]></skos:definition> + <eira:definitionSource>EIF, ISA2 Core Vocabularies, IMM</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[[http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF][https://ec.europa.eu/isa2/actions/assessing-progress-being-made-towards-interoperability_en] [https://joinup.ec.europa.eu/catalogue/distribution/cpsv-ap-specification-v20-pdf]]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EUROPASS2 - Make better use of skills and opportunities across Europe. Europass is a service to help individuals to communicate their skills, qualifications and experience through the use of standardised documents templates. (http://ec.europa.eu/social/main.jsp?]]></skos:example> + <eira:iopSaliency><![CDATA[The Digital Public Service ABB is salient for the organizational, semantic and technical interoperability because it represents the materialization of the service delivery in terms of (i) a common mechanism to give a response to a specific public administration procedure, (ii) data harmonization to facilitate the comprehension of the information, (iii) specific mechanisms to consume, share and reuse the information.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicBusinessService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract"> + <skos:notation><![CDATA[Semantic Interoperability Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Semantic Interoperability Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Semantic interoperability agreement ABB is a Contract formalizing governance rules enabling collaboration between digital public services with ontological value. + +Source: Joinup + +Source reference: https://joinup.ec.europa.eu/sites/default/files/document/2015-03/Process + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): e-Invoicing Semantic Data Model - The semantic data model includes only the essential information elements that an electronic invoice needs to ensure legal (including fiscal) compliance and to enable interoperability for cross-border, cross-sector and for domestic trade. The semantic data model may be used by public and private sector organisations for public procurement invoicing and took into account the physical and financial supply chain perspective, reflecting both private and public sector requirements, with a view to allowing the full straight-through processing of an electronic invoice. https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/2017/06/28/CEN+Publishes+eInvoicing+Semantic+Data+Model -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Governance IoP -Activiti audit feature -The audit feature of Activiti archives all process instances, activity instances, keeps variable values continuously in sync and all form properties that are submitted so that all user interaction through forms is traceable and can be audited. -Authenticated users who submitted the forms are accessible in the history as well as for start forms and task forms. -https://www.activiti.org/userguide/#historyFormAuditPurposes - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB71</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/AuditService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataTransformationService"> - <skos:notation>DataTransformationService</skos:notation> - <skos:prefLabel xml:lang="en">Data Transformation Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of conversion of one data representation to another. - -Source: ISA2 � EIA Action +LOST view: Semantic view + +Interoperability saliency: The Semantic Interoperability Agreement ABB is a key interoperability enabler (*) for governance interoperability by enabling the understanding of information and collaboration between digital public services. + +Identifier: http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract + +eira:ID: ABB232 + +ABB name: eira:SemanticInteroperabilityAgreementContract + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-16-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/SemanticAgreementContract" /> + <eira:SemanticInteroperabilityAgreementContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract_Properties"> + <skos:notation><![CDATA[Properties of Semantic Interoperability Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Semantic Interoperability Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract</eira:PURI> + <dcterms:type>eira:SemanticInteroperabilityAgreementContract</dcterms:type> + <dcterms:modified>2023-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Semantic interoperability agreement ABB is a Contract formalizing governance rules enabling collaboration between digital public services with ontological value.]]></skos:definition> + <eira:definitionSource>Joinup</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/sites/default/files/document/2015-03/Process]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): e-Invoicing Semantic Data Model - The semantic data model includes only the essential information elements that an electronic invoice needs to ensure legal (including fiscal) compliance and to enable interoperability for cross-border, cross-sector and for domestic trade. The semantic data model may be used by public and private sector organisations for public procurement invoicing and took into account the physical and financial supply chain perspective, reflecting both private and public sector requirements, with a view to allowing the full straight-through processing of an electronic invoice. https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/2017/06/28/CEN+Publishes+eInvoicing+Semantic+Data+Model]]></skos:example> + <eira:iopSaliency><![CDATA[The Semantic Interoperability Agreement ABB is a key interoperability enabler (*) for governance interoperability by enabling the understanding of information and collaboration between digital public services.]]></eira:iopSaliency> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract"> + <skos:notation><![CDATA[Agreement of the Use on Common Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Agreement of the Use on Common Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Agreement of the Use on Common Infrastructure ABB is a Contract between multiple parties that outlines the terms and conditions for sharing and utilizing a specific infrastructure or facility. The agreement on the use of common infrastructure typically outlines the rights and responsibilities of each party, the terms and conditions for access and usage, the payment or cost-sharing arrangements, and the procedures for resolving any disputes or issues that may arise. The goal of such agreements is to promote efficient and effective utilization of shared resources and to ensure that all parties are able to benefit from the use of the infrastructure in a fair and equitable manner. + +Source: Inspired in the UNECE definition + +Source reference: https://unece.org/trade/unece-work-transport/infrastructure/agreements-use-common-infrastructure + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): With Gaia-X, representatives from business, science and politics on an international level create a proposal for the next generation of data infrastructure: an open, transparent and secure digital ecosystem, where data and services can be made available, collated and shared in an environment of trust. https://www.data-infrastructure.eu/GAIAX/Navigation/EN/Home/home.html + +LOST view: Organisational view + +Interoperability saliency: Agreement on the use of common infrastructure ABB is salient for governance, organizational and legal interoperability because it comprises the agreements, procedures and rules to elaborate the principles of reference architectures for the public sector. + +Identifier: http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract + +eira:ID: http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract + +ABB name: eira:AgreementOfTheUseOnCommonInfrastructureContract + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract" /> + <eira:AgreementOfTheUseOnCommonInfrastructureContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract_Properties"> + <skos:notation><![CDATA[Properties of Agreement of the Use on Common Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Agreement of the Use on Common Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract" /> + <eira:PURI>http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract</eira:PURI> + <dcterms:type>eira:AgreementOfTheUseOnCommonInfrastructureContract</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Agreement of the Use on Common Infrastructure ABB is a Contract between multiple parties that outlines the terms and conditions for sharing and utilizing a specific infrastructure or facility. The agreement on the use of common infrastructure typically outlines the rights and responsibilities of each party, the terms and conditions for access and usage, the payment or cost-sharing arrangements, and the procedures for resolving any disputes or issues that may arise. The goal of such agreements is to promote efficient and effective utilization of shared resources and to ensure that all parties are able to benefit from the use of the infrastructure in a fair and equitable manner.]]></skos:definition> + <eira:definitionSource>Inspired in the UNECE definition</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://unece.org/trade/unece-work-transport/infrastructure/agreements-use-common-infrastructure]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): With Gaia-X, representatives from business, science and politics on an international level create a proposal for the next generation of data infrastructure: an open, transparent and secure digital ecosystem, where data and services can be made available, collated and shared in an environment of trust. https://www.data-infrastructure.eu/GAIAX/Navigation/EN/Home/home.html]]></skos:example> + <eira:iopSaliency><![CDATA[Agreement on the use of common infrastructure ABB is salient for governance, organizational and legal interoperability because it comprises the agreements, procedures and rules to elaborate the principles of reference architectures for the public sector.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract"> + <skos:notation><![CDATA[Technical Interoperability Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Technical Interoperability Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Technical Interoperability Agreement ABB is a Contract formalizing the technical specifications to ensure organisations operate under different technical frameworks. + +Source: EIF + +Source reference: https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf#page=27 + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ETA - The European Technical Assessment (ETA) is an alternative for construction products not covered by a harmonised standard. It is a document providing information on their performance assessment. The procedure is established in the Construction Products Regulation and offers a way for manufacturers to draw up the Declaration of Performance and affix the CE marking. It contributes to the free movement of construction products and the creation of a strong Single Market. https://ec.europa.eu/growth/sectors/construction/product-regulation/european-assessment_en -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Data Transformation Service ABB �is salient for technical interoperability because it provides the functionalities to transform internal data structures to common and agreed interoperable formats as stated in the EIF recommendation n� 41: "Establish procedures and processes to integrate the opening of data in your common business processes, working routines, and in the development of new information systems." +IoP Dimension: Governance IoP -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application + +Interoperability saliency: The Technical Interoperability Agreement ABB is a key enabler (*) for governance and organizational interoperability by enabling components to ensure data sharing, access and discovery between public services. + +Identifier: http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract + +eira:ID: ABB234 + +ABB name: eira:TechnicalInteroperabilityAgreementContract + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-17-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedApplicationContentGrouping" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/TechnicalAgreementContract" /> + <eira:TechnicalInteroperabilityAgreementContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract_Properties"> + <skos:notation><![CDATA[Properties of Technical Interoperability Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Technical Interoperability Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract</eira:PURI> + <dcterms:type>eira:TechnicalInteroperabilityAgreementContract</dcterms:type> + <dcterms:modified>2022-01-17</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Technical Interoperability Agreement ABB is a Contract formalizing the technical specifications to ensure organisations operate under different technical frameworks.]]></skos:definition> + <eira:definitionSource>EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf#page=27]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ETA - The European Technical Assessment (ETA) is an alternative for construction products not covered by a harmonised standard. It is a document providing information on their performance assessment. The procedure is established in the Construction Products Regulation and offers a way for manufacturers to draw up the Declaration of Performance and affix the CE marking. It contributes to the free movement of construction products and the creation of a strong Single Market. https://ec.europa.eu/growth/sectors/construction/product-regulation/european-assessment_en]]></skos:example> + <eira:iopSaliency><![CDATA[The Technical Interoperability Agreement ABB is a key enabler (*) for governance and organizational interoperability by enabling components to ensure data sharing, access and discovery between public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOnPrivacyContract"> + <skos:notation><![CDATA[Agreement on Privacy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnPrivacyContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Agreement on Privacy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Agreement on Privacy ABB is a Contract that enables a set of rules for the personal data of individuals' collection, processing and transference by public administrations. + +Source: Inspired in Data Protection Law by European Comission + +Source reference: https://commission.europa.eu/law/law-topic/data-protection/data-protection-eu_en + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU-U.S. Data Privacy Framework. https://ec.europa.eu/commission/presscorner/detail/en/qanda_22_6045 + +LOST view: Organisational view + +Interoperability saliency: Agreement on Privacy ABB is salient for governance interoperability because it represents the specific rules established to establish the privacy and security framework. + +Identifier: http://data.europa.eu/dr8/AgreementOnPrivacyContract + +eira:ID: http://data.europa.eu/dr8/AgreementOnPrivacyContract + +ABB name: eira:AgreementOnPrivacyContract + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract" /> + <eira:AgreementOnPrivacyContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOnPrivacyContract_Properties"> + <skos:notation><![CDATA[Properties of Agreement on Privacy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnPrivacyContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Agreement on Privacy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgreementOnPrivacyContract" /> + <eira:PURI>http://data.europa.eu/dr8/AgreementOnPrivacyContract</eira:PURI> + <dcterms:type>eira:AgreementOnPrivacyContract</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Agreement on Privacy ABB is a Contract that enables a set of rules for the personal data of individuals' collection, processing and transference by public administrations.]]></skos:definition> + <eira:definitionSource>Inspired in Data Protection Law by European Comission</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://commission.europa.eu/law/law-topic/data-protection/data-protection-eu_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU-U.S. Data Privacy Framework. https://ec.europa.eu/commission/presscorner/detail/en/qanda_22_6045]]></skos:example> + <eira:iopSaliency><![CDATA[Agreement on Privacy ABB is salient for governance interoperability because it represents the specific rules established to establish the privacy and security framework.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnPrivacyContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract"> + <skos:notation><![CDATA[Agreement on Provision of Digital Public Services]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Agreement on Provision of Digital Public Services]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Agreement on Provision of Digital Public Services ABB is a Contract formalizing governance rules and conditions for the functioning of digital public services when delivering the service. + +Source: Inspired in the works by ISA2, and the EIF-related works + +Source reference: https://ec.europa.eu/isa2/isa2_en + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Digital Services Act: Commission welcomes political agreement on rules ensuring a safe and accountable online environment https://ec.europa.eu/commission/presscorner/detail/en/ip_22_2545 + +IoP Dimension: Governance IoP, Behavioural IoP + +LOST view: Organisational view + +Interoperability saliency: The Agreement on Provision of Digital Public Services ABB is salient for governance and behavioural interoperability because it (i) specifies concrete and binding rules and service conditions which set out the expected obligations and functionality of a digital public service that has to provide content to other consumer services, and (ii) defines the digital business capabilities and functionality expected by those services that will consume the content. + +Identifier: http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract + +eira:ID: http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract + +ABB name: eira:AgreementOnProvisionOfDigitalPublicServicesContract + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 21/04/2021 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract" /> + <eira:AgreementOnProvisionOfDigitalPublicServicesContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract_Properties"> + <skos:notation><![CDATA[Properties of Agreement on Provision of Digital Public Services]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Agreement on Provision of Digital Public Services]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract" /> + <eira:PURI>http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract</eira:PURI> + <dcterms:type>eira:AgreementOnProvisionOfDigitalPublicServicesContract</dcterms:type> + <dcterms:modified>2021-04-21</dcterms:modified> + <skos:definition><![CDATA[Agreement on Provision of Digital Public Services ABB is a Contract formalizing governance rules and conditions for the functioning of digital public services when delivering the service.]]></skos:definition> + <eira:definitionSource>Inspired in the works by ISA2, and the EIF-related works</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/isa2_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Digital Services Act: Commission welcomes political agreement on rules ensuring a safe and accountable online environment https://ec.europa.eu/commission/presscorner/detail/en/ip_22_2545]]></skos:example> + <eira:iopSaliency><![CDATA[The Agreement on Provision of Digital Public Services ABB is salient for governance and behavioural interoperability because it (i) specifies concrete and binding rules and service conditions which set out the expected obligations and functionality of a digital public service that has to provide content to other consumer services, and (ii) defines the digital business capabilities and functionality expected by those services that will consume the content.]]></eira:iopSaliency> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract"> + <skos:notation><![CDATA[Legal Interoperability Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Legal Interoperability Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Legal Interoperability Agreement ABB is a Contract formalizing governance rules enabling collaboration between digital public services. + +Source: EIF + +Source reference: https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf#page=27 + +Additional information: The legal Interoperability Agreement ABB is a specialisation of the Legal Agreement. It aims to coordinate or harmonize efficient exchange models between digital public services within a Public Administration and/or cross Public Administrations. + +Example: RDA-CODATA - Agreement that provides the guidelines and principles on the legal interoperability of research data. (http://www.codata.org/uploads/Legal%20Interoperability%20Principles%20and%20Implementation%20Guidelines_Final2.pdf) + +IoP Dimension: Governance IoP, Behavioural IoP + +LOST view: Legal view + +Interoperability saliency: The Legal Interoperability Agreement ABB is a key interoperability enabler (*) for governance, organizational and legal interoperability by (i) foundations and requirements that enable the seamless exchange of data, information, and knowledge; and (ii) agreement on digital business capabilities that can map locally aligned processes between public administrations. + +Identifier: http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract + +eira:ID: ABB226 + +ABB name: eira:LegalInteroperabilityAgreementContract + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-10-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/EifPrinciple" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/LegalAgreementContract" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/NationalLegalInteroperabilityAgreementContract" /> + <eira:LegalInteroperabilityAgreementContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract_Properties"> + <skos:notation><![CDATA[Properties of Legal Interoperability Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Legal Interoperability Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract</eira:PURI> + <dcterms:type>eira:LegalInteroperabilityAgreementContract</dcterms:type> + <dcterms:modified>2023-10-1</dcterms:modified> + <skos:definition><![CDATA[Legal Interoperability Agreement ABB is a Contract formalizing governance rules enabling collaboration between digital public services.]]></skos:definition> + <eira:definitionSource>EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf#page=27]]></eira:definitionSourceReference> + <skos:example><![CDATA[RDA-CODATA - Agreement that provides the guidelines and principles on the legal interoperability of research data. (http://www.codata.org/uploads/Legal%20Interoperability%20Principles%20and%20Implementation%20Guidelines_Final2.pdf)]]></skos:example> + <eira:iopSaliency><![CDATA[The Legal Interoperability Agreement ABB is a key interoperability enabler (*) for governance, organizational and legal interoperability by (i) foundations and requirements that enable the seamless exchange of data, information, and knowledge; and (ii) agreement on digital business capabilities that can map locally aligned processes between public administrations.]]></eira:iopSaliency> + <skos:note><![CDATA[The legal Interoperability Agreement ABB is a specialisation of the Legal Agreement. It aims to coordinate or harmonize efficient exchange models between digital public services within a Public Administration and/or cross Public Administrations.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticAgreementContract"> + <skos:notation><![CDATA[Semantic Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SemanticAgreementContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Semantic Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Semantic Agreement ABB is a Contract formalising an agreement from a peer to the common ontology that is the result of a matching or mapping process that is used to resolve their semantic discrepancies. The combination matching process consists of a linguistic base, internal and external structure comparison. The result of the matching combination will be used to develop an agreement unit as a component of the agreement. There are some assumptions for the agreement, such as using the same language to represent the schema/ontology, labels and the meaning of a concept, and there is no individual at the common ontology. + +Source: Joinup + +Source reference: https://joinup.ec.europa.eu/taxonomy/term/http_e_f_fdata_ceuropa_ceu_fdr8_fSemanticAgreement + +Additional information: The combination matching process consists of linguistic base, internal and external structure comparison. Result of matching combination will be used to develop agreement unit as component of agreement. There are some assumptions for the agreement, such as using same language to representation of schema/ontology, labels represent the meaning of concept, and there is no individual at the common ontology. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): SEMIC - "Supporting alignments and agreements on common definitions and specifications at the semantic layer for the Member States and the EU institutions". https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/about -Eurostat transformation service -The transformation service allows datasets to be converted from one file format to another, optionally performing additional tasks, such as mapping and transcoding. -The service is operational but is currently only available for internal consumption within Eurostat. However, the source code of both web service and software component is available in the SDMX webspace: -http://ec.europa.eu/eurostat/web/sdmx-infospace/validation-transformation/transformation-services - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB40</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataTransformationComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataTransformationComponent"> - <skos:notation>DataTransformationComponent</skos:notation> - <skos:prefLabel xml:lang="en">Data Transformation Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionality of conversion of data from one data representation to another. - -Source: ISA2 � EIA Action +IoP Dimension: Governance IoP -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Data Transformation Component ABB �is salient for technical interoperability because it enables the implementation of the functionalities to transform internal data structures to common and agreed interoperable formats as stated in the EIF recommendation n� 41: "Establish procedures and processes to integrate the opening of data in your common business processes, working routines, and in the development of new information systems." +LOST view: Semantic view + +Interoperability saliency: The Semantic Agreement ABB is a key interoperability enabler because it supports semantic governance by enabling collaboration between digital public services. + +Identifier: http://data.europa.eu/dr8/SemanticAgreementContract + +eira:ID: ABB374 + +ABB name: eira:SemanticAgreementContract + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-16-01 + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract" /> + <eira:SemanticAgreementContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticAgreementContract_Properties"> + <skos:notation><![CDATA[Properties of Semantic Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SemanticAgreementContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Semantic Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/SemanticAgreementContract</eira:PURI> + <dcterms:type>eira:SemanticAgreementContract</dcterms:type> + <dcterms:modified>2023-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Semantic Agreement ABB is a Contract formalising an agreement from a peer to the common ontology that is the result of a matching or mapping process that is used to resolve their semantic discrepancies. The combination matching process consists of a linguistic base, internal and external structure comparison. The result of the matching combination will be used to develop an agreement unit as a component of the agreement. There are some assumptions for the agreement, such as using the same language to represent the schema/ontology, labels and the meaning of a concept, and there is no individual at the common ontology.]]></skos:definition> + <eira:definitionSource>Joinup</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/taxonomy/term/http_e_f_fdata_ceuropa_ceu_fdr8_fSemanticAgreement]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): SEMIC - "Supporting alignments and agreements on common definitions and specifications at the semantic layer for the Member States and the EU institutions". https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/about]]></skos:example> + <eira:iopSaliency><![CDATA[The Semantic Agreement ABB is a key interoperability enabler because it supports semantic governance by enabling collaboration between digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[The combination matching process consists of linguistic base, internal and external structure comparison. Result of matching combination will be used to develop agreement unit as component of agreement. There are some assumptions for the agreement, such as using same language to representation of schema/ontology, labels represent the meaning of concept, and there is no individual at the common ontology.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SemanticAgreementContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract"> + <skos:notation><![CDATA[Agreement on Interoperability Security]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Agreement on Interoperability Security]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Agreement on Interoperability Security ABB is a Contract formalizing governance rules and conditions to grant the identification, authorization, and transmission of the data, information and knowledge being exchanged between digital public services. + +Source: Inspired in the works by ISA2, and the EIF-related works + +Source reference: https://ec.europa.eu/isa2/isa2_en + +Additional information: The interoperability security pays special attention to the integrity of the data, the non-repudiation, and the verification of absence of malware or other malicious content in the exchanged information. Agreements on Interoperability Security are usually aggregated to more general security frameworks covering the security of the life cycle of the data, including the the secured disposition of the data and information (i.e., transfer or secured deletetion; cfr. MoReq retention policy and plan), etc. + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): New EU Cybersecurity Strategy and new rules to make physical and digital critical entities more resilient. https://ec.europa.eu/commission/presscorner/detail/en/IP_20_2391 + +IoP Dimension: Governance IoP, Behavioural IoP + +LOST view: Organisational view + +Interoperability saliency: The Agreement on Interoperability Security ABB is salient for governance and behavioural interoperability because it (i) sets the conditions under which the collaboration between digital public services must take place in a secure and controlled way, and (ii) can define the security-related business capabilities of the digital public services that exchange data, information and knowledge. + +Identifier: http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract + +eira:ID: http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract + +ABB name: eira:AgreementOnInteroperabilitySecurityContract + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityFrameworkBusinessObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract" /> + <eira:AgreementOnInteroperabilitySecurityContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract_Properties"> + <skos:notation><![CDATA[Properties of Agreement on Interoperability Security]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Agreement on Interoperability Security]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract" /> + <eira:PURI>http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract</eira:PURI> + <dcterms:type>eira:AgreementOnInteroperabilitySecurityContract</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <skos:definition><![CDATA[Agreement on Interoperability Security ABB is a Contract formalizing governance rules and conditions to grant the identification, authorization, and transmission of the data, information and knowledge being exchanged between digital public services.]]></skos:definition> + <eira:definitionSource>Inspired in the works by ISA2, and the EIF-related works</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/isa2_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): New EU Cybersecurity Strategy and new rules to make physical and digital critical entities more resilient. https://ec.europa.eu/commission/presscorner/detail/en/IP_20_2391]]></skos:example> + <eira:iopSaliency><![CDATA[The Agreement on Interoperability Security ABB is salient for governance and behavioural interoperability because it (i) sets the conditions under which the collaboration between digital public services must take place in a secure and controlled way, and (ii) can define the security-related business capabilities of the digital public services that exchange data, information and knowledge.]]></eira:iopSaliency> + <skos:note><![CDATA[The interoperability security pays special attention to the integrity of the data, the non-repudiation, and the verification of absence of malware or other malicious content in the exchanged information. Agreements on Interoperability Security are usually aggregated to more general security frameworks covering the security of the life cycle of the data, including the the secured disposition of the data and information (i.e., transfer or secured deletetion; cfr. MoReq retention policy and plan), etc.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceLevelAgreementContract"> + <skos:notation><![CDATA[Service Level Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceLevelAgreementContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Service Level Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Service Level Agreement ABB is a Contract formalising the agreement between a service provider and a customer or client that outlines the level of service that will be provided, as well as the metrics that will be used to measure the quality of the service + +Source: EIF + +Source reference: https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf#page=27 + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ETA - The European Technical Assessment (ETA) is an alternative for construction products not covered by a harmonised standard. It is a document providing information on their performance assessment. The procedure is established in the Construction Products Regulation and offers a way for manufacturers to draw up the Declaration of Performance and affix the CE marking. It contributes to the free movement of construction products and the creation of a strong Single Market. https://ec.europa.eu/growth/sectors/construction/product-regulation/european-assessment_en -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Governance IoP -Eurostat SDMX converter -Eurostat SDMX converter -The SDMX Converter is a tool that converts statistical datasets between different formats. It is a Java application which is actively developed by Eurostat and is published as open source software. -http://ec.europa.eu/eurostat/web/sdmx-infospace/sdmx-it-tools/sdmx-converter - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB61</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataTransformationService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataValidationService"> - <skos:notation>DataValidationService</skos:notation> - <skos:prefLabel xml:lang="en">Data Validation Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of referring to any activity aimed at verifying that the value of a data item comes from a given set of acceptable values. Data validation may be followed by corrective actions, such as data editing or data imputation. - -Based on Eurostat Data Validation -http://ec.europa.eu/eurostat/data/data-validation +LOST view: Technical view - application + +Interoperability saliency: The Service Level Agreement ABB is a key interoperability enabler that introduces the agreed terms and conditions for the delivery a services. The SLA is relevant and enables interoperability because include the conditions that will determine and guide the delivery and therefore, the aspects regarding interoperability with regard of services, data and infrastructures. + +Identifier: http://data.europa.eu/dr8/ServiceLevelAgreementContract + +eira:ID: http://data.europa.eu/dr8/ServiceLevelAgreementContract + +ABB name: eira:ServiceLevelAgreementContract + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-17-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/TechnicalAgreementContract" /> + <eira:ServiceLevelAgreementContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceLevelAgreementContract_Properties"> + <skos:notation><![CDATA[Properties of Service Level Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceLevelAgreementContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Service Level Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceLevelAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/ServiceLevelAgreementContract</eira:PURI> + <dcterms:type>eira:ServiceLevelAgreementContract</dcterms:type> + <dcterms:modified>2022-01-17</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Service Level Agreement ABB is a Contract formalising the agreement between a service provider and a customer or client that outlines the level of service that will be provided, as well as the metrics that will be used to measure the quality of the service]]></skos:definition> + <eira:definitionSource>EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf#page=27]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ETA - The European Technical Assessment (ETA) is an alternative for construction products not covered by a harmonised standard. It is a document providing information on their performance assessment. The procedure is established in the Construction Products Regulation and offers a way for manufacturers to draw up the Declaration of Performance and affix the CE marking. It contributes to the free movement of construction products and the creation of a strong Single Market. https://ec.europa.eu/growth/sectors/construction/product-regulation/european-assessment_en]]></skos:example> + <eira:iopSaliency><![CDATA[The Service Level Agreement ABB is a key interoperability enabler that introduces the agreed terms and conditions for the delivery a services. The SLA is relevant and enables interoperability because include the conditions that will determine and guide the delivery and therefore, the aspects regarding interoperability with regard of services, data and infrastructures.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceLevelAgreementContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalAgreementContract"> + <skos:notation><![CDATA[Organisational Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalAgreementContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Organisational Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Organisational Agreement ABB is a Contract enabling any agreement to which the Organisation or any Restricted Subsidiary is a party pursuant. + +Source: Inspired in the Law Insider dictionary definition + +Source reference: https://www.lawinsider.com/dictionary/organizational-agreement + +Synonym: Governance Agreement + +Additional information: For example (among other things), fees are paid to the organisation or to a delegated party in exchange for organizational, managing, consulting or similar services. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DSI Organisational Agreement: The Trust and Golden agreement hereby consent to this assignment by SAC of its rights under the Organizational Agreement to DSI and the assumption by DSI of SAC's interest in such Agreement and the duties and obligations thereunder, and agree, subject to the terms and conditions of said Agreement, to look to DSI for the performance of the duties and obligations formerly owed by SAC under said Agreement. https://www.sec.gov/Archives/edgar/data/1618181/000119312518153039/d419625dex42.htm + +IoP Dimension: Governance IoP, Behavioural IoP + +LOST view: Organisational view + +Interoperability saliency: The Organisational Agreement ABB is relevant for governance and behavioural interoperability because it sets the foundations and management for (i) controlling the collaborations and data flows established between public digital services, and (ii) specifying the digital business capabilities expected from the public digital services. + +Identifier: http://data.europa.eu/dr8/OrganisationalAgreementContract + +eira:ID: ABB371 + +ABB name: eira:OrganisationalAgreementContract + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-13-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataOwnerBusinessRole" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract" /> + <eira:OrganisationalAgreementContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalAgreementContract_Properties"> + <skos:notation><![CDATA[Properties of Organisational Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalAgreementContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Organisational Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/OrganisationalAgreementContract</eira:PURI> + <dcterms:type>eira:OrganisationalAgreementContract</dcterms:type> + <dcterms:modified>2022-01-13</dcterms:modified> + <eira:synonym>Governance Agreement</eira:synonym> + <skos:definition><![CDATA[Organisational Agreement ABB is a Contract enabling any agreement to which the Organisation or any Restricted Subsidiary is a party pursuant.]]></skos:definition> + <eira:definitionSource>Inspired in the Law Insider dictionary definition</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.lawinsider.com/dictionary/organizational-agreement]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DSI Organisational Agreement: The Trust and Golden agreement hereby consent to this assignment by SAC of its rights under the Organizational Agreement to DSI and the assumption by DSI of SAC's interest in such Agreement and the duties and obligations thereunder, and agree, subject to the terms and conditions of said Agreement, to look to DSI for the performance of the duties and obligations formerly owed by SAC under said Agreement. https://www.sec.gov/Archives/edgar/data/1618181/000119312518153039/d419625dex42.htm]]></skos:example> + <eira:iopSaliency><![CDATA[The Organisational Agreement ABB is relevant for governance and behavioural interoperability because it sets the foundations and management for (i) controlling the collaborations and data flows established between public digital services, and (ii) specifying the digital business capabilities expected from the public digital services.]]></eira:iopSaliency> + <skos:note><![CDATA[For example (among other things), fees are paid to the organisation or to a delegated party in exchange for organizational, managing, consulting or similar services.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalAgreementContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOnDataSharingContract"> + <skos:notation><![CDATA[Agreement on Data Sharing]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnDataSharingContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Agreement on Data Sharing]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Agreement on Data Sharing ABB is a Contract formalizing the information requirements, syntax bindings, protocols and semantic artefacts that must be used for the exchange of data. + +Source: Inspired in the works by ISA2 (e.g. SEMIC), and the EIF-related works + +Source reference: https://ec.europa.eu/isa2/isa2_en + +Additional information: Semantic and business rules as well as validation methods, artefacts and solutions are expected to be mentioned in the contract. + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): PEPPOL's data sharing agreements + +IoP Dimension: Governance IoP, Behavioural IoP + +LOST view: Organisational view + +Interoperability saliency: Agreements on Data Sharing are salient for governance and behavioural interoperability because (i) it sets the rules necessary for the security and quality assurance of the data to be exchanged, (ii) the agreements on data sharing indicate the business capabilities and technical resources agreed to execute the control on the security and quality of the data being that is exchanged. + +Identifier: http://data.europa.eu/dr8/AgreementOnDataSharingContract + +eira:ID: http://data.europa.eu/dr8/AgreementOnDataSharingContract + +ABB name: eira:AgreementOnDataSharingContract + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract" /> + <eira:AgreementOnDataSharingContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOnDataSharingContract_Properties"> + <skos:notation><![CDATA[Properties of Agreement on Data Sharing]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnDataSharingContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Agreement on Data Sharing]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgreementOnDataSharingContract" /> + <eira:PURI>http://data.europa.eu/dr8/AgreementOnDataSharingContract</eira:PURI> + <dcterms:type>eira:AgreementOnDataSharingContract</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <skos:definition><![CDATA[Agreement on Data Sharing ABB is a Contract formalizing the information requirements, syntax bindings, protocols and semantic artefacts that must be used for the exchange of data.]]></skos:definition> + <eira:definitionSource>Inspired in the works by ISA2 (e.g. SEMIC), and the EIF-related works</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/isa2_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): PEPPOL's data sharing agreements]]></skos:example> + <eira:iopSaliency><![CDATA[Agreements on Data Sharing are salient for governance and behavioural interoperability because (i) it sets the rules necessary for the security and quality assurance of the data to be exchanged, (ii) the agreements on data sharing indicate the business capabilities and technical resources agreed to execute the control on the security and quality of the data being that is exchanged.]]></eira:iopSaliency> + <skos:note><![CDATA[Semantic and business rules as well as validation methods, artefacts and solutions are expected to be mentioned in the contract.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnDataSharingContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalAgreementContract"> + <skos:notation><![CDATA[Legal Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalAgreementContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Legal Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Legal Agreement ABB is a Contract enabling collaboration between digital public services cross legal jurisdictions. + +Source: EIF + +Source reference: https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex%3A12016E207 + +Additional information: Generally speaking a Legal Agreement Contract t is of a generic not binding nature like the declarations of Tallinn and Berlin (typically involving many legal jurisdictions). Legal agreements of binding nature typically take the form of binding legal acts like the reference list of offences punishable in the European arrest warrant (2002/584/JHA: Council Framework Decision of 13 June 2002). + +Example: An example of a treaty that does have provisions for further binding agreements is the UN Charter. By signing and ratifying the Charter, countries agreed to be legally bound by resolutions passed by UN bodies such as the General Assembly and the Security Council. Thus, UN resolutions are legally binding on UN Member States, and no signature or ratification is necessary. https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwiA3djvvbT2AhX1SPEDHdmuCqMQFnoECAYQAQ&url=https%3A%2F%2Fwww.phe.gov%2Fs3%2Flaw%2FPages%2FInternational.aspx&usg=AOvVaw23fJMEr0G7JOPyleNl2lrd -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Data Validation Service ABB �is salient for technical interoperability because it shares the functionality to validate if data received (or to be sent) is compliant with common and agreed interoperable formats as stated in the EIF recommendation n� 41: "Establish procedures and processes to integrate the opening of data in your common business processes, working routines, and in the development of new information systems." +IoP Dimension: Governance IoP + +LOST view: Legal view + +Interoperability saliency: The Legal Agreement ABB is salient for the governance interoperability because it sets the foundations for the coordination or harmonization between different legislations. Also this ABB is salient for the legal governance in the way of establishing the required business rules facilitate data exchange between public services at lower level. + +Identifier: http://data.europa.eu/dr8/LegalAgreementContract + +eira:ID: ABB630 + +ABB name: eira:LegalAgreementContract + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-10-01 + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract" /> + <eira:LegalAgreementContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalAgreementContract_Properties"> + <skos:notation><![CDATA[Properties of Legal Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalAgreementContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Legal Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/LegalAgreementContract</eira:PURI> + <dcterms:type>eira:LegalAgreementContract</dcterms:type> + <dcterms:modified>2023-10-1</dcterms:modified> + <skos:definition><![CDATA[Legal Agreement ABB is a Contract enabling collaboration between digital public services cross legal jurisdictions.]]></skos:definition> + <eira:definitionSource>EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex%3A12016E207]]></eira:definitionSourceReference> + <skos:example><![CDATA[An example of a treaty that does have provisions for further binding agreements is the UN Charter. By signing and ratifying the Charter, countries agreed to be legally bound by resolutions passed by UN bodies such as the General Assembly and the Security Council. Thus, UN resolutions are legally binding on UN Member States, and no signature or ratification is necessary. https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwiA3djvvbT2AhX1SPEDHdmuCqMQFnoECAYQAQ&url=https%3A%2F%2Fwww.phe.gov%2Fs3%2Flaw%2FPages%2FInternational.aspx&usg=AOvVaw23fJMEr0G7JOPyleNl2lrd]]></skos:example> + <eira:iopSaliency><![CDATA[The Legal Agreement ABB is salient for the governance interoperability because it sets the foundations for the coordination or harmonization between different legislations. Also this ABB is salient for the legal governance in the way of establishing the required business rules facilitate data exchange between public services at lower level.]]></eira:iopSaliency> + <skos:note><![CDATA[Generally speaking a Legal Agreement Contract t is of a generic not binding nature like the declarations of Tallinn and Berlin (typically involving many legal jurisdictions). Legal agreements of binding nature typically take the form of binding legal acts like the reference list of offences punishable in the European arrest warrant (2002/584/JHA: Council Framework Decision of 13 June 2002).]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/LegalAgreementContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FrameworkAgreementContract"> + <skos:notation><![CDATA[Framework Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FrameworkAgreementContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Framework Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Framework Agreement ABB is a Contract providing an arrangement between one or more entity that provide the terms governing contracts to be established for a certain period of time, in particular with regard to price and, where necessary, the quantity envisaged. Other repetitive conditions known in advance, such as the place of delivery, may be included. They are also called blanket purchase agreements and master ordering agreements. Essentially, they are intended to provide expeditious ordering of commonly used, off-the-shelf goods, purchased on the basis of lowest price. + +Source: Unece +(https://tfig.unece.org/contents/framework-agreements.htm) EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Eurostat Struval -The Structural Validation service (called STRUVAL) performs structural validation of statistical data files following the SDMX Information Model for a given data flow. It ensures that a data file respects the following key elements: - -� SDMX compliance in terms of checks on file format and completeness in terms of mandatory fields; -� SDMX compliance in terms of the structure and coding defined by the Data Structure Definition (DSD); -� The constraints defined for respective data flows. - -The STRUVAL service returns a response containing a machine-readable message that is processed by the process manager. The invoker of the service receives a validation report, regardless of the result of the process (in case of no failures the reports hold no records). -http://ec.europa.eu/eurostat/web/sdmx-infospace/validation-transformation/structural-validation - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB42</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataValidationComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataValidationComponent"> - <skos:notation>DataValidationComponent</skos:notation> - <skos:prefLabel xml:lang="en">Data Validation Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionality of referring to any activity aimed at verifying that the value of a data item comes from a given set of acceptable values. Data validation may be followed by corrective actions, such as data editing or data imputation. In statistics, imputation is the process of replacing missing data with substituted values. - -Based on Eurostat Data Validation -http://ec.europa.eu/eurostat/data/data-validation +Ew-Shopp: +WeatherOntology.owl17 by Automation Systems Group of Technical University of Wien is a smart home ontology for weather phenomena and exterior conditions. It was issued in 2011 +and the ontology imports and extends W3C’s Time ontology. The ontology covers a wide +range of weather and climate data, such as atmospheric pressure, humidity, precipitation, +temperature, wind, etc. The ontology was reviewed in deliverable D3.3 (v2)18 of the +READY4SmartCities (ICT Roadmap and Data Interoperability for Energy Systems in Smart +Cities) FP7 European project (Grant Agreement No. 608711) in September 2015. + +Source: (https://ec.europa.eu/research/participants/documents/downloadPublic?documentIds=080166e5b4c5d61e&appId=PPGMS)]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalAgreementContract" /> + <eira:FrameworkAgreementContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FrameworkAgreementContract_Properties"> + <skos:notation><![CDATA[Properties of Framework Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FrameworkAgreementContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Framework Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/FrameworkAgreementContract" /> + <dcterms:type>eira:FrameworkAgreementContract</dcterms:type> + <eira:PURI>http://data.europa.eu/dr8/FrameworkAgreementContract</eira:PURI> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/FrameworkAgreementContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilitySpecificationContract"> + <skos:notation><![CDATA[Interoperability Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilitySpecificationContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Interoperability Specification ABB is a Contract with highest possible level of granularity on an EIRA SBB, formulated as an agreed normative statement in design terms on a legal, organisational, semantic, or technical attribute of an European Public Service. It can refer to existing standards or specifications -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Data Validation Component ABB �is salient for technical interoperability because it allows the implementation of the functionality to validate if data received (or to be sent) is compliant with common and agreed interoperable formats as stated in the EIF recommendation n� 41: "Establish procedures and processes to integrate the opening of data in your common business processes, working routines, and in the development of new information systems." +Source: ISA2 -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source reference: https://joinup.ec.europa.eu/taxonomy/term/http_e_f_fdata_ceuropa_ceu_fdr8_fInteroperabilitySpecification#:~:text=DESCRIPTION%3A%20An%20Interoperability%20Specification%20is%20a%20document%20of,It%20can%20refer%20to%20existing%20standards%20or%20specifications + +Interoperability saliency: The interoperability specification ABB is salient for legal interoperability because it establishes the normative statements for ensuring interoperability in public services. This ABB is salient for organizational interoperability by establishing the business principles to exchange data between public services. The Interoperability specification ABB is salient for semantic interoperability too in terms of identifying technical standards for the exchange of information between public services. And finally, the ABB is salient for technical interoperability due to it determines the technical requirements to implement the interoperability between public services. + +Identifier: http://data.europa.eu/dr8/InteroperabilitySpecificationContract + +eira:ID: http://data.europa.eu/dr8/InteroperabilitySpecificationContract + +ABB name: eira:InteroperabilitySpecificationContract + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityRequirement" /> + <eira:InteroperabilitySpecificationContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilitySpecificationContract_Properties"> + <skos:notation><![CDATA[Properties of Interoperability Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilitySpecificationContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperability Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecificationContract" /> + <eira:PURI>http://data.europa.eu/dr8/InteroperabilitySpecificationContract</eira:PURI> + <dcterms:type>eira:InteroperabilitySpecificationContract</dcterms:type> + <dcterms:modified>2023-04-19</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Interoperability Specification ABB is a Contract with most detail possible level of granularity on an EIRA SBB, formulated as an agreed normative statement in design terms on a legal, organisational, semantic, or technical attribute of an European Public Service. It can refer to existing standards or specifications]]></skos:definition> + <eira:definitionSource>ISA2</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/taxonomy/term/http_e_f_fdata_ceuropa_ceu_fdr8_fInteroperabilitySpecification#:~:text=DESCRIPTION%3A%20An%20Interoperability%20Specification%20is%20a%20document%20of,It%20can%20refer%20to%20existing%20standards%20or%20specifications]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[The interoperability specification ABB is salient for legal interoperability because it establishes the normative statements for ensuring interoperability in public services. This ABB is salient for organizational interoperability by establishing the business principles to exchange data between public services. The Interoperability specification ABB is salient for semantic interoperability too in terms of identifying technical standards for the exchange of information between public services. And finally, the ABB is salient for technical interoperability due to it determines the technical requirements to implement the interoperability between public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:view>Organisational view</eira:view> + <eira:view>Semantic view</eira:view> + <eira:view>Technical view - application</eira:view> + <eira:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilitySpecificationContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract"> + <skos:notation><![CDATA[Organisational Interoperability Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Organisational Interoperability Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Organisational Interoperability Agreement ABB is a Contract formalising governance rules enabling collaboration between digital public services with enabling seamless interoperability enablement value. + +Source: Inspired in the works by ISA2, and the EIF-related works + +Source reference: https://ec.europa.eu/isa2/isa2_en + +Additional information: (*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector. The agreement should include purposes and goals, terms and conditions, governance, and the description of the channel(s). The EIRA© differentiates the following Interoperability Agreements: • Interoperability Service Agreement (between Public Service Consumers and Public Service Providers; • Interoperability Collaboration Agreement (between Organisations); or • Interoperability Provider Agreement (between Public Service Providers). + +Example: ICAO Service Level Agreement Template - A Service Level Agreement (SLA) is an example of Interoperability Agreement in which parties agree on the description of the services to be provided by one or several parties to the other one(s). The SLA tackles topics like: service description, optional services, exclusions, limitations, service levels, service credits, escalation procedure, reporting and points of contact. (https://www.icao.int/ESAF/Documents/APIRG/APIRG18/Docs/wp17_appendices_en.pdf) + +IoP Dimension: Governance IoP, Behavioural IoP + +LOST view: Organisational view + +Interoperability saliency: The Organisational Interoperability Agreement ABB is a key interoperability enabler (*) for governance and behavioural interoperability by (i) binding documents which set out the precise obligations of two parties cooperating across an ‘interface’ to achieve interoperability; (ii) enabling the collaborations and data flows established between the public digital services, and (iii) enabling digital business capabilities expected from the public digital services. + +Identifier: http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract + +eira:ID: ABB119 + +ABB name: eira:OrganisationalInteroperabilityAgreementContract + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-13-01 + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/AgreementOnDataSharingContract" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/OrganisationalAgreementContract" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/AgreementOnPrivacyContract" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract" /> + <eira:OrganisationalInteroperabilityAgreementContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract_Properties"> + <skos:notation><![CDATA[Properties of Organisational Interoperability Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Organisational Interoperability Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract</eira:PURI> + <dcterms:type>eira:OrganisationalInteroperabilityAgreementContract</dcterms:type> + <dcterms:modified>2022-01-13</dcterms:modified> + <skos:definition><![CDATA[Organisational Interoperability Agreement ABB is a Contract formalising governance rules enabling collaboration between digital public services with enabling seamless interoperability enablement value.]]></skos:definition> + <eira:definitionSource>Inspired in the works by ISA2, and the EIF-related works</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/isa2_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[ICAO Service Level Agreement Template - A Service Level Agreement (SLA) is an example of Interoperability Agreement in which parties agree on the description of the services to be provided by one or several parties to the other one(s). The SLA tackles topics like: service description, optional services, exclusions, limitations, service levels, service credits, escalation procedure, reporting and points of contact. (https://www.icao.int/ESAF/Documents/APIRG/APIRG18/Docs/wp17_appendices_en.pdf)]]></skos:example> + <eira:iopSaliency><![CDATA[The Organisational Interoperability Agreement ABB is a key interoperability enabler (*) for governance and behavioural interoperability by (i) binding documents which set out the precise obligations of two parties cooperating across an ‘interface’ to achieve interoperability; (ii) enabling the collaborations and data flows established between the public digital services, and (iii) enabling digital business capabilities expected from the public digital services.]]></eira:iopSaliency> + <skos:note><![CDATA[(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector. The agreement should include purposes and goals, terms and conditions, governance, and the description of the channel(s). The EIRA© differentiates the following Interoperability Agreements: • Interoperability Service Agreement (between Public Service Consumers and Public Service Providers; • Interoperability Collaboration Agreement (between Organisations); or • Interoperability Provider Agreement (between Public Service Providers).]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalAgreementContract"> + <skos:notation><![CDATA[Technical Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalAgreementContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Technical Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Technical Agreement ABB is a Contract formalising a framework and a privileged forum to identify common interests, priorities, policy dialogue, and the necessary tools for Strategic & Technological collaboration. + +Source: EUR-LEX + +Source reference: https://eur-lex.europa.eu/collection/eu-law/inter-agree.html + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): WTO Data Exchange technical agrement: The agreement regulates the echange of data between systems and applications. https://olc.worldbank.org/sites/default/files/PMT-4.pdf -Hibernate Validator -Express validation rules in a standardized way using annotation-based constraints and benefit from transparent integration with a wide variety of frameworks. -Application layer agnostic validation: Hibernate Validator allows to express and validate application constraints. The default metadata source are annotations, with the ability to override and extend through the use of XML. It is not tied to a specific application tier or programming model and is available for both server and client application programming. -Hibernate Validator presents the following characteristics: - -� Extendable: Hibernate Validator offers a configurable bootstrap API as well as a range of built-in constraints. The latter can easily be extended by creating custom constraints. -� Rich metadata API: Hibernate Validator gives access to constraint configuration via a metadata API facilitating, for example, tooling integration. -� Reference implementation: Hibernate Validator 6.x is the reference implementation Bean Validation 2.0. -� Added value: Hibernate Validator offers additional value on top of the features required by Bean Validation. For example, a programmatic constraint configuration API as well as an annotation processor which plugs into the build process and raises compilation errors whenever constraint annotations are incorrectly used. - -http://hibernate.org/validator/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB63</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataValidationService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceDiscoveryService"> - <skos:notation>ServiceDiscoveryService</skos:notation> - <skos:prefLabel xml:lang="en">Service Discovery Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of locating a machine-processable description of a service-related resource that may have been previously unknown and that meets certain functional criteria. It involves matching a set of functional and other criteria with a set of resource descriptions. The goal is to find an appropriate service-related resource. +IoP Dimension: Governance IoP -Based on W3C -https://www.w3.org/TR/2004/NOTE-ws-gloss-20040211/ +LOST view: Technical view - application + +Interoperability saliency: The Technical Agreement ABB is a key interoperability enabler because it supports technical governance interoperability by enabling collaboration between digital public services. + +Identifier: http://data.europa.eu/dr8/TechnicalAgreementContract + +eira:ID: ABB377 + +ABB name: eira:TechnicalAgreementContract + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-17-01 + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ServiceLevelAgreementContract" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract" /> + <eira:TechnicalAgreementContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalAgreementContract_Properties"> + <skos:notation><![CDATA[Properties of Technical Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalAgreementContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Technical Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/TechnicalAgreementContract</eira:PURI> + <dcterms:type>eira:TechnicalAgreementContract</dcterms:type> + <dcterms:modified>2022-01-17</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Technical Agreement ABB is a Contract formalising a framework and a privileged forum to identify common interests, priorities, policy dialogue, and the necessary tools for Strategic & Technological collaboration.]]></skos:definition> + <eira:definitionSource>EUR-LEX</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/collection/eu-law/inter-agree.html]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): WTO Data Exchange technical agrement: The agreement regulates the echange of data between systems and applications. https://olc.worldbank.org/sites/default/files/PMT-4.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[The Technical Agreement ABB is a key interoperability enabler because it supports technical governance interoperability by enabling collaboration between digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalAgreementContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NationalLegalInteroperabilityAgreementContract"> + <skos:notation><![CDATA[National Legal Interoperability Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NationalLegalInteroperabilityAgreementContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[National Legal Interoperability Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: National Legal Interoperability Agreement ABB is a Contract formalizing governance rules enabling collaboration amongst different levels of administrations in a State. + +Source: Based on the definition in the EIF about Legal Interoperability Agreement, the National Interoperability Framework Observatory (see Joinup NIFO) and existing national legal interoperability agreements. + +Source reference: https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf#page=27 + +Additional information: The National Legal Interoperability Agreement ABB is a specialisation of the Legal Interoperability Agreement. It is considered a Shared Legal Content because it enables interoperability between different digital public services of one or multiple Public Administrations within a State. + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Agreement to pass the policy of e-Signture and Certificates for the interoperability between the digital public services of the Spanish Central Administration (https://www.boe.es/diario_boe/txt.php?id=BOE-A-2012-15066) + +IoP Dimension: Governance IoP, Behavioural IoP + +LOST view: Legal view + +Interoperability saliency: The European Legal Interoperability Agreement ABB is salient for the governance of interoperability because it lays the European framework between public administration to enable the interoperability between public services. The European Legal Interoperability Agreement ABB is also salient for the legal interoperability due to the legal foundations and requirements that enable the seamless exchange of data, information, and knowledge between European and EEA Member State digital public services. The European Legal Interoperability Agreement ABB is also salient for the organizational interoperability since, as a consequence of the agreement, digital business capabilities can be mapped and subsequently, the process can be aligned between the Member State and EEA Public Administrations and digital public services. + +Identifier: http://data.europa.eu/dr8/NationalLegalInteroperabilityAgreementContract + +eira:ID: https://joinup.ec.europa.eu/data/dr8/NationalLegalInteroperabilityAgreement + +ABB name: eira:NationalLegalInteroperabilityAgreementContract + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract" /> + <eira:NationalLegalInteroperabilityAgreementContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NationalLegalInteroperabilityAgreementContract_Properties"> + <skos:notation><![CDATA[Properties of National Legal Interoperability Agreement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NationalLegalInteroperabilityAgreementContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of National Legal Interoperability Agreement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/NationalLegalInteroperabilityAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/NationalLegalInteroperabilityAgreementContract</eira:PURI> + <dcterms:type>eira:NationalLegalInteroperabilityAgreementContract</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <skos:definition><![CDATA[National Legal Interoperability Agreement ABB is a Contract formalizing governance rules enabling collaboration amongst different levels of administrations in a State.]]></skos:definition> + <eira:definitionSource>Based on the definition in the EIF about Legal Interoperability Agreement, the National Interoperability Framework Observatory (see Joinup NIFO) and existing national legal interoperability agreements.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf#page=27]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Agreement to pass the policy of e-Signture and Certificates for the interoperability between the digital public services of the Spanish Central Administration (https://www.boe.es/diario_boe/txt.php?id=BOE-A-2012-15066)]]></skos:example> + <eira:iopSaliency><![CDATA[The European Legal Interoperability Agreement ABB is salient for the governance of interoperability because it lays the European framework between public administration to enable the interoperability between public services. The European Legal Interoperability Agreement ABB is also salient for the legal interoperability due to the legal foundations and requirements that enable the seamless exchange of data, information, and knowledge between European and EEA Member State digital public services. The European Legal Interoperability Agreement ABB is also salient for the organizational interoperability since, as a consequence of the agreement, digital business capabilities can be mapped and subsequently, the process can be aligned between the Member State and EEA Public Administrations and digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[The National Legal Interoperability Agreement ABB is a specialisation of the Legal Interoperability Agreement. It is considered a Shared Legal Content because it enables interoperability between different digital public services of one or multiple Public Administrations within a State.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/NationalLegalInteroperabilityAgreementContract</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreement"> + <skos:notation><![CDATA[European Legal Interoperability Agreeement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[European Legal Interoperability Agreeement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: European Legal Interoperability Agreement ABB is a Contract formalizing governance rules enabling collaboration amongst the EU and EEA Member States digital public services. + +Source: Based on the definition in the EIF about Legal Interoperability Agreement and existing European legal interoperability agreements + +Source reference: https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf#page=27 + +Additional information: The European Legal Interoperability Agreement ABB is a specialisation of the Legal Interoperability Agreement ABB. It is considered a Shared Legal Content because it enables interoperability between different EU MS and stakeholders. + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ELI, standing for European Legislation Identifier, is based on a voluntary agreement between EU countries, and aims to facilitate access, sharing and interconnection of legal information published in national, European and global systems. This facilitates their availability as open datasets, fostering their re-use. + +IoP Dimension: Governance IoP, Behavioural IoP + +LOST view: Legal view + +Interoperability saliency: The European Legal Interoperability Agreement ABB is salient for the governance of interoperability because it lays the European framework between public administration to enable the interoperability between public services. The European Legal Interoperability Agreement ABB is also salient for the legal interoperability due to the legal foundations and requirements that enable the seamless exchange of data, information, and knowledge between European and EEA Member State digital public services. The European Legal Interoperability Agreement ABB is also salient for the organizational interoperability since, as a consequence of the agreement, digital business capabilities can be mapped and subsequently, the process can be aligned between the Member State and EEA Public Administrations and digital public services. + +Identifier: https://joinup.ec.europa.eu/data/dr8/EuropeanLegalInteroperabilityAgreement + +eira:ID: https://joinup.ec.europa.eu/data/dr8/EuropeanLegalInteroperabilityAgreement + +ABB name: EuropeanLegalInteroperabilityAgreement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract" /> + <eira:EuropeanLegalInteroperabilityAgreement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreement_Properties"> + <skos:notation><![CDATA[Properties of European Legal Interoperability Agreeement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of European Legal Interoperability Agreeement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreement" /> + <eira:PURI>http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreement</eira:PURI> + <dcterms:type>EuropeanLegalInteroperabilityAgreement</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <skos:definition><![CDATA[European Legal Interoperability Agreement ABB is a Contract formalizing governance rules enabling collaboration amongst the EU and EEA Member States digital public services.]]></skos:definition> + <eira:definitionSource>Based on the definition in the EIF about Legal Interoperability Agreement and existing European legal interoperability agreements</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf#page=27]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ELI, standing for European Legislation Identifier, is based on a voluntary agreement between EU countries, and aims to facilitate access, sharing and interconnection of legal information published in national, European and global systems. This facilitates their availability as open datasets, fostering their re-use.]]></skos:example> + <eira:iopSaliency><![CDATA[The European Legal Interoperability Agreement ABB is salient for the governance of interoperability because it lays the European framework between public administration to enable the interoperability between public services. The European Legal Interoperability Agreement ABB is also salient for the legal interoperability due to the legal foundations and requirements that enable the seamless exchange of data, information, and knowledge between European and EEA Member State digital public services. The European Legal Interoperability Agreement ABB is also salient for the organizational interoperability since, as a consequence of the agreement, digital business capabilities can be mapped and subsequently, the process can be aligned between the Member State and EEA Public Administrations and digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[The European Legal Interoperability Agreement ABB is a specialisation of the Legal Interoperability Agreement ABB. It is considered a Shared Legal Content because it enables interoperability between different EU MS and stakeholders.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreement</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataRepresentation"> + <skos:notation><![CDATA[Data Representation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataRepresentation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Representation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Representation ABB is a Representation refers to the method or mechanism in which data is encoded and stored in a computer system. It involves transforming data from its original form into a format that can be processed and manipulated by a computer + +Source: Inspired in ArchiMate® definition + +Source reference: https://pubs.opengroup.org/architecture/archimate3-doc/chap08.html#_Toc10045383 + +Additional information: (*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ESPD data - XML representation: European Single Procurement Document (ESPD) is a self-declaration of the businesses' financial status, abilities and suitability for a public procurement procedure. It is available in all EU languages and used as a preliminary evidence of fulfilment of the conditions required in public procurement procedures across the EU. Thanks to the ESPD, the tenderers no longer have to provide full documentary evidence and different forms previously used in the EU procurement, which means a significant simplification of access to cross-border tendering opportunities. [...] The online form can be filled in, printed and then sent to the buyer together with the rest of the bid. (https://ec.europa.eu/tools/espd/filter?lang=en) -INTEROPERABILITY SALIENCY: IoP Dimension: Behavioral IoP -The Service Discovery Service ABB is salient for technical interoperability because it allows to discover service available for reuses as stated in the EIF recommendation n�36: "Develop a shared infrastructure of reusable services and information sources that can be used by all public administrations." -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): - -jUDDI -jUDDI is an open source Java implementation of OASIS the Universal Description, Discovery, and Integration (UDDI) specification for (Web) Services. The jUDDI project includes Scout. Scout is an implementation of the JSR 93 - JavaTM API for XML Registries 1.0 (JAXR). +LOST view: Semantic view + +Interoperability saliency: The Data Representation ABB is a key interoperability enabler because it ensures a common and unambiguous interpretation of Data (*). + +Identifier: http://data.europa.eu/dr8/DataRepresentation + +eira:ID: ABB182 + +ABB name: eira:DataRepresentation + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-16-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/KnowledgeRepresentation" /> + <eira:DataRepresentation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataRepresentation_Properties"> + <skos:notation><![CDATA[Properties of Data Representation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataRepresentation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Representation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataRepresentation" /> + <eira:PURI>http://data.europa.eu/dr8/DataRepresentation</eira:PURI> + <dcterms:type>eira:DataRepresentation</dcterms:type> + <dcterms:modified>2022-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Representation ABB is a Representation refers to the method or mechanism in which data is encoded and stored in a computer system. It involves transforming data from its original form into a format that can be processed and manipulated by a computer]]></skos:definition> + <eira:definitionSource>Inspired in ArchiMate® definition</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/archimate3-doc/chap08.html#_Toc10045383]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ESPD data - XML representation: European Single Procurement Document (ESPD) is a self-declaration of the businesses' financial status, abilities and suitability for a public procurement procedure. It is available in all EU languages and used as a preliminary evidence of fulfilment of the conditions required in public procurement procedures across the EU. Thanks to the ESPD, the tenderers no longer have to provide full documentary evidence and different forms previously used in the EU procurement, which means a significant simplification of access to cross-border tendering opportunities. [...] The online form can be filled in, printed and then sent to the buyer together with the rest of the bid. (https://ec.europa.eu/tools/espd/filter?lang=en)]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Representation ABB is a key interoperability enabler because it ensures a common and unambiguous interpretation of Data (*).]]></eira:iopSaliency> + <skos:note><![CDATA[(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataRepresentation</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LinkedOpenDataRepresentation"> + <skos:notation><![CDATA[Linked Open Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LinkedOpenDataRepresentation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Linked Open Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Linked Open Data ABB is a Representation that enables the procedures of publishing structured data enriched with metadata to ensure data understanding, connection, findability and link with informational resources. + +Source: EUROPEANA PRO + +Source reference: https://pro.europeana.eu/page/linked-open-data + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EuropeanaPro https://pro.europeana.eu/page/linked-open-data + +LOST view: Semantic view + +Interoperability saliency: The Linked Open Data Representation ABB is salient for semantic interoperability because it provides a set of publishing, sharing, and connection methods that allow linking and publishing the data from digital public services, making it more meaningful and increasing the quality and scope of data and services. Moreover, it increases data discoverability and maximises the reuse and exchange of data. + +Identifier: http://data.europa.eu/dr8/LinkedOpenData + +Identifier: http://data.europa.eu/dr8/LinkedOpenDataRepresentation + +eira:ID: http://data.europa.eu/dr8/LinkedOpenDataRepresentation + +ABB name: eira:LinkedOpenDataRepresentation + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-26-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/OpenDataRepresentation" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/LinkedDataRepresentation" /> + <eira:LinkedOpenDataRepresentation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LinkedOpenDataRepresentation_Properties"> + <skos:notation><![CDATA[Properties of Linked Open Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LinkedOpenDataRepresentation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Linked Open Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LinkedOpenDataRepresentation" /> + <dcterms:type>eira:LinkedOpenDataRepresentation</dcterms:type> + <dcterms:modified>2022-01-26</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Linked Open Data ABB is a Representation that enables the procedures of publishing structured data enriched with metadata to ensure data understanding, connection, findability and link with informational resources.]]></skos:definition> + <eira:definitionSource>EUROPEANA PRO</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pro.europeana.eu/page/linked-open-data]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EuropeanaPro https://pro.europeana.eu/page/linked-open-data]]></skos:example> + <eira:iopSaliency><![CDATA[The Linked Open Data Representation ABB is salient for semantic interoperability because it provides a set of publishing, sharing, and connection methods that allow linking and publishing the data from digital public services, making it more meaningful and increasing the quality and scope of data and services. Moreover, it increases data discoverability and maximises the reuse and exchange of data.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/LinkedOpenDataRepresentation</eira:PURI> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LinkedOpenDataRepresentation</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LinkedDataRepresentation"> + <skos:notation><![CDATA[Linked Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LinkedDataRepresentation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Linked Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Linked data ABB is a Representation that enables a set of principles and technologies for publishing, sharing, and connecting structured data on the web. + +Source: W3C-Linked Data + +Source reference: https://www.w3.org/standards/semanticweb/data + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Publications Office Linked Data Repository. https://op.europa.eu/en/linked-data + +LOST view: Semantic view + +Interoperability saliency: The Linked Data Representation ABB is salient for semantic interoperability because it provides a set of publishing, sharing, and connection methods that allow linking the data from digital public services, making it more meaningful and increasing the quality and scope of data and services. + +Identifier: http://data.europa.eu/dr8/LinkedDataRepresentation + +eira:ID: http://data.europa.eu/dr8/LinkedDataRepresentation + +ABB name: eira:LinkedDataRepresentation + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-26-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/LinkedOpenDataRepresentation" /> + <eira:LinkedDataRepresentation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LinkedDataRepresentation_Properties"> + <skos:notation><![CDATA[Properties of Linked Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LinkedDataRepresentation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Linked Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LinkedDataRepresentation" /> + <eira:PURI>http://data.europa.eu/dr8/LinkedDataRepresentation</eira:PURI> + <dcterms:type>eira:LinkedDataRepresentation</dcterms:type> + <dcterms:modified>2022-01-26</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Linked data ABB is a Representation that enables a set of principles and technologies for publishing, sharing, and connecting structured data on the web.]]></skos:definition> + <eira:definitionSource>W3C-Linked Data</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.w3.org/standards/semanticweb/data]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Publications Office Linked Data Repository. https://op.europa.eu/en/linked-data]]></skos:example> + <eira:iopSaliency><![CDATA[The Linked Data Representation ABB is salient for semantic interoperability because it provides a set of publishing, sharing, and connection methods that allow linking the data from digital public services, making it more meaningful and increasing the quality and scope of data and services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LinkedDataRepresentation</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalActRepresentation"> + <skos:notation><![CDATA[Legal Act Representation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalActRepresentation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Legal Act Representation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Legal Act Representation ABB is a Representation manifesting the content of a legal Act in a digital format, thus making possible digital public services to exchange such content. + +Source: Based on the IFLA concepts of 'manifestation' and Legal Act. + +Source reference: https://repository.ifla.org/handle/123456789/40 + +Additional information: Legal Act Representation can be human or machine readable. In the context of digital public services they are, either way, digitally supported (i.e., no physical sypports like paper or other that are not bytes are involved in the exchange of data and information). + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The XML specification Akoma Ntoso is used to address the need of the public administration and European Institutions to generate draft legislation in the legal XML format Akoma Ntoso (the OASIS TC LegalXMLDocument). This specification is used by LEOS (Legislation Editing Open Software, https://joinup.ec.europa.eu/collection/justice-law-and-security/solution/leos-open-source-software-editing-legislation/release/330). + +LOST view: Legal view + +Interoperability saliency: The Legal Act Representation ABB is salient for the Behavioural Interoperability because it enables the exchange, reading and processing of Legal Acts. It is also salient for the Structural Interoperability since the content digitally represented can be searched and reused in different domains and for differnt purposes. + +Identifier: http://data.europa.eu/dr8/LegalActRepresentation + +eira:ID: http://data.europa.eu/dr8/LegalActRepresentation + +ABB name: eira:LegalActRepresentation + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-12-01 + +eira:modelType: Behavioural IoP, Structural IoP + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalActRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/KnowledgeRepresentation" /> + <eira:LegalActRepresentation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalActRepresentation_Properties"> + <skos:notation><![CDATA[Properties of Legal Act Representation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalActRepresentation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Legal Act Representation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalActRepresentation" /> + <eira:PURI>http://data.europa.eu/dr8/LegalActRepresentation</eira:PURI> + <dcterms:type>eira:LegalActRepresentation</dcterms:type> + <dcterms:modified>2022-12-1</dcterms:modified> + <skos:definition><![CDATA[Legal Act Representation ABB is a Representation manifesting the content of a legal Act in a digital format, thus making possible digital public services to exchange such content.]]></skos:definition> + <eira:definitionSource>Based on the IFLA concepts of 'manifestation' and Legal Act.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://repository.ifla.org/handle/123456789/40]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The XML specification Akoma Ntoso is used to address the need of the public administration and European Institutions to generate draft legislation in the legal XML format Akoma Ntoso (the OASIS TC LegalXMLDocument). This specification is used by LEOS (Legislation Editing Open Software, https://joinup.ec.europa.eu/collection/justice-law-and-security/solution/leos-open-source-software-editing-legislation/release/330).]]></skos:example> + <eira:modelType>Behavioural IoP, Structural IoP</eira:modelType> + <eira:iopSaliency><![CDATA[The Legal Act Representation ABB is salient for the Behavioural Interoperability because it enables the exchange, reading and processing of Legal Acts. It is also salient for the Structural Interoperability since the content digitally represented can be searched and reused in different domains and for differnt purposes.]]></eira:iopSaliency> + <skos:note><![CDATA[Legal Act Representation can be human or machine readable. In the context of digital public services they are, either way, digitally supported (i.e., no physical sypports like paper or other that are not bytes are involved in the exchange of data and information).]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/LegalActRepresentation</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeRepresentation"> + <skos:notation><![CDATA[Knowledge]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeRepresentation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Knowledge]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Knowledge ABB is a Representation that refers to a perceptible form of stored information in a human/artificial memory representing the understanding and awareness that a person has about a particular subject, topic, or area of study. Knowledge is generally context related. + +Source: FREE DICTIONARY + +Source reference: https://encyclopedia2.thefreedictionary.com/knowledge + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Core Vocabularies for public administration. https://joinup.ec.europa.eu/collection/semic-support-centre/core-vocabularies -Features: -� Platform Independent -� Use with any relational database that supports ANSI standard SQL (MySQL, Oracle, DB2, Sybase, Derby etc.) -� Deployable on any Java application server that supports the Servlet 2.3 specification -� jUDDI registry supports a clustered deployment configuration. -� Easy integration with existing authentication systems -� Supports InVM embeddable mode +IoP Dimension: Behavioral IoP -jUDDIv3 Services: -� UDDI Specification version 3.0.2 compliant -� UDDI Specification version 2.0.4 interoperability services (BETA) -� Built on JAXB and JAX-WS standardized interfaces, tested on Apache CXF -� Built on JPA standardized interfaces, tested with Apache OpenJPA and Hibernate -� Pre-configured bundle deployed to Apache Tomcat -� Full featured user interface (based on Bootstrap) -� User, Administrative and Developer Documentation -� Includes extensive predefined tModels, such as Quality of Service Metrics - -http://juddi.apache.org/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB159</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceDiscoveryComponent"> - <skos:notation>ServiceDiscoveryComponent</skos:notation> - <skos:prefLabel xml:lang="en">Service Discovery Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionality of locating a machine-processable description of a service-related resource that may have been previously unknown and that meets certain functional criteria. It involves matching a set of functional and other criteria with a set of resource descriptions. The goal is to find an appropriate service-related resource. +LOST view: Semantic view + +Identifier: http://data.europa.eu/dr8/KnowledgeRepresentation + +eira:ID: http://data.europa.eu/dr8/KnowledgeRepresentation + +ABB name: eira:KnowledgeRepresentation + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataRepresentation" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/LegalActRepresentation" /> + <eira:KnowledgeRepresentation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeRepresentation_Properties"> + <skos:notation><![CDATA[Properties of Knowledge]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeRepresentation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Knowledge]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeRepresentation" /> + <eira:PURI>http://data.europa.eu/dr8/KnowledgeRepresentation</eira:PURI> + <dcterms:type>eira:KnowledgeRepresentation</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Knowledge ABB is a Representation that refers to a perceptible form of stored information in a human/artificial memory representing the understanding and awareness that a person has about a particular subject, topic, or area of study. Knowledge is generally context related.]]></skos:definition> + <eira:definitionSource>FREE DICTIONARY</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://encyclopedia2.thefreedictionary.com/knowledge]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Core Vocabularies for public administration. https://joinup.ec.europa.eu/collection/semic-support-centre/core-vocabularies]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeRepresentation</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation"> + <skos:notation><![CDATA[Linked Data Event Stream]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Linked Data Event Stream]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Linked Data Event Stream ABB is a Representation of immutable objects that can be publish, consumed and processing in real-time according to the Linked Data principles. + +Source: SEMIC + +Source reference: https://joinup.ec.europa.eu/collection/semic-support-centre + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): LDES - SEMIC Linked Event Streams pilot for the ERA (European Railway Agency). LDES provides a data publishing alternative based on Linked Data principles, that models dataset changes as a stream of events. This enables opportune data synchronization tasks and access to previous versions of dataset (historic data). In this pilot we aim to establish the foundations and show the benefits of the LDES approach, to power a specific use case required by ERA, namely the infrastructure change alert. https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/event/semic-linked-data-event-streams-pilot-era-9th-june + +LOST view: Semantic view + +Interoperability saliency: The Linked Data Event Stream Representation ABB is salient for semantic interoperability because it contributes to secure data consumption and processing ensuring that exchanged data is not modified or altered. The fact of being immutable is relevant to ensure data integrity over time. + +Identifier: http://data.europa.eu/dr8/LinkedDataEventStream + +Identifier: http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation + +eira:ID: http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation + +ABB name: eira:LinkedDataEventStreamRepresentation + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-26-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/LinkedDataRepresentation" /> + <eira:LinkedDataEventStreamRepresentation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation_Properties"> + <skos:notation><![CDATA[Properties of Linked Data Event Stream]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Linked Data Event Stream]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation" /> + <dcterms:type>eira:LinkedDataEventStreamRepresentation</dcterms:type> + <dcterms:modified>2022-01-26</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Linked Data Event Stream ABB is a Representation of immutable objects that can be publish, consumed and processing in real-time according to the Linked Data principles.]]></skos:definition> + <eira:definitionSource>SEMIC</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/semic-support-centre]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): LDES - SEMIC Linked Event Streams pilot for the ERA (European Railway Agency). LDES provides a data publishing alternative based on Linked Data principles, that models dataset changes as a stream of events. This enables opportune data synchronization tasks and access to previous versions of dataset (historic data). In this pilot we aim to establish the foundations and show the benefits of the LDES approach, to power a specific use case required by ERA, namely the infrastructure change alert. https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/event/semic-linked-data-event-streams-pilot-era-9th-june]]></skos:example> + <eira:iopSaliency><![CDATA[The Linked Data Event Stream Representation ABB is salient for semantic interoperability because it contributes to secure data consumption and processing ensuring that exchanged data is not modified or altered. The fact of being immutable is relevant to ensure data integrity over time.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation</eira:PURI> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OpenDataRepresentation"> + <skos:notation><![CDATA[Open Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OpenDataRepresentation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Open Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Open Data ABB is a Representation of the information collected, produced or paid for by the public bodies and made freely available for re-use for any purpose + +Source: European Comission + +Source reference: https://data.europa.eu/en/trening/what-open-data + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): datos.gob.es https://datos.gob.es/en + +LOST view: Semantic view + +Interoperability saliency: The Open Data Representation ABB is salient for semantic interoperability because it is the basis for sharing, reusing and making available relevant and public information from public organisations and the digital public services delivery. + +Identifier: http://data.europa.eu/dr8/OpenDataRepresentation + +eira:ID: ABB512 + +ABB name: eira:OpenDataRepresentation + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-16-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/LinkedOpenDataRepresentation" /> + <eira:OpenDataRepresentation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OpenDataRepresentation_Properties"> + <skos:notation><![CDATA[Properties of Open Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OpenDataRepresentation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Open Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OpenDataRepresentation" /> + <eira:PURI>http://data.europa.eu/dr8/OpenDataRepresentation</eira:PURI> + <dcterms:type>eira:OpenDataRepresentation</dcterms:type> + <dcterms:modified>2022-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Open Data ABB is a Representation of the information collected, produced or paid for by the public bodies and made freely available for re-use for any purpose]]></skos:definition> + <eira:definitionSource>European Comission</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://data.europa.eu/en/trening/what-open-data]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): datos.gob.es https://datos.gob.es/en]]></skos:example> + <eira:iopSaliency><![CDATA[The Open Data Representation ABB is salient for semantic interoperability because it is the basis for sharing, reusing and making available relevant and public information from public organisations and the digital public services delivery.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/OpenDataRepresentation</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceDiscoveryComponent"> + <skos:notation><![CDATA[Service Discovery Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceDiscoveryComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Service Discovery Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Service Discovery Component ABB is an Application Component locating a machine-processable description of a service-related resource that may have been previously unknown and that meets certain functional criteria. It involves matching a set of functional and other criteria with a set of resource descriptions. The goal is to find an appropriate service-related resource. -Based on W3C -https://www.w3.org/TR/2004/NOTE-ws-gloss-20040211/ +Source: W3C +(https://www.w3.org/TR/2004/NOTE-ws-gloss-20040211/) INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP -The Service Discovery Component ABB �is salient for technical interoperability because it allows to implement the funcionality of sharing services available for reuse as stated in the EIF recommendation n�36: "Develop a shared infrastructure of reusable services and information sources that can be used by all public administrations". +The Service Discovery Component ABB  is salient for technical interoperability because it allows to implement the funcionality of sharing services available for reuse as stated in the EIF recommendation n°36: "Develop a shared infrastructure of reusable services and information sources that can be used by all public administrations". EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): @@ -3246,292 +6975,401 @@ The following implementation is an example on how this specific Architecture Bui Consul Consul has multiple components, but as a whole, it is a tool for discovering and configuring services in an infrastructure. It provides several key features: -� Service Discovery: Clients of Consul can provide a service, such as api or mysql, and other clients can use Consul to discover providers of a given service. Using either DNS or HTTP, applications can easily find the services they depend upon. -� Health Checking: Consul clients can provide any number of health checks, either associated with a given service ("is the webserver returning 200 OK"), or with the local node ("is memory utilization below 90%"). This information can be used by an operator to monitor cluster health, and it is used by the service discovery components to route traffic away from unhealthy hosts. -� KV Store: Applications can make use of Consul's hierarchical key/value store for any number of purposes, including dynamic configuration, feature flagging, coordination, leader election, and more. The simple HTTP API makes it easy to use. -� Multi Datacenter: Consul supports multiple datacenters out of the box. This means users of Consul do not have to worry about building additional layers of abstraction to grow to multiple regions. -https://www.consul.io/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB221</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrchestrationService"> - <skos:notation>OrchestrationService</skos:notation> - <skos:prefLabel xml:lang="en">Orchestration Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of defining the sequence and conditions in which one service invokes other services in order to realize some useful function. - -Based on W3C -https://www.w3.org/TR/ws-arch/ - -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Orchestration Service ABB �is salient for technical interoperability because it provides the functionality of "automated" business processes coordination. The EIF's Conceptual model for integrated EU public services foresees the concept a Coordination for Integrated Service Delivery. The Model comprises an "integrated service delivery" is based on a "coordination function", which is related to SOA principles such as choreography and orchestration, to manage internal business processes in order to remove complexity for the end-user, as stated in the EIF: "The coordination function ensures that needs are identified and appropriate services are invoked and orchestrated to provide a European public service. This function should select the appropriate sources and services and integrate them. Coordination can be automated or manual." +• Service Discovery: Clients of Consul can provide a service, such as api or mysql, and other clients can use Consul to discover providers of a given service. Using either DNS or HTTP, applications can easily find the services they depend upon. +• Health Checking: Consul clients can provide any number of health checks, either associated with a given service ("is the webserver returning 200 OK"), or with the local node ("is memory utilization below 90%"). This information can be used by an operator to monitor cluster health, and it is used by the service discovery components to route traffic away from unhealthy hosts. +• KV Store: Applications can make use of Consul's hierarchical key/value store for any number of purposes, including dynamic configuration, feature flagging, coordination, leader election, and more. The simple HTTP API makes it easy to use. +• Multi Datacenter: Consul supports multiple datacenters out of the box. This means users of Consul do not have to worry about building additional layers of abstraction to grow to multiple regions. + +Source: (https://www.consul.io/)]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryService" /> + <owl:deprecated>true</owl:deprecated> + <eira:ServiceDiscoveryComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceDiscoveryComponent_Properties"> + <skos:notation><![CDATA[Properties of Service Discovery Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceDiscoveryComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Service Discovery Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryComponent" /> + <dcterms:type>eira:ServiceDiscoveryComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:ID>ABB221</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AdministrationComponent"> + <skos:notation><![CDATA[Administration Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AdministrationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Administration Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Implements the functionalities of i) administration of services and/or systems and ii) monitoring of services and/or systems and iii) the various functions that manages the full lifecycle of solutions, with the goal of ensuring that these services and/or systems run in an efficient and effective way. + +Source: ISA2 – EIA Action -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Apache ODE -Apache ODE (Orchestration Director Engine) software executes business processes written following the WS-BPEL standard. It talks to web services, sending and receiving messages, handling data manipulation and error recovery as described by your process definition. It supports both long and short living process executions to orchestrate all the services that are part of your application. -http://ode.apache.org/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB45</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrchestrationComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrchestrationComponent"> - <skos:notation>OrchestrationComponent</skos:notation> - <skos:prefLabel xml:lang="en">Orchestration Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionality of defining the sequence and conditions in which one service invokes other services in order to realize some useful function. - -Based on W3C -https://www.w3.org/TR/ws-arch/ +AnywhereTS +AnywhereTS is an open source configuration tool to create and deploy thin-clients, utilizing ordinary office PCs as clients. The organization can re-use already existing office PCs instead of, or in addition to using dedicated thin clients. +https://sourceforge.net/projects/anywherets/]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/LifecycleManagementService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AdministrationAndMonitoringService" /> + <owl:deprecated>true</owl:deprecated> + <eira:AdministrationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AdministrationComponent_Properties"> + <skos:notation><![CDATA[Properties of Administration Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AdministrationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Administration Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/AdministrationComponent" /> + <dcterms:type>eira:AdministrationComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB139</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessProcessManagementComponent"> + <skos:notation><![CDATA[Business Process Management Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessProcessManagementComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Business Process Management Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[A Business Process Management Component encapsulates the functionalities for the orchestration/choreography of business processes.]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ChoreographyService" /> + <owl:deprecated>true</owl:deprecated> + <eira:BusinessProcessManagementComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessProcessManagementComponent_Properties"> + <skos:notation><![CDATA[Properties of Business Process Management Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessProcessManagementComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Business Process Management Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessProcessManagementComponent" /> + <dcterms:type>eira:BusinessProcessManagementComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB166</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyServiceComponent"> + <skos:notation><![CDATA[Configuration and Solution Cartography Service Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyServiceComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Configuration and Solution Cartography Service Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +Implements the functionality of documenting the configuration and architecture of solutions. + +Source: ISA2 - EIA Action INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Orchestration Component ABB �is salient for technical interoperability because it provides a set of various methods to manage existing business processes or define and establish new ones. BPM components also execute business process documented through accepted modelling techniques, as recommended by the EIF n.28: "Document your business processes using commonly accepted modelling techniques and agree on how these processes should be aligned to deliver a European public service." +The Configuration and Solution of Cartography Component ABB  is salient for technical interoperability because it provides the implementation of the functionalities which can be exploited to document the interoperabilty features of a solution or a set of solution/services. EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Activiti -Activiti is an open-source workflow engine written in Java that can execute business processes described in BPMN 2.0. Activiti supports open standards such as BPMN and DMN with open REST APIs for demanding human- and system-centric processes. It provides business intelligence and audit logs features for free. And with building the solution on business processes, Activiti help to structure the software, think about user tasks, external systems and timers that need to be managed, think about transaction boundaries of the application. Building that kind of features becomes easier when structuring an application around a business process. Managing wait states, timers and asynchronous continuations becomes easier. A business process can express that structure more compact than working with the fundamental instruments that the Java platform offers like JDBC and JMS. Activiti also makes possible to link in Java or scripting for jobs. -https://www.activiti.org/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB186</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrchestrationService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedPlatform"> - <skos:notation>SharedPlatform</skos:notation> - <skos:prefLabel xml:lang="en">Shared Platform</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A shared platform is the set of technical (re)usable resources with convergence power, in relation to public policy goals attainment, enabling interoperability from a technical perspective cross levels in a public administration, cross public administrations, and cross borders. This convergence power is based on the instrumental nature and efficiencies of these resources for enabling common problem-solving approaches. The degree of achievement could range from an ideal perfect shared platform (i.e. no interoperability barriers from the technical perspective) to an imperfect or even null shared platform (i.e. some interoperability barriers from the technical perspective). The level of technical interoperability will constrain digital public services cross levels in a public administration, cross public administrations, and cross borders. The shared platform enables: -i) structural interoperability with technical resources supporting reusing and/or sharing of digital public services (i.e. service registry service); -ii) behavioural interoperability with technical resources supporting exchanging capabilities of data, information or knowledge with internal/external peers (i.e. Technical interfaces); and -iii) governance interoperability with technical resources supporting the assurance and control of collaboration with internal/external peers exchanging data, information, and knowledge(i.e. Technical Interoperability Agreements). +Essential +The EA Essential tool provides with a semantically-rich meta-model. This means accurate modelling which allows for sophisticated reporting. Essential can be configured to import data from a wide range of sources such as CMDBs, Business Process Modelling tools, PMO tools, etc. The Essential Import Utility REST API allows to schedule automated imports from external data sources to keep the repository accurate and current. Complex queries can be built on the repository using the query wizard in Essential Open Source. +In addition to traditional the Enterprise Architecture assets, Essential also manages information about the entire organization including resources, skills, contracts, risk, security and more. +https://www.enterprise-architecture.org/features.php]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyService" /> + <owl:deprecated>true</owl:deprecated> + <eira:ConfigurationAndSolutionCartographyServiceComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyServiceComponent_Properties"> + <skos:notation><![CDATA[Properties of Configuration and Solution Cartography Service Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyServiceComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Configuration and Solution Cartography Service Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyServiceComponent" /> + <dcterms:type>eira:ConfigurationAndSolutionCartographyServiceComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB213</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessIntelligenceComponent"> + <skos:notation><![CDATA[Business Intelligence Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessIntelligenceComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Business Intelligence Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Implements the functionalities that include i) the applications, ii) infrastructure and tools, and/or iii) best practices that enable access to and analysis of information to improve and optimize decisions and performance. -INTEROPERABILITY SALIENCY: -IoP dimensions: Structural IoP Behavioral IoP, Governance IoP -This ABB is a key interoperability enabler because it supports to achieve technical interoperability with public policy goals convergence value by all in all enabling i) the provision/consumption of back-office digital public services, ii) the exchange of data, information, and knowledge between digital public services and individuals , and iii) collaboration between digital public services. +Based on Gartner +http://www.gartner.com/it-glossary/business-intelligence-bi/ -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB367</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/MachineToMachineInterface"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ApiCatalogue"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/HumanInterface"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreement"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalAgreement"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedLegalFramework"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestingService"> - <skos:notation>ConformanceTestingService</skos:notation> - <skos:prefLabel xml:lang="en">Conformance Testing Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of verifying that several solutions can interoperate at one or more layers of the interoperability stack, while conforming to one or more specifications. This type of testing is executed by operating SUTs (System Under Test) and capturing their exchanges. -The logistics of interoperability testing is usually more costly (time, coordination, interoperability), and interoperability testing is no substitute for a conformance test suite. Experience shows that interoperability testing is more successful and less costly when conformance of implementations has been tested first. - -Based on CEN/CENELC GITB -https://www.cen.eu/work/areas/ict/ebusiness/pages/ws-gitb.aspx +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Conformance Testing Services ABB �is salient for technical interoperability because it enables the validation and verification that several solutions at one or more layers of the interoperability stack and they satisfy certain interoperability requirements. +JasperReports +The JasperReports Library is an open source reporting engine. It is entirely written in Java and it is able to use data coming from any kind of data source and produce pixel-perfect documents that can be viewed, printed or exported in a variety of document formats including HTML, PDF, Excel, OpenOffice and Word. +https://community.jaspersoft.com/project/jasperreports-library]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessAnalyticsService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessReportingService" /> + <owl:deprecated>true</owl:deprecated> + <eira:BusinessIntelligenceComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessIntelligenceComponent_Properties"> + <skos:notation><![CDATA[Properties of Business Intelligence Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessIntelligenceComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Business Intelligence Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessIntelligenceComponent" /> + <dcterms:type>eira:BusinessIntelligenceComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB66</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RecordManagementComponent"> + <skos:notation><![CDATA[Record Management Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RecordManagementComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Record Management Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Implements the functionalities responsible for the efficient and systematic control of the i) creation, ii) receipt, iii) maintenance, iv) use and v) disposal of records, including processes for capturing and maintaining evidence of, and information about, business activities and transactions in the form of records. +ISO 15489-1:2001 defines records as "information created, received, and maintained as evidence and information by an organization or person, in pursuance of legal obligations or in the transaction of business". + +Based on ISO 15489-1:2016 +https://www.iso.org/standard/62542.html -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Interoperability Testbed -The Test Bed allows users to execute predefined test cases on their systems in order to test the conformance to standards and requirements, simulate a web-service, validate content and test a complete message exchange protocol. The Testbed manages test cases and users, and orchestrates domain-specific components, the domain-specific logic is in separate components that are used via web services. -Test results are provided in a standardised, machine-readable format. The Test Bed also offers a test registry and repository (TRR) to store test artefacts (assertions, test cases, validation schemas, etc.) and compile test services (validation services, simulator services, etc.). -Please visit the following website for more information: -https://ec.europa.eu/isa2/solutions/interoperability-test-bed_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB128</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestingComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestingComponent"> - <skos:notation>ConformanceTestingComponent</skos:notation> - <skos:prefLabel xml:lang="en">Conformance Testing Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionality of allowing a structured and modular approach to implement test automation. - -Based on ISTQB -http://glossary.istqb.org/search/test +OpenKM +OpenKM is an Enterprise Document and Record Management System that has support for records management software. The file plan of OpenKM records management software specifies how records are to be organized once they have been created or received, provides a roadmap to the records created and maintained by an organizational unit, and facilitates dispositioning of the records. The file plan is created by detailing the file series of the records in your organizational unit, as well as information about how they are managed and by whom. +Features: +• File plan +o The file plan of OpenKM document management describes every type of records in the organization, the location where they should be stored, the rules applying to them, the retention schedule and timeline, manner of their disposition, and the person(s) responsible for their management. +• Inheritance +o OpenKM allows inheritance between file series. +• Security +o Set security by file series of the record. +• Record manager: +o Create your own dynamic logic for each file series, for example, based on metadata values, the file series can be promoted as "record" status. +• Search: +o Define common searches based on file series of record. +• Classification of business activities: +o Classification system reflect the business of the organization from which they derive and are normally based on an analysis of the organization's business activities. The system can be used to support a variety of records management processes. +• Catalogue: +o Create dynamic destinations based on record values. +o Dynamic wizard requiring the user for metadata values based on file series of the record (control of the creation). +• Disposition: +o Set retention schedule and period. +o Create dynamic disposition based on record values. +https://www.openkm.com/ -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Conformance Testing Component ABB �is salient for technical interoperability because it enables the validation and verification that several solutions at one or more layers of the interoperability stack and they satisfy certain interoperability requirements. +ePHOENIX +epoline® PHOENIX (ePHOENIX) is a document and dossier management system designed to support the processes involved in the handling of Intellectual Property (IP)-related documents. +The system, which was developed by the European Patent Office, allows IP offices to manage application dossiers in electronic form. It provides a means for scanning all incoming documents and a user interface to display the resulting electronic dossier on screen, as well as supporting the printing and distribution of work. +ePHOENIX replaces physical paper files, thus removing the need for space-consuming archives and time-consuming transportation and management. Representing a further step towards the paperless office, the system improves efficiency and cost-effectiveness throughout the life-cycle of IP documents. +ePHOENIX is highly configurable. It provides tools and interfaces which allow existing IT systems, organisational structures, working procedures and conventions to be retained. This means minimal development costs, minimal risk and maximum user acceptance. Furthermore, it is a flexible Java-based system that can operate in a wide variety of IT architectures. +Thanks to its customisation possibilities, ePHOENIX can also be used to handle non-IP documents. +http://ephx.sourceforge.net/summary.html]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/RecordManagementService" /> + <owl:deprecated>true</owl:deprecated> + <eira:RecordManagementComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RecordManagementComponent_Properties"> + <skos:notation><![CDATA[Properties of Record Management Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RecordManagementComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Record Management Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/RecordManagementComponent" /> + <dcterms:type>eira:RecordManagementComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB76</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PartnerManagementComponent"> + <skos:notation><![CDATA[Partner Management Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PartnerManagementComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Partner Management Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Implements the functionalities of i) managing service consumption (i.e. consumers) and ii) controlling service consumption by partners (i.e. consumers) in order to ensure scalability and availability. It enables the management of IES' interoperability agreements + +Source: ISA2 – EIA Action -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Interoperability Testbed -The Test Bed allows users to execute predefined test cases on their systems in order to test the conformance to standards and requirements, simulate a web-service, validate content and test a complete message exchange protocol. The Testbed manages test cases and users, and orchestrates domain-specific components, the domain-specific logic is in separate components that are used via web services. -Test results are provided in a standardised, machine-readable format. The Test Bed also offers a test registry and repository (TRR) to store test artefacts (assertions, test cases, validation schemas, etc.) and compile test services (validation services, simulator services, etc.). -Please visit the following website for more information: -https://ec.europa.eu/isa2/solutions/interoperability-test-bed_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB129</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestReport"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestScenario"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestingService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestReport"> - <skos:notation>ConformanceTestReport</skos:notation> - <skos:prefLabel xml:lang="en">Conformance Test Report</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Data from testing activities and subsequently consolidated in a report to inform stakeholders. - -Based on ISTQB -http://glossary.istqb.org/search/test +OpenNebula +The OpenNebula monitoring subsystem gathers information relative to the hosts and the virtual machines, such as the host status, basic performance indicators, as well as VM status and capacity consumption. This information is collected by executing a set of static probes provided by OpenNebula. The information is sent according to the following process: each host periodically sends monitoring data to the front-end which collects it and processes it in a dedicated module. This model is highly scalable and its limit (in terms of number of VMs monitored per second) is bounded to the performance of the server running on and the database server. +OpenNebula also brings resource quota management to allocate, track and limit resource utilization/consumption. +https://opennebula.org/]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PartnerManagementService" /> + <owl:deprecated>true</owl:deprecated> + <eira:PartnerManagementComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PartnerManagementComponent_Properties"> + <skos:notation><![CDATA[Properties of Partner Management Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PartnerManagementComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Partner Management Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PartnerManagementComponent" /> + <dcterms:type>eira:PartnerManagementComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB141</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CollaborationComponent"> + <skos:notation><![CDATA[Collaboration Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CollaborationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Collaboration Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Implements the functionalities of i) transmission of text and/or ii) broadcasting of “audio and video†content. + +Source: ISA2 - EIA Action -Syn. Test results +Syn. Social Network -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Conformance Test Report ABB �is salient for technical interoperability because it provides reports of data testing to inform stakeholders. +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +Kune +Kune is a free and open source federated collaborative social network, focused on collaboration rather than just on communication. That is, it provides online real-time collaborative editing (based on Apache Wave), decentralized social networking and web publishing, while focusing on workgroups rather than individuals. It aims to allow the creation of online spaces for collaborative work, where organizations and individuals can build projects online, coordinate common agendas, set up virtual meetings, publish on the web, and join organizations with similar interests. Kune is 100% free software (AGPLv3), built with free tools. +https://github.com/comunes/kune]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AudiovisualService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MessagingService" /> + <owl:deprecated>true</owl:deprecated> + <eira:CollaborationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CollaborationComponent_Properties"> + <skos:notation><![CDATA[Properties of Collaboration Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CollaborationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Collaboration Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/CollaborationComponent" /> + <dcterms:type>eira:CollaborationComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB72</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolution"> + <skos:notation><![CDATA[Interoperable European Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolution</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperable European Solution]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +It is an interoperable european solution, developed by, or in behalf of, an European public administration that enables the delivery of a digital public service, all of it, in fulfilment of a shared European legislation framework, being managed according a shared governance framework, accessing semantic assets in a shared knowledge base and using digital resources of a shared platform enabling cross-border/cross-organization exchange of data, information, and knowledge indistinctly between public administrations, businesses and citizens in support to the implementation and advancement of an EU, national or local public policy. + +Based on ISA TES definition +https://joinup.ec.europa.eu/node/149889 + +IoP Dimension: Structural IoP, Behavioral IoP EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Jenkins jUnit plug-in +eDelivery +Supporting secure and reliable exchange of data and documents +eDelivery is a network of nodes for digital communications. It is based on a distributed model where every participant becomes a node using standard transport protocols and security policies. eDelivery helps public administrations to exchange electronic data and documents with other public administrations, businesses and citizens, in an interoperable, secure, reliable and trusted way. eDelivery is one of the building blocks of the European Commission's Connecting Europe Facility (CEF). These building blocks are reusable specifications, software and services that will form part of a wide variety of IT systems in different policy domains of the EU. The CEF eDelivery building block is based on the AS4 messaging protocol, open and free for all, developed by the OASIS standards development organisation. To ease its adoption in Europe, eDelivery uses the AS4 implementation guidelines defined by the Member States in the e-SENS Large Scale Pilot. Organisations must install an Access Point, or use a Service Provider, to exchange information with the AS4 messaging protocol. +https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eDelivery]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:InteroperableEuropeanSolution_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolution_Properties"> + <skos:notation><![CDATA[Properties of Interoperable European Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolution_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperable European Solution]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolution" /> + <dcterms:description></dcterms:description> + <dcterms:modified>2023-05-25</dcterms:modified> + <dcterms:type>eira:InteroperableEuropeanSolution</dcterms:type> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB60</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolutionComponent"> + <skos:notation><![CDATA[Interoperable European Solution Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolutionComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperable European Solution Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +Interoperable European Solution Component represents the encapsulation of a functionality provided by an Interoperable European Solution. -The JUnit plugin provides a publisher that consumes XML test reports generated during the builds and provides some graphical visualization of the historical test results (see JUnit graph for a sample) as well as a web UI for viewing test reports, tracking failures, and so on. Jenkins understands the JUnit test report XML format (which is also used by TestNG). When this option is configured, Jenkins can provide useful information about test results, such as trends. -https://wiki.jenkins.io/display/JENKINS/JUnit+Plugin - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB131</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestingComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestScenario"> - <skos:notation>ConformanceTestScenario</skos:notation> - <skos:prefLabel xml:lang="en">Conformance Test Scenario</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A document specifying a sequence of actions for the execution of a test. Also known as test script or manual test script. - -Based on ISTQB -http://glossary.istqb.org/search/test - -Syn. Test procedure +Based on ArchiMate® v3 +http://pubs.opengroup.org/architecture/archimate3-doc/chap09.html INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP -The Conformance Testing Scenario ABB �is salient for technical interoperability because it provides a document of a list of activities for the execution of interoperability tests. +The Interoperable European Solution Component ABB is salient for technical interoperability because it is a central element the EIF's conceptual model for integrated public services. it represents all the functionalities provided by an Interoperable European Solutionas as stated in the EIF: "Technical interoperability the applications and infrastructures linking systems and services." EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -SoapUI -SoapUI is the world's most widely-used open source API testing tool for SOAP and REST APIs. SoapUI offers SOAP Web Services functional testing, REST API functional testing, WSDL coverage, message assertion testing and test refactoring. -Scenario-based tests should be directly tied to user stories, which were probably provided by the product owner or some business stakeholder. Under ideal circumstances, these tests should be the user stories, so that business stakeholders can both easily help the tester develop the test cases and understand the results. -https://www.soapui.org/testing-dojo/best-practices/scenario-based-testing.html -https://www.soapui.org/testing-dojo/world-of-api-testing/test-first.html - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB130</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestingComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalServiceInfrastructure"> - <skos:notation>DigitalServiceInfrastructure</skos:notation> - <skos:prefLabel xml:lang="en">Digital Service Infrastructure</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Infrastructure which enable networked services to be delivered electronically, typically over the internet, providing trans-European interoperable services of common interest for citizens, businesses and/or public authorities, and which are composed of core service platforms and generic services +EU Login +EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services and websites, using a single email address and password. EU Login implements the single sign-on functionality. +https://webgate.ec.europa.eu/cas/help.html]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionService" /> + <owl:deprecated>true</owl:deprecated> + <eira:InteroperableEuropeanSolutionComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolutionComponent_Properties"> + <skos:notation><![CDATA[Properties of Interoperable European Solution Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolutionComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperable European Solution Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionComponent" /> + <dcterms:type>eira:InteroperableEuropeanSolutionComponent</dcterms:type> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB233</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentManagementComponent"> + <skos:notation><![CDATA[Content Management Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContentManagementComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Content Management Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Implements the functionality of the categorisation of information resources so that they can be stored, published and reused in multiple contexts. + +Based on DAMA +http://www.dama.org/ + +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +Plone +Plone provides the following features: +- Enterprise integration: Plone connects with specialized applications and standard enterprise systems like CRMs, Salesforce, and Oracle. It integrates with web servers, SQL and NoSQL databases, continuous integration tools, web services, and frameworks. +- Flexible Workflows: Manage the life cycle of your content (from initial creation to publication and storage) with version control, content locking, document and digital asset management, and search. +- Industrial Strength Security: The creativity and speed of Open Source blended with a technologically-advanced Python backend yields superior security without sacrificing power or extensibility. The extremely low number of vulnerabilities found in Python and Plone demonstrates the maturity of Plone’s security and development processes +- Extensibility: hundreds of add-ons for document and content storage, content delivery, forms processing, social syndication, personalization and more +- Scalability: Plone also has outstanding clustering capabilities - allowing websites to be split across multiple servers to handle high traffic +- Search Capabilities: Live search gets inside Word documents and PDF files. Supercharge search with add-ons for Google Search Appliance, Elasticsearch and Apache Solr. +- Intranets and Multi-site Management +- Theming engine and Multilingual +- WCAG 2.0 compliant and meets or exceeds W3C’s WAI-AA +https://plone.com/features]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContentManagementService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DocumentManagementService" /> + <owl:deprecated>true</owl:deprecated> + <eira:ContentManagementComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentManagementComponent_Properties"> + <skos:notation><![CDATA[Properties of Content Management Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContentManagementComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Content Management Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContentManagementComponent" /> + <dcterms:type>eira:ContentManagementComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB75</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalServiceInfrastructure"> + <skos:notation><![CDATA[Digital Service Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalServiceInfrastructure</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Service Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Digital Service Infrastructure ABB is an Application Component enabling networked services to be delivered electronically, typically over the internet, providing trans-European interoperable services of common interest for citizens, businesses and/or public authorities, and which are composed of core service platforms and generic services Source: Regulation (EU) No 283/2014 -http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32014R0283&from=EN +(http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32014R0283&from=EN) INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP, Behavioral IoP -The Digital Infrastructure Service ABB �is salient for technical interoperability because it a central element through which interoperability is ensured and by definition, as intended in the EIRA, Digital Service Infrastructure provide trans-European interoperable services. +The Digital Infrastructure Service ABB  is salient for technical interoperability because it a central element through which interoperability is ensured and by definition, as intended in the EIRA, Digital Service Infrastructure provide trans-European interoperable services. EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): @@ -3540,5200 +7378,18883 @@ eHealth refers to tools and services using information and communication technol - Cross-border patient summary service - ePrescriptions and eDispensations In the future, two other services, the European Reference Networks and Interoperable Patient registries might be deployed. -https://webgate.ec.europa.eu/sanco-xmlgate/Login.jsp - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability: Whether or not this building block could be reused as part of another solution -- eira:actual_reuse: Specifies if the solution is currently being reused -- dct:references: The specific building block type this refers to -- eira:view]]></skos:definition> - <dcterms:identifier>ABB188</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/E-archivingComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/MetadataManagementComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataValidationComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedPlatform"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/IdentityManagementComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecification"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataAnalyticsComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/MachineTranslationComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangeComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedLegalFramework"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestingComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ApiComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/WebService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/E-paymentComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/AuditComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataRepositoryComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TrustRegistryComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/AccessManagementComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataRepository"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrchestrationComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ApiCatalogueComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceRegistryComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataTransformationComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataPublicationComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataManagementService"> - <skos:notation>MetadataManagementService</skos:notation> - <skos:prefLabel xml:lang="en">Metadata Management Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionalities for the i) creation, ii) storage, iii) categorisation and iv) retrieval of metadata. -Based on DAMA -http://www.dama.org/ +Source: (https://webgate.ec.europa.eu/sanco-xmlgate/Login.jsp)]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolution" /> + <owl:deprecated>true</owl:deprecated> + <eira:DigitalServiceInfrastructure_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalServiceInfrastructure_Properties"> + <skos:notation><![CDATA[Properties of Digital Service Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalServiceInfrastructure_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Service Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure" /> + <dcterms:type>eira:DigitalServiceInfrastructure</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB188</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LoggingComponent"> + <skos:notation><![CDATA[Logging Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LoggingComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Logging Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Implements the functionality of tracing all events and user actions impacting a data entity throughout its lifecycle (from its creation to its disposal). It can be used to reproduce a certain state of a data entity at a certain moment in time. +Logging = To record details of information or events in an organized record-keeping system, usually sequenced in the order in which they occurred. -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Metadata management Service ABB �is salient for interoperability because it provides and shares the functionalities to manage metadata. EIF recommends to prioritise it: "Put in place an information management strategy at the highest possible level to avoid fragmentation and duplication. Management of metadata, master data and reference data should be prioritised". +Based on ISACA +https://www.isaca.org -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Eurostat SDMX repository -The Euro SDMX Registry is Eurostat�s implementation of an SDMX registry to facilitate the exchange of statistical data and metadata by serving as a metadata repository. It stores the SDMX artefacts needed for the parties to access and interpret the content of the exchanged statistical data and metadata sets. -http://ec.europa.eu/eurostat/web/sdmx-infospace/sdmx-it-tools/sdmx-registry - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB52</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/MetadataManagementComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataManagementComponent"> - <skos:notation>MetadataManagementComponent</skos:notation> - <skos:prefLabel xml:lang="en">Metadata Management Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionalities for the i) creation, ii) storage, iii) categorisation and iv) retrieval of metadata. +Log4j 2 +Apache Log4j is a Java-based logging utility, part of the Apache Logging Services project of the Apache Software Foundation. +Log4j 1.x has been widely adopted and used in many applications. However, through the years development on it has slowed down. It has become more difficult to maintain due to its need to be compliant with very old versions of Java and became End of Life in August 2015. +Improvements in Log4j 2: +• Log4j 2 is designed to be usable as an audit logging framework. +• Log4j 2 contains next-generation Asynchronous Loggers based on the LMAX Disruptor library. In multi-threaded scenarios Asynchronous Loggers have 10 times higher throughput and orders of magnitude lower latency than Log4j 1.x and Logback. +• Log4j 2 is garbage free for stand-alone applications, and low garbage for web applications during steady state logging. This reduces pressure on the garbage collector and can give better response time performance. +• Log4j 2 uses a Plugin system that makes it extremely easy to extend the framework by adding new Appenders, Filters, Layouts, Lookups, and Pattern Converters without requiring any changes to Log4j. +• Support for custom log levels. Custom log levels can be defined in code or in configuration. +• Support for Message objects. Messages allow support for interesting and complex constructs to be passed through the logging system and be efficiently manipulated. +• Log4j 2 takes advantage of Java 5 concurrency support and performs locking at the lowest level possible. +• It is an Apache Software Foundation project following the community and support model used by all ASF projects. +http://logging.apache.org/log4j/2.x/index.html]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/LoggingService" /> + <owl:deprecated>true</owl:deprecated> + <eira:LoggingComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LoggingComponent_Properties"> + <skos:notation><![CDATA[Properties of Logging Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LoggingComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Logging Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/LoggingComponent" /> + <dcterms:type>eira:LoggingComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>AB224</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataWarehouseComponent"> + <skos:notation><![CDATA[Data Warehouse Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataWarehouseComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Warehouse Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Data Warehouse Component ABB is an Application Component transforming raw data and storing them in query-able forms. It is an information system that contains historical and commutative data from single or multiple sources. It simplifies reporting and analysis process of the organization. -Based on DAMA -http://www.dama.org/ +Source: ISA2 - EIA Action INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP -The Metadata management Component ABB �is salient for interoperability because it provides the implementation of the functionalities to manage metadata. EIF recommends to prioritise it: "Put in place an information management strategy at the highest possible level to avoid fragmentation and duplication. Management of metadata, master data and reference data should be prioritised." +The Data Warehouse Component ABB  is salient for technical interoperability because it provides and shares the functionality for the short-term or medium-term preservation of records and information in electronic form in order to ensure their temporal egibility, reliability and integrity and to ease their management as stated in the EIF: "Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions." EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Eurostat SDMX repository -The Euro SDMX Registry is Eurostat�s implementation of an SDMX registry to facilitate the exchange of statistical data and metadata by serving as a metadata repository. It stores the SDMX artefacts needed for the parties to access and interpret the content of the exchanged statistical data and metadata sets. -http://ec.europa.eu/eurostat/web/sdmx-infospace/sdmx-it-tools/sdmx-registry - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB74</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/MetadataManagementService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-archivingService"> - <skos:notation>E-archivingService</skos:notation> - <skos:prefLabel xml:lang="en">e-Archiving Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of enabling the permanent or long-term storage of selected (by an authority) electronic documents or information for preservation purposes like their enduring research value and memory aid. - -The EIRA(c) differentiates between document management, record management and e-archiving as follows: -- Document management is primarily about day-to-day use of electronic documents (create/update/delete/versioning) within the operational environment; -- Record management is primarily about ensuring that information (e.g. in form of an electronic document or database record) is available for business and legal purposes (e.g. to proof and track the handling of contracts). If an electronic document or information is becoming a record (an authority declares it as a record) that electronic document or information needs to be handled by the record management service (based on specific business or legal reasons (e.g. contract negotiation)). -- e-Archiving is primarily about storing records which have been selected (by an authority) for permanent or long-term preservation due to their enduring research value and as a memory aid. An electronic document or information which a) is managed by the document management service or the record management service and b) is no longer needed for business or legal purposes or day-to-day activities, and c) still has value for research purposes or as a memory aid, the electronic document should be managed by the e-archiving service�. + +ESSnet: +The overall objective of this ESSnet is to provide assistance in the development of more integrated databases and data production systems for business statistics in Member States. Therefore the ESSnet has to work on issues that are common for the majority of the ESS NSIs when applying a data warehousing approach for statistics. +Its general objectives are: +- Review of current best practices in integrated business data systems +- Identification of problems and solutions in current practices and the opportunities +that a data warehouse might provide +- Examination of ways in which data can be combined to support new outputs +- Provision of recommendations on how the ESS can improve data warehousing + +Source: (https://ec.europa.eu/eurostat/cros/content/data-warehouse-sga1_en)]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataWarehouseService" /> + <owl:deprecated>true</owl:deprecated> + <eira:DataWarehouseComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataWarehouseComponent_Properties"> + <skos:notation><![CDATA[Properties of Data Warehouse Component]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataWarehouseComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Warehouse Component]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataWarehouseComponent" /> + <dcterms:type>eira:DataWarehouseComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB379</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyService"> + <skos:notation><![CDATA[Configuration and Solution Cartography Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Configuration and Solution Cartography Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +Shares the functionality of documenting the configuration and architecture of solutions. Source: ISA2 - EIA Action INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The e-Archiving Service ABB �is salient for technical interoperability because it provides and shares the functionality for the long-term or permanent preservation of records and information in electronic form in order to ensure their temporal egibility, reliability and integrity as stated in the EIF: "Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions." +The Configuration and Solution of Cartography Service ABB  is salient for technical interoperability because it can be used to document the interoperabilty features of a solution or a set of solution/services. EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -CEF eArchiving -eArchiving provides the core specifications, software, training and knowledge to tackle the challenge of short, medium and long-term data management and reuse in a sustainable, authentic, cost-efficient, manageable and interoperable way. -https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eArchiving - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB156</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/E-archivingComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-archivingComponent"> - <skos:notation>E-archivingComponent</skos:notation> - <skos:prefLabel xml:lang="en">e-Archiving Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of enabling the permanent or long-term storage of selected (by an authority) electronic documents or information for preservation purposes like their enduring research value and memory aid. - -The EIRA� differentiates between document management, record management and e-archiving as follows: -� Document management is primarily about day-to-day use of electronic documents (create/update/delete/versioning) within the operational environment; -� Record management is primarily about ensuring that information (e.g. in form of an electronic document or database record) is available for business and legal purposes (e.g. to proof and track the handling of contracts). If an electronic document or information is becoming a record (an authority declares it as a record) that electronic document or information needs to be handled by the record management service (based on specific business or legal reasons (e.g. contract negotiation)). -� e-Archiving is primarily about storing records which have been selected (by an authority) for permanent or long-term preservation due to their enduring research value and as a memory aid. An electronic document or information which a) is managed by the document management service or the record management service and b) is no longer needed for business or legal purposes or day-to-day activities, and c) still has value for research purposes or as a memory aid, the electronic document should be managed by the e-archiving service�. -Source: ISA2 - EIA Action - -Syn. Preservation Service +Essential +The EA Essential tool provides with a semantically-rich meta-model. This means accurate modelling which allows for sophisticated reporting. Essential can be configured to import data from a wide range of sources such as CMDBs, Business Process Modelling tools, PMO tools, etc. The Essential Import Utility REST API allows to schedule automated imports from external data sources to keep the repository accurate and current. Complex queries can be built on the repository using the query wizard in Essential Open Source. +In addition to traditional the Enterprise Architecture assets, Essential also manages information about the entire organization including resources, skills, contracts, risk, security and more. +https://www.enterprise-architecture.org/features.php]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:ConfigurationAndSolutionCartographyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyService_Properties"> + <skos:notation><![CDATA[Properties of Configuration and Solution Cartography Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Configuration and Solution Cartography Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyService" /> + <dcterms:type>eira:ConfigurationAndSolutionCartographyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB210</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessReportingService"> + <skos:notation><![CDATA[Business Reporting Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessReportingService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Business Reporting Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Shares the functionality of providing detailed reports using unified views of enterprise data. +This includes, but is not limited to, financial statements, financial information, non-financial information and regulatory filings such as annual and quarterly financial statements. -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The e-Archiving Component ABB �is salient for technical interoperability because it provides the implementation of the functionalities for the long-term or permanent preservation of records and information in electronic form in order to ensure their temporal egibility, reliability and integrity as stated in the EIF: "Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions." +Based on XBRL (eXtensible Business Reporting Language) Specification +http://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2.1-REC-2003-12-31+corrected-errata-2013-02-20.html -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -CEF eArchiving -eArchiving provides the core specifications, software, training and knowledge to tackle the challenge of short, medium and long-term data management and reuse in a sustainable, authentic, cost-efficient, manageable and interoperable way. -https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eArchiving - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB157</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/E-archivingService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FormsManagementService"> - <skos:notation>FormsManagementService</skos:notation> - <skos:prefLabel xml:lang="en">Forms Management Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionalities of i) dynamic creation, ii) distribution and ii) analysis of forms and online surveys. - -Source: ISA2 - EIA Action +BIRT +BIRT is an open source software project that provides the BIRT technology platform to create data visualizations and reports that can be embedded into rich client and web applications, especially those based on Java and Java EE. BIRT is a top-level software project within the Eclipse Foundation, an independent not-for-profit consortium of software industry vendors and an open source community. BIRT technology platform is one of the most widely adopted data visualization and reporting technologies with over 12 million downloads and over 2.5M developers across 157 countries. BIRT also has a large, active and growing developer community representing all types of organizations. +http://www.eclipse.org/birt/about/]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:BusinessReportingService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessReportingService_Properties"> + <skos:notation><![CDATA[Properties of Business Reporting Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessReportingService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Business Reporting Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessReportingService" /> + <dcterms:type>eira:BusinessReportingService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB47</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedPlatform"> + <skos:notation><![CDATA[Shared Platform]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SharedPlatform</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Shared Platform]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Shared platform ABB is a Application Service setting technical (re)usable resources with convergence power, in relation to public policy goals attainment, enabling interoperability from a technical perspective cross levels in a public administration, cross public administrations, and cross borders. This convergence power is based on the instrumental nature and efficiencies of these resources for enabling common problem-solving approaches. The degree of achievement could range from an ideal perfect shared platform (i.e. no interoperability barriers from the technical perspective) to an imperfect or even null shared platform (i.e. some interoperability barriers from the technical perspective). The level of technical interoperability will constrain digital public services cross levels in a public administration, cross public administrations, and cross borders. The shared platform enables: +i) structural interoperability with technical resources supporting reusing and/or sharing of digital public services (i.e. service registry service); +ii) behavioural interoperability with technical resources supporting exchanging capabilities of data, information or knowledge with internal/external peers (i.e. Technical interfaces); and +iii) governance interoperability with technical resources supporting the assurance and control of collaboration with internal/external peers exchanging data, information, and knowledge(i.e. Technical Interoperability Agreements). -Syn. e-Forms Service +Source: Gartner +(https://www.gartner.com/en/information-technology/glossary/platform-digital-business) INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Forms Management Service ABB �is salient for technical interoperability because it provides and shares the functionalities of dynamic creation, distribution and analysis of forms and online surveys as stated in the EIF: " Catalogues help others to find reusable resources (e.g. services, data, software, data models). Various types of catalogue exist, e.g. directories of services, libraries of software components, open data portals, registries of base registries, metadata catalogues, catalogues of standards, specifications and guidelines. Commonly agreed descriptions of the services, data, registries and interoperable solutions published in catalogues are needed to enable interoperability between catalogues." +IoP dimensions: Structural IoP Behavioral IoP, Governance IoP +This ABB is a key interoperability enabler because it supports to achieve technical interoperability with public policy goals convergence value by all in all enabling i) the provision/consumption of back-office digital public services, ii) the exchange of data, information, and knowledge between digital public services and individuals , and iii) collaboration between digital public services. EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -EACEA e-Forms -Electronic Application Forms - eForms -This page contains the resources and information required by applicants who wish to complete and submit an electronic application form (eForm) for a funding opportunity or for an accreditation. -The programmes and actions are listed for which electronic application forms are currently available. The Application eForm homepage is where applicants for funding and applicants for accreditation must follow a series of steps in order to create their new application. -https://eacea.ec.europa.eu/about-eacea/electronic-application-forms-eforms_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB49</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/FormsManagementComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FormsManagementComponent"> - <skos:notation>FormsManagementComponent</skos:notation> - <skos:prefLabel xml:lang="en">Forms Management Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionalities of i) dynamic creation, ii) distribution and ii) analysis of forms and online surveys. +The Commission proposed a framework for a European Digital Identity which will be available to all EU citizens, residents, and businesses in the EU. Citizens will be able to prove their identity and share electronic documents from their European Digital Identity wallets with the click of a button on their phone. They will be able to access online services with their national digital identification, which will be recognised throughout Europe. Very large platforms will be required to accept the use of European Digital Identity wallets upon request of the user, for example to prove their age + +Source: (https://ec.europa.eu/commission/presscorner/detail/en/IP_21_2663)]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure" /> + <owl:deprecated>true</owl:deprecated> + <eira:SharedPlatform_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedPlatform_Properties"> + <skos:notation><![CDATA[Properties of Shared Platform]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SharedPlatform_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Shared Platform]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedPlatform" /> + <dcterms:type>eira:SharedPlatform</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB367</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LifecycleManagementService"> + <skos:notation><![CDATA[Lifecycle Management Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LifecycleManagementService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Lifecycle Management Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Shares the functionalities of emphasising the importance of coordination and control across the various Functions, Processes, and Systems necessary to manage the full Lifecycle of IT Services. The Service Management Lifecycle approach considers the Strategy, Design, Transition, Operation and Continuous Improvement of IT Services. + +Based on ITIL® V3 Glossary v01, 30 May 2007 +https://www.axelos.com/corporate/media/files/glossaries/itil_2011_glossary_gb-v1-0.pdf -Source: ISA2 - EIA Action +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Foreman +Foreman is an open source complete lifecycle systems management tool for provisioning, configuring and monitoring of physical and virtual servers. +It permits system administrators to easily automate repetitive tasks, quickly deploy applications, and proactively manage servers, on premise or in the cloud. +• Provisioning: Bare metal, Amazon EC2, Google Compute Engine, OpenStack, Libvirt, oVirt, VMware, and many other providers allow to manage a hybrid cloud through Foreman. +• Configuration: an external node classifier, hiera-like parameters, and reports monitoring for Puppet, Salt and Chef are included. Completely ready to tweak host groups in the data centre. +• Monitor hosts: Foreman reports tells exactly what happened in your nodes, and alerts if necessary. The dashboard shows which hosts are healthy, and which ones are outdated. +https://theforeman.org/]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:LifecycleManagementService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LifecycleManagementService_Properties"> + <skos:notation><![CDATA[Properties of Lifecycle Management Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LifecycleManagementService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Lifecycle Management Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/LifecycleManagementService" /> + <dcterms:type>eira:LifecycleManagementService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB138</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolutionService"> + <skos:notation><![CDATA[Interoperable European Solution Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolutionService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperable European Solution Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +Represents an explicitly defined shared application behavior of an Inteoperable European Solution. -Syn. e-Forms Component +Based on ArchiMate® v3 +http://pubs.opengroup.org/architecture/archimate3-doc/chap09.html INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP - -The Forms Management Component ABB �is salient for technical interoperability because it provides the implementation of the functionalities of dynamic creation, distribution and analysis of forms and online surveys as stated in the EIF: " Catalogues help others to find reusable resources (e.g. services, data, software, data models). Various types of catalogue exist, e.g. directories of services, libraries of software components, open data portals, registries of base registries, metadata catalogues, catalogues of standards, specifications and guidelines. Commonly agreed descriptions of the services, data, registries and interoperable solutions published in catalogues are needed to enable interoperability between catalogues." +IoP Dimension: Behavioral IoP +The Interoperable European Solution service ABB is salient for technical interoperability because it is a central element the EIF's conceptual model for integrated public services. it represents the generalisation of all application services provided by an Interoperable European Solutionas as stated in the EIF: "Technical interoperability the applications and infrastructures linking systems and services." EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Form Tools -Form Tools is a forms framework written in PHP and MySQL. You download and install the script on your own website. At its heart, Form Tools is a web form creator, processor, data storage and access script. It was originally designed to work with any existing web form, but has since been expanded to create forms automatically as well. -Form Tools is extremely versatile in how it integrates with your forms. You can use the bundled Form Builder module to create the forms automatically on your website (no programming or HTML skills necessary); you can use the PHP API to integrate your own custom form with the script; or you can simply POST your form to Form Tools, and just use it to store the form data. Anything goes! You can read about the different integration methods / form creation methods here. -Form Tools works by creating custom database tables to store your unique form data. It provides a range of functionality customized to your data set, such as allowing you to view, update, cross-reference and export your submission data, create subsets of your data for viewing/editing by client accounts, data visualizations, and much more. -https://formtools.org/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB77</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/FormsManagementService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ContentManagementService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPublicationService"> - <skos:notation>DataPublicationService</skos:notation> - <skos:prefLabel xml:lang="en">Data Publication Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of making data available for common use. +EU Login +EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services and websites, using a single email address and password. EU Login implements the single sign-on functionality. +https://webgate.ec.europa.eu/cas/help.html]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:InteroperableEuropeanSolutionService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolutionService_Properties"> + <skos:notation><![CDATA[Properties of Interoperable European Solution Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolutionService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperable European Solution Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionService" /> + <dcterms:type>eira:InteroperableEuropeanSolutionService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB187</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ChoreographyService"> + <skos:notation><![CDATA[Choreography Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ChoreographyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Choreography Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Shares the functionality of modelling a sequence of operations, states, and conditions that control the interactions involved in the participating services. The interaction prescribed by a choreography results in the completion of some useful function. -Based on DAMA -http://www.dama.org/ +A choreography can be distinguished from an orchestration. An orchestration defines the sequence and conditions in which one service invokes other services in order to realize some useful function. -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Data Pubblication Service ABB �is salient for technical interoperability because it provides the functionalities to make public data freely available for use and reuse by others unless restriction aoply as stated in the EIF recommendation n.2: "Publish the data you own as open data unless certain restrictions apply." +Based on W3C +https://www.w3.org/TR/ws-arch/ -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -European Data Portal -The European Data Portal harvests the metadata of Public Sector Information available on public data portals across European countries. Information regarding the provision of data and the benefits of re-using data is also included. -What is Open Data? -- Open (Government) Data refers to the information collected, produced or paid for by the public bodies (also referred to as Public Sector Information) and made freely available for re-use for any purpose. The licence will specify the terms of use. -- Public sector information is information held by the public sector. The Directive on the re-use of public sector information provides a common legal framework for a European market for government-held data. It is built around the key pillars of the internal market: free flow of data, transparency and fair competition. It is important to note that not all of the public sector information is Open Data. -Within the Portal, sections are dedicated to: -- Searching datasets: Categories have been established to structure the metadata harvested from the various countries. These categories follow the revision of the DCAT Application Profile and have been mapped against the Eurovoc Thesaurus. -- Providing Data: This section gives an insight into understanding Open Data from the perspective of a data provider. In addition, instructions are offered for those who wish their data portal to be harvested by the European Data Portal. -- Using Data: How Open Data is being used, as well as the economic benefits of Open Data are detailed in this section. -- Training and Library: eLearning modules about Open Data as well as training guides and a knowledge base referencing publications around Open Data and featured projects. -Portals can be national, regional, local or domain specific. They cover the 28 EU Member States, EEA, countries involved in the EU's neighbourhood policy and Switzerland. -https://www.europeandataportal.eu/ - -Belgian Data Portal -The Belgian Data Portal provides data (more than 6500 datasets), tools and resources. -Open Data is a driver for innovation, economic growth, transparency and participation. According to a European study (ref.COM (2011) 882) the cumulative economic benefits arising from the provision of public data would amount to � 40 billion per year in the EU. These data lend themselves to reuse in the context of new products and services and can improve the efficiency of public authorities. Making public sector data accessible makes it possible to involve citizens more in political and social life and to make an active contribution to policy areas such as the environment, mobility, the economy, and so on. -The 2014-2018 Belgian government agreement states that the government will focus on opening public sector data (Open Data policy). Open public data is now the rule. Public services make available to citizens, researchers, companies and public authorities the reuse of data already available to them in the framework of their missions. -It is more specifically data that: -- Public services have collected as part of their data collection missions; -- Do not contain (more) privacy-sensitive information that is not protected by intellectual property rights held by third parties; -- Are published in a format that is easy to reuse automatically ("machine readable "); -- Can be reused for commercial and non-commercial purposes. -It is not only a matter of making public service data available, but also of building a community environment around these data. Companies can reuse some data and enrich it with their own information to market new products and services. Citizens benefit from more transparent public authorities and public services can help improve the quality of existing public data and services. -http://data.gov.be/en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB215</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataPublicationComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPublicationComponent"> - <skos:notation>DataPublicationComponent</skos:notation> - <skos:prefLabel xml:lang="en">Data Publication Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionality of making data available for common use. -Based on DAMA -http://www.dama.org/ +Camunda +The core of Camunda BPM is a model execution engine that supports the OMG standards BPMN 2.0 for process automation, CMMN 1.1 for case management and DMN 1.1 for decision management. +Camunda BPM ships with a set of applications to help you model, execute and administer process applications running on the Camunda core engine. Those applications interact with the core engine's public REST API. You can also create your own applications that may also use the core engine's public Java API. It is lightweight and requires less than 3MB of disk space. It can run in any Java Virtual Machine (JVM) and comes with extended integration for different runtime containers. +The engine can be accessed via the REST API, or via the Java API and existing integrations with Spring and Java EE can be used. BPMN service tasks can be implemented in Java code, or the built-in REST and SOAP connectors can be used. Scripts, expressions and templates can also be applied for process implementation. Clustering for horizontal scalability is straightforward as the engine is stateless: multiple instances can share the same database. +BPMN 2.0 Processes permits the fully automated service orchestration and human workflow management. +https://camunda.org/features/]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:ChoreographyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ChoreographyService_Properties"> + <skos:notation><![CDATA[Properties of Choreography Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ChoreographyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Choreography Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ChoreographyService" /> + <dcterms:type>eira:ChoreographyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB44</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessAnalyticsService"> + <skos:notation><![CDATA[Business Analytics Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessAnalyticsService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Business Analytics Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Shares the functionalities of i) building analysis models and simulations to create scenarios, ii) understand realities and/or iii) predict future states. Business analytics includes data mining, predictive analytics, applied analytics and statistics, and is delivered as an application suitable for a business user. These analytics solutions often come with prebuilt industry content that is targeted at an industry business process (for example, claims, underwriting or a specific regulatory requirement). -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Data Pubblication Component ABB �is salient for technical interoperability because it provides the implementation of the functionalities to make public data freely available for use and reuse by others unless restriction aoply as stated in the EIF recommendation n.2: "Publish the data you own as open data unless certain restrictions apply." +Based on Gartner +http://www.gartner.com/it-glossary/business-analytics/ -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -CKAN -CKAN is a data management system that makes data accessible by providing tools to streamline publishing, sharing, finding and using data. -This is a tool for making open data websites. It helps you manage and publish collections of data. It is used by national and local governments, research institutions, and other organizations who collect a lot of data. -Once your data is published, users can use its faceted search features to browse and find the data they need, and preview it using maps, graphs and tables � whether they are developers, journalists, researchers, NGOs, citizens, or even your own staff. -CKAN is open source and free software, with an active community of contributors who develop and maintain its core technology. CKAN is modified and extended by an even larger community of developers who contribute to a growing library of CKAN extensions. -https://ckan.org/ -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Globus -Globus is a leading provider of research data management software application and platform services. -Globus publication capabilities are delivered through a hosted service. Published data is stored on campus, institutional, and group resources that are often managed and operated by different administrators. To associate storage resources with a data collection simply use Globus shared endpoints and associate them with the data repository to publish. Published datasets are organized by "communities" and their member "collections". Globus users can create and manage their own communities and collections through the data publication service. A collection enables the submission of datasets with policies regarding access. -A dataset comprises data and metadata. Policies can be set on communities or collections to manage: -- Metadata (schema, requirements) -- Access control (user and group based) -- Curation workflow -- Submission and distribution licenses -- Storage -Datasets undergo curation based on a workflow defined by the community that will publish the data. Workflows may be customized by each community to capture their specific metadata and to reflect the community's review process. After the dataset is published, it is discoverable using a faceted search that allows the researcher to progressively filter results and rapidly focus in on the data of interest. The data may then be transferred to a Globus endpoint where the investigator can inspect and further process the data. -Data publication is a premium feature available with a Globus Subscription -https://www.globus.org/data-publication - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB209</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataPublicationService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyService"> - <skos:notation>PrivacyService</skos:notation> - <skos:prefLabel xml:lang="en">Privacy Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Privacy Service shares the functionalities of storing, securing, anonymising, pseudonymising, rectifying and erasing personal data. +KNIME® +KNIME® Analytics Platform is the leading open solution for data-driven innovation, helping discovering the potential hidden in data, mine for fresh insights, or predict new futures. This enterprise-grade, open source platform is scalable. KNIME Analytics Platform provides to data scientists more than 1000 modules, hundreds of ready-to-run examples, a comprehensive range of integrated tools, and a wide choice of advanced algorithms. -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Privacy Service ABB �is salient for interoperability because "security and privacy are primary concerns in the provision of public services" (EIF) and, as stated in EIF Recommendation 15: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses." +• Data Blending: simple text files, databases, documents, images, networks, and even Hadoop-based data can all be combined within the same visual workflow. +• Tool Blending: integration of more than a dozen tools, including legacy scripting/code, allows expertise to be reused, graphically documented, and shared among data scientists. +• Visual: easy-to-learn graphical interface means that coding is optional and work is visually documented. -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +https://www.knime.com/knime-server]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:BusinessAnalyticsService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessAnalyticsService_Properties"> + <skos:notation><![CDATA[Properties of Business Analytics Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessAnalyticsService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Business Analytics Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessAnalyticsService" /> + <dcterms:type>eira:BusinessAnalyticsService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB46</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AudiovisualService"> + <skos:notation><![CDATA[Audiovisual Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AudiovisualService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Audiovisual Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Shares the functionality of broadcasting of “audio and video†content over the internet or satellite. -SOLVIT -Solvit is a mailbox service for the access, rectification or deletion of personal data. -http://ec.europa.eu/solvit/privacy-statement/#maincontentSec8 - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused]]></skos:definition> - <dcterms:identifier>ABB235</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyComponent"> - <skos:notation>PrivacyComponent</skos:notation> - <skos:prefLabel xml:lang="en">Privacy Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Privacy Component implements the functionalities of storing, securing, anonymising, pseudonymising, rectifying and erasing personal data. +Source: ISA2 - EIA Action -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Privacy Service ABB �is salient for interoperability because "security and privacy are primary concerns in the provision of public services" (EIF) and, as stated in EIF Recommendation 15: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses." +Syn. Social Network -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -SOLVIT -Solvit is a mailbox service for the access, rectification or deletion of personal data. -http://ec.europa.eu/solvit/privacy-statement/#maincontentSec8 - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused]]></skos:definition> - <dcterms:identifier>ABB236</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-paymentService"> - <skos:notation>E-paymentService</skos:notation> - <skos:prefLabel xml:lang="en">e-Payment Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of executing payment transactions where the consent of the payer to execute a payment transaction is given by means of any telecommunication, digital or IT device. - -Source: Directive 2007/64/EC -http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=CELEX:32007L0064:EN:NOT +Avalon Media System +The Avalon Media System is an open source system for managing and providing access to large collections of digital audio and video. The freely available system enables libraries and archives to easily curate, distribute and provide online access to their collections for purposes of teaching, learning and research. The Avalon Community is made up of a dozen educational, media and open-technology institutions. +http://www.avalonmediasystem.org/project]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:AudiovisualService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AudiovisualService_Properties"> + <skos:notation><![CDATA[Properties of Audiovisual Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AudiovisualService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Audiovisual Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/AudiovisualService" /> + <dcterms:type>eira:AudiovisualService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB54</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceDiscoveryService"> + <skos:notation><![CDATA[Service Discovery Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceDiscoveryService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Service Discovery Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Service Discovery Service ABB is an Application Service locating a machine-processable description of a service-related resource that may have been previously unknown and that meets certain functional criteria. It involves matching a set of functional and other criteria with a set of resource descriptions. The goal is to find an appropriate service-related resource. + +Source: W3C +(https://www.w3.org/TR/2004/NOTE-ws-gloss-20040211/) INTEROPERABILITY SALIENCY: IoP Dimension: Behavioral IoP -The e-Payment Service ABB�is salient for technical interoperability because it enables the possibility of executing payment transactions by any means of telecommunication, digital or IT device as stated in the EIF: "Public administrations need to exploit services delivered outside their organisational boundaries by third parties, such as payment services provided by financial institutions or connectivity services provided by telecommunications providers." +The Service Discovery Service ABB is salient for technical interoperability because it allows to discover service available for reuses as stated in the EIF recommendation n°36: "Develop a shared infrastructure of reusable services and information sources that can be used by all public administrations." EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -SEPA -The single euro payments area (SEPA) harmonises the way cashless euro payments are made across Europe. It allows European consumers, businesses and public administrations to make and receive the following types of transactions under the same basic conditions: -- credit transfers -- direct debit payments -- card payments -This makes all cross-border electronic payments in euro as easy as domestic payments. -https://ec.europa.eu/info/business-economy-euro/banking-and-finance/consumer-finance-and-payments/payment-services/single-euro-payments-area-sepa_en - -UniPay Payment Gateway -The open source payment transactions processing platform UniPay Payment Gateway is a robust, flexible and scalable payment gateway software. -The platform has a powerful, processor-agnostic payment gateway at its foundation, which supplies numerous direct-to-processor backend integrations and includes a powerful routing engine configurable through web service calls. With unified API as your entry point (for both credit card transactions and ACH - Automated Clearing House), you gain access to numerous banks and credit card payment processors across the globe. -http://opensourcepaymentgateway.com/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB48</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/E-paymentComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-paymentComponent"> - <skos:notation>E-paymentComponent</skos:notation> - <skos:prefLabel xml:lang="en">e-Payment Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionality of executing payment transactions where the consent of the payer to execute a payment transaction is given by means of any telecommunication, digital or IT device. - -Source: Directive 2007/64/EC -http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=CELEX:32007L0064:EN:NOT - -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP - -The e-Payment Component ABB �is salient for technical interoperability because it provides the implementation of functionalities of executing payment transactions. +jUDDI +jUDDI is an open source Java implementation of OASIS the Universal Description, Discovery, and Integration (UDDI) specification for (Web) Services. The jUDDI project includes Scout. Scout is an implementation of the JSR 93 - JavaTM API for XML Registries 1.0 (JAXR). -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Features: +• Platform Independent +• Use with any relational database that supports ANSI standard SQL (MySQL, Oracle, DB2, Sybase, Derby etc.) +• Deployable on any Java application server that supports the Servlet 2.3 specification +• jUDDI registry supports a clustered deployment configuration. +• Easy integration with existing authentication systems +• Supports InVM embeddable mode -OpenACH -Introducing OpenACH, the world's first free, open-source, secure web-based ACH origination and payment processing platform. -ACH stands for "Automated Clearing House" and is a term that can be used very loosely in the banking and business industries. An originator is a business or organization initiating a transaction, either credit or debit. -OpenACH is several things: -- An open source (GPLv3) ACH payment platform, written in PHP using Postgresql -- An easy to use ACH payment gateway, using REST and JSON to put payments on the ACH network -- A BYOB (Bring Your Own Bank) ACH processing platform -- A third-party ACH originator, processing your payments on your behalf -https://openach.com/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB68</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/E-paymentService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceRegistryComponent"> - <skos:notation>ServiceRegistryComponent</skos:notation> - <skos:prefLabel xml:lang="en">Service Registry Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionality of registering the system service within a catalogue to be discovered by other services. - -Source ISA2 - EIA Action +jUDDIv3 Services: +• UDDI Specification version 3.0.2 compliant +• UDDI Specification version 2.0.4 interoperability services (BETA) +• Built on JAXB and JAX-WS standardized interfaces, tested on Apache CXF +• Built on JPA standardized interfaces, tested with Apache OpenJPA and Hibernate +• Pre-configured bundle deployed to Apache Tomcat +• Full featured user interface (based on Bootstrap) +• User, Administrative and Developer Documentation +• Includes extensive predefined tModels, such as Quality of Service Metrics + +Source: (http://juddi.apache.org/)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:ServiceDiscoveryService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceDiscoveryService_Properties"> + <skos:notation><![CDATA[Properties of Service Discovery Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceDiscoveryService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Service Discovery Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryService" /> + <dcterms:type>eira:ServiceDiscoveryService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB159</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceRegistry"> + <skos:notation><![CDATA[Service Registry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceRegistry</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Service Registry]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Service Registry ABB is an Application Service providing access rights for data that is necessary for service-oriented architecture projects to target fast and easy communication and data exchange. -(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector. +This ABB is a key interoperability enabler (*) for sharing/PROVISIONING and reusing/CONSUMING back-office services. -Syn. Service Catalogue Component +Source: Atlassian +(https://developer.atlassian.com/server/framework/atlassian-sdk/service-registry/) INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP - -The Service Registration Component ABB �is a key interoperability enabler because it supports to achieve technical interoperability by provisioning and consuming back-office services as stated in the EIF recommendation n�44: "Put in place catalogues of public services, public data, and interoperability solutions and use common models for describing them." +IoP Dimension: Structural IoP, Behavioral IoP +The Service Registry Service is a key interoperability enabler because it provides access to software systems over the Internet using standard protocols. In the most basic scenario there is a Web Service Provider that publishes a service and a Web Service Consumer that uses this service. EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -jUDDI -jUDDI is an open source Java implementation of OASIS Universal Description, Discovery, and Integration (UDDI) specification for (Web) Services. -https://juddi.apache.org/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB133</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceRegistryService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineTranslationService"> - <skos:notation>MachineTranslationService</skos:notation> - <skos:prefLabel xml:lang="en">Machine Translation Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of serving any current or future Digital Service Infrastructure (DSI) requiring cross-lingual functionality. The main functionality is automated translation of text, metadata and concept classes or nomenclatures. - -Based on CEF Automated Translation -https://ec.europa.eu/digital-single-market/en/news/tools-and-resources-cef-automated-translation +ZooKeeper +ZooKeeper is a centralized service registry for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them, which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed. -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Machine Translation Service ABB �is salient for technical interoperability because it enables cross-lingual functionality by providing automated translation of text, metadata and concept classes or nomenclatures as stated in the EIF recommendation n�16: "Use information systems and technical architectures that cater for multilingualism when establishing a European public service. Decide on the level of multilingualism support based on the needs of the expected users." +Source: (https://zookeeper.apache.org/)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:ServiceRegistry_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceRegistry_Properties"> + <skos:notation><![CDATA[Properties of Service Registry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceRegistry_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Service Registry]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceRegistry" /> + <dcterms:type>eira:ServiceRegistry</dcterms:type> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB431</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MessagingService"> + <skos:notation><![CDATA[Messaging Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MessagingService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Messaging Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Shares the functionalities of i) transmission of text and/or ii) broadcasting of “audio and video†content. -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source: ISA2 - EIA Action -CEF Digital - eTranslation building block -eTranslation is a Connecting Europe Facility (CEF) building block provided by the European Commission (EC). eTranslation provides an online machine translation service. -https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eTranslation " - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused]]></skos:definition> - <dcterms:identifier>ABB41</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/MachineTranslationComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineTranslationComponent"> - <skos:notation>MachineTranslationComponent</skos:notation> - <skos:prefLabel xml:lang="en">Machine Translation Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionality of serving any current or future Digital Service Infrastructure (DSI) requiring cross-lingual functionality. The main functionality is automated translation of text, metadata and concept classes or nomenclatures. - -Based on CEF Automated Translation -https://ec.europa.eu/digital-single-market/en/news/tools-and-resources-cef-automated-translation +Syn. Social Network -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +HumHub User Mail System +HumHub is a free and open source social network software coded on top of the Yii PHP framework that provides an easy to use toolkit for creating and launching an own social network. The platform can be used for internal communication and collaboration that can range from a few users up to huge Intranets that serve companies with hundreds and thousands of employees. The platform was meant to be self-hosted and currently comes with pretty normal requirements, working with most shared hosting environments around. HumHub also supports themes and modules to extend the functionality for almost all requirements. +The user mail system module provides a private messaging system to communicate with one or more users. +https://github.com/humhub/humhub-modules-mail]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:MessagingService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MessagingService_Properties"> + <skos:notation><![CDATA[Properties of Messaging Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MessagingService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Messaging Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/MessagingService" /> + <dcterms:type>eira:MessagingService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB53</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RecordManagementService"> + <skos:notation><![CDATA[Record Management Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RecordManagementService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Record Management Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Shares the functionalities responsible for the efficient and systematic control of the i) creation, ii) receipt, iii) maintenance, iv) use and v) disposal of records, including processes for capturing and maintaining evidence of, and information about, business activities and transactions in the form of records. ISO 15489-1:2001 defines records as "information created, received, and maintained as evidence and information by an organization or person, in pursuance of legal obligations or in the transaction of business". -The Machine Translation Component ABB �is salient for technical interoperability because it provides the implementation of functionalities for cross-lingual functionality by providing automated translation of text, metadata and concept classes or nomenclatures as stated in the EIF recommendation n�16: "Use information systems and technical architectures that cater for multilingualism when establishing a European public service. Decide on the level of multilingualism support based on the needs of the expected users." +Based on ISO 15489-1:2016 +https://www.iso.org/standard/62542.html -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -"CEF Digital - eTranslation building block -eTranslation is a Connecting Europe Facility (CEF) building block provided by the European Commission (EC). eTranslation provides a web-user interface for direct use by individuals (human-to-machine). -https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eTranslation " - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused]]></skos:definition> - <dcterms:identifier>ABB62</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/MachineTranslationService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-signatureCreationService"> - <skos:notation>E-signatureCreationService</skos:notation> - <skos:prefLabel xml:lang="en">e-Signature Creation Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of signing data in electronic form by a natural person. -An �electronic signature� means data in electronic form which is attached to or logically associated with other data in electronic form and which is used by the signatory to sign. - -Based on eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG +Council of Europe - Documents, Records and Archives +You will find on the Documents, Records and Archives website information about the Council of Europe's documents, records and archives, how they are organised and how to access them, whatever their format (audio-visual, electronic, paper or web archives): +• information about the Council of Europe's documents, records and archives, how they are organised and how to access them, whatever their format (audio-visual, electronic, paper or web archives) +• information on the rules and procedures governing access +• search tools and other professional tools +• a timeline with a selection of themes related to the construction of the Council of Europe and the personalities involved (being developed) +• an information management guidance page +https://www.coe.int/en/web/documents-records-archives-information/home -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The e-Signature Creation Service ABB �is salient for technical interoperability because it provides -the functionalities required for e-signature creation service. +Barracuda Cloud Archiving Service +Barracuda Cloud Archiving Service permits to protect email for On-Premises, Cloud and Hybrid Environments. It provides cloud-based archiving of email, enabling organizations to meet demanding compliance requirements and address eDiscovery requests effectively and easily. Ideal for organizations using cloud-based email services like Office 365, Barracuda stores archived email in a separate, secure repository for as long as needed without risk of corruption or deletion. +With Barracuda, compliance is easy to demonstrate, and end users can have read only access to search and retrieve archived email at any time from any device. +https://www.barracuda.com/products/cloudarchivingservice]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:RecordManagementService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RecordManagementService_Properties"> + <skos:notation><![CDATA[Properties of Record Management Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RecordManagementService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Record Management Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/RecordManagementService" /> + <dcterms:type>eira:RecordManagementService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB50</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PartnerManagementService"> + <skos:notation><![CDATA[Partner Management Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PartnerManagementService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Partner Management Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Shares the functionalities of i) managing service consumption by partners (i.e. consumers) and ii) controlling service consumption by partners (i.e. consumers) in order to ensure scalability and availability. It enables the management of IES' interoperability agreements + +Source: ISA2 – EIA Action -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -CEF eSignature DSS -DSS (Digital Signature Services) is an open-source software library for electronic signature creation and validation. DSS supports the creation and verification of interoperable and secure electronic signatures in line with European legislation. In particular, DSS aims to follow the eIDAS Regulation and related standards closely. -DSS can be re-used in an IT solution for electronic signatures to ensure that signatures are created and verified in line with European legislation and standards. DSS allows re-use in a variety of different ways: in an applet, in a stand-alone application or in a server application. DSS can also be used as a reference implementation for IT solutions which do not directly re-use it. -CEF eSignature's DSS open-source library delivers the following benefits to its users: -� Open-source software under LGPL 2.1, a non-viral open source license; -� Interoperability of the e-signatures; -� Supports both e-signatures and e-seals; -� Validation of countersignatures and multiple signatures; -� Alignment with the eIDAS Regulation and related standards; -� Supports EU standards on: -o Signature formats and packaging methods; -o Signature validation procedures; -� Validation relying on Member States' trusted lists: -o Status of trust service providers/trust service, compensation of information, path validation. -https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eSignature - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB55</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-signatureVerificationAndValidationService"> - <skos:notation>E-signatureVerificationAndValidationService</skos:notation> - <skos:prefLabel xml:lang="en">e-Signature Verification and Validation Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of the verification of documents that are signed electronically. -An �electronic signature� means data in electronic form which is attached to or logically associated with other data in electronic form and which is used by the signatory to sign. -�validation� means the process of verifying and confirming that an electronic signature or a seal is valid. - -Based on eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG - -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The e-Signature Verification and Validation Service ABB �is salient for technical interoperability because it provides -the functionalities required for e-signature verification and validation service. +OpenNebula +The OpenNebula monitoring subsystem gathers information relative to the hosts and the virtual machines, such as the host status, basic performance indicators, as well as VM status and capacity consumption. This information is collected by executing a set of static probes provided by OpenNebula. The information is sent according to the following process: each host periodically sends monitoring data to the front-end which collects it and processes it in a dedicated module. This model is highly scalable and its limit (in terms of number of VMs monitored per second) is bounded to the performance of the server running on and the database server. +OpenNebula also brings resource quota management to allocate, track and limit resource utilization/consumption. +https://opennebula.org/]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PartnerManagementService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PartnerManagementService_Properties"> + <skos:notation><![CDATA[Properties of Partner Management Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PartnerManagementService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Partner Management Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PartnerManagementService" /> + <dcterms:type>eira:PartnerManagementService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB140</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LoggingService"> + <skos:notation><![CDATA[Logging Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LoggingService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Logging Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Shares the functionality of tracing all events and user actions impacting a data entity throughout its lifecycle (from its creation to its disposal). It can be used to reproduce a certain state of a data entity at a certain moment in time. +Logging = To record details of information or events in an organized record-keeping system, usually sequenced in the order in which they occurred. + +Based on ISACA +https://www.isaca.org -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Graylog2 - open source log management platform +Graylog2 is an open source log management platform. Each message is saved in an Elasticsearch database and a web interface allows to manage and analyse the logs. +Graylog2 is divided into two parts: graylog2-server and graylog2-web-interface. The first is a Java application that accepts messages on different protocols: UDP, TCP, GELF, AMQP... Each message is analysed and saved in the Elasticsearch database. A Rest API is also integrated into the tool and is used in particular by the web-interface part. This allows to manage users, streams and dashboards. +Some possible uses: +• Centralization of the logs: several types of inputs: syslog, GELF, raw... Rather than having to connect to each of the servers to consult the error logs, they can be configured to send all the messages in Graylog2. +• Debug application +• Exception handling +• Log analysis +For example, it can easily list the clients who are still using the deprecated version of an API. Another search can e.g. allow you to list the largest consumers or the most used parts of an API. +Graylog Enterprise is built on top of the Graylog open source platform and offers additional features: +• Archiving: automatically archive the data that are not searched through very often. Store this data on more cost-effective, slower hard disks and make it available for search in Graylog only when needed. +• Audit Log: Graylog Enterprise also offers Audit Log capabilities. Audit Log records and stores actions taken by a user or administrator that make changes in the Graylog system. +https://www.graylog.org/]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:LoggingService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LoggingService_Properties"> + <skos:notation><![CDATA[Properties of Logging Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LoggingService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Logging Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/LoggingService" /> + <dcterms:type>eira:LoggingService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB59</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataWarehouseService"> + <skos:notation><![CDATA[Data Warehouse Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataWarehouseService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Warehouse Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Data Warehouse Service ABB is an Application Service transforming raw data and storing them in query-able forms. It is an information system that contains historical and commutative data from single or multiple sources. It simplifies reporting and analysis process of the organization. -CEF eSignature DSS -DSS (Digital Signature Services) is an open-source software library for electronic signature creation and validation. DSS supports the creation and verification of interoperable and secure electronic signatures in line with European legislation. In particular, DSS aims to follow the eIDAS Regulation and related standards closely. -DSS can be re-used in an IT solution for electronic signatures to ensure that signatures are created and verified in line with European legislation and standards. DSS allows re-use in a variety of different ways: in an applet, in a stand-alone application or in a server application. DSS can also be used as a reference implementation for IT solutions which do not directly re-use it. -CEF eSignature's DSS open-source library delivers the following benefits to its users: -� Open-source software under LGPL 2.1, a non-viral open source license; -� Interoperability of the e-signatures; -� Supports both e-signatures and e-seals; -� Validation of countersignatures and multiple signatures; -� Alignment with the eIDAS Regulation and related standards; -� Supports EU standards on: -o Signature formats and packaging methods; -o Signature validation procedures; -� Validation relying on Member States' trusted lists: -o Status of trust service providers/trust service, compensation of information, path validation. -https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eSignature - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB144</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-signaturePreservationService"> - <skos:notation>E-signaturePreservationService</skos:notation> - <skos:prefLabel xml:lang="en">e-Signature Preservation Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of extending the trustworthiness of the qualified electronic signature beyond the technological validity period. -An �electronic signature� means data in electronic form which is attached to or logically associated with other data in electronic form and which is used by the signatory to sign. - -Based on eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG - -Syn. e-Signature Archiving Service +Source: ISA2 - EIA Action INTEROPERABILITY SALIENCY: IoP Dimension: Behavioral IoP -The e-Signature Preservation Service ABB �is salient for technical interoperability because it provides -the functionalities required for e-signature preservation service. +The Data Warehouse Service ABB  is salient for technical interoperability because it provides and shares the functionality for the short-term or medium-term preservation of records and information in electronic form in order to ensure their temporal egibility, reliability and integrity and to ease their management as stated in the EIF: "Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions." EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Namirial Spa Long term archiving solution -Namirial is a Trust Service Provider, focused on addressing the fast growing market of Digital Transaction Management (DTM), which includes legally compliant electronic signatures, managing and tracking documents flows, conducting secure transactions and ensuring secure storage of data. -It provides a long term archiving: -� Protect and preserve all documents generated while performing digital business transactions -� Make those documents easily searchable -� Accredited for Long-Term Archiving/Digital Preservation Services -� SaaS, high-availability, multi-company solution built to archive large volumes of documents -https://www.xyzmo.com/digital-signature/e-signature-products - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB197</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-sealCreationService"> - <skos:notation>E-sealCreationService</skos:notation> - <skos:prefLabel xml:lang="en">e-Seal Creation Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of signing data in electronic forms on behalf of a legal person. -An �electronic seal' means data in electronic form, which is attached to or logically associated with other data in electronic form to ensure the latter�s origin and integrity. The �creator of a seal� is a legal person who creates an electronic seal. - -Based on eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG +ESSnet: +The overall objective of this ESSnet is to provide assistance in the development of more integrated databases and data production systems for business statistics in Member States. Therefore the ESSnet has to work on issues that are common for the majority of the ESS NSIs when applying a data warehousing approach for statistics. -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The e-Seal Creation Service ABB �is salient for technical interoperability because it provides -the functionalities required for e-seal creation service. +Its general objectives are: +- Review of current best practices in integrated business data systems +- Identification of problems and solutions in current practices and the opportunities +that a data warehouse might provide +- Examination of ways in which data can be combined to support new outputs +- Provision of recommendations on how the ESS can improve data warehousing -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source: (https://ec.europa.eu/eurostat/cros/content/data-warehouse-sga1_en)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:DataWarehouseService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataWarehouseService_Properties"> + <skos:notation><![CDATA[Properties of Data Warehouse Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataWarehouseService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Warehouse Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataWarehouseService" /> + <dcterms:type>eira:DataWarehouseService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB378</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DocumentManagementService"> + <skos:notation><![CDATA[Document Management Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DocumentManagementService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Document Management Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Shares the functionality of categorisation of electronic documents in order to i) store, ii) publish and iii) reuse these documents in multiple contexts. For a differentiation between ERMS and EDMS visit section 10.3 of Moreq: http://ec.europa.eu/archival-policy/moreq/doc/moreq_en -CEF eSignature DSS -DSS (Digital Signature Services) is an open-source software library for electronic signature creation and validation. DSS supports the creation and verification of interoperable and secure electronic signatures in line with European legislation. In particular, DSS aims to follow the eIDAS Regulation and related standards closely. -DSS can be re-used in an IT solution for electronic signatures to ensure that signatures are created and verified in line with European legislation and standards. DSS allows re-use in a variety of different ways: in an applet, in a stand-alone application or in a server application. DSS can also be used as a reference implementation for IT solutions which do not directly re-use it. -CEF eSignature's DSS open-source library delivers the following benefits to its users: -� Open-source software under LGPL 2.1, a non-viral open source license; -� Interoperability of the e-signatures; -� Supports both e-signatures and e-seals; -� Validation of countersignatures and multiple signatures; -� Alignment with the eIDAS Regulation and related standards; -� Supports EU standards on: -o Signature formats and packaging methods; -o Signature validation procedures; -� Validation relying on Member States' trusted lists: -o Status of trust service providers/trust service, compensation of information, path validation. -https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eSignaturefile:///C:/Users/bocquilp/Downloads/DSS(ServiceOfferingDescription)%20(v0.03)%20(5).pdf - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB198</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-sealVerificationAndValidationService"> - <skos:notation>E-sealVerificationAndValidationService</skos:notation> - <skos:prefLabel xml:lang="en">e-Seal Verification and Validation Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of the verification of documents that are signed electronically. -An �electronic seal' means data in electronic form, which is attached to or logically associated with other data in electronic form to ensure the latter�s origin and integrity. The �creator of a seal� is a legal person who creates an electronic seal. - -Based on eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG +The definition of a Record Management Service includes a differentiation towards record management and e-archiving. -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The e-Seal Verification and Validation Service ABB �is salient for technical interoperability because it provides -the functionalities required for e-seal verification and validation service. +Based on the EC Document and Archival Policy +https://ec.europa.eu/info/about-european-union/principles-and-values/transparency/access-documents/information-and-document-management_en -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Council of Europe - Documents, Records and Archives +You will find on the Documents, Records and Archives website information about the Council of Europe's documents, records and archives, how they are organised and how to access them, whatever their format (audio-visual, electronic, paper or web archives): +- information about the Council of Europe's documents, records and archives, how they are organised and how to access them, whatever their format (audio-visual, electronic, paper or web archives) +- information on the rules and procedures governing access +- search tools and other professional tools +- a timeline with a selection of themes related to the construction of the Council of Europe and the personalities involved (being developed) +- an information management guidance page +https://www.coe.int/en/web/documents-records-archives-information/home]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:DocumentManagementService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DocumentManagementService_Properties"> + <skos:notation><![CDATA[Properties of Document Management Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DocumentManagementService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Document Management Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/DocumentManagementService" /> + <dcterms:type>eira:DocumentManagementService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB136</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentManagementService"> + <skos:notation><![CDATA[Content Management Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContentManagementService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Content Management Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Shares the functionality of the categorisation of information resources so that they can be stored, published and reused in multiple contexts. -CEF eSignature DSS -DSS (Digital Signature Services) is an open-source software library for electronic signature creation and validation. DSS supports the creation and verification of interoperable and secure electronic signatures in line with European legislation. In particular, DSS aims to follow the eIDAS Regulation and related standards closely. -DSS can be re-used in an IT solution for electronic signatures to ensure that signatures are created and verified in line with European legislation and standards. DSS allows re-use in a variety of different ways: in an applet, in a stand-alone application or in a server application. DSS can also be used as a reference implementation for IT solutions which do not directly re-use it. -CEF eSignature's DSS open-source library delivers the following benefits to its users: -� Open-source software under LGPL 2.1, a non-viral open source license; -� Interoperability of the e-signatures; -� Supports both e-signatures and e-seals; -� Validation of countersignatures and multiple signatures; -� Alignment with the eIDAS Regulation and related standards; -� Supports EU standards on: -o Signature formats and packaging methods; -o Signature validation procedures; -� Validation relying on Member States' trusted lists: -o Status of trust service providers/trust service, compensation of information, path validation. -https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eSignaturefile:///C:/Users/bocquilp/Downloads/DSS(ServiceOfferingDescription)%20(v0.03)%20(5).pdf - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB199</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-sealPreservationService"> - <skos:notation>E-sealPreservationService</skos:notation> - <skos:prefLabel xml:lang="en">e-Seal Preservation Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of extending the trustworthiness of the qualified electronic signature beyond the technological validity period. -An �electronic seal' means data in electronic form, which is attached to or logically associated with other data in electronic form to ensure the latter�s origin and integrity. The �creator of a seal� is a legal person who creates an electronic seal. - -Based on eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG - -Syn. e-Seal Archiving Service +Based on DAMA +http://www.dama.org/ -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The e-Seal Preservation Service ABB �is salient for technical interoperability because it provides -the functionalities required for e-seal preservation service. +Syn. CMS -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -CEF eSignature DSS -DSS (Digital Signature Services) is an open-source software library for electronic signature creation and validation. DSS supports the creation and verification of interoperable and secure electronic signatures in line with European legislation. In particular, DSS aims to follow the eIDAS Regulation and related standards closely. -DSS can be re-used in an IT solution for electronic signatures to ensure that signatures are created and verified in line with European legislation and standards. DSS allows re-use in a variety of different ways: in an applet, in a stand-alone application or in a server application. DSS can also be used as a reference implementation for IT solutions which do not directly re-use it. -CEF eSignature's DSS open-source library delivers the following benefits to its users: -� Open-source software under LGPL 2.1, a non-viral open source license; -� Interoperability of the e-signatures; -� Supports both e-signatures and e-seals; -� Validation of countersignatures and multiple signatures; -� Alignment with the eIDAS Regulation and related standards; -� Supports EU standards on: -o Signature formats and packaging methods; -o Signature validation procedures; -� Validation relying on Member States' trusted lists: -o Status of trust service providers/trust service, compensation of information, path validation. -https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eSignaturefile:///C:/Users/bocquilp/Downloads/DSS(ServiceOfferingDescription)%20(v0.03)%20(5).pdf - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB200</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-timestampCreationService"> - <skos:notation>E-timestampCreationService</skos:notation> - <skos:prefLabel xml:lang="en">e-Timestamp Creation Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of the verification of timestamps used for establishing evidence that a give piece of data existed at a given point in time. -An �electronic time stamp� means data in electronic form which binds other data in electronic form to a particular time establishing evidence that the latter data existed at that time. - -Based on eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG - -Syn. eTS Creation Service +CROS Portal +The CROS Portal is a content management system based on Drupal and stands for "Portal on Collaboration in Research and Methodology for Official Statistics". The CROS Portal is dedicated to the collaboration between researchers and Official Statisticians in Europe and beyond. It provides a working space and tools for dissemination and information exchange for statistical projects and methodological topics. Services provided include hosting of statistical communities, repositories of useful documents, research results, project deliverables, CVs of experts in statistical relevant areas, and discussion fora on different topics like the future research needs in Official Statistics. +https://ec.europa.eu/eurostat/cros/]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:ContentManagementService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentManagementService_Properties"> + <skos:notation><![CDATA[Properties of Content Management Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContentManagementService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Content Management Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContentManagementService" /> + <dcterms:type>eira:ContentManagementService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB51</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AdministrationAndMonitoringService"> + <skos:notation><![CDATA[Administration and Monitoring Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AdministrationAndMonitoringService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Administration and Monitoring Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Shares the functionalities of i) administration of services and/or systems and ii) monitoring of services and/or systems with the goal of ensuring that these solutions run in an efficient and effective way. + +Source: ISA2 – EIA Action -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The e-Timestamp Creation Service ABB �is salient for technical interoperability because it provides -the functionalities required for e-Timestamp creation service. +Syn. Data Center Infrastructure Management -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -DigiStamp eTimeStamp� -DigiStamp eTimeStamp� protects the intellectual property in any computer file: -� Use Desktop and Web applications for on-demand protection -� Plug the Timestamp Authority into the automated systems -Plug-in rigorous implementation of US & EU standards: -� Secure, reliable, RFC 3161 timestamp cloud service -� Archiving and Hash Chaining keyless security -� Elliptic Curve Upgrade -Implementation of the Internet Engineering Task Force's RFC 3161 means DigiStamp timestamps are understood by data validation systems the world over: -� Implementation of ANSI X9.95 further increases the compatibility of our timestamps. -� Compliance with IETF RFC 3628 gives credence to the trustworthiness of our Time Stamp Authorities. -� Conformance to IETF RFC 3126 makes our timestamps usable for long-term, legally binding agreements. -https://www.digistamp.com/ - -freeTSA.org offers free NTP and DNSCRYPT services -freeTSA.org provides a free Time Stamp Authority. Adding a trusted timestamp to code or to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. -Trusted timestamping is the process of securely keeping track of the creation and modification times of a document. Security here means that no one - not even the owner of the document - should be able to change it once it has been recorded provided that the timestamper's integrity is never compromised. FreeTSA trusted timestamping Software as a Service (SaaS) provides an easy method to apply RFC 3161 trusted timestamps to time-sensitive transactions through independently verified and auditable date and UTC (Coordinated Universal Time) sources. -https://www.freetsa.org/index_en.php - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB201</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-timestampVerificationAndValidationService"> - <skos:notation>E-timestampVerificationAndValidationService</skos:notation> - <skos:prefLabel xml:lang="en">e-Timestamp Verification and Validation Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of the verification of timestamps used for establishing evidence that a give piece of data existed at a given point in time. -An �electronic time stamp� means data in electronic form which binds other data in electronic form to a particular time establishing evidence that the latter data existed at that time. - -Based on eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG - -Syn. eTS Verification and Validation Service -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The e-Timestamp Verification and Validation Service ABB �is salient for technical interoperability because it provides -the functionalities required for e-timestamp verification and validation service. +Nagios +Nagios is a powerful monitoring system that enables organizations to identify and resolve IT infrastructure problems before they affect critical business processes. It provides the following features: +• Comprehensive Monitoring: +o Capabilities to monitor applications, services, operating systems, network protocols, system metrics and infrastructure components +o Powerful script APIs allow easy monitoring of in-house and custom applications, services, and systems +• Problem Remediation +o Alert acknowledgments provide communication on known issues and problem response +o Event handlers allow automatic restart of failed applications and services +• Reporting +o Availability reports +o Historical reports provide record of alerts, notifications, outages, and alert response +• Extendable Architecture +o Multiple APIs permit the integration with in-house and third-party applications +o Hundreds of community-developed add-ons extend core Nagios functionality +• Visibility & Awareness +o Centralized view of entire monitored IT infrastructure +o Detailed status information available through web interface +o Fast detection of infrastructure outages +o Alerts can be delivered to technical staff via email or SMS +o Escalation capabilities +• Proactive Planning +o Trending and capacity planning add-ons permit the follow-up of aging infrastructure +o Scheduled downtime allows for alert suppression during infrastructure upgrades +• Multi-Tenant Capabilities +o Multi-user access to web interface allows stake holders to view infrastructure status +o User-specific views ensures clients see only their infrastructure components +• Stable, Reliable Platform +o Over 10 years of active development +o Scales to monitor thousands of nodes +o Failover capabilities ensure non-stop monitoring of critical IT infrastructure components +• Customizable Code +o Open Source Software +o Full access to source code +o Released under the GPL license +• Active community +o Over 1 million+ users worldwide +o Hundreds of add-ons +https://www.nagios.org/]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:AdministrationAndMonitoringService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AdministrationAndMonitoringService_Properties"> + <skos:notation><![CDATA[Properties of Administration and Monitoring Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AdministrationAndMonitoringService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Administration and Monitoring Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/AdministrationAndMonitoringService" /> + <dcterms:type>eira:AdministrationAndMonitoringService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB137</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataStandard"> + <skos:notation><![CDATA[Data Standard]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataStandard</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Standard]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[A data standard is a structural metadata specification that describes or defines other data [ISO111179]. Structural metadata indicates how compound objects are put together [NISO]. It can consist of among others data models, reference data, and identifier schemas.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:DataStandard_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataStandard_Properties"> + <skos:notation><![CDATA[Properties of Data Standard]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataStandard_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Standard]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataStandard" /> + <dcterms:type>eira:DataStandard</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB183</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OpenData"> + <skos:notation><![CDATA[Open Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OpenData</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Open Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +Open data refers to the practice of publishing (raw) data in a way that is accessible, reusable, machine readable and licensed permissively. It can be generated by a wide range of parties, including public authorities, the semi-public sector, businesses and the public. In the case of public authorities, such as European Union organisations, making their data available for public reuse supports economic development, openness and transparency. -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -OpenSSL timestamp verification -OpenSSL is an open-source tool that can be used to retrieve and verify digital timestamps. -https://wiki.openssl.org/index.php/Manual:Ts(1) -https://www.digistamp.com/technical/software-alternatives/using-openssl-to-request-timestamps/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB202</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RegisteredElectronicDeliveryService"> - <skos:notation>RegisteredElectronicDeliveryService</skos:notation> - <skos:prefLabel xml:lang="en">Registered Electronic Delivery Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionalities that i) makes it possible to transmit data between third parties by electronic means and ii) provides evidence relating to the handling of the transmitted data, including proof of sending and receiving the data, and iii) that protects transmitted data against the risk of loss, theft, damage or any unauthorised alterations; - -Based on eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG +Source: EU Open Data guide +http://bookshop.europa.eu/en/eu-open-data-pbOA0416036/downloads/OA-04-16-036-EN-C/OA0416036ENC_002.pdf?FileName=OA0416036ENC_002.pdf&SKU=OA0416036ENC_PDF&CatalogueNumber=OA-04-16-036-EN-C INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Registered Electronic Delivery Service ABB �is salient for technical interoperability because it provides the functionalities related to the handling of data transmission. +The Open Data ABB is salient for semantic interoperability because it is a part of the basic components of the EIF's conceptual model for integrated public services. Opening of public sector datasets for sharing and reuse is encouraged by the Directive on the reuse of public sector information, which provides a common legal framework for reuse of public sector data as stated in the EIF recommendation n° 2: "Publish the data you own as open data unless certain restrictions apply." EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Qualified electronic registered delivery services listed with CEF Trusted List Browser tool -Qualified electronic registered delivery services are listed on https://webgate.ec.europa.eu/tl-browser/#/search/1 -https://webgate.ec.europa.eu/tl-browser/#/search/1 - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB203</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustServiceProvisioningComponent"> - <skos:notation>TrustServiceProvisioningComponent</skos:notation> - <skos:prefLabel xml:lang="en">Trust Service Provisioning Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionalities encapsulating the trust services functionalities. -A �trust service� means an electronic service normally provided for remuneration which consists of these functionalities: -i) the creation, verification, and validation of electronic signatures, electronic seals or electronic time stamps, electronic registered delivery services and certificates related to those services, or -ii) the creation, verification and validation of certificates for website authentication; or -iii) the preservation of electronic signatures, seals or certificates related to those services. - -Based on eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG - -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Trust Service Provisioning Component ABB �is salient for technical interoperability because it provides -the implementation of the functionalities of information exchange between between administrations, businesses and citizens (e-signature and e-seal creation, verification,validation and preservation, timestamping creation, verification and validation, identity management, etc.) as stated in the EIF recommendation n�47: "Use trust services according to the Regulation on eID and Trust Services as mechanisms that ensure secure and protected data exchange in public services." +European Data Portal +The European Data Portal harvests the metadata of Public Sector Information available on public data portals across European countries. Information regarding the provision of data and the benefits of re-using data is also included. -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Within the Portal, sections are dedicated to: +• Searching datasets: Categories have been established to structure the metadata harvested from the various countries. These categories follow the revision of the DCAT Application Profile and have been mapped against the Eurovoc Thesaurus. +• Providing Data: This section gives an insight into understanding Open Data from the perspective of a data provider. In addition, instructions are offered for those who wish their data portal to be harvested by the European Data Portal. +• Using Data: How Open Data is being used, as well as the economic benefits of Open Data are detailed in this section. +• Training and Library: eLearning modules about Open Data as well as training guides and a knowledge base referencing publications around Open Data and featured projects. -e-TrustEx -Open e-TrustEx is a platform offered by the Directorate-General for Informatics of the European Commission to Public Administrations at European, national and regional level to set up secure exchange of natively digital documents from system to system via standardized interfaces. Open e-TrustEx provides a set of generic web services, which Public Administrations can use to connect heterogeneous applications, removing the need for complex point-to-point connections. -http://eur-lex.europa.eu/legal-content/DE/TXT/?uri=CELEX%3A52016SC0279 -https://joinup.ec.europa.eu/solution/open-e-trustex - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB69</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/E-signatureCreationService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/RegisteredElectronicDeliveryService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/E-timestampVerificationAndValidationService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/E-signatureVerificationAndValidationService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/E-timestampCreationService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/E-sealPreservationService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/E-signaturePreservationService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/E-sealVerificationAndValidationService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/E-sealCreationService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityManagementService"> - <skos:notation>IdentityManagementService</skos:notation> - <skos:prefLabel xml:lang="en">Identity Management Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of user authentication. -�Electronic identification� means the process of using person identification data in electronic form uniquely representing either a natural or legal person, or a natural person representing a legal person; -�Authentication� means an electronic process that enables the electronic identification of a natural or legal person, or the origin and integrity of data in electronic form to be confirmed; - -Based on eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG - -Syn. Authentication Service, eID +Portals can be national, regional, local or domain specific. They cover the 28 EU Member States, EEA, countries involved in the EU's neighbourhood policy and Switzerland. +https://www.europeandataportal.eu/]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:OpenData_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OpenData_Properties"> + <skos:notation><![CDATA[Properties of Open Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OpenData_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Open Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/OpenData" /> + <dcterms:type>eira:OpenData</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB224</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TransactionalData"> + <skos:notation><![CDATA[Transactional Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TransactionalData</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Transactional Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Data that covers the business information related to business transactions and information exchanges. -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Identity Management Service ABB �is salient for technical interoperability because it provides the functionalities of user authentication. +Based on DAMA DM_BOK +http://www.dama.org -EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -EU Login -EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services. EU Login is the entry gate to sign in to different European Commission services and/or other systems. EU Login verifies your identity and allows recovering your personal settings, history and access rights in a secure way. You can sign in using social media accounts or the EU Login account. -EU Login supports a variety of verification methods: -� Password; -� ECAS Mobile App PIN code; -� ECAS Mobile App QR code; -� On mobile authentication; -� Mobile phone + SMS; -� Token and Token CRAM. -https://webgate.ec.europa.eu/cas/about.html -https://webgate.ec.europa.eu/cas/manuals/EU_Login_Tutorial_1.1.pdf - -Federal Public Service Policy and Support - Federal Authentication Service (FAS) -Via the Federal Authentication Service (FAS) individuals are authenticated so that they can access secure online government applications. -Characteristics: -� Three different security levels depending on the sensitivity of the information: user name and password; user name, password and token; electronic identity card with associated PIN code. -� Authentication when connecting to an application -� Support with the implementation of the service -� Support while the service is being used -Attribute Publication Service: -� Collecting a user�s attributes from one or more reliable sources that are located in other government institutions (i.e., National Register, Crossroads Bank for Social Security and Crossroads Bank for Enterprises) -� Sending of the requested attributes to the requesting government application within the framework of a successful authentication -Users: -� All public services and institutions that want a secure authentication process for their applications: Federal public services and institutions; Communities and Regions; Provinces, municipalities and local public social welfare centres; businesses or persons implementing government contracts -Requirements: -� Application with Fedict Service Desk and signing up to a user agreement -http://www.fedict.belgium.be/en/identificatie_beveiliging/federal_authentication_service - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB204</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/IdentityManagementComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityManagementComponent"> - <skos:notation>IdentityManagementComponent</skos:notation> - <skos:prefLabel xml:lang="en">Identity Management Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionality of user authentication. -�Electronic identification� means the process of using person identification data in electronic form uniquely representing either a natural or legal person, or a natural person representing a legal person; -�Authentication� means an electronic process that enables the electronic identification of a natural or legal person, or the origin and integrity of data in electronic form to be confirmed; - -Based on eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG - -Syn. Authentication Component, eID +DATA EXCHANGE STANDARDS FOR REGISTRY SYSTEMS UNDER THE KYOTO PROTOCOL - TECHNICAL SPECIFICATIONS +This section of the Technical Specifications addresses the messages and content requirements necessary to support submissions of unit transactions by registries and the validation of those transactions by the ITL. The unit transactions either involve the transfer of ownership of a unit, a change in an attribute of a unit, or the replacement of a tCER or lCER. This section will describe the data exchange flow, the responsibilities of registries, and the responsibilities of the ITL in order to complete a unit transaction. -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Identity Management Component ABB �is salient for technical interoperability because it provides the functionalities of user authentication. +The following unit transactions are described: +• Issuance; +• Conversion; +• External Transfers; +• Cancellation (Internal Transfer); +• Replacement (Internal Transfer); +• Retirement (Internal Transfer); +• Carry-over; and +• Expiry Date Change. -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +http://unfccc.int/kyoto_protocol/registry_systems/itl/items/4065.php]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:TransactionalData_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TransactionalData_Properties"> + <skos:notation><![CDATA[Properties of Transactional Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TransactionalData_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Transactional Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/TransactionalData" /> + <dcterms:type>eira:TransactionalData</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB185</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BaseRegistryData"> + <skos:notation><![CDATA[Base Registry Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BaseRegistryData</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Base Registry Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +A trusted authentic source of information under the control of an appointed public administration or organisation appointed by government. + +According to the European Interoperability Framework, base registries are: “reliable sources of basic information on items such as persons, companies, vehicles, licenses, buildings, locations and roads†and “are authentic and authoritative and form, separately or in combination, the cornerstone of public servicesâ€. -OpenIAM Identity Manager -The OpenIAM Identity Manager automates the task of managing identities across the various devices and applications used by the enterprise. This includes applications within the enterprise such as Active Directory and Exchange, and cloud based applications such as Google Apps. -OpenIAM Identity Manager provides capabilities such as: -� Provisioning, De-provisioning, Workflow -� Password Management, Password Policies, Synchronization -� Self-Service, allowing locked users to reset their accounts, manage their profiles, challenge response security questions -� Audit, Attestation, Reporting -� Delegated Administration -http://www.openiam.com/products/identity-manager/idm-overview/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB158</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/IdentityManagementService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustRegistryService"> - <skos:notation>TrustRegistryService</skos:notation> - <skos:prefLabel xml:lang="en">Trust Registry Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of the discovery of essential information about e.g. supervised/accredited trust service providers issuing certificates for electronic signatures, for electronic seals or for website authentication; supervised/accredited trust services for eSignature, eSeal or TimeStamp creation and validation; supervised/accredited trust services for eSignature or eSeal preservation; supervised/accredited trust services for electronic registered delivery. - -Based on eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG - -Syn. Trusted List Service +Source: the New EIF +http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Trust Registry Service ABB �is salient for technical interoperability because it provides the functionalities of the discovery of essential information about accredited service providers. +The Base Registry ABB is salient for semantic interoperability because it includes "authorative sources of information", that need to be made available. EIF's includes base registries in the conceptual model for integrated public services, and describes it as "the cornerstone of European public service delivery". EIF gives several recommendations on how to manage and interact with base registries (recommendation 37, 38, 39 and 40). EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -BE:Trusted -BE:Trusted list including information related to the qualified trust service providers which are supervised by the issuing Member State, together with information related to the qualified trust services provided by them, in accordance with the relevant provisions laid down in Regulation (EU) No 910/2014 of the European Parliament and of the Council of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market. -https://tsl.belgium.be/archive/TSL-BE-2016-T3_vi5_sn27%20SPF%20Economie_signed.pdf - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB145</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TrustRegistryComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustRegistryComponent"> - <skos:notation>TrustRegistryComponent</skos:notation> - <skos:prefLabel xml:lang="en">Trust Registry Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionality of the discovery of essential information about e.g. supervised/accredited trust service providers issuing certificates for electronic signatures, for electronic seals or for website authentication; supervised/accredited trust services for eSignature, eSeal or TimeStamp creation and validation; supervised/accredited trust services for eSignature or eSeal preservation; supervised/accredited trust services for electronic registered delivery. - -Based on eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG - -Syn. Trusted List Component +Belgian national register -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Trust Registry Component ABB �is salient for technical interoperability because it implements the functionalities of the discovery of essential information about accredited service providers. +The National Register refers to the information processing system which records, stores and communicates information relating to the identification of natural persons ie citizens. -EXAMPLES -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +It is therefore a central database in which are recorded: +• all Belgians residing in Belgium; +• all Belgians residing abroad who register in the population registers held in Belgian diplomatic missions or consular posts abroad; +• all foreigners residing in Belgium who are admitted or authorized to settle or reside in the Kingdom; +• all foreigners (and their family members) who declare themselves refugees or who are seeking recognition of refugee status. + +The municipalities (and the Immigration Office for the last category of the population) are responsible for recording the information. As a pillar of e-government, the National Register ensures the sharing of authentic data identifying individuals between different public services with limited access to such data. The Sectorial Committee of the National Register established within the Commission for the Protection of Privacy is competent to authorize access to the information of the National Register or the communication thereof. +https://www.ehealth.fgov.be/fr/ehealthplatform]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:BaseRegistryData_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BaseRegistryData_Properties"> + <skos:notation><![CDATA[Properties of Base Registry Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BaseRegistryData_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Base Registry Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/BaseRegistryData" /> + <dcterms:type>eira:BaseRegistryData</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB225</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataStandardCatalogue"> + <skos:notation><![CDATA[Data Standard Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataStandardCatalogue</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Standard Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[A Data Standard Catalogue is a catalogue of Data Standards.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:DataStandardCatalogue_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataStandardCatalogue_Properties"> + <skos:notation><![CDATA[Properties of Data Standard Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataStandardCatalogue_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Standard Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataStandardCatalogue" /> + <dcterms:type>eira:DataStandardCatalogue</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB211</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DescriptiveMetadata"> + <skos:notation><![CDATA[Descriptive Metadata]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DescriptiveMetadata</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Descriptive Metadata]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +A resource for purposes such as discovery and identification. It can include elements such as title, abstract, author, and keywords. -Trusted lists of all EU Member States -EU Member States have the obligation to establish, maintain and publish trusted lists of qualified trust service providers and the qualified trust services provided by them. -Under the Regulation (EC) No 910/2014/EU (eIDAS Regulation), national Trusted Lists have a constitutive effect. In other words, a trust service provider and the trust services it provides will be qualified only if it appears in the Trusted Lists. Consequently, the users (citizens, businesses or public administrations) will benefit from the legal effect associated with a given qualified trust service only if the latter is listed (as qualified) in the Trusted Lists. -Article 22 of the eIDAS Regulation provides indeed the obligation for Member States to establish, maintain and publish trusted lists, including information related to the qualified trust service providers for which they are responsible, together with information related to the qualified trust services provided by them. The lists are to be published in a secured manner, electronically signed or sealed in a form suitable for automated processing. -Trusted Lists are therefore essential in ensuring certainty and building trust among market operators as they indicate the status of the service provider and of the service at the moment of supervision, while aiming at fostering interoperability of qualified trust services by facilitating the validation of, among others, eSignatures and eSeals. -Member States may add trust services other than the qualified ones in the trusted lists, on a voluntary basis, at national level, provided that it is clearly indicated that they are not qualified according to Regulation (EU) No 910/2014. -In order to allow access to the trusted lists of all Member States, the Commission makes them available to the public, through a secure channel to an authenticated web server, the trusted lists as notified by Member States, in a signed or sealed form suitable for automated processing. -https://ec.europa.eu/digital-single-market/en/eu-trusted-lists-trust-service-providers -https://ec.europa.eu/information_society/policy/esignature/trusted-list/tl-mp.xml - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB146</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TrustRegistryService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangeService"> - <skos:notation>DataExchangeService</skos:notation> - <skos:prefLabel xml:lang="en">Data Exchange Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality that enables the secure exchange of messages, records, forms and other kinds of data between different ICT systems. This includes data routing, except endpoint discovery. - -Based on EIFv2 -http://ec.europa.eu/isa/documents/isa_annex_ii_eif_en.pdf +Source: +http://www.niso.org/publications/press/UnderstandingMetadata.pdf INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Data Exchange Service ABB �is salient for technical interoperability because it provides secure and trustworthy data exchange between different ICT systems as stated in the EIF: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses." +The Descriptive Metadata ABB is salient for semantic interoperability because it facilitates opening and sharing data by providing the appropriate format, description of the content, high level of quality in order to achieve interoperability as stated in the EIF recommendation n° 42: "[..] Ensure that open data is accompanied by high quality, machine-readable metadata in non-proprietary formats, including a description of their content, the way data is collected and its level of quality and the licence terms under which it is made available. The use of common vocabularies for expressing metadata is recommended." EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -XMLGate -XMLGate is a Web service application used to validate an XML instance against a well-defined schema. The XML flow is submitted either via a PDF form or by uploading the XML file. -https://webgate.ec.europa.eu/sanco-xmlgate/Login.jsp;jsessionid=2MPn_N5Wg9Dar4_W2-yVL_Xg-VlW3kn47PLVbNise9X5Kycx1yLI!-25226473 - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB43</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangeComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangeComponent"> - <skos:notation>DataExchangeComponent</skos:notation> - <skos:prefLabel xml:lang="en">Data Exchange Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionality that enables the secure exchange of messages, records, forms and other kinds of data between different ICT systems. This includes data routing, except endpoint discovery. - -Based on EIFv2 -http://ec.europa.eu/isa/documents/isa_annex_ii_eif_en.pdf -INTEROPERABILITY SALIENCY: +ISA2 Core Vocabularies - Core Criterion and Core Evidence Vocabulary - Evidence metadata +Evidences are resources and can have associated metadata. The DCMI Type Vocabulary can be used for providing a list of evidences that can be submitted for satisfying a specific criterion. +Note. Initially developed in 2002, the DCMI Type Vocabulary provides a general, cross-domain list of approved terms that may be used as values for the Type element to identify the genre of a resource. Type includes terms describing general categories, functions, genres, or aggregation levels for content. +https://joinup.ec.europa.eu/sites/default/files/distribution/2016-12/core_evidence_and_core_criterion_vocabulary_version_1.0.0.docx +http://dublincore.org/documents/dcmi-type-vocabulary/]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:DescriptiveMetadata_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DescriptiveMetadata_Properties"> + <skos:notation><![CDATA[Properties of Descriptive Metadata]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DescriptiveMetadata_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Descriptive Metadata]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/DescriptiveMetadata" /> + <dcterms:type>eira:DescriptiveMetadata</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB195</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent"> + <skos:notation><![CDATA[Data Persistence]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Persistence]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Persistence ABB is an Application Component that enables the implementation of components that are responsible for managing the storage and retrieval of data within an application. It provides an interface for storing and retrieving data from a database, file system, or other storage medium. + +Source: Inspired in European Comision Data Strategy + +Source reference: https://commission.europa.eu/strategy-and-policy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Context Broker as a CEF Building Block https://ec.europa.eu/digital-building-blocks/wikis/download/attachments/82773424/Context%20Broker%20Brochure.pdf?version=1&modificationDate=1558016168498&api=v2 + IoP Dimension: Structural IoP -The Data Exchange Component ABB is salient for technical interoperability because it provides the implementation of the functionalities to enable a secure and trustworthy data exchange between different ICT systems as stated in the EIF: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses." -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Open e-TrustEx -Open e-TrustEx is a secure document exchange platform. Solution for European public administration that needs to electronically exchange information with other entities in a secure way. Open e-TrustEx is a cross-sector, open source tool that helps administrations to exchange structured and unstructured documents and to connect to pan-European e-delivery infrastructures with reduced investment. For Commission services, DG Informatics operates the e-TrustEx platform for a fee. -https://ec.europa.eu/isa2/solutions/open-e-trustex_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB64</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangeService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ComputingHosting,Networking,AndDataHostingInfrastructure"> - <skos:notation>ComputingHosting,Networking,AndDataHostingInfrastructure</skos:notation> - <skos:prefLabel xml:lang="en">Computing Hosting, Networking, and Data Hosting Infrastructure</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionalities for i) hosting Interoperable European Solutions and ii) providing the necessary networks for operating these solutions. +LOST view: Technical view - application + +Interoperability saliency: The Data Persistence Application Component ABB is salient for technical interoperability because it is can be part of a digital public service to store, and retrieve data within specific applications or systems. It is the basis that realises the Data Persistence Service by providing an interface to manage data and then supporting interoperability through public services. + +Identifier: http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent + +eira:ID: http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent + +ABB name: eira:DataSyntaxMappingCatalogueApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService" /> + <eira:DataSyntaxMappingCatalogueApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Data Persistence]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Persistence]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent</eira:PURI> + <dcterms:type>eira:DataSyntaxMappingCatalogueApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Persistence ABB is an Application Component that enables the implementation of components that are responsible for managing the storage and retrieval of data within an application. It provides an interface for storing and retrieving data from a database, file system, or other storage medium.]]></skos:definition> + <eira:definitionSource>Inspired in European Comision Data Strategy</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://commission.europa.eu/strategy-and-policy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Context Broker as a CEF Building Block https://ec.europa.eu/digital-building-blocks/wikis/download/attachments/82773424/Context%20Broker%20Brochure.pdf?version=1&modificationDate=1558016168498&api=v2]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Persistence Application Component ABB is salient for technical interoperability because it is can be part of a digital public service to store, and retrieve data within specific applications or systems. It is the basis that realises the Data Persistence Service by providing an interface to manage data and then supporting interoperability through public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent"> + <skos:notation><![CDATA[Artificial Intelligence]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Artificial Intelligence]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Artificial Intelligence ABB is an Application Component that enables the implementation of algorithms, machine learning, and deep learning techniques to enable machines to perform tasks that typically require human-like intelligence, such as perception, reasoning, learning, and decision-making + +Source: European Comision + +Source reference: https://digital-strategy.ec.europa.eu/en/library/definition-artificial-intelligence-main-capabilities-and-scientific-disciplines + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): PyTorch is a machine learning framework based on the Torch library, used for applications such as computer vision and natural language processing, originally developed by Meta AI and now part of the Linux Foundation umbrella. It is free and open-source software released under the modified BSD license. Although the Python interface is more polished and the primary focus of development, PyTorch also has a C++ interface. https://pytorch.org/ -Source: ISA2 - EIA Action +IoP Dimension: Structural IoP + +LOST view: Technical view - application + +Interoperability saliency: The Artificial Intelligence Application Component ABB is salient for technical interoperability because it provides tools and components that are able to perform operations that would require human intervention such as perception, reasoning, learning, and decision-making. By training artificial intelligence components, digital public services could reach an additional level of maturity increasing efficiency and effectiveness on interoperable processes without requiring human intervention. + +Identifier: http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent + +eira:ID: ABB423 + +ABB name: eira:ArtificialIntelligenceApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService" /> + <eira:ArtificialIntelligenceApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Artificial Intelligence]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Artificial Intelligence]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent</eira:PURI> + <dcterms:type>eira:ArtificialIntelligenceApplicationComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Artificial Intelligence ABB is an Application Component that enables the implementation of algorithms, machine learning, and deep learning techniques to enable machines to perform tasks that typically require human-like intelligence, such as perception, reasoning, learning, and decision-making]]></skos:definition> + <eira:definitionSource>European Comision</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/library/definition-artificial-intelligence-main-capabilities-and-scientific-disciplines]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): PyTorch is a machine learning framework based on the Torch library, used for applications such as computer vision and natural language processing, originally developed by Meta AI and now part of the Linux Foundation umbrella. It is free and open-source software released under the modified BSD license. Although the Python interface is more polished and the primary focus of development, PyTorch also has a C++ interface. https://pytorch.org/]]></skos:example> + <eira:iopSaliency><![CDATA[The Artificial Intelligence Application Component ABB is salient for technical interoperability because it provides tools and components that are able to perform operations that would require human intervention such as perception, reasoning, learning, and decision-making. By training artificial intelligence components, digital public services could reach an additional level of maturity increasing efficiency and effectiveness on interoperable processes without requiring human intervention.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent"> + <skos:notation><![CDATA[Knowledge Discovery]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Knowledge Discovery]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Knowledge Discovery ABB is an Application Component that enables the implementation of processes where a lot of data manipulation tools with different characteristics have to be used together to reach the goal of previously unknown, potentially useful information extraction. + +Source: Inspired in EUROSTAT + +Source reference: https://ec.europa.eu/eurostat/statistics-explained/index.php?title=Glossary:Knowledge-intensive_services_(KIS) + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CELLAR. Cellar metadata is stored in a knowledge graph, and more specifically in a triple store. A SPARQL interface is used to query the metadata. https://op.europa.eu/en/web/cellar/cellar-data/metadata/knowledge-graph -INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP -The Hosting and Infrastructure ABB is salient for technical interoperability because it provides all the functionalities to host the Interoperable European Solutions (high availability and high performance hosting infrastructure) and the network where can operate these solutions (public and private network). Hosting and networking represent the lower level of the technical layer, but to be taken into account when design an interoperable solution, as it can create interoperability barriers. Interoperability technical specifications need to be used at this level to ensure interoperability of the levels above. -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application + +Interoperability saliency: The Knowledge Discovery Application Component ABB is salient for technical interoperability because it contributes to performing a highly complex process where a lot of data manipulation tools with different characteristics have to be used together to reach the goal of previously unknown, potentially useful information extraction. + +Identifier: http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent + +eira:ID: ABB467 + +ABB name: eira:KnowledgeDiscoveryApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService" /> + <eira:KnowledgeDiscoveryApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Knowledge Discovery]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Knowledge Discovery]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent</eira:PURI> + <dcterms:type>eira:KnowledgeDiscoveryApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Knowledge Discovery ABB is an Application Component that enables the implementation of processes where a lot of data manipulation tools with different characteristics have to be used together to reach the goal of previously unknown, potentially useful information extraction.]]></skos:definition> + <eira:definitionSource>Inspired in EUROSTAT</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/eurostat/statistics-explained/index.php?title=Glossary:Knowledge-intensive_services_(KIS)]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CELLAR. Cellar metadata is stored in a knowledge graph, and more specifically in a triple store. A SPARQL interface is used to query the metadata. https://op.europa.eu/en/web/cellar/cellar-data/metadata/knowledge-graph]]></skos:example> + <eira:iopSaliency><![CDATA[The Knowledge Discovery Application Component ABB is salient for technical interoperability because it contributes to performing a highly complex process where a lot of data manipulation tools with different characteristics have to be used together to reach the goal of previously unknown, potentially useful information extraction.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPublicationApplicationComponent"> + <skos:notation><![CDATA[Data Publication]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataPublicationApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Publication]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Publication ABB is an Application Component that implements the functionality of making data publicly available and discoverable for reuse by other public administration services. -DIGIT Hosting and Networking Infrastructure Service -The mission of the Directorate General for Informatics (DIGIT) is to deliver digital services to enable EU policies and to support the Commission's internal administration. -Mission statement -With this goal in mind, DIGIT as trusted partner has the responsibility to: -� Provide the EC, and whenever appropriate other European Institutions and bodies, with high quality and innovative: -o Workplace solutions � creating new ways of working and collaboration for staff; -o Business solutions � delivering information systems supporting rationalised business processes within the framework of the corporate IT Governance strategy; -o Infrastructure solutions � providing reliable, cost-effective and secure infrastructure and services; -o Effective solutions � aligning IT investments with business priorities, facilitating relationships with our strategic partners, balancing risk with business value for the Institution. -� Support the modernisation of public administrations by promoting and facilitating interoperability so that European public administrations can work seamlessly together and with businesses and citizens across boundaries. -https://ec.europa.eu/info/sites/info/files/strategic-plan-2016-2020-dg-digit_march2016_en.pdf - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability: Whether or not this building block could be reused as part of another solution -- eira:reuse_status: The type of reuse (if reusable): 'Exposed for reuse as main service' means that the building block is exposed to other solutions for reuse as the current solution's primary service. 'Exposed for reuse as supporting service' means that the building block is exposed to other solutions for reuse but only if the solution is already being reused for it's primary service. 'Reused' means that the building block is actually reused from another solution. -- eira:view]]></skos:definition> - <dcterms:identifier>ABB190</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataRepository"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicNetwork"> - <skos:notation>PublicNetwork</skos:notation> - <skos:prefLabel xml:lang="en">Public Network</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A network that can be accessed by the public (public administrations, businesses and citizens) without specific authorisations. Interoperable European Solutions can rely on Public Networks (e.g. the Internet) to realise the physical communication between nodes. +Source: ISA2 -Source: ISA2 - EIA Action +Source reference: https://ec.europa.eu/isa2/sites/default/files/docs/publications/isa2-actions-phase2_-_poc_-_wp1_specifications_en.pdf + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CKAN - CKAN is a data publication tool that makes data accessible by providing tools to streamline publishing, sharing, finding and using data. This is a tool for making open data websites. It helps you manage and publish collections of data. It is used by national and local governments, research institutions, and other organizations that collect a lot of data. Once your data is published, users can use its faceted search features to browse and find the data they need and preview it using maps, graphs and tables – whether they are developers, journalists, researchers, NGOs, citizens, or even your staff. CKAN is open-source and free software, with an active community of contributors who develop and maintain its core technology. CKAN is modified and extended by an even larger community of developers who contribute to a growing library of CKAN extension. https://ckan.org/ -INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP -The Public Network ABB is salient for technical interoperability because it provides the public network where can operate interoperable solutions. -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Data Pubblication Component ABB  is salient for technical interoperability because it provides the implementation of the functionalities to make public data freely available for use and reuse by others unless restriction aoply as stated in the EIF recommendation n.2: "Publish the data you own as open data unless certain restrictions apply." + +Identifier: http://data.europa.eu/dr8/DataPublicationApplicationComponent + +eira:ID: ABB209 + +ABB name: eira:DataPublicationApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataPublicationApplicationService" /> + <eira:DataPublicationApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPublicationApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Data Publication]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataPublicationApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Publication]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataPublicationApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/DataPublicationApplicationComponent</eira:PURI> + <dcterms:type>eira:DataPublicationApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Publication ABB is an Application Component that implements the functionality of making data publicly available and discoverable for reuse by other public administration services.]]></skos:definition> + <eira:definitionSource>ISA2</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/sites/default/files/docs/publications/isa2-actions-phase2_-_poc_-_wp1_specifications_en.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CKAN - CKAN is a data publication tool that makes data accessible by providing tools to streamline publishing, sharing, finding and using data. This is a tool for making open data websites. It helps you manage and publish collections of data. It is used by national and local governments, research institutions, and other organizations that collect a lot of data. Once your data is published, users can use its faceted search features to browse and find the data they need and preview it using maps, graphs and tables – whether they are developers, journalists, researchers, NGOs, citizens, or even your staff. CKAN is open-source and free software, with an active community of contributors who develop and maintain its core technology. CKAN is modified and extended by an even larger community of developers who contribute to a growing library of CKAN extension. https://ckan.org/]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Pubblication Component ABB  is salient for technical interoperability because it provides the implementation of the functionalities to make public data freely available for use and reuse by others unless restriction aoply as stated in the EIF recommendation n.2: "Publish the data you own as open data unless certain restrictions apply."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataPublicationApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainApplicationComponent"> + <skos:notation><![CDATA[Blockchain]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Blockchain]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Blockchain ABB is an Application Component that implements a set of rules and processes to enable secure and transparent transactions and record-keeping for sharing of information, enabling permanent, immutable, and transparent recording of data and transactions. + +Source: Inspired in European Blockchain Strategy + +Source reference: https://digital-strategy.ec.europa.eu/en/library/european-blockchain-strategy-brochure + +Additional information: In the creation of the Blockchain component, several actors such as developer, user, architect, regulator, operator, membership services, etc. are present in a blockchain that provides a solution to a blockchain-based business network. Each actor and component present in a blockchain plays a major role to make the network more secure and reliable. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Fishcoin Project, is a project using Blockchain technologies for seafood traceability. https://fishcoin.co/ -World-Wide-Web (WWW) -The WorldWideWeb (W3) is a wide-area hypermedia information retrieval initiative aiming to give universal access to a large universe of documents. -http://info.cern.ch/hypertext/WWW/TheProject.html - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB94</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateNetwork"> - <skos:notation>PrivateNetwork</skos:notation> - <skos:prefLabel xml:lang="en">Private Network</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A network that is used for the only purpose of realising the physical communication among Interoperable European Solution (e.g. sTESTA), and cannot be accessed by the public. +IoP Dimension: Structural IoP -Source: ISA2 - EIA Action +LOST view: Technical view - application + +Interoperability saliency: The Blockchain Application Component ABB is salient for interoperability because it implements a set of elements needed and used by blockchain services. Those aspects are peer network, smart contracts, membership, events, ledger, system integration, wallet, and system management. All listed components can be part of a digital public service enhancing trustability and enabling interoperability in a secure and reliable way. + +Identifier: http://data.europa.eu/dr8/BlockchainApplicationComponent + +eira:ID: ABB531 + +ABB name: eira:BlockchainApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/BlockchainApplicationService" /> + <eira:BlockchainApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Blockchain]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Blockchain]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BlockchainApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/BlockchainApplicationComponent</eira:PURI> + <dcterms:type>eira:BlockchainApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Blockchain ABB is an Application Component that implements a set of rules and processes to enable secure and transparent transactions and record-keeping for sharing of information, enabling permanent, immutable, and transparent recording of data and transactions.]]></skos:definition> + <eira:definitionSource>Inspired in European Blockchain Strategy</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/library/european-blockchain-strategy-brochure]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Fishcoin Project, is a project using Blockchain technologies for seafood traceability. https://fishcoin.co/]]></skos:example> + <eira:iopSaliency><![CDATA[The Blockchain Application Component ABB is salient for interoperability because it implements a set of elements needed and used by blockchain services. Those aspects are peer network, smart contracts, membership, events, ledger, system integration, wallet, and system management. All listed components can be part of a digital public service enhancing trustability and enabling interoperability in a secure and reliable way.]]></eira:iopSaliency> + <skos:note><![CDATA[In the creation of the Blockchain component, several actors such as developer, user, architect, regulator, operator, membership services, etc. are present in a blockchain that provides a solution to a blockchain-based business network. Each actor and component present in a blockchain plays a major role to make the network more secure and reliable.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestingApplicationComponent"> + <skos:notation><![CDATA[Conformance Testing]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestingApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Comformance Testing Application]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Conformance Testing ABB is an Application Component that enables a structural and modular approach for implementing the validation of the application or service to meet the requirements of a standard or specification + +Source: NIST + +Source reference: https://www.nist.gov/itl/ssd/information-systems-group/conformance-testing + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Interoperability Testbed - The Test Bed allows users to execute predefined test cases on their systems in order to test the conformance to standards and requirements, simulate a web-service, validate content and test a complete message exchange protocol. The Testbed manages test cases and users, and orchestrates domain-specific components, the domain-specific logic is in separate components that are used via web services. Test results are provided in a standardised, machine-readable format. The Test Bed also offers a test registry and repository (TRR) to store test artefacts (assertions, test cases, validation schemas, etc.) and compile test services (validation services, simulator services, etc.). Please visit the following website for more information: https://ec.europa.eu/isa2/solutions/interoperability-test-bed_en -INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP -The Private Network ABB is salient for technical interoperability because it provides the private network where can operate interoperable solutions. -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Conformance Testing Component ABB  is salient for technical interoperability because it enables the validation and verification that several solutions at one or more layers of the interoperability stack and they satisfy certain interoperability requirements. + +Identifier: http://data.europa.eu/dr8/ConformanceTestingApplicationComponent + +eira:ID: ABB129 + +ABB name: eira:ConformanceTestingApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestingApplicationService" /> + <eira:ConformanceTestingApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestingApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Conformance Testing]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestingApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Conformance Testing]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestingApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/ConformanceTestingApplicationComponent</eira:PURI> + <dcterms:type>eira:ConformanceTestingApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Conformance Testing ABB is an Application Component that enables a structural and modular approach for implementing the validation of the application or service to meet the requirements of a standard or specification]]></skos:definition> + <eira:definitionSource>NIST</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.nist.gov/itl/ssd/information-systems-group/conformance-testing]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Interoperability Testbed - The Test Bed allows users to execute predefined test cases on their systems in order to test the conformance to standards and requirements, simulate a web-service, validate content and test a complete message exchange protocol. The Testbed manages test cases and users, and orchestrates domain-specific components, the domain-specific logic is in separate components that are used via web services. Test results are provided in a standardised, machine-readable format. The Test Bed also offers a test registry and repository (TRR) to store test artefacts (assertions, test cases, validation schemas, etc.) and compile test services (validation services, simulator services, etc.). Please visit the following website for more information: https://ec.europa.eu/isa2/solutions/interoperability-test-bed_en]]></skos:example> + <eira:iopSaliency><![CDATA[The Conformance Testing Component ABB  is salient for technical interoperability because it enables the validation and verification that several solutions at one or more layers of the interoperability stack and they satisfy certain interoperability requirements.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestingApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HTTPSLoadBalancerApplicationComponent"> + <skos:notation><![CDATA[HTTPS Load Balancer]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HTTPSLoadBalancerApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[HTTPS Load Balancer]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: + +HTTP(S) Load Balancer ABB is an Application Component that refers to a proxy-based Layer 7 load balancer enabling a user to run and scale your services behind a single external IP address. HTTP(S) Load Balancer distributes HTTP and HTTPS traffic to backends hosted on a variety of Cloud platforms as well as external backends connected over the internet or via hybrid connectivity. + +SOURCE: +https://cloud.google.com/load-balancing/docs/https]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/FirewallApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicCommunicationNetwork" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditApplicationService" /> + <eira:HTTPSLoadBalancerApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HTTPSLoadBalancerApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of HTTPS Load Balancer]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HTTPSLoadBalancerApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of HTTPS Load Balancer]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HTTPSLoadBalancerApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/HTTPSLoadBalancerApplicationComponent</eira:PURI> + <dcterms:type>eira:HTTPSLoadBalancerApplicationComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[HTTP(S) Load Balancer ABB is an Application Component that refers to a proxy-based Layer 7 load balancer enabling a user to run and scale your services behind a single external IP address. HTTP(S) Load Balancer distributes HTTP and HTTPS traffic to backends hosted on a variety of Cloud platforms as well as external backends connected over the internet or via hybrid connectivity.]]></skos:definition> + <eira:definitionSource>European Comission</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/HTTPSLoadBalancerApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent"> + <skos:notation><![CDATA[Authentication Middleware]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Authentication Middleware]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Authentication Middleware ABB is an Application Component that refes to the digital asset which checks for a valid identity of AuthenticationService . If no identity is present, it redirects the redirect configuration value. + +Source: Inspired in Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/middleware + +Identifier: http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent + +eira:ID: ABB585 + +ABB name: eira:AuthenticationMiddlewareApplicationComponent + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuthenticationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditApplicationService" /> + <eira:AuthenticationMiddlewareApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Authentication Middleware]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Authentication Middleware]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent</eira:PURI> + <dcterms:type>eira:AuthenticationMiddlewareApplicationComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Authentication Middleware ABB is an Application Component that refes to the digital asset which checks for a valid identity of AuthenticationService . If no identity is present, it redirects the redirect configuration value.]]></skos:definition> + <eira:definitionSource>Inspired in Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/middleware]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedPlatformApplicationComponent"> + <skos:notation><![CDATA[Shared Platform]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SharedPlatformApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Shared Platform]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Shared platform ABB is a Application Component setting technical (re)usable resources with convergence power, in relation to public policy goals attainment, enabling interoperability from a technical perspective cross levels in a public administration, cross public administrations, and cross borders. -Any private network -Hosts within enterprises that use IP can be partitioned into two categories: -Category 1: hosts that do not require access to hosts in other enterprises or the Internet at large; hosts within this category may use IP addresses that are unambiguous within an enterprise, but may be ambiguous between enterprises. -Category 2: hosts that need access to a limited set of outside services (e.g., E-mail, FTP, netnews, remote login) which can be handled by mediating gateways (e.g., application layer gateways). For any hosts in this category an unrestricted external access (provided via IP connectivity) may be unnecessary and even undesirable for privacy/security reasons. Just like hosts within the first category, such hosts may use IP addresses that are unambiguous within an enterprise, but may be ambiguous between enterprises. -A third category is what is called a 'public network� and consist of the following: -Category 3: hosts that need network layer access outside the enterprise (provided via IP connectivity); hosts in the last category require IP addresses that are globally unambiguous. -https://tools.ietf.org/html/rfc1918 - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB93</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Network"> - <skos:notation>Network</skos:notation> - <skos:prefLabel xml:lang="en">Network</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Transmission systems and, where applicable, switching or routing equipment and other resources which permit the conveyance of signals by wire, by radio, by optical or by other electromagnetic means, including satellite networks, fixed (circuit- and packet- switched, including Internet) and mobile terrestrial networks, electricity cable systems, to the extent that they are used for the purpose of transmitting signals, networks used for radio and television broadcasting, and cable television networks, irrespective of the type of information conveyed. +Source: Gartner -Source: DIRECTIVE 2002/21/EC on a common regulatory framework for electronic communications networks and services -http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32002L0021&from=EN +Additional information: This convergence power is based on the instrumental nature and efficiencies of these resources for enabling common problem-solving approaches. The degree of achievement could range from an ideal perfect shared platform (i.e. no interoperability barriers from the technical perspective) to an imperfect or even null shared platform (i.e. some interoperability barriers from the technical perspective). The level of technical interoperability will constrain digital public services cross levels in a public administration, cross public administrations, and cross borders. The shared platform enables: i) structural interoperability with technical resources supporting reusing and/or sharing of digital public services (i.e. service registry service); ii) behavioural interoperability with technical resources supporting exchanging capabilities of data, information or knowledge with internal/external peers (i.e. Technical interfaces); and iii) governance interoperability with technical resources supporting the assurance and control of collaboration with internal/external peers exchanging data, information, and knowledge(i.e. Technical Interoperability Agreements). + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Commission proposed a framework for a European Digital Identity which will be available to all EU citizens, residents, and businesses in the EU. Citizens will be able to prove their identity and share electronic documents from their European Digital Identity wallets with the click of a button on their phone. They will be able to access online services with their national digital identification, which will be recognised throughout Europe. Very large platforms will be required to accept the use of European Digital Identity wallets upon request of the user, for example to prove their age.(https://ec.europa.eu/commission/presscorner/detail/en/IP_21_2663) + +IoP Dimension: Structural IoP Behavioral IoP, Governance IoP + +LOST view: Technical view - application + +Interoperability saliency: The Shared Platform ABB is a key interoperability enabler because it supports to achieve technical interoperability with public policy goals convergence value by all in all enabling i) the provision/consumption of back-office digital public services, ii) the exchange of data, information, and knowledge between digital public services and individuals , and iii) collaboration between digital public services. + +Identifier: http://data.europa.eu/dr8/SharedPlatform + +Identifier: http://data.europa.eu/dr8/SharedPlatformApplicationComponent + +eira:ID: ABB523 + +ABB name: eira:SharedPlatformApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSpaceEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangeEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TestEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrchestrationEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TransationEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataManagementEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityEnablersGroup" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrustEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AnalyticsEnablersGrouping" /> + <eira:SharedPlatformApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedPlatformApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Shared Platform]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SharedPlatformApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Shared Platform]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedPlatformApplicationComponent" /> + <dcterms:modified>2022-01-23</dcterms:modified> + <dcterms:type>eira:SharedPlatformApplicationComponent</dcterms:type> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource>Gartner</eira:definitionSource> + <eira:definitionSource>https://www.gartner.com/en/information-technology/glossary/platform-digital-business</eira:definitionSource> + <eira:iopSaliency><![CDATA[The Shared Platform ABB is a key interoperability enabler because it supports to achieve technical interoperability with public policy goals convergence value by all in all enabling i) the provision/consumption of back-office digital public services, ii) the exchange of data, information, and knowledge between digital public services and individuals , and iii) collaboration between digital public services.]]></eira:iopSaliency> + <eira:PURI>http://data.europa.eu/dr8/SharedPlatformApplicationComponent</eira:PURI> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Shared platform ABB is a Application Component setting technical (re)usable resources with convergence power, in relation to public policy goals attainment, enabling interoperability from a technical perspective cross levels in a public administration, cross public administrations, and cross borders.]]></skos:definition> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Commission proposed a framework for a European Digital Identity which will be available to all EU citizens, residents, and businesses in the EU. Citizens will be able to prove their identity and share electronic documents from their European Digital Identity wallets with the click of a button on their phone. They will be able to access online services with their national digital identification, which will be recognised throughout Europe. Very large platforms will be required to accept the use of European Digital Identity wallets upon request of the user, for example to prove their age.(https://ec.europa.eu/commission/presscorner/detail/en/IP_21_2663)]]></skos:example> + <skos:note><![CDATA[This convergence power is based on the instrumental nature and efficiencies of these resources for enabling common problem-solving approaches. The degree of achievement could range from an ideal perfect shared platform (i.e. no interoperability barriers from the technical perspective) to an imperfect or even null shared platform (i.e. some interoperability barriers from the technical perspective). The level of technical interoperability will constrain digital public services cross levels in a public administration, cross public administrations, and cross borders. The shared platform enables: i) structural interoperability with technical resources supporting reusing and/or sharing of digital public services (i.e. service registry service); ii) behavioural interoperability with technical resources supporting exchanging capabilities of data, information or knowledge with internal/external peers (i.e. Technical interfaces); and iii) governance interoperability with technical resources supporting the assurance and control of collaboration with internal/external peers exchanging data, information, and knowledge(i.e. Technical Interoperability Agreements).]]></skos:note> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperable European Solution viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SharedPlatformApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuditApplicationComponent"> + <skos:notation><![CDATA[Audit]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuditApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Audit]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Audit ABB is an Application Component that enables the implementation of the procedural services for monitoring a building block, ensuring security or compliance with standards, regulations and best practices + +Source: Inspired in SIMPL + +Source reference: https://digital-strategy.ec.europa.eu/en/news/simpl-cloud-edge-federations-and-data-spaces-made-simple + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Activiti audit feature - The audit feature of Activiti archives all process instances, activity instances, keeps variable values continuously in sync and all form properties that are submitted so that all user interaction through forms is traceable and can be audited. Authenticated users who submitted the forms are accessible in the history as well as for start forms and task forms. https://www.activiti.org/userguide/#historyFormAuditPurposes -INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP -The Network ABB is salient for technical interoperability because it provides the network where can operate interoperable solutions (both public and private network). -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -sTESTA -The TESTA network service � which stands for Trans European Services for Telematics between Administrations � provides a European backbone network for data exchange between a wide variety of public administrations. -The network uses the Internet Protocols (IP) to ensure universal reach, but is operated by the EU Commission separately from the Internet. It provides guaranteed performance and a high level of security and has connections with all the EU Institutions and national networks. It caters for the exchange of both unclassified and classified information. -https://ec.europa.eu/isa2/solutions/testa_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB92</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/NetworkingService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/NetworkingService"> - <skos:notation>NetworkingService</skos:notation> - <skos:prefLabel xml:lang="en">Networking Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionalities provided by a network provider which is the combination of transmission systems and, where applicable, switching or routing equipment and other resources which permit the conveyance of signals by wire, by radio, by optical or by other electromagnetic means, including satellite networks, fixed (circuit- and packet- switched, including Internet) and mobile terrestrial networks, electricity cable systems, to the extent that they are used for the purpose of transmitting signals, networks used for radio and television broadcasting, and cable television networks, irrespective of the type of information conveyed. - -Based on DIRECTIVE 2002/21/EC on a common regulatory framework for electronic communications networks and services -http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32002L0021&from=EN +LOST view: Technical view - application + +Interoperability saliency: The Audit Component ABB  is salient for technical interoperability because it allows the implementation of audit policies as stated in the EIF: "Public administrations should ensure that a 'data access and authorisation plan’ which determines who has access to what data and under what conditions, to ensure privacy. Unauthorised access and security breaches should be monitored and appropriate actions should be taken to prevent any recurrence of breaches" + +Identifier: http://data.europa.eu/dr8/AuditApplicationComponent + +eira:ID: ABB71 + +ABB name: eira:AuditApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditApplicationService" /> + <eira:AuditApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuditApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Audit]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuditApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Audit]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/AuditApplicationComponent</eira:PURI> + <dcterms:type>eira:AuditApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Audit ABB is an Application Component that enables the implementation of the procedural services for monitoring a building block, ensuring security or compliance with standards, regulations and best practices]]></skos:definition> + <eira:definitionSource>Inspired in SIMPL</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/news/simpl-cloud-edge-federations-and-data-spaces-made-simple]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Activiti audit feature - The audit feature of Activiti archives all process instances, activity instances, keeps variable values continuously in sync and all form properties that are submitted so that all user interaction through forms is traceable and can be audited. Authenticated users who submitted the forms are accessible in the history as well as for start forms and task forms. https://www.activiti.org/userguide/#historyFormAuditPurposes]]></skos:example> + <eira:iopSaliency><![CDATA[The Audit Component ABB  is salient for technical interoperability because it allows the implementation of audit policies as stated in the EIF: "Public administrations should ensure that a 'data access and authorisation plan’ which determines who has access to what data and under what conditions, to ensure privacy. Unauthorised access and security breaches should be monitored and appropriate actions should be taken to prevent any recurrence of breaches"]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/AuditApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent"> + <skos:notation><![CDATA[Interoperable Digital Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperable Digital Solution]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Interoperable Digital Solution ABB is an Application Component that enables the cooperation between public services, systems and data across organisational and national boundaries -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioural IoP -The Networking Service ABB�is salient for technical interoperability because it provides all the required functionalities in order to create the suitable network underlayer where can operate interoperable solutions. +Source: ISA2 -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source reference: https://ec.europa.eu/isa2/eif_en/ -sTESTA -The TESTA network service � which stands for Trans European Services for Telematics between Administrations � provides a European backbone network for data exchange between a wide variety of public administrations. -The network uses the Internet Protocols (IP) to ensure universal reach, but is operated by the EU Commission separately from the Internet. It provides guaranteed performance and a high level of security and has connections with all the EU Institutions and national networks. It caters for the exchange of both unclassified and classified information. -https://ec.europa.eu/isa2/solutions/testa_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB150</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataHostingService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Network"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ComputingHostingService"> - <skos:notation>ComputingHostingService</skos:notation> - <skos:prefLabel xml:lang="en">Computing Hosting Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionalities of a hosting provider, typically a high availability and high performance hosting infrastructure that is being comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. - -Based on DIGIT C Infrastructure Services Provision -http://ec.europa.eu/ipg/build/infrastructure/index_en.htm +Additional information: This ABB also corresponds to the delivery of a digital public service, in fulfilment of a shared European legislation framework, being managed according a shared governance framework, accessing semantic assets in a shared knowledge base and using digital resources of a shared platform enabling cross-border/cross-organization exchange of data, information, and knowledge indistinctly between public administrations, businesses and citizens in support to the implementation and advancement of an EU, national or local public policy. -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioural IoP -The Hosting Service ABB is salient for technical interoperability because it provides all the functionalities to host the Interoperable European Solutions (high availability and high performance hosting infrastructure). +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): eDelivery - Supporting secure and reliable exchange of data and documents - eDelivery is a network of nodes for digital communications. It is based on a distributed model where every participant becomes a node using standard transport protocols and security policies. eDelivery helps public administrations to exchange electronic data and documents with other public administrations, businesses and citizens, in an interoperable, secure, reliable and trusted way. eDelivery is one of the building blocks of the European Commission's Connecting Europe Facility (CEF). These building blocks are reusable specifications, software and services that will form part of a wide variety of IT systems in different policy domains of the EU. The CEF eDelivery building block is based on the AS4 messaging protocol, open and free for all, developed by the OASIS standards development organisation. To ease its adoption in Europe, eDelivery uses the AS4 implementation guidelines defined by the Member States in the e-SENS Large Scale Pilot. Organisations must install an Access Point, or use a Service Provider, to exchange information with the AS4 messaging protocol.(https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eDelivery) -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Structural IoP, Behavioral IoP -DIGIT/C Hosting Service -DIGIT/C offers a high availability and high performance hosting infrastructure that is being comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. -http://ec.europa.eu/ipg/build/infrastructure/index_en.htm - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB151</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/HostingFacility"> - <skos:notation>HostingFacility</skos:notation> - <skos:prefLabel xml:lang="en">Hosting Facility</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The equipment supporting the hosting of Interoperable European Solutions and their components, usually embodied in a building. - -Based on DIGIT C Infrastructure Services Provision -http://ec.europa.eu/ipg/build/infrastructure/index_en.htm +LOST view: Technical view - application + +Interoperability saliency: The Interoperable Digital Solution Application Component ABB is salient for technical interoperability because it constitutes the digital public service interoperable with other digital public services, across organisations and national boundaries. + +Identifier: http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent + +ABB name: eira:InteroperableDigitalSolutionApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +eiraID: ABB519 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedPlatformApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MachineToMachineApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HumanApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CapabilityRequirement" /> + <eira:InteroperableDigitalSolutionApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Interoperable Digital Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperable Digital Solution]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent</eira:PURI> + <dcterms:type>eira:InteroperableDigitalSolutionApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Interoperable Digital Solution ABB is an Application Component that enables the cooperation between public services, systems and data across organisational and national boundaries]]></skos:definition> + <eira:definitionSource>ISA2</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/eif_en/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): eDelivery - Supporting secure and reliable exchange of data and documents - eDelivery is a network of nodes for digital communications. It is based on a distributed model where every participant becomes a node using standard transport protocols and security policies. eDelivery helps public administrations to exchange electronic data and documents with other public administrations, businesses and citizens, in an interoperable, secure, reliable and trusted way. eDelivery is one of the building blocks of the European Commission's Connecting Europe Facility (CEF). These building blocks are reusable specifications, software and services that will form part of a wide variety of IT systems in different policy domains of the EU. The CEF eDelivery building block is based on the AS4 messaging protocol, open and free for all, developed by the OASIS standards development organisation. To ease its adoption in Europe, eDelivery uses the AS4 implementation guidelines defined by the Member States in the e-SENS Large Scale Pilot. Organisations must install an Access Point, or use a Service Provider, to exchange information with the AS4 messaging protocol.(https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eDelivery)]]></skos:example> + <eira:iopSaliency><![CDATA[The Interoperable Digital Solution Application Component ABB is salient for technical interoperability because it constitutes the digital public service interoperable with other digital public services, across organisations and national boundaries.]]></eira:iopSaliency> + <skos:note><![CDATA[This ABB also corresponds to the delivery of a digital public service, in fulfilment of a shared European legislation framework, being managed according a shared governance framework, accessing semantic assets in a shared knowledge base and using digital resources of a shared platform enabling cross-border/cross-organization exchange of data, information, and knowledge indistinctly between public administrations, businesses and citizens in support to the implementation and advancement of an EU, national or local public policy.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperable European Solution viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-ArchivingApplicationComponent"> + <skos:notation><![CDATA[e-Archiving]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-ArchivingApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[e-Archiving]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: e-Archiving ABB is an Application Component that enables the implementation of components for the permanent or long-term storage of selected (by an authority) electronic documents or information for preservation purposes like their enduring research value and a memory aid. -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Hosting Facility ABB is salient for technical interoperability because it provides all the equipment supporting the hosting of interaoperable solutions and their components. +Source: ISA2 - EIA Action -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source reference: https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/ -DIGIT/C Hosting Facility -DIGIT/C offers a high availability and high performance hosting infrastructure that is being comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. -The dynamic sites supported by the standard Apache web servers are mainly sites based on Coldfusion and in some cases also sites using CGI scripts. -Dynamic sites based on particular technologies (i.e. Weblogic) are being hosted on individual application servers and are being integrated with the other related sites using reverse proxy mappings. -Direct HTTP access to the back-end web servers hosting the static sites is denied by the standard web server configuration. -http://ec.europa.eu/ipg/build/infrastructure/index_en.htm - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- secure_access: Does the hosting facility provide secure access capabilities? -- processing: Does the hosting facility provide processing resources? -- storage: Does the hosting facility provide storage capacity? -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB191</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicHostingFacility"> - <skos:notation>PublicHostingFacility</skos:notation> - <skos:prefLabel xml:lang="en">Public Hosting Facility</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The equipment supporting the hosting of Interoperable European Solutions and their components, usually embodied in a building, which is owned by a third party and shared between organizations (e.g. cloud services). - -Based on DIGIT C Infrastructure Services Provision -http://ec.europa.eu/ipg/build/infrastructure/index_en.htm +Synonym: Preservation Service + +Additional information: The EIRA© differentiates between document management, record management and e-archiving as follows: • Document management is primarily about day-to-day use of electronic documents (create/update/delete/versioning) within the operational environment; • Record management is primarily about ensuring that information (e.g. in form of an electronic document or database record) is available for business and legal purposes (e.g. to proof and track the handling of contracts). If an electronic document or information is becoming a record (an authority declares it as a record) that electronic document or information needs to be handled by the record management service (based on specific business or legal reasons (e.g. contract negotiation)); • e-Archiving is primarily about storing records which have been selected (by an authority) for permanent or long-term preservation due to their enduring research value and as a memory aid. An electronic document or information which a) is managed by the document management service or the record management service and b) is no longer needed for business or legal purposes or day-to-day activities, and c) still has value for research purposes or as a memory aid, the electronic document should be managed by the e-archiving serviceâ€. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CEF eArchiving - eArchiving provides the core specifications, software, training and knowledge to tackle the challenge of short, medium and long-term data management and reuse in a sustainable, authentic, cost-efficient, manageable and interoperable way.(https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eArchiving) -INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP -The Public Hosting Facility ABB is salient for technical interoperability because it provides all the equipment, shared between organizations, supporting the hosting of interaoperable solutions and their components. -EXAMPLES: +LOST view: Technical view - application + +Interoperability saliency: The e-Archiving Component ABB  is salient for technical interoperability because it provides the implementation of the functionalities for the long-term or permanent preservation of records and information in electronic form in order to ensure their temporal egibility, reliability and integrity as stated in the EIF: "Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions." + +Identifier: http://data.europa.eu/dr8/E-ArchivingApplicationComponent + +eira:ID: ABB157 + +ABB name: eira:E-ArchivingApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-ArchivingApplicationService" /> + <eira:E-ArchivingApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-ArchivingApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of e-Archiving]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-ArchivingApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of e-Archiving]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-ArchivingApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/E-ArchivingApplicationComponent</eira:PURI> + <dcterms:type>eira:E-ArchivingApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym>Preservation Service</eira:synonym> + <skos:definition><![CDATA[e-Archiving ABB is an Application Component that enables the implementation of components for the permanent or long-term storage of selected (by an authority) electronic documents or information for preservation purposes like their enduring research value and a memory aid.]]></skos:definition> + <eira:definitionSource>ISA2 - EIA Action</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CEF eArchiving - eArchiving provides the core specifications, software, training and knowledge to tackle the challenge of short, medium and long-term data management and reuse in a sustainable, authentic, cost-efficient, manageable and interoperable way.(https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eArchiving)]]></skos:example> + <eira:iopSaliency><![CDATA[The e-Archiving Component ABB  is salient for technical interoperability because it provides the implementation of the functionalities for the long-term or permanent preservation of records and information in electronic form in order to ensure their temporal egibility, reliability and integrity as stated in the EIF: "Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions."]]></eira:iopSaliency> + <skos:note><![CDATA[The EIRA© differentiates between document management, record management and e-archiving as follows: • Document management is primarily about day-to-day use of electronic documents (create/update/delete/versioning) within the operational environment; • Record management is primarily about ensuring that information (e.g. in form of an electronic document or database record) is available for business and legal purposes (e.g. to proof and track the handling of contracts). If an electronic document or information is becoming a record (an authority declares it as a record) that electronic document or information needs to be handled by the record management service (based on specific business or legal reasons (e.g. contract negotiation)); • e-Archiving is primarily about storing records which have been selected (by an authority) for permanent or long-term preservation due to their enduring research value and as a memory aid. An electronic document or information which a) is managed by the document management service or the record management service and b) is no longer needed for business or legal purposes or day-to-day activities, and c) still has value for research purposes or as a memory aid, the electronic document should be managed by the e-archiving serviceâ€.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/E-ArchivingApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyApplicationComponent"> + <skos:notation><![CDATA[Privacy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Privacy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Privacy ABB is an Application Component that enables the implementation of functionalities such as storing, securing, anonymising, pseudonymising, rectifying and erasing personal data. + +Source: ePrivacy Regulation + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/eprivacy-regulation + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): SOLVIT - Solvit is a mailbox service for the access, rectification or deletion of personal data.(http://ec.europa.eu/solvit/privacy-statement/#maincontentSec8) -Amazon Web Services (AWS) -AWS provides a comprehensive suite of services and solutions to run sophisticated and scalable applications to help achieve better business outcomes. Running your applications in the AWS Cloud can help you move faster, operate more securely, and save substantial costs; all while benefitting from the agility, scale and performance of the cloud. -https://aws.amazon.com/solutions/?nc2=h_ql_sol - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:secure_access: Does the hosting facility provide secure access capabilities? -- eira:processing: Does the hosting facility provide processing resources? -- eira:storage: Does the hosting facility provide storage capacity? -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB193</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateHostingFacility"> - <skos:notation>PrivateHostingFacility</skos:notation> - <skos:prefLabel xml:lang="en">Private Hosting Facility</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A Hosting Facility, meaning the equipment supporting the hosting of Interoperable European Solutions and their components, usually embodied in a build-in, which is owned by or dedicated to one organization (e.g. data centre or private cloud). - -Based on DIGIT C Infrastructure Services Provision -http://ec.europa.eu/ipg/build/infrastructure/index_en.htm +IoP Dimension: Structural IoP + +LOST view: Technical view - application + +Interoperability saliency: The Privacy Component ABB  is salient for interoperability because "security and privacy are primary concerns in the provision of public services" (EIF) and, as stated in EIF Recommendation 15: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses." + +Identifier: http://data.europa.eu/dr8/PrivacyApplicationComponent + +eira:ID: ABB236 + +ABB name: eira:PrivacyApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyApplicationService" /> + <eira:PrivacyApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Privacy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Privacy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/PrivacyApplicationComponent</eira:PURI> + <dcterms:type>eira:PrivacyApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Privacy ABB is an Application Component that enables the implementation of functionalities such as storing, securing, anonymising, pseudonymising, rectifying and erasing personal data.]]></skos:definition> + <eira:definitionSource>ePrivacy Regulation</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/eprivacy-regulation]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): SOLVIT - Solvit is a mailbox service for the access, rectification or deletion of personal data.(http://ec.europa.eu/solvit/privacy-statement/#maincontentSec8)]]></skos:example> + <eira:iopSaliency><![CDATA[The Privacy Component ABB  is salient for interoperability because "security and privacy are primary concerns in the provision of public services" (EIF) and, as stated in EIF Recommendation 15: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent"> + <skos:notation><![CDATA[API Management Middleware]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[API Management Middleware]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: API Management Middleware ABB is an Application Component that provides a layer of functionality between an API (Application Programming Interface) and its consumers. The middleware manages the interactions between the API and its consumers, providing features such as authentication, authorization, rate limiting, and analytics. + +Source: Inspired in Redhat + +Source reference: https://www.redhat.com/en/topics/middleware/what-is-middleware + +Identifier: http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent + +eira:ID: ABB585 + +ABB name: eira:AuthenticationMiddlewareApplicationComponent + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIManagerApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditApplicationService" /> + <eira:AuthenticationMiddlewareApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of API Management Middleware]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of API Management Middleware]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent" /> + <dcterms:type>eira:AuthenticationMiddlewareApplicationComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[API Management Middleware ABB is an Application Component that provides a layer of functionality between an API (Application Programming Interface) and its consumers. The middleware manages the interactions between the API and its consumers, providing features such as authentication, authorization, rate limiting, and analytics.]]></skos:definition> + <eira:definitionSource>Inspired in Redhat</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.redhat.com/en/topics/middleware/what-is-middleware]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent</eira:PURI> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataManagementApplicationComponent"> + <skos:notation><![CDATA[Metadata Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MetadataManagementApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Metadata Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Metadata Management ABB is an Application Component that enables the implementation of components for the i) creation, ii) storage, iii) categorisation and iv) retrieval of metadata. + +Source: DAMA + +Source reference: http://www.dama.org/ + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Eurostat SDMX repository: The Euro SDMX Registry is Eurostat’s implementation of an SDMX registry to facilitate the exchange of statistical data and metadata by serving as a metadata repository. It stores the SDMX artefacts needed for the parties to access and interpret the content of the exchanged statistical data and metadata sets. http://ec.europa.eu/eurostat/web/sdmx-infospace/sdmx-it-tools/sdmx-registry -INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP -The Private Hosting Facility ABB is salient for technical interoperability because it provides all the equipment, dedicated to one organization, supporting the hosting of interaoperable solutions and their components. -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application + +Interoperability saliency: The Metadata management Component ABB is an application component providing the implementation of the functionalities to manage metadata. EIF recommends to prioritise it: "Put in place an information management strategy at the highest possible level to avoid fragmentation and duplication. Management of metadata, master data and reference data should be prioritised." + +Identifier: http://data.europa.eu/dr8/MetadataManagementApplicationComponent + +eira:ID: ABB74 + +ABB name: eira:MetadataManagementApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/MetadataManagementApplicationService" /> + <eira:MetadataManagementApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataManagementApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Metadata Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MetadataManagementApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Metadata Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MetadataManagementApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/MetadataManagementApplicationComponent</eira:PURI> + <dcterms:type>eira:MetadataManagementApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Metadata Management ABB is an Application Component that enables the implementation of components for the i) creation, ii) storage, iii) categorisation and iv) retrieval of metadata.]]></skos:definition> + <eira:definitionSource>DAMA</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://www.dama.org/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Eurostat SDMX repository: The Euro SDMX Registry is Eurostat’s implementation of an SDMX registry to facilitate the exchange of statistical data and metadata by serving as a metadata repository. It stores the SDMX artefacts needed for the parties to access and interpret the content of the exchanged statistical data and metadata sets. http://ec.europa.eu/eurostat/web/sdmx-infospace/sdmx-it-tools/sdmx-registry]]></skos:example> + <eira:iopSaliency><![CDATA[The Metadata management Component ABB is an application component providing the implementation of the functionalities to manage metadata. EIF recommends to prioritise it: "Put in place an information management strategy at the highest possible level to avoid fragmentation and duplication. Management of metadata, master data and reference data should be prioritised."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/MetadataManagementApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentificationApplicationComponent"> + <skos:notation><![CDATA[Identification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IdentificationApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Identification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Identification ABB is an Application Component implementing the process of verifying a user's identity based on one or more authentication factors. + +Source: eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. + +Source reference: (http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG) + +Synonym: Authentication Component + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenIAM Identity Manager - The OpenIAM Identity Manager automates the task of managing identities across the various devices and applications used by the enterprise. This includes applications within the enterprise such as Active Directory and Exchange, and cloud based applications such as Google Apps. OpenIAM Identity Manager provides capabilities such as: • Provisioning, De-provisioning, Workflow; • Password Management, Password Policies, Synchronization; • Self-Service, allowing locked users to reset their accounts, manage their profiles, challenge response security questions; • Audit, Attestation, Reporting; • Delegated Administration.(http://www.openiam.com/products/identity-manager/idm-overview/) -DG TAXUD Surveillance3 IES Datawarehouse servers hosted in DG TAXUD Data Centre -The Surveillance3 Data Warehouse plays multiple roles: -� The role of �hub-and-spoke� within the Surveillance3 system where data from different systems are integrated and linked and made available for report & analytics as well as the central place from which other systems are fed with the correct information. -� The role of reporting environment offering all the required reporting, data analysis & discovery and data mining functionality. -https://ec.europa.eu/assets/taxud/taxation_customs/tenders/2016ao02_a2_technical_en.pdf - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- secure_access: Does the hosting facility provide secure access capabilities? -- processing: Does the hosting facility provide processing resources? -- storage: Does the hosting facility provide storage capacity? -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB192</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentManagementService"> - <skos:notation>ContentManagementService</skos:notation> - <skos:prefLabel xml:lang="en">Content Management Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A Content Management System (CMS) is responsible for: -- developing Website templates and functionalities -assigning appropriate user permissions and workflows -providing trainings to the web working group -- developing tools and web controls to speed up and facilitate the work of the web working group --giving support and advice to the web working group -- ensuring continuity of service and performance -- ensuring security and accessibility on the website -- ensuring disaster recovery processes and backup procedures -- setting up the website information architecture within the CMS -- setting up alert procedures and analytics on usage of the platform. - -Source: https://www.eui.eu/ServicesAndAdmin/CommunicationsService/WebUnit/Web-CMS +IoP Dimension: Structural IoP -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Content Management Service ABB �is salient for technical interoperability because it provides and shares the functionalities of dynamic creation, distribution and analysis of contents (images, videos, etc.) as stated in the EIF: " Catalogues help others to find reusable resources (e.g. services, data, software, data models). Various types of catalogue exist, e.g. directories of services, libraries of software components, open data portals, registries of base registries, metadata catalogues, catalogues of standards, specifications and guidelines. Commonly agreed descriptions of the services, data, registries and interoperable solutions published in catalogues are needed to enable interoperability between catalogues." +LOST view: Technical view - application + +Interoperability saliency: The Identification Component ABB  is salient for technical interoperability because it provides the functionalities of user authentication. + +Identifier: http://data.europa.eu/dr8/IdentificationApplicationComponent + +eira:ID: ABB158 + +ABB name: eira:IdentificationApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/RegistrationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuthenticationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RequestValidationApplicationService" /> + <eira:IdentificationApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentificationApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Identification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IdentificationApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Identification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentificationApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/IdentificationApplicationComponent</eira:PURI> + <dcterms:type>eira:IdentificationApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym>Authentication Component</eira:synonym> + <skos:definition><![CDATA[Identification ABB is an Application Component implementing the process of verifying a user's identity based on one or more authentication factors.]]></skos:definition> + <eira:definitionSource>eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[(http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG)]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenIAM Identity Manager - The OpenIAM Identity Manager automates the task of managing identities across the various devices and applications used by the enterprise. This includes applications within the enterprise such as Active Directory and Exchange, and cloud based applications such as Google Apps. OpenIAM Identity Manager provides capabilities such as: • Provisioning, De-provisioning, Workflow; • Password Management, Password Policies, Synchronization; • Self-Service, allowing locked users to reset their accounts, manage their profiles, challenge response security questions; • Audit, Attestation, Reporting; • Delegated Administration.(http://www.openiam.com/products/identity-manager/idm-overview/)]]></skos:example> + <eira:iopSaliency><![CDATA[The Identification Component ABB  is salient for technical interoperability because it provides the functionalities of user authentication.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/IdentificationApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgendaManagementApplicationComponent"> + <skos:notation><![CDATA[Agenda Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgendaManagementApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Agenda Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Agenda Management Component ABB is an Application Component that enables the implementation of the procedures to create, distribute and manage events and meetings for public administration and services + +Source: Inspired in Public Works and Goverment Services Canada + +Source reference: https://buyandsell.gc.ca/cds/public/2016/11/23/c7b27e0ac41ad50ffae2f12b0a837875/ABES.PROD.PW_PWZ.B014.E10051.ATTA001.PDF + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Innovation Public Procurement Broker (IPPB). https://ec.europa.eu/futurium/en/system/files/ged/action_7_innovation_public_procurement_broker_guideline.pdf + +IoP Dimension: Structural IoP, Governance IoP + +LOST view: Technical view - application + +Interoperability saliency: The Agenda Management Application Component ABB is salient for technical interoperability because it implements the orchestration of different events within digital public services within specific platforms but can be reused and extended in a high-level approach to enable interoperability of digital public services and the different delivery models. + +Identifier: http://data.europa.eu/dr8/AgendaManagementApplicationComponent + +eira:ID: http://data.europa.eu/dr8/AgendaManagementApplicationComponent + +ABB name: eira:AgendaManagementApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgendaManagementApplicationService" /> + <eira:AgendaManagementApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgendaManagementApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Agenda Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgendaManagementApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Agenda Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgendaManagementApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/AgendaManagementApplicationComponent</eira:PURI> + <dcterms:type>eira:AgendaManagementApplicationComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Agenda Management Component ABB is an Application Component that enables the implementation of the procedures to create, distribute and manage events and meetings for public administration and services]]></skos:definition> + <eira:definitionSource>Inspired in Public Works and Goverment Services Canada</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://buyandsell.gc.ca/cds/public/2016/11/23/c7b27e0ac41ad50ffae2f12b0a837875/ABES.PROD.PW_PWZ.B014.E10051.ATTA001.PDF]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Innovation Public Procurement Broker (IPPB). https://ec.europa.eu/futurium/en/system/files/ged/action_7_innovation_public_procurement_broker_guideline.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[The Agenda Management Application Component ABB is salient for technical interoperability because it implements the orchestration of different events within digital public services within specific platforms but can be reused and extended in a high-level approach to enable interoperability of digital public services and the different delivery models.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AgendaManagementApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FormsManagementApplicationComponent"> + <skos:notation><![CDATA[Forms Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FormsManagementApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Forms Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Forms Management ABB is an Application Component that enables the implementation of i) dynamic creation, ii) distribution and ii) analysis of forms and online surveys. -EXAMPLES: -FPFIS-CMS: -"The European Commission announced in the Commission Internet strategy plans to transform the EUROPA web site from a source of one-way information into a tool for communication and interaction (i.e. provide modern interactive web sites for the citizens and stakeholders). -Web sites are a key tool for external communications. They are the institution's business card. Websites are a very cost-effective and efficient means of communication. EUROPA now hosts over 460 websites. EUROPA would benefit from fewer and better sites to respond to user needs. To address the shortcomings, as part of the Commission's IT governance process, the College on 30 November 2011, instructed Commission departments to rationalise the Institution's web presence. -Reduce the cost (human, financial, technical) of the Commission's web presence via exploiting economies of scale and eliminating redundancies by building corporate solutions. The European Commission should offer a corporate service which optimizes and harmonizes the use of different website tools, which speeds up the creation of new external dynamic and social websites (i.e. in days or weeks and not months) and which provides a common solid modern shared infrastructure to support the rapid deployment of these sites". - -Source: https://webgate.ec.europa.eu/fpfis/mwikis/thinktank/index.php/Content_Management_System_of_the_Flexible_Platform - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB380</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/FormsManagementComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataRepository"> - <skos:notation>DataRepository</skos:notation> - <skos:prefLabel xml:lang="en">Data Repository</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A data repository can be defined as a place that holds data, makes data available to use, and organizes data in a logical manner. A data repository may also be defined as an appropriate, subject-specific location where researchers can submit their data. Data repositories may have specific requirements concerning subject or research domain; data re-use and access; file format and data structure; and the types of metadata that can be used. - -Source: https://nnlm.gov/data/thesaurus/data-repository +Source: ISA2 - EIA Action + +Source reference: https://joinup.ec.europa.eu/taxonomy/term/http_e_f_fdata_ceuropa_ceu_fdr8_fFormsManagementComponent + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Form Tools - Form Tools is a forms framework written in PHP and MySQL. You download and install the script on your own website. At its heart, Form Tools is a web form creator, processor, data storage and access script. It was originally designed to work with any existing web form, but has since been expanded to create forms automatically as well. Form Tools is extremely versatile in how it integrates with your forms. You can use the bundled Form Builder module to create the forms automatically on your website (no programming or HTML skills necessary); you can use the PHP API to integrate your own custom form with the script; or you can simply POST your form to Form Tools, and just use it to store the form data. Anything goes! You can read about the different integration methods / form creation methods here. Form Tools works by creating custom database tables to store your unique form data. It provides a range of functionality customized to your data set, such as allowing you to view, update, cross-reference and export your submission data, create subsets of your data for viewing/editing by client accounts, data visualizations, and much more. https://formtools.org/ -INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP -The Data Repository ABB�is salient for technical interoperability because it provides a single trustworthy location to store and access the data. EIF recommendation 37 "Make authoritative sources of information available to others while implementing access and control mechanisms to ensure security and privacy in accordance with the relevant legislation". -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application + +Interoperability saliency: The Forms Management Component ABB  is salient for technical interoperability because it provides the implementation of the functionalities of dynamic creation, distribution and analysis of forms and online surveys as stated in the EIF: " Catalogues help others to find reusable resources (e.g. services, data, software, data models). Various types of catalogue exist, e.g. directories of services, libraries of software components, open data portals, registries of base registries, metadata catalogues, catalogues of standards, specifications and guidelines. Commonly agreed descriptions of the services, data, registries and interoperable solutions published in catalogues are needed to enable interoperability between catalogues." + +Identifier: http://data.europa.eu/dr8/FormsManagementApplicationComponent + +eira:ID: ABB77 + +ABB name: eira:FormsManagementApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContentManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/FormsManagementApplicationService" /> + <eira:FormsManagementApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FormsManagementApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Forms Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FormsManagementApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Forms Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/FormsManagementApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/FormsManagementApplicationComponent</eira:PURI> + <dcterms:type>eira:FormsManagementApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Forms Management ABB is an Application Component that enables the implementation of i) dynamic creation, ii) distribution and ii) analysis of forms and online surveys.]]></skos:definition> + <eira:definitionSource>ISA2 - EIA Action</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/taxonomy/term/http_e_f_fdata_ceuropa_ceu_fdr8_fFormsManagementComponent]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Form Tools - Form Tools is a forms framework written in PHP and MySQL. You download and install the script on your own website. At its heart, Form Tools is a web form creator, processor, data storage and access script. It was originally designed to work with any existing web form, but has since been expanded to create forms automatically as well. Form Tools is extremely versatile in how it integrates with your forms. You can use the bundled Form Builder module to create the forms automatically on your website (no programming or HTML skills necessary); you can use the PHP API to integrate your own custom form with the script; or you can simply POST your form to Form Tools, and just use it to store the form data. Anything goes! You can read about the different integration methods / form creation methods here. Form Tools works by creating custom database tables to store your unique form data. It provides a range of functionality customized to your data set, such as allowing you to view, update, cross-reference and export your submission data, create subsets of your data for viewing/editing by client accounts, data visualizations, and much more. https://formtools.org/]]></skos:example> + <eira:iopSaliency><![CDATA[The Forms Management Component ABB  is salient for technical interoperability because it provides the implementation of the functionalities of dynamic creation, distribution and analysis of forms and online surveys as stated in the EIF: " Catalogues help others to find reusable resources (e.g. services, data, software, data models). Various types of catalogue exist, e.g. directories of services, libraries of software components, open data portals, registries of base registries, metadata catalogues, catalogues of standards, specifications and guidelines. Commonly agreed descriptions of the services, data, registries and interoperable solutions published in catalogues are needed to enable interoperability between catalogues."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/FormsManagementApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrchestrationApplicationComponent"> + <skos:notation><![CDATA[Orchestration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Orchestration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Orchestration ABB is an Application component that enables the coordination and management of the execution of multiple components or services within an application or system. -The Cancer Imanging Archive -TCIA is a service which de-identifies and hosts a large archive of medical images of cancer accessible for public download. The data are organized as �collections�; typically patients� imaging related by a common disease (e.g. lung cancer), image modality or type (MRI, CT, digital histopathology, etc) or research focus. DICOM is the primary file format used by TCIA for radiology imaging. Supporting data related to the images such as patient outcomes, treatment details, genomics and expert analyses are also provided when available. - -https://www.cancerimagingarchive.net/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB419</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataHostingService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHosting,Networking,AndDataHostingInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataAnalyticsService"> - <skos:notation>DataAnalyticsService</skos:notation> - <skos:prefLabel xml:lang="en">Data Analytics Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionalities of analysing a great amount of raw data in order to make conclusions about specific information. Data analytics services enable the automation of mechanical processes and algorithms that work over raw data for human consumption. - -Source: https://www.investopedia.com/terms/d/data-analytics.asp +Source: W3C -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Data Analytics Service ABB �is salient for technical interoperability because it enables the automated processing and analysis of different data source. +Source reference: https://www.w3.org/TR/ws-arch/ -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Activiti - Activiti is an open-source workflow engine written in Java that can execute business processes described in BPMN 2.0. Activiti supports open standards such as BPMN and DMN with open REST APIs for demanding human- and system-centric processes. It provides business intelligence and audit logs features for free. And with building the solution on business processes, Activiti help to structure the software, think about user tasks, external systems and timers that need to be managed, think about transaction boundaries of the application. Building that kind of features becomes easier when structuring an application around a business process. Managing wait states, timers and asynchronous continuations becomes easier. A business process can express that structure more compact than working with the fundamental instruments that the Java platform offers like JDBC and JMS. Activiti also makes possible to link in Java or scripting for jobs. https://www.activiti.org/ + +IoP Dimension: Structural IoP -Microsoft Power BI -Power BI is a business analytics service by Microsoft. It aims to provide interactive visualizations and business intelligence capabilities with an interface simple enough for end users to create their own reports and dashboards. It is part of the Microsoft Power Platform. -https://powerbi.microsoft.com/it-it/what-is-power-bi/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused]]></skos:definition> - <dcterms:identifier>ABB420</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataAnalyticsComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataAnalyticsComponent"> - <skos:notation>DataAnalyticsComponent</skos:notation> - <skos:prefLabel xml:lang="en">Data Analytics Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionality of serving any current or future Digital Service Infrastructure (DSI) requiring data analysis capabilities. Data analytics component enable the automation of mechanical processes and algorithms that work over raw data for human consumption. +LOST view: Technical view - application + +Interoperability saliency: The Orchestration Component ABB  is salient for technical interoperability because it provides a set of various methods to manage existing business processes or define and establish new ones. BPM components also execute business process documented through accepted modelling techniques, as recommended by the EIF n.28: "Document your business processes using commonly accepted modelling techniques and agree on how these processes should be aligned to deliver a European public service." + +Identifier: http://data.europa.eu/dr8/OrchestrationApplicationComponent + +eira:ID: ABB186 + +ABB name: eira:OrchestrationApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrchestrationApplicationService" /> + <eira:OrchestrationApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrchestrationApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Orchestration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Orchestration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrchestrationApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/OrchestrationApplicationComponent</eira:PURI> + <dcterms:type>eira:OrchestrationApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Orchestration ABB is an Application component that enables the coordination and management of the execution of multiple components or services within an application or system.]]></skos:definition> + <eira:definitionSource>W3C</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.w3.org/TR/ws-arch/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Activiti - Activiti is an open-source workflow engine written in Java that can execute business processes described in BPMN 2.0. Activiti supports open standards such as BPMN and DMN with open REST APIs for demanding human- and system-centric processes. It provides business intelligence and audit logs features for free. And with building the solution on business processes, Activiti help to structure the software, think about user tasks, external systems and timers that need to be managed, think about transaction boundaries of the application. Building that kind of features becomes easier when structuring an application around a business process. Managing wait states, timers and asynchronous continuations becomes easier. A business process can express that structure more compact than working with the fundamental instruments that the Java platform offers like JDBC and JMS. Activiti also makes possible to link in Java or scripting for jobs. https://www.activiti.org/]]></skos:example> + <eira:iopSaliency><![CDATA[The Orchestration Component ABB  is salient for technical interoperability because it provides a set of various methods to manage existing business processes or define and establish new ones. BPM components also execute business process documented through accepted modelling techniques, as recommended by the EIF n.28: "Document your business processes using commonly accepted modelling techniques and agree on how these processes should be aligned to deliver a European public service."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineTranslationApplicationComponent"> + <skos:notation><![CDATA[Machine Translation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MachineTranslationApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Machine Translation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Machine Translation ABB is an Application Service that enables the implementation of an automated translation of text, metadata and concept classes or nomenclatures + +Source: CEF Automated Translation + +Source reference: https://ec.europa.eu/digital-single-market/en/news/tools-and-resources-cef-automated-translation + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): "CEF Digital - eTranslation building block: eTranslation is a Connecting Europe Facility (CEF) building block provided by the European Commission (EC). eTranslation provides a web-user interface for direct use by individuals (human-to-machine).(https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eTranslation) -INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP -The Data Analytics Component ABB �is salient for technical interoperability because it provides the implementation of functionalities for the automation of mechanical processes and algorithms that work over raw data for human consumption. -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application + +Interoperability saliency: The Machine Translation Component ABB  is salient for technical interoperability because it provides the implementation of functionalities for cross-lingual functionality by providing automated translation of text, metadata and concept classes or nomenclatures as stated in the EIF recommendation n°16: "Use information systems and technical architectures that cater for multilingualism when establishing a European public service. Decide on the level of multilingualism support based on the needs of the expected users." + +Identifier: http://data.europa.eu/dr8/MachineTranslationApplicationComponent + +eira:ID: ABB62 + +ABB name: eira:MachineTranslationApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/MachineTranslationApplicationService" /> + <eira:MachineTranslationApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineTranslationApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Machine Translation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MachineTranslationApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Machine Translation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MachineTranslationApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/MachineTranslationApplicationComponent</eira:PURI> + <dcterms:type>eira:MachineTranslationApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Machine Translation ABB is an Application Service that enables the implementation of an automated translation of text, metadata and concept classes or nomenclatures]]></skos:definition> + <eira:definitionSource>CEF Automated Translation</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/digital-single-market/en/news/tools-and-resources-cef-automated-translation]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): "CEF Digital - eTranslation building block: eTranslation is a Connecting Europe Facility (CEF) building block provided by the European Commission (EC). eTranslation provides a web-user interface for direct use by individuals (human-to-machine).(https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eTranslation)]]></skos:example> + <eira:iopSaliency><![CDATA[The Machine Translation Component ABB  is salient for technical interoperability because it provides the implementation of functionalities for cross-lingual functionality by providing automated translation of text, metadata and concept classes or nomenclatures as stated in the EIF recommendation n°16: "Use information systems and technical architectures that cater for multilingualism when establishing a European public service. Decide on the level of multilingualism support based on the needs of the expected users."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/MachineTranslationApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent"> + <skos:notation><![CDATA[Public Administration Single Window]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Administration Single Window]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Public Administration Single Window Component ABB is an Application Component that enables the implementation of the procedures to submit information and documents with a single entry point to fulfil all regulatory requirements. + +Source: United Nations + +Source reference: https://tfig.unece.org/contents/single-window-concept.htm + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Mi Carpeta Ciudadana Carpeta Ciudadana is a personal online space that facilitates your relationship with public administrations. https://carpetaciudadana.gob.es/carpeta/clave.htm + +IoP Dimension: Structural IoP, Governance IoP + +LOST view: Technical view - application + +Interoperability saliency: The Public Administration Single Window Application Component ABB is salient for technical interoperability because it implements the platform that realises the service, meaning that includes the tool for administrations and stakeholders (citizens and businesses) to share documentation, information or relevant data. As the platform and services must be compliant with all regulatory aspects depending on the domain of the public service, it can enable interoperability between other public services by allowing regulation compliance of the data provided. + +Identifier: http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent + +eira:ID: http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent + +ABB name: eira:PublicAdministrationSingleWindowApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService" /> + <eira:PublicAdministrationSingleWindowApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Public Administration Single Window]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Administration Single Window]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent</eira:PURI> + <dcterms:type>eira:PublicAdministrationSingleWindowApplicationComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Public Administration Single Window Component ABB is an Application Component that enables the implementation of the procedures to submit information and documents with a single entry point to fulfil all regulatory requirements.]]></skos:definition> + <eira:definitionSource>United Nations</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://tfig.unece.org/contents/single-window-concept.htm]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Mi Carpeta Ciudadana Carpeta Ciudadana is a personal online space that facilitates your relationship with public administrations. https://carpetaciudadana.gob.es/carpeta/clave.htm]]></skos:example> + <eira:iopSaliency><![CDATA[The Public Administration Single Window Application Component ABB is salient for technical interoperability because it implements the platform that realises the service, meaning that includes the tool for administrations and stakeholders (citizens and businesses) to share documentation, information or relevant data. As the platform and services must be compliant with all regulatory aspects depending on the domain of the public service, it can enable interoperability between other public services by allowing regulation compliance of the data provided.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataVirtualizationApplicationComponent"> + <skos:notation><![CDATA[Data Virtualization]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataVirtualizationApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Virtualization]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Virtualization ABB is an Application Component that implements the functionality of retrieving and manipulating data without requiring technical details about the data format or location. + +Source: Joinup + +Source reference: https://joinup.ec.europa.eu/sites/default/files/inline-files/Data%20visualisation%20service%20definition.pdf + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Virtuoso. Virtuoso Universal Server is modern platform built on existing open standards that harnesses the power of Hyperlinks (functioning as Super Keys) for breaking down data silos that impede both user and enterprise ability. For example, Virtuoso's core SQL & SPARQL powers many Enterprise Knowledge Graph initiatives just as it does DBpedia and a majority of nodes in the Linked Open Data Cloud -- the world's largest publicly accessible Knowledge Graph. https://big-data-test-infrastructure.ec.europa.eu/service-offering/virtuoso_en -Microsoft Power BI -Power BI is a business analytics service by Microsoft. It aims to provide interactive visualizations and business intelligence capabilities with an interface simple enough for end users to create their own reports and dashboards. It is part of the Microsoft Power Platform. -https://powerbi.microsoft.com/it-it/what-is-power-bi/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused]]></skos:definition> - <dcterms:identifier>ABB421</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataAnalyticsService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceService"> - <skos:notation>ArtificialIntelligenceService</skos:notation> - <skos:prefLabel xml:lang="en">Artificial Intelligence Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionalities of appling advanced analysis and logic-based techniques, including machine learning, to interpret events, support and automate decisions, and take actions. - -Source: https://www.gartner.com/en/information-technology/glossary/artificial-intelligence +IoP Dimension: Structural IoP -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Artificial intelligence Service ABB �is salient for technical interoperability because it enables the application of advanced analysis and logic-based techniques, including machine learning, to interpret events, support and automate decisions, and take actions. +LOST view: Technical view - application -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Interoperability saliency: The Data Virtualization Component ABB is salient for technical interoperability because it realises the services established and defined by the Data Virtualization Service ABB, collaborating with enabling interoperability between public services that generate, process or consume data. -Google AI -A tool that enables scientists, data journalists, data geeks, or anyone else to easily find datasets stored in thousands of repositories across the web. -https://ai.google/#:~:text=A%20tool%20that%20enables%20scientists,of%20repositories%20across%20the%20web.&text=We%20released%20a%20research%20framework,researchers%20to%20explore%20new%20ideas. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused]]></skos:definition> - <dcterms:identifier>ABB422</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceComponent"> - <skos:notation>ArtificialIntelligenceComponent</skos:notation> - <skos:prefLabel xml:lang="en">Artificial Intelligence Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionality of serving any current or future Digital Service Infrastructure (DSI) requiring artificial intelligence capabilities. It enables the implementation of functionalities for appling advanced analysis and logic-based techniques, including machine learning, to interpret events, support and automate decisions, and take actions. - -Source: https://www.gartner.com/en/information-technology/glossary/artificial-intelligence +Identifier: http://data.europa.eu/dr8/DataVirtualizationApplicationComponent -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Artificial intelligence Component ABB �is salient for technical interoperability because it implements advanced analysis and logic-based techniques, including machine learning, to interpret events, support and automate decisions, and take actions. +eira:ID: http://data.europa.eu/dr8/DataVirtualizationApplicationComponent -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +ABB name: eira:DataVirtualizationApplicationComponent -Google AI -A tool that enables scientists, data journalists, data geeks, or anyone else to easily find datasets stored in thousands of repositories across the web. -https://ai.google/#:~:text=A%20tool%20that%20enables%20scientists,of%20repositories%20across%20the%20web.&text=We%20released%20a%20research%20framework,researchers%20to%20explore%20new%20ideas. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:data_quality_level -- eira:data_quality_score: Overall data quality score -- eira:reusability_level -- eira:reusability_score -- eira:iop_level -- eira:iop_score -- eira:actual_reuse: Specifies if the solution is currently being reused]]></skos:definition> - <dcterms:identifier>ABB423</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SmartDevice"> - <skos:notation>SmartDevice</skos:notation> - <skos:prefLabel xml:lang="en">Smart Device</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Smart device means any computer, cellular phone, smartphone, digital camera, video camera, audio recording device, or other electronic device that can be used for creating, storing, or transmitting information in the form of electronic data. - -Source: https://www.lawinsider.com/dictionary/technological-device +EIRA concept: eira:ArchitectureBuildingBlock -INTEROPERABILITY SALIENCY: -IoP Dimension: Not applicable +Last modification: 2022-23-01 -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataVirtualizationApplicationService" /> + <eira:DataVirtualizationApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataVirtualizationApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Data Virtualization]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataVirtualizationApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Virtualization]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataVirtualizationApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/DataVirtualizationApplicationComponent</eira:PURI> + <dcterms:type>eira:DataVirtualizationApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Virtualization ABB is an Application Component that implements the functionality of retrieving and manipulating data without requiring technical details about the data format or location.]]></skos:definition> + <eira:definitionSource>Joinup</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/sites/default/files/inline-files/Data%20visualisation%20service%20definition.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Virtuoso. Virtuoso Universal Server is modern platform built on existing open standards that harnesses the power of Hyperlinks (functioning as Super Keys) for breaking down data silos that impede both user and enterprise ability. For example, Virtuoso's core SQL & SPARQL powers many Enterprise Knowledge Graph initiatives just as it does DBpedia and a majority of nodes in the Linked Open Data Cloud -- the world's largest publicly accessible Knowledge Graph. https://big-data-test-infrastructure.ec.europa.eu/service-offering/virtuoso_en]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Virtualization Component ABB is salient for technical interoperability because it realises the services established and defined by the Data Virtualization Service ABB, collaborating with enabling interoperability between public services that generate, process or consume data.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataVirtualizationApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent"> + <skos:notation><![CDATA[Trust Service Provisioning]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Trust Service Provisioning]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Trust Service Provisioning ABB is an Application Component that enables the creation, verification, or validation of electronic signatures, time stamps, seals, electronically registered delivery services, and certificates. -Digital blood pressures devices -Digital blood pressure monitors allow patients to seamlessly share their health data with physicians. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB424</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/HighPerformanceInfrastructure"> - <skos:notation>HighPerformanceInfrastructure</skos:notation> - <skos:prefLabel xml:lang="en">High Performance Infrastructure</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionalities, through the use of computer clusters, to create computing systems capable of delivering very high performance in the range of PetaFLOPS, typically using parallel computing. +Source: eIDAS -Source: Gartner +Source reference: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG + +Additional information: A ‘trust service’ means an electronic service normally provided for remuneration which consists of these functionalities: i) the creation, verification, and validation of electronic signatures, electronic seals or electronic time stamps, electronic registered delivery services and certificates related to those services, or; ii) the creation, verification and validation of certificates for website authentication; or; iii) the preservation of electronic signatures, seals or certificates related to those services. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): e-TrustEx - Open e-TrustEx is a platform offered by the Directorate-General for Informatics of the European Commission to Public Administrations at European, national and regional level to set up secure exchange of natively digital documents from system to system via standardized interfaces. Open e-TrustEx provides a set of generic web services, which Public Administrations can use to connect heterogeneous applications, removing the need for complex point-to-point connections. http://eur-lex.europa.eu/legal-content/DE/TXT/?uri=CELEX%3A52016SC0279 -INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP -The High Performance Infrastructure ABB is salient for technical interoperability because it provides all the functionalities to host the Interoperable European Solutions (high availability and high performance hosting infrastructure). -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application + +Interoperability saliency: The Trust Service Provisioning Component ABB  is salient for technical interoperability because it provides the implementation of the functionalities of information exchange between between administrations, businesses and citizens (e-signature and e-seal creation, verification,validation and preservation, timestamping creation, verification and validation, identity management, etc.) as stated in the EIF recommendation n°47: "Use trust services according to the Regulation on eID and Trust Services as mechanisms that ensure secure and protected data exchange in public services." + +Identifier: http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent + +eira:ID: ABB69 + +ABB name: eira:TrustServiceProvisioningApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-SealCreationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-TimestampCreationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IntegrityVerificationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-SealPreservationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-SignaturePreservationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-SignatureCreationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService" /> + <eira:TrustServiceProvisioningApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Trust Service Provisioning]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Trust Service Provisioning]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent</eira:PURI> + <dcterms:type>eira:TrustServiceProvisioningApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Trust Service Provisioning ABB is an Application Component that enables the creation, verification, or validation of electronic signatures, time stamps, seals, electronically registered delivery services, and certificates.]]></skos:definition> + <eira:definitionSource>eIDAS</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): e-TrustEx - Open e-TrustEx is a platform offered by the Directorate-General for Informatics of the European Commission to Public Administrations at European, national and regional level to set up secure exchange of natively digital documents from system to system via standardized interfaces. Open e-TrustEx provides a set of generic web services, which Public Administrations can use to connect heterogeneous applications, removing the need for complex point-to-point connections. http://eur-lex.europa.eu/legal-content/DE/TXT/?uri=CELEX%3A52016SC0279]]></skos:example> + <eira:iopSaliency><![CDATA[The Trust Service Provisioning Component ABB  is salient for technical interoperability because it provides the implementation of the functionalities of information exchange between between administrations, businesses and citizens (e-signature and e-seal creation, verification,validation and preservation, timestamping creation, verification and validation, identity management, etc.) as stated in the EIF recommendation n°47: "Use trust services according to the Regulation on eID and Trust Services as mechanisms that ensure secure and protected data exchange in public services."]]></eira:iopSaliency> + <skos:note><![CDATA[A ‘trust service’ means an electronic service normally provided for remuneration which consists of these functionalities: i) the creation, verification, and validation of electronic signatures, electronic seals or electronic time stamps, electronic registered delivery services and certificates related to those services, or; ii) the creation, verification and validation of certificates for website authentication; or; iii) the preservation of electronic signatures, seals or certificates related to those services.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationComponent"> + <skos:notation><![CDATA[Data Extraction, Transformation, and Loading]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Extraction, Transformation, and Loading]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Extraction, Transformation and Loading ABB is an Application Component that enables the implementation of the process of extracting data from various sources, transforming the data to specific data models and loading the data into a target data store. + +Source: Inspired in definitions from referent companies of IT sector + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Eurostat SDMX converter - The SDMX Converter is a tool that converts statistical datasets between different formats. It is a Java application which is actively developed by Eurostat and is published as open source software. http://ec.europa.eu/eurostat/web/sdmx-infospace/sdmx-it-tools/sdmx-converter -HPC AWS -The HPC of AWS provides the an elastic and scalable cloud infrastructure to run HPC applications. -https://aws.amazon.com/hpc/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability: Whether or not this building block could be reused as part of another solution -- eira:reuse_status: The type of reuse (if reusable): 'Exposed for reuse as main service' means that the building block is exposed to other solutions for reuse as the current solution's primary service. 'Exposed for reuse as supporting service' means that the building block is exposed to other solutions for reuse but only if the solution is already being reused for it's primary service. 'Reused' means that the building block is actually reused from another solution. -- eira:view]]></skos:definition> - <dcterms:identifier>ABB425</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataHostingService"> - <skos:notation>DataHostingService</skos:notation> - <skos:prefLabel xml:lang="en">Data Hosting Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionalities to enable data sharing and consumption through the use of static and dynamic data repositories, data lakes and data hubs. +IoP Dimension: Structural IoP -Source: Gartner +LOST view: Technical view - application + +Interoperability saliency: The Data Extraction, Transformation, and Loading Component ABB  is salient for technical interoperability because it enables the implementation of the functionalities to transform internal data structures to common and agreed interoperable formats as stated in the EIF recommendation n° 41: "Establish procedures and processes to integrate the opening of data in your common business processes, working routines, and in the development of new information systems." + +Identifier: http://data.europa.eu/dr8/DataExtraction,Transformation,andLoadingApplicationComponent + +eira:ID: ABB61 + +ABB name: eira:DataExtraction,Transformation,andLoadingApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService" /> + <eira:DataExtractionTransformationandLoadingApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Data Extraction, Transformation, and Loading]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Extraction, Transformation, and Loading]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationComponent</eira:PURI> + <dcterms:type>eira:DataExtractionTransformationandLoadingApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Extraction, Transformation and Loading ABB is an Application Component that enables the implementation of the process of extracting data from various sources, transforming the data to specific data models and loading the data into a target data store.]]></skos:definition> + <eira:definitionSource>Inspired in definitions from referent companies of IT sector</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Eurostat SDMX converter - The SDMX Converter is a tool that converts statistical datasets between different formats. It is a Java application which is actively developed by Eurostat and is published as open source software. http://ec.europa.eu/eurostat/web/sdmx-infospace/sdmx-it-tools/sdmx-converter]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Extraction, Transformation, and Loading Component ABB  is salient for technical interoperability because it enables the implementation of the functionalities to transform internal data structures to common and agreed interoperable formats as stated in the EIF recommendation n° 41: "Establish procedures and processes to integrate the opening of data in your common business processes, working routines, and in the development of new information systems."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ScheduleManagementApplicationComponent"> + <skos:notation><![CDATA[Schedule Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Schedule Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Schedule Management Component ABB is an Application Component that enables the implementation of the procedures to manage time and events in the achievement of the goals and delivery of public services. + +Source: Inspired in Public Works and Goverment Services Canada + +Source reference: https://buyandsell.gc.ca/cds/public/2016/11/23/c7b27e0ac41ad50ffae2f12b0a837875/ABES.PROD.PW_PWZ.B014.E10051.ATTA001.PDF + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Chronos is a replacement for cron. It is a distributed and fault-tolerant scheduler that runs on top of Apache Mesos that can be used for job orchestration. It supports custom Mesos executors as well as the default command executor. Thus by default, Chronos executes sh (on most systems bash) scripts. https://sourceforge.net/projects/chronos.mirror/ + +IoP Dimension: Structural IoP, Governance IoP + +LOST view: Technical view - application + +Interoperability saliency: The Schedule Management Application Component ABB is salient for technical interoperability because it implements the orchestration of different events within digital public services within specific platforms but can be reused and extended in a high-level approach to enable interoperability of digital public services and the different delivery models. + +Identifier: http://data.europa.eu/dr8/ScheduleManagementApplicationComponent + +eira:ID: http://data.europa.eu/dr8/ScheduleManagementApplicationComponent + +ABB name: eira:ScheduleManagementApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ScheduleManagementApplicationService" /> + <eira:ScheduleManagementApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ScheduleManagementApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Schedule Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Schedule Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ScheduleManagementApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/ScheduleManagementApplicationComponent</eira:PURI> + <dcterms:type>eira:ScheduleManagementApplicationComponent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Schedule Management Component ABB is an Application Component that enables the implementation of the procedures to manage time and events in the achievement of the goals and delivery of public services.]]></skos:definition> + <eira:definitionSource>Inspired in Public Works and Goverment Services Canada</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://buyandsell.gc.ca/cds/public/2016/11/23/c7b27e0ac41ad50ffae2f12b0a837875/ABES.PROD.PW_PWZ.B014.E10051.ATTA001.PDF]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Chronos is a replacement for cron. It is a distributed and fault-tolerant scheduler that runs on top of Apache Mesos that can be used for job orchestration. It supports custom Mesos executors as well as the default command executor. Thus by default, Chronos executes sh (on most systems bash) scripts. https://sourceforge.net/projects/chronos.mirror/]]></skos:example> + <eira:iopSaliency><![CDATA[The Schedule Management Application Component ABB is salient for technical interoperability because it implements the orchestration of different events within digital public services within specific platforms but can be reused and extended in a high-level approach to enable interoperability of digital public services and the different delivery models.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangeApplicationComponent"> + <skos:notation><![CDATA[Data Exchange]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Exchange]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Exchange ABB is an Application Component that enables the implementation of the procedure to transfer data between different individuals, organizations or systems. + +Source: EIFv2 + +Source reference: http://ec.europa.eu/isa/documents/isa_annex_ii_eif_en.pdf + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Open e-TrustEx - Open e-TrustEx is a secure document exchange platform. Solution for European public administration that needs to electronically exchange information with other entities in a secure way. Open e-TrustEx is a cross-sector, open source tool that helps administrations to exchange structured and unstructured documents and to connect to pan-European e-delivery infrastructures with reduced investment. For Commission services, DG Informatics operates the e-TrustEx platform for a fee.(https://ec.europa.eu/isa2/solutions/open-e-trustex_en) -INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP -The Data Hosting ABB is salient for technical interoperability because it provides all the functionalities to share and consume data. -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Data Exchange Component ABB is salient for technical interoperability because it provides the implementation of the functionalities to enable a secure and trustworthy data exchange between different ICT systems as stated in the EIF: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses." + +Identifier: http://data.europa.eu/dr8/DataExchangeApplicationComponent + +eira:ID: ABB64 + +ABB name: eira:DataExchangeApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationService" /> + <eira:DataExchangeApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangeApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Data Exchange]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Exchange]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/DataExchangeApplicationComponent</eira:PURI> + <dcterms:type>eira:DataExchangeApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Exchange ABB is an Application Component that enables the implementation of the procedure to transfer data between different individuals, organizations or systems.]]></skos:definition> + <eira:definitionSource>EIFv2</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://ec.europa.eu/isa/documents/isa_annex_ii_eif_en.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Open e-TrustEx - Open e-TrustEx is a secure document exchange platform. Solution for European public administration that needs to electronically exchange information with other entities in a secure way. Open e-TrustEx is a cross-sector, open source tool that helps administrations to exchange structured and unstructured documents and to connect to pan-European e-delivery infrastructures with reduced investment. For Commission services, DG Informatics operates the e-TrustEx platform for a fee.(https://ec.europa.eu/isa2/solutions/open-e-trustex_en)]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Exchange Component ABB is salient for technical interoperability because it provides the implementation of the functionalities to enable a secure and trustworthy data exchange between different ICT systems as stated in the EIF: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AccessManagementApplicationComponent"> + <skos:notation><![CDATA[Access Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AccessManagementApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Access Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Access Management ABB is an Application Component implementing the process of granting rights to users and preventing the access to non-authorised users. + +Source: ITIL v3 + +Source reference: https://wiki.en.it-processmaps.com/index.php/Access_Management + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenIAM Access Manager - OpenIAM Access Management solution is based on a professional open source model. This is a robust, scalable solution built with Service Oriented Architecture. It integrates seamlessly with the OpenIAM Identity Manager product to provide a comprehensive solution that allows to take control of not only who can access the systems, but what they can do once they are in there. Corporate security policy is enforced across multiple points and managed centrally to improve effectiveness and reduce administrative costs.(http://www.openiam.com/products/access-manager/overview/) + +IoP Dimension: Structural IoP -D4Science -D4Science is an organisation operating a Data Hosting offering a rich array of services by community-driven virtual research environments. In particular, it supports communities of practice willing to implement open science practices. The infrastructure follows the system of systems approach, where the constituent systems (Service providers) offer �resources� (namely services and by them data, computing, storage) assembled together to implement the overall set of D4Science services. -https://www.d4science.org/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability: Whether or not this building block could be reused as part of another solution -- eira:reuse_status: The type of reuse (if reusable): 'Exposed for reuse as main service' means that the building block is exposed to other solutions for reuse as the current solution's primary service. 'Exposed for reuse as supporting service' means that the building block is exposed to other solutions for reuse but only if the solution is already being reused for it's primary service. 'Reused' means that the building block is actually reused from another solution. -- eira:view]]></skos:definition> - <dcterms:identifier>ABB426</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataRepository"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataLake"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataHub"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/NetworkingService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataHub"> - <skos:notation>DataHub</skos:notation> - <skos:prefLabel xml:lang="en">Data Hub</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A data hub is a collection of data from multiple sources organized for distribution, sharing, and often subsetting and sharing. Generally this data distribution is in the form of a hub and spoke architecture. +LOST view: Technical view - Domain specific + +Interoperability saliency: The Access Management Component ABB  is salient for technical interoperability because it provides the implementation the functionality of allowing user to make an authorized and trusted use of IT Services, data and other assets as stated in the EIF: "Public administrations should ensure that a 'data access and authorisation plan’ which determines who has access to what data and under what conditions, to ensure privacy. Unauthorised access and security breaches should be monitored and appropriate actions should be taken to prevent any recurrence of breaches" + +Identifier: http://data.europa.eu/dr8/AccessManagementApplicationComponent + +eira:ID: ABB70 + +ABB name: eira:AccessManagementApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationService" /> + <eira:AccessManagementApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AccessManagementApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Access Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AccessManagementApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Access Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/AccessManagementApplicationComponent</eira:PURI> + <dcterms:type>eira:AccessManagementApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Access Management ABB is an Application Component implementing the process of granting rights to users and preventing the access to non-authorised users.]]></skos:definition> + <eira:definitionSource>ITIL v3</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://wiki.en.it-processmaps.com/index.php/Access_Management]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenIAM Access Manager - OpenIAM Access Management solution is based on a professional open source model. This is a robust, scalable solution built with Service Oriented Architecture. It integrates seamlessly with the OpenIAM Identity Manager product to provide a comprehensive solution that allows to take control of not only who can access the systems, but what they can do once they are in there. Corporate security policy is enforced across multiple points and managed centrally to improve effectiveness and reduce administrative costs.(http://www.openiam.com/products/access-manager/overview/)]]></skos:example> + <eira:iopSaliency><![CDATA[The Access Management Component ABB  is salient for technical interoperability because it provides the implementation the functionality of allowing user to make an authorized and trusted use of IT Services, data and other assets as stated in the EIF: "Public administrations should ensure that a 'data access and authorisation plan’ which determines who has access to what data and under what conditions, to ensure privacy. Unauthorised access and security breaches should be monitored and appropriate actions should be taken to prevent any recurrence of breaches"]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/AccessManagementApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent"> + <skos:notation><![CDATA[Digital Workplace]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Workplace]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Workplace ABB is an Application Component that enables the implementation of the procedures to freely collaborate independently from the location and boundaries while maintaining high-security standards and increasing productivity and efficiency. + +Source: European Comission + +Source reference: https://ec.europa.eu/info/publications/digital-workplace-strategy_en + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Set of IT tools used by European Commission officials, workers, etc. There is a new strategy put in place by the Commission to improve the work of the different roles involved. https://europa.eu/digitec/news/digital-workplace-european-commission/ -INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP -The Data Hub ABB�is salient for technical interoperability because it provides a single trustworthy location to store and access the data. EIF recommendation 37 "Make authoritative sources of information available to others while implementing access and control mechanisms to ensure security and privacy in accordance with the relevant legislation". -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application + +Interoperability saliency: The Digital Workplace Application Component ABB is salient for technical interoperability because it provides the components and tools that allow the free collaboration of staffing people while maintaining high-security standards. + +Identifier: http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent + +eira:ID: ABB534 + +ABB name: eira:DigitalWorkplaceApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceApplicationService" /> + <eira:DigitalWorkplaceApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Digital Workplace]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Workplace]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent</eira:PURI> + <dcterms:type>eira:DigitalWorkplaceApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Workplace ABB is an Application Component that enables the implementation of the procedures to freely collaborate independently from the location and boundaries while maintaining high-security standards and increasing productivity and efficiency.]]></skos:definition> + <eira:definitionSource>European Comission</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/info/publications/digital-workplace-strategy_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Set of IT tools used by European Commission officials, workers, etc. There is a new strategy put in place by the Commission to improve the work of the different roles involved. https://europa.eu/digitec/news/digital-workplace-european-commission/]]></skos:example> + <eira:iopSaliency><![CDATA[The Digital Workplace Application Component ABB is salient for technical interoperability because it provides the components and tools that allow the free collaboration of staffing people while maintaining high-security standards.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionApplicationComponent"> + <skos:notation><![CDATA[Digital Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Solution Component ABB is an Application Component that enables the encapsulation of a functionality provided by an Interoperable European Solution. + +Source: Inspired in ArchiMate® v3 + +Source reference: http://pubs.opengroup.org/architecture/archimate3-doc/chap09.html + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU Login - EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services and websites, using a single email address and password. EU Login implements the single sign-on functionality. https://webgate.ec.europa.eu/cas/help.html -Exprivia Data Hub: -The Exprivia Data Hub provides the tools needed to acquire, process and manage heterogeneous information from multiple sources. -https://www.exprivia.it/en/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB427</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataHostingService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataLake"> - <skos:notation>DataLake</skos:notation> - <skos:prefLabel xml:lang="en">Data Lake</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A data lake is usually a single store of data including raw copies of source system data, sensor data, social data etc., and transformed data used for tasks such as reporting, visualization, advanced analytics and machine learning. A data lake can include structured data from relational databases (rows and columns), semi-structured data (CSV, logs, XML, JSON), unstructured data (emails, documents, PDFs) and binary data (images, audio, video). A data lake can be established "on premises" (within an organization's data centers) or "in the cloud" (using cloud services from vendors such as Amazon, Microsoft, or Google). - -INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP -The Data Lake ABB�is salient for technical interoperability because it provides a single trustworthy location to store and access the data. EIF recommendation 37 "Make authoritative sources of information available to others while implementing access and control mechanisms to ensure security and privacy in accordance with the relevant legislation". -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application + +Interoperability saliency: The Digital Solution Component ABB is salient for technical interoperability because it is a central element the EIF's conceptual model for integrated public services. it represents all the functionalities provided by an Interoperable European Solutionas as stated in the EIF: "Technical interoperability the applications and infrastructures linking systems and services." + +Identifier: http://data.europa.eu/dr8/DigitalSolutionApplicationComponent + +eira:ID: ABB624 + +ABB name: eira:DigitalSolutionApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationService" /> + <eira:DigitalSolutionApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionApplicationComponent</eira:PURI> + <dcterms:type>eira:DigitalSolutionApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Solution Component ABB is an Application Component that enables the encapsulation of a functionality provided by an Interoperable European Solution.]]></skos:definition> + <eira:definitionSource>Inspired in ArchiMate® v3</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://pubs.opengroup.org/architecture/archimate3-doc/chap09.html]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU Login - EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services and websites, using a single email address and password. EU Login implements the single sign-on functionality. https://webgate.ec.europa.eu/cas/help.html]]></skos:example> + <eira:iopSaliency><![CDATA[The Digital Solution Component ABB is salient for technical interoperability because it is a central element the EIF's conceptual model for integrated public services. it represents all the functionalities provided by an Interoperable European Solutionas as stated in the EIF: "Technical interoperability the applications and infrastructures linking systems and services."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperable European Solution viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataQualityApplicationComponent"> + <skos:notation><![CDATA[Data Quality]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataQualityApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Quality]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Quality Component ABB is an Application Component that enables the implementation of verifying that the value of a data item comes from a given set of acceptable values. Data validation may be followed by corrective actions, such as data editing or data imputation. In statistics, imputation is the process of replacing missing data with substituted values. + +Source: Eurostat Data Validation + +Source reference: http://ec.europa.eu/eurostat/data/data-validation + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Hibernate Validator - Express validation rules in a standardized way using annotation-based constraints and benefit from transparent integration with a wide variety of frameworks. Application layer agnostic validation: Hibernate Validator allows to express and validate application constraints. The default metadata source are annotations, with the ability to override and extend through the use of XML. It is not tied to a specific application tier or programming model and is available for both server and client application programming. Hibernate Validator presents the following characteristics: • Extendable: Hibernate Validator offers a configurable bootstrap API as well as a range of built-in constraints. The latter can easily be extended by creating custom constraints; • Rich metadata API: Hibernate Validator gives access to constraint configuration via a metadata API facilitating, for example, tooling integration; • Reference implementation: Hibernate Validator 6.x is the reference implementation Bean Validation 2.0; • Added value: Hibernate Validator offers additional value on top of the features required by Bean Validation. For example, a programmatic constraint configuration API as well as an annotation processor which plugs into the build process and raises compilation errors whenever constraint annotations are incorrectly used. http://hibernate.org/validator/ -Google Cloud data lakes: -Google Cloud data lakes support any analysis on any type of data. This allows to import, store and analyse large volumes of heterogeneous, high-fidelity data securely and cost-effectively. -https://cloud.google.com/solutions/data-lake - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:actual_use: Specifies if the solution is currently used, planned to be used or not yet used -- eira:view]]></skos:definition> - <dcterms:identifier>ABB428</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataHostingService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceRegistryService"> - <skos:notation>ServiceRegistryService</skos:notation> - <skos:prefLabel xml:lang="en">Service Registry Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Service Registry Service provides access to software systems over the Internet using standard protocols. In the most basic scenario there is a Web Service Provider that publishes a service and a Web Service Consumer that uses this service. Web Service Discovery is the process of finding suitable web services for a given task. +IoP Dimension: Structural IoP -This ABB is a key interoperability enabler (*) for sharing/PROVISIONING and reusing/CONSUMING back-office services. +LOST view: Technical view - application + +Interoperability saliency: The Data Quality Component ABB  is salient for technical interoperability because it allows the implementation of the functionality to validate if data received (or to be sent) is compliant with common and agreed interoperable formats as stated in the EIF recommendation n° 41: "Establish procedures and processes to integrate the opening of data in your common business processes, working routines, and in the development of new information systems." + +Identifier: http://data.europa.eu/dr8/DataQualityApplicationComponent + +eira:ID: ABB63 + +ABB name: eira:DataQualityApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataQualityApplicationService" /> + <eira:DataQualityApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataQualityApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Data Quality]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataQualityApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Quality]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataQualityApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/DataQualityApplicationComponent</eira:PURI> + <dcterms:type>eira:DataQualityApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Quality Component ABB is an Application Component that enables the implementation of verifying that the value of a data item comes from a given set of acceptable values. Data validation may be followed by corrective actions, such as data editing or data imputation. In statistics, imputation is the process of replacing missing data with substituted values.]]></skos:definition> + <eira:definitionSource>Eurostat Data Validation</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://ec.europa.eu/eurostat/data/data-validation]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Hibernate Validator - Express validation rules in a standardized way using annotation-based constraints and benefit from transparent integration with a wide variety of frameworks. Application layer agnostic validation: Hibernate Validator allows to express and validate application constraints. The default metadata source are annotations, with the ability to override and extend through the use of XML. It is not tied to a specific application tier or programming model and is available for both server and client application programming. Hibernate Validator presents the following characteristics: • Extendable: Hibernate Validator offers a configurable bootstrap API as well as a range of built-in constraints. The latter can easily be extended by creating custom constraints; • Rich metadata API: Hibernate Validator gives access to constraint configuration via a metadata API facilitating, for example, tooling integration; • Reference implementation: Hibernate Validator 6.x is the reference implementation Bean Validation 2.0; • Added value: Hibernate Validator offers additional value on top of the features required by Bean Validation. For example, a programmatic constraint configuration API as well as an annotation processor which plugs into the build process and raises compilation errors whenever constraint annotations are incorrectly used. http://hibernate.org/validator/]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Quality Component ABB  is salient for technical interoperability because it allows the implementation of the functionality to validate if data received (or to be sent) is compliant with common and agreed interoperable formats as stated in the EIF recommendation n° 41: "Establish procedures and processes to integrate the opening of data in your common business processes, working routines, and in the development of new information systems."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataQualityApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APICatalogueApplicationComponent"> + <skos:notation><![CDATA[API Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APICatalogueApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[API Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: API Catalogue ABB is an Application Component that refers to the (open) software interfaces functionalities that are aligned with the implementation structure of the digital services. + +Source: Inspired in Archimate© + +Source reference: https://pubs.opengroup.org/architecture/archimate3-doc/chap09.html#_Toc10045392 + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): RapidAPI - RapidAPI is a collection of predefined APIs that are free to test, specifically updated for 2021. https://rapidapi.com/collection/list-of-free-apis -INTEROPERABILITY SALIENCY: IoP Dimension: Structural IoP, Behavioral IoP -The Service Registry Service is a key interoperability enabler because it provides access rights for data that is necessary for service-oriented architecture projects to target fast and easy communication and data exchange. - -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -ZooKeeper -ZooKeeper is a centralized service registry for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them, which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed. - -Source: https://zookeeper.apache.org/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block]]></skos:definition> - <dcterms:identifier>ABB432</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/WebService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceRegistryComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceRegistry"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceRegistry"> - <skos:notation>ServiceRegistry</skos:notation> - <skos:prefLabel xml:lang="en">Service Registry</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Service Registry provides access rights for data that is necessary for service-oriented architecture projects to target fast and easy communication and data exchange. -This ABB is a key interoperability enabler (*) for sharing/PROVISIONING and reusing/CONSUMING back-office services. +LOST view: Technical view - application + +Interoperability saliency: The API Catalogue Catalogue Application Component ABB is salient for interoperability because the component is relevant for the software interfaces functionalities aligned with the implementation structures of solutions and digital public services. Those features and functionalities enable data consumption, processing and provision between digital public services. + +Identifier: http://data.europa.eu/dr8/APICatalogueApplicationComponent + +eira:ID: ABB434 + +ABB name: eira:APICatalogueApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService" /> + <eira:APICatalogueApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APICatalogueApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of API Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APICatalogueApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of API Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APICatalogueApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/APICatalogueApplicationComponent</eira:PURI> + <dcterms:type>eira:APICatalogueApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[API Catalogue ABB is an Application Component that refers to the (open) software interfaces functionalities that are aligned with the implementation structure of the digital services.]]></skos:definition> + <eira:definitionSource>Inspired in Archimate©</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/archimate3-doc/chap09.html#_Toc10045392]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): RapidAPI - RapidAPI is a collection of predefined APIs that are free to test, specifically updated for 2021. https://rapidapi.com/collection/list-of-free-apis]]></skos:example> + <eira:iopSaliency><![CDATA[The API Catalogue Catalogue Application Component ABB is salient for interoperability because the component is relevant for the software interfaces functionalities aligned with the implementation structures of solutions and digital public services. Those features and functionalities enable data consumption, processing and provision between digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/APICatalogueApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceRegistryApplicationComponent"> + <skos:notation><![CDATA[Service Registry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceRegistryApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Service Registry]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Service Registry ABB is an Application Component that enables the registering of system services within a catalogue to facilitate the discovery of services. -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP -The Service Registry Service is a key interoperability enabler because it provides access to software systems over the Internet using standard protocols. In the most basic scenario there is a Web Service Provider that publishes a service and a Web Service Consumer that uses this service. +Source: ISA2 - EIA Action -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source reference: http://data.europa.eu/eli/dec/2015/2240/oj -ZooKeeper -ZooKeeper is a centralized service registry for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them, which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed. +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): jUDDI - jUDDI is an open source Java implementation of OASIS Universal Description, Discovery, and Integration (UDDI) specification for (Web) Services. https://juddi.apache.org/ -Source: https://zookeeper.apache.org/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block]]></skos:definition> - <dcterms:identifier>ABB431</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/WebService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceRegistryService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ApiCatalogueService"> - <skos:notation>ApiCatalogueService</skos:notation> - <skos:prefLabel xml:lang="en">API Catalogue service </skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[The API Catalogue Service ABB discovers/maintains the API Catalogue ABB. +IoP Dimension: Structural IoP -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Service Registry Component ABB  is a key interoperability enabler because it supports to achieve technical interoperability by provisioning and consuming back-office services as stated in the EIF recommendation n°44: "Put in place catalogues of public services, public data, and interoperability solutions and use common models for describing them." + +Identifier: http://data.europa.eu/dr8/ServiceRegistryApplicationComponent + +eira:ID: ABB133 + +ABB name: eira:ServiceRegistryApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService" /> + <eira:ServiceRegistryApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceRegistryApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Service Registry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceRegistryApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Service Registry]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceRegistryApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/ServiceRegistryApplicationComponent</eira:PURI> + <dcterms:type>eira:ServiceRegistryApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Service Registry ABB is an Application Component that enables the registering of system services within a catalogue to facilitate the discovery of services.]]></skos:definition> + <eira:definitionSource>ISA2 - EIA Action</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://data.europa.eu/eli/dec/2015/2240/oj]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): jUDDI - jUDDI is an open source Java implementation of OASIS Universal Description, Discovery, and Integration (UDDI) specification for (Web) Services. https://juddi.apache.org/]]></skos:example> + <eira:iopSaliency><![CDATA[The Service Registry Component ABB  is a key interoperability enabler because it supports to achieve technical interoperability by provisioning and consuming back-office services as stated in the EIF recommendation n°44: "Put in place catalogues of public services, public data, and interoperability solutions and use common models for describing them."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceRegistryApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataManagementApplicationComponent"> + <skos:notation><![CDATA[Data Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataManagementApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Management ABB is an Application Component that enables the implementation of components to manage their data under the FAIR principles. The FAIR principles are a set of guidelines designed to ensure that scientific data and digital resources are Findable, Accessible, Interoperable, and Reusable. + +Source: Inspired in the Data Act + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/data-act + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Oracle Data Exchange - The Data Exchange Service provides several access points to the Event Repository, allowing the user to perform queries on these events: - The Query Subscription Administration Console configures the Data Exchange Service to create queries and periodically deliver query results to designated receivers (HTTP, JMS, and AS2). The Console can also test queries before subscribing, displaying user-readable events in XML format; - A SOAP Web service allows programmatic queries. This SOAP service is based on the technically complete, but not formally ratified as of October 2006, EPCglobal EPC Information Services (EPCIS) Version 1.0 Specification.EPCglobal EPCIS 1.0 Working Draft. https://docs.oracle.com/cd/E13197_01/rfid/enterprise_server/docs20/epcis/data-exchange.html -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Structural IoP -RapidAPI -RapidAPI is a collection of predefined APIs that are free to test, specifically updated for 2021. -Source: https://rapidapi.com/collection/list-of-free-apis - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block]]></skos:definition> - <dcterms:identifier>ABB433</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ApiCatalogue"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ApiCatalogueComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ApiCatalogueComponent"> - <skos:notation>ApiCatalogueComponent</skos:notation> - <skos:prefLabel xml:lang="en">API Catalogue Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[The API Catalogue Component ABB is the piece of code that delivers the API Catalogue Service ABB +LOST view: Technical view - application + +Interoperability saliency: The Data Management Component ABB  is salient for technical interoperability because it provides and shares the functionality for the share of data: "Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions." + +Identifier: http://data.europa.eu/dr8/DataManagementApplicationComponent + +eira:ID: ABB430 + +ABB name: eira:DataManagementApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataManagementApplicationService" /> + <eira:DataManagementApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataManagementApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Data Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataManagementApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataManagementApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/DataManagementApplicationComponent</eira:PURI> + <dcterms:type>eira:DataManagementApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Management ABB is an Application Component that enables the implementation of components to manage their data under the FAIR principles. The FAIR principles are a set of guidelines designed to ensure that scientific data and digital resources are Findable, Accessible, Interoperable, and Reusable.]]></skos:definition> + <eira:definitionSource>Inspired in the Data Act</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/data-act]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Oracle Data Exchange - The Data Exchange Service provides several access points to the Event Repository, allowing the user to perform queries on these events: - The Query Subscription Administration Console configures the Data Exchange Service to create queries and periodically deliver query results to designated receivers (HTTP, JMS, and AS2). The Console can also test queries before subscribing, displaying user-readable events in XML format; - A SOAP Web service allows programmatic queries. This SOAP service is based on the technically complete, but not formally ratified as of October 2006, EPCglobal EPC Information Services (EPCIS) Version 1.0 Specification.EPCglobal EPCIS 1.0 Working Draft. https://docs.oracle.com/cd/E13197_01/rfid/enterprise_server/docs20/epcis/data-exchange.html]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Management Component ABB  is salient for technical interoperability because it provides and shares the functionality for the share of data: "Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataManagementApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataAnalyticsApplicationComponent"> + <skos:notation><![CDATA[Data Analytics]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataAnalyticsApplicationComponent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Analytics]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Analytics ABB is an Application Component that enables the implementation of procedures to analyze data and extract insights that can be used to improve business decision-making, optimize business processes, and drive innovation + +Source: Inspired in Data Act + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/data-act + +Additional information: Data analytics component enable the automation of mechanical processes and algorithms that work over raw data for human consumption. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Microsoft Power BI - Power BI is a business analytics service by Microsoft. It aims to provide interactive visualizations and business intelligence capabilities with an interface simple enough for end users to create their own reports and dashboards. It is part of the Microsoft Power Platform.(https://powerbi.microsoft.com/it-it/what-is-power-bi/) -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP +IoP Dimension: Structural IoP -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application + +Interoperability saliency: The Data Analytics Component ABB  is salient for technical interoperability because it provides the implementation of functionalities for the automation of mechanical processes and algorithms that work over raw data for human consumption. + +Identifier: http://data.europa.eu/dr8/DataAnalyticsApplicationComponent + +eira:ID: ABB421 + +ABB name: eira:DataAnalyticsApplicationComponent + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataAnalyticsApplicationService" /> + <eira:DataAnalyticsApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataAnalyticsApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Data Analytics]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataAnalyticsApplicationComponent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Analytics]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataAnalyticsApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/DataAnalyticsApplicationComponent</eira:PURI> + <dcterms:type>eira:DataAnalyticsApplicationComponent</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Analytics ABB is an Application Component that enables the implementation of procedures to analyze data and extract insights that can be used to improve business decision-making, optimize business processes, and drive innovation]]></skos:definition> + <eira:definitionSource>Inspired in Data Act</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/data-act]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Microsoft Power BI - Power BI is a business analytics service by Microsoft. It aims to provide interactive visualizations and business intelligence capabilities with an interface simple enough for end users to create their own reports and dashboards. It is part of the Microsoft Power Platform.(https://powerbi.microsoft.com/it-it/what-is-power-bi/)]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Analytics Component ABB  is salient for technical interoperability because it provides the implementation of functionalities for the automation of mechanical processes and algorithms that work over raw data for human consumption.]]></eira:iopSaliency> + <skos:note><![CDATA[Data analytics component enable the automation of mechanical processes and algorithms that work over raw data for human consumption.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataAnalyticsApplicationComponent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent"> + <skos:notation><![CDATA[Human request for service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Human request for service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: + +A Client request for service ABB is an application event abb that refers to the moment in which a user perform a request through a computer hardware or software device to have access to a service provided by a server. + +SOURCE: +https://www.techtarget.com/searchenterprisedesktop/definition/client]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/FirewallApplicationService" /> + <eira:ClientrequestforserviceApplicationEvent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent_Properties"> + <skos:notation><![CDATA[Properties of Human request for service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Human request for service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent" /> + <dcterms:type>eira:ClientrequestforserviceApplicationEvent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Human Request for Service ABB is an Application Event that represents an application state change made by a person for assistance or support from a service provider]]></skos:definition> + <eira:definitionSource>Inspired in Archimate</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/archimate3-doc/chap09.html]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent</eira:PURI> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent"> + <skos:notation><![CDATA[Machine request for service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Machine request for service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Machine Request for Service ABB is an Application Event that represents an application state change made by a digital system for assistance or support from a service provider + +Source: Inspired in Archimate + +Source reference: https://pubs.opengroup.org/architecture/archimate3-doc/chap09.html + +Identifier: http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent + +eira:ID: ABB584 + +ABB name: eira:ClientrequestforserviceApplicationEvent + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/FirewallApplicationService" /> + <eira:ClientrequestforserviceApplicationEvent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent_Properties"> + <skos:notation><![CDATA[Properties of Machine request for service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Machine request for service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent" /> + <eira:PURI>http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent</eira:PURI> + <dcterms:type>eira:ClientrequestforserviceApplicationEvent</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Machine Request for Service ABB is an Application Event that represents an application state change made by a digital system for assistance or support from a service provider]]></skos:definition> + <eira:definitionSource>Inspired in Archimate</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/archimate3-doc/chap09.html]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineToMachineApplicationInterface"> + <skos:notation><![CDATA[Machine to Machine Interface]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MachineToMachineApplicationInterface</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Machine to Machine Interface]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Machine to Machine Interface ABB is an Application Interface that enables the exchange of data between a service and other services. This ABB is a key interoperability enabler (*) for assessing compatible interfaces. + +Source: EIA Action (*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector. + +Source reference: https://ec.europa.eu/isa2/eif_en + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): XMLGate TRACES Businesses (XTB) - Webservices enabling the management of organisations and cities registered in TRACES. https://circabc.europa.eu/sd/a/dc77e52b-dfba-4dcc-aa39-6a54748db01d/XmlGate%20TRACES%20Businesses%20Manual.doc. -RapidAPI -RapidAPI is a collection of predefined APIs that are free to test, specifically updated for 2021. -Source: https://rapidapi.com/collection/list-of-free-apis - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block]]></skos:definition> - <dcterms:identifier>ABB434</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ApiCatalogueService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataRepositoryService"> - <skos:notation>DataRepositoryService</skos:notation> - <skos:prefLabel xml:lang="en">Data Repository Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION -Shares the functionalities of exchanging data structured under a source schema and transforming it into a target schema, so that the target data is an accurate representation of the source data. Data repository exchange service allows data to be shared between different application programs. +IoP Dimension: Behavioral IoP -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Data Repository Exchange Service ABB �is salient for technical interoperability because it provides and shares the functionality for the share of data: "Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions." +LOST view: Technical view - application + +Interoperability saliency: The Machine to Machine Interface ABB is a key interoperability enabler because it supports to achieve technical behavioral interoperability by enabling the exchange of data, information, and knowledge between digital public services as stated in the EIF recommendation n°5: ""Ensure internal visibility and provide external interfaces for European public services" and recommendation n°9:"Ensure data portability, namely that data is easily transferable between systems and applications supporting the implementation and evolution of European public services without unjustified restrictions, if legally possible." + +Identifier: http://data.europa.eu/dr8/MachineToMachineApplicationInterface + +eira:ID: ABB38 + +ABB name: eira:MachineToMachineApplicationInterface + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-17-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/APIApplicationInterface" /> + <eira:MachineToMachineApplicationInterface_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineToMachineApplicationInterface_Properties"> + <skos:notation><![CDATA[Properties of Machine to Machine Interface]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MachineToMachineApplicationInterface_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Machine to Machine Interface]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MachineToMachineApplicationInterface" /> + <eira:PURI>http://data.europa.eu/dr8/MachineToMachineApplicationInterface</eira:PURI> + <dcterms:type>eira:MachineToMachineApplicationInterface</dcterms:type> + <dcterms:modified>2022-01-17</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Machine to Machine Interface ABB is an Application Interface that enables the exchange of data between a service and other services. This ABB is a key interoperability enabler (*) for assessing compatible interfaces.]]></skos:definition> + <eira:definitionSource>EIA Action (*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/eif_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): XMLGate TRACES Businesses (XTB) - Webservices enabling the management of organisations and cities registered in TRACES. https://circabc.europa.eu/sd/a/dc77e52b-dfba-4dcc-aa39-6a54748db01d/XmlGate%20TRACES%20Businesses%20Manual.doc.]]></skos:example> + <eira:iopSaliency><![CDATA[The Machine to Machine Interface ABB is a key interoperability enabler because it supports to achieve technical behavioral interoperability by enabling the exchange of data, information, and knowledge between digital public services as stated in the EIF recommendation n°5: ""Ensure internal visibility and provide external interfaces for European public services" and recommendation n°9:"Ensure data portability, namely that data is easily transferable between systems and applications supporting the implementation and evolution of European public services without unjustified restrictions, if legally possible."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperable European Solution viewpoint</eira:viewpoint> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/MachineToMachineApplicationInterface</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/WebServiceApplicationInterface"> + <skos:notation><![CDATA[Web Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/WebServiceApplicationInterface</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Web Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Web Service ABB is an Application Interface that enables interoperability between different applications or systems over the Internet -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source: W3C -Oracle Data Exchange -The Data Exchange Service provides several access points to the Event Repository, allowing the user to perform queries on these events: -- The Query Subscription Administration Console configures the Data Exchange Service to create queries and periodically deliver query results to designated receivers (HTTP, JMS, and AS2). The Console can also test queries before subscribing, displaying user-readable events in XML format. -- A SOAP Web service allows programmatic queries. This SOAP service is based on the technically complete, but not formally ratified as of October 2006, EPCglobal EPC Information Services (EPCIS) Version 1.0 Specification.EPCglobal EPCIS 1.0 Working Draft. -https://docs.oracle.com/cd/E13197_01/rfid/enterprise_server/docs20/epcis/data-exchange.html - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block]]></skos:definition> - <dcterms:identifier>ABB429</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataRepositoryComponent"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataRepositoryComponent"> - <skos:notation>DataRepositoryComponent</skos:notation> - <skos:prefLabel xml:lang="en">Data Repository Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION -Shares the functionalities of exchanging data structured under a source schema and transforming it into a target schema, so that the target data is an accurate representation of the source data. Data repository exchange component allows data to be shared between different application programs. +Source reference: https://www.w3.org/TR/2004/NOTE-ws-arch-20040211/#relwwwrest -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Data Repository Exchange Component ABB �is salient for technical interoperability because it provides and shares the functionality for the share of data: "Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions." +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Web Services Description Language (WSDL) - WSDL is an XML format for describing network services as a set of endpoints operating on messages containing either document-oriented or procedure-oriented information. The operations and messages are described abstractly, and then bound to a concrete network protocol and message format to define an endpoint. https://www.w3.org/TR/wsdl.html -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Structural IoP, Behavioral IoP -Oracle Data Exchange -The Data Exchange Service provides several access points to the Event Repository, allowing the user to perform queries on these events: -- The Query Subscription Administration Console configures the Data Exchange Service to create queries and periodically deliver query results to designated receivers (HTTP, JMS, and AS2). The Console can also test queries before subscribing, displaying user-readable events in XML format. -- A SOAP Web service allows programmatic queries. This SOAP service is based on the technically complete, but not formally ratified as of October 2006, EPCglobal EPC Information Services (EPCIS) Version 1.0 Specification.EPCglobal EPCIS 1.0 Working Draft. -https://docs.oracle.com/cd/E13197_01/rfid/enterprise_server/docs20/epcis/data-exchange.html - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block]]></skos:definition> - <dcterms:identifier>ABB430</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataRepositoryService"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ApiCatalogue"> - <skos:notation>ApiCatalogue</skos:notation> - <skos:prefLabel xml:lang="en">API Catalogue</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A catalogue of all the available APIs for consumption by a specific solution. +LOST view: Technical view - application + +Interoperability saliency: The Web Service Application Interface ABB is salient for interoperability because, from the beginning, Web services can be interoperable by design. By putting in place web services, interoperability can be guaranteed between systems and applications, and therefore, among digital public services. + +Identifier: http://data.europa.eu/dr8/WebServiceApplicationInterface + +eira:ID: ABB437 + +ABB name: eira:WebServiceApplicationInterface + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/APIApplicationInterface" /> + <eira:WebServiceApplicationInterface_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/WebServiceApplicationInterface_Properties"> + <skos:notation><![CDATA[Properties of Web Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/WebServiceApplicationInterface_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Web Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/WebServiceApplicationInterface" /> + <eira:PURI>http://data.europa.eu/dr8/WebServiceApplicationInterface</eira:PURI> + <dcterms:type>eira:WebServiceApplicationInterface</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Web Service ABB is an Application Interface that enables interoperability between different applications or systems over the Internet]]></skos:definition> + <eira:definitionSource>W3C</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.w3.org/TR/2004/NOTE-ws-arch-20040211/#relwwwrest]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Web Services Description Language (WSDL) - WSDL is an XML format for describing network services as a set of endpoints operating on messages containing either document-oriented or procedure-oriented information. The operations and messages are described abstractly, and then bound to a concrete network protocol and message format to define an endpoint. https://www.w3.org/TR/wsdl.html]]></skos:example> + <eira:iopSaliency><![CDATA[The Web Service Application Interface ABB is salient for interoperability because, from the beginning, Web services can be interoperable by design. By putting in place web services, interoperability can be guaranteed between systems and applications, and therefore, among digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/WebServiceApplicationInterface</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIApplicationInterface"> + <skos:notation><![CDATA[API]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIApplicationInterface</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[API]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: API ABB is an Application Interface that enables a set of rules and specifications that allow different software components or systems to communicate and exchange data + +Source: EPDB + +Source reference: http://api.epdb.eu/#:~:text=The%20API%20can%20help%20you%20conduct%20research%2C%20create,access%20to%20meta%20data%20on%20European%20Union%20legislation. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): RapidAPI - RapidAPI is a collection of predefined APIs that are free to test, specifically updated for 2021. https://rapidapi.com/collection/list-of-free-apis IoP Dimension: Structural IoP, Behavioral IoP -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application + +Interoperability saliency: API Application Interface ABB is a key interoperability enabler (*) for behavioural interoperability by enabling rules and specifications for data exchange between systems and digital public services components. + +Identifier: http://data.europa.eu/dr8/APIApplicationInterface + +eira:ID: ABB436 + +ABB name: eira:APIApplicationInterface + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/APICatalogueDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/MachineToMachineApplicationInterface" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/WebServiceApplicationInterface" /> + <eira:APIApplicationInterface_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIApplicationInterface_Properties"> + <skos:notation><![CDATA[Properties of API]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIApplicationInterface_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of API]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIApplicationInterface" /> + <eira:PURI>http://data.europa.eu/dr8/APIApplicationInterface</eira:PURI> + <dcterms:type>eira:APIApplicationInterface</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[API ABB is an Application Interface that enables a set of rules and specifications that allow different software components or systems to communicate and exchange data]]></skos:definition> + <eira:definitionSource>EPDB</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://api.epdb.eu/#:~:text=The%20API%20can%20help%20you%20conduct%20research%2C%20create,access%20to%20meta%20data%20on%20European%20Union%20legislation.]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): RapidAPI - RapidAPI is a collection of predefined APIs that are free to test, specifically updated for 2021. https://rapidapi.com/collection/list-of-free-apis]]></skos:example> + <eira:iopSaliency><![CDATA[API Application Interface ABB is a key interoperability enabler (*) for behavioural interoperability by enabling rules and specifications for data exchange between systems and digital public services components.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/APIApplicationInterface</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HumanApplicationInterface"> + <skos:notation><![CDATA[Human Interface]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HumanApplicationInterface</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Human Interface]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Human Interface ABB is an Application Interface that enables the exchange of data between stakeholders (individuals, public administration or legal entities) and a service. This ABB is a key interoperability enabler (*) for assessing compatible interfaces. + +Source: EIA Action + +Source reference: https://ec.europa.eu/isa2/eif_en + +Synonym: User interface, UI, Graphical User Interface, GUI + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): GrapesJS - GrapesJS is an open-source, multi-purpose, Web Builder Framework which combines different tools and features with the goal to help you (or users of your application) to build HTML templates without any knowledge of coding. It's a perfect solution to replace the common WYSIWYG editors, which are good for content editing but inappropriate for creating HTML structures. You can see it in action with the official demos, but using its API you're able to build your own editors. https://grapesjs.com/ -RapidAPI -RapidAPI is a collection of predefined APIs that are free to test, specifically updated for 2021. -Source: https://rapidapi.com/collection/list-of-free-apis - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block]]></skos:definition> - <dcterms:identifier>ABB435</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ApiCatalogueService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ApiComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedPlatform"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/WebService"> - <skos:notation>WebService</skos:notation> - <skos:prefLabel xml:lang="en">Web Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A Web Service is specific kind of service that is identified by a universal resource identifier (URI), whose service description and transport utilise open Internet standards. +IoP Dimension: Behavioral IoP -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP +LOST view: Technical view - application + +Interoperability saliency: The Human Interface ABB is a key interoperability enabler because it supports to achieve technical behavioral interoperability by enabling the exchange of data, information, and knowledge between digital public services and individuals. + +Identifier: http://data.europa.eu/dr8/HumanApplicationInterface + +eira:ID: ABB37 + +ABB name: eira:HumanApplicationInterface + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <eira:HumanApplicationInterface_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HumanApplicationInterface_Properties"> + <skos:notation><![CDATA[Properties of Human Interface]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HumanApplicationInterface_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Human Interface]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HumanApplicationInterface" /> + <eira:PURI>http://data.europa.eu/dr8/HumanApplicationInterface</eira:PURI> + <dcterms:type>eira:HumanApplicationInterface</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym>User interface, UI, Graphical User Interface, GUI</eira:synonym> + <skos:definition><![CDATA[Human Interface ABB is an Application Interface that enables the exchange of data between stakeholders (individuals, public administration or legal entities) and a service. This ABB is a key interoperability enabler (*) for assessing compatible interfaces.]]></skos:definition> + <eira:definitionSource>EIA Action</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/eif_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): GrapesJS - GrapesJS is an open-source, multi-purpose, Web Builder Framework which combines different tools and features with the goal to help you (or users of your application) to build HTML templates without any knowledge of coding. It's a perfect solution to replace the common WYSIWYG editors, which are good for content editing but inappropriate for creating HTML structures. You can see it in action with the official demos, but using its API you're able to build your own editors. https://grapesjs.com/]]></skos:example> + <eira:iopSaliency><![CDATA[The Human Interface ABB is a key interoperability enabler because it supports to achieve technical behavioral interoperability by enabling the exchange of data, information, and knowledge between digital public services and individuals.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperable European Solution viewpoint</eira:viewpoint> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/HumanApplicationInterface</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestingApplicationService"> + <skos:notation><![CDATA[Conformance Testing]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestingApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Conformance Testing Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Conformance Testing ABB is an Application Service that enables the activities and rules to determine whether a tool, platform or service faithfully meets the requirements of a standard or specification + +Source: NIST + +Source reference: https://www.nist.gov/itl/ssd/information-systems-group/conformance-testing + +Additional information: The logistics of interoperability testing is usually more costly (time, coordination, interoperability), and interoperability testing is no substitute for a conformance test suite. Experience shows that interoperability testing is more successful and less costly when conformance of implementations has been tested first. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Interoperability Testbed - The Test Bed allows users to execute predefined test cases on their systems in order to test the conformance to standards and requirements, simulate a web-service, validate content and test a complete message exchange protocol. The Testbed manages test cases and users, and orchestrates domain-specific components, the domain-specific logic is in separate components that are used via web services. Test results are provided in a standardised, machine-readable format. The Test Bed also offers a test registry and repository (TRR) to store test artefacts (assertions, test cases, validation schemas, etc.) and compile test services (validation services, simulator services, etc.). Please visit the following website for more information: https://ec.europa.eu/isa2/solutions/interoperability-test-bed_en -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Behavioral IoP -Web Services Description Language (WSDL) -WSDL is an XML format for describing network services as a set of endpoints operating on messages containing either document-oriented or procedure-oriented information. The operations and messages are described abstractly, and then bound to a concrete network protocol and message format to define an endpoint -Source: https://www.w3.org/TR/wsdl.html - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block]]></skos:definition> - <dcterms:identifier>ABB437</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceRegistryService"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceRegistry"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ApiComponent"> - <skos:notation>ApiComponent</skos:notation> - <skos:prefLabel xml:lang="en">API component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The API component ABB is the piece of code indexed in the API catalogue ABB. From a software engineering point of view, APIs constitute the interfaces of the various building blocks that a developer can assemble to create an application. An application developer utilises APIs to build an application by combining various available software libraries to achieve a specific goal +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Conformance Testing Services ABB  is salient for technical interoperability because it enables the validation and verification that several solutions at one or more layers of the interoperability stack and they satisfy certain interoperability requirements. + +Identifier: http://data.europa.eu/dr8/ConformanceTestingApplicationService + +eira:ID: ABB128 + +ABB name: eira:ConformanceTestingApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <eira:ConformanceTestingApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestingApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Conformance Testing]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestingApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Conformance Testing]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestingApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/ConformanceTestingApplicationService</eira:PURI> + <dcterms:type>eira:ConformanceTestingApplicationService</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Conformance Testing ABB is an Application Service that enables the activities and rules to determine whether a tool, platform or service faithfully meets the requirements of a standard or specification]]></skos:definition> + <eira:definitionSource>NIST</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.nist.gov/itl/ssd/information-systems-group/conformance-testing]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Interoperability Testbed - The Test Bed allows users to execute predefined test cases on their systems in order to test the conformance to standards and requirements, simulate a web-service, validate content and test a complete message exchange protocol. The Testbed manages test cases and users, and orchestrates domain-specific components, the domain-specific logic is in separate components that are used via web services. Test results are provided in a standardised, machine-readable format. The Test Bed also offers a test registry and repository (TRR) to store test artefacts (assertions, test cases, validation schemas, etc.) and compile test services (validation services, simulator services, etc.). Please visit the following website for more information: https://ec.europa.eu/isa2/solutions/interoperability-test-bed_en]]></skos:example> + <eira:iopSaliency><![CDATA[The Conformance Testing Services ABB  is salient for technical interoperability because it enables the validation and verification that several solutions at one or more layers of the interoperability stack and they satisfy certain interoperability requirements.]]></eira:iopSaliency> + <skos:note><![CDATA[The logistics of interoperability testing is usually more costly (time, coordination, interoperability), and interoperability testing is no substitute for a conformance test suite. Experience shows that interoperability testing is more successful and less costly when conformance of implementations has been tested first.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestingApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrchestrationApplicationService"> + <skos:notation><![CDATA[Orchestration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Orchestration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Orchestration Service ABB is an Application Service that enables the definition of the sequence and conditions in which one service invokes other services to realize some useful function. -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP +Source: W3C -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source reference: https://www.w3.org/TR/ws-arch/ -RapidAPI -RapidAPI is a collection of predefined APIs that are free to test, specifically updated for 2021. -Source: https://rapidapi.com/collection/list-of-free-apis - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block]]></skos:definition> - <dcterms:identifier>ABB436</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ApiCatalogue"/> - </skos:Concept> - <skos:Collection rdf:about="http://data.europa.eu/dr8/view/InteroperabilityPrivacyViewpoint"> - <skos:notation>InteroperabilityPrivacyViewpoint</skos:notation> - <skos:prefLabel xml:lang="en">Interoperability Privacy viewpoint</skos:prefLabel> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataWarehouseService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataWarehouseComponent"/> - </skos:Collection> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataWarehouseService"> - <skos:notation>DataWarehouseService</skos:notation> - <skos:prefLabel xml:lang="en">Data Warehouse Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A data warehouse is a central repository where raw data is transformed and stored in query-able forms. It is an information system that contains historical and commutative data from single or multiple sources. It simplifies reporting and analysis process of the organization. +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Apache ODE - Apache ODE (Orchestration Director Engine) software executes business processes written following the WS-BPEL standard. It talks to web services, sending and receiving messages, handling data manipulation and error recovery as described by your process definition. It supports both long and short living process executions to orchestrate all the services that are part of your application. http://ode.apache.org/ -INTEROPERABILITY SALIENCY: IoP Dimension: Behavioral IoP -The Data Warehouse Service ABB �is salient for technical interoperability because it provides and shares the functionality for the short-term or medium-term preservation of records and information in electronic form in order to ensure their temporal egibility, reliability and integrity and to ease their management as stated in the EIF: "Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions." -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application -ESSnet: -The overall objective of this ESSnet is to provide assistance in the development of more integrated databases and data production systems for business statistics in Member States. Therefore the ESSnet has to work on issues that are common for the majority of the ESS NSIs when applying a data warehousing approach for statistics. +Interoperability saliency: The Orchestration Service ABB  is salient for technical interoperability because it provides the functionality of "automated" business processes coordination. The EIF's Conceptual model for integrated EU public services foresees the concept a Coordination for Integrated Service Delivery. The Model comprises an "integrated service delivery" is based on a "coordination function", which is related to SOA principles such as choreography and orchestration, to manage internal business processes in order to remove complexity for the end-user, as stated in the EIF: "The coordination function ensures that needs are identified and appropriate services are invoked and orchestrated to provide a European public service. This function should select the appropriate sources and services and integrate them. Coordination can be automated or manual." -Its general objectives are: -- Review of current best practices in integrated business data systems -- Identification of problems and solutions in current practices and the opportunities -that a data warehouse might provide -- Examination of ways in which data can be combined to support new outputs -- Provision of recommendations on how the ESS can improve data warehousing +Identifier: http://data.europa.eu/dr8/OrchestrationApplicationService -Source: https://ec.europa.eu/eurostat/cros/content/data-warehouse-sga1_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB378</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataWarehouseComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataWarehouseComponent"> - <skos:notation>DataWarehouseComponent</skos:notation> - <skos:prefLabel xml:lang="en">Data Warehouse Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A data warehouse Component is part of the central repository where raw data is transformed and stored in query-able forms. It is an information system that contains historical and commutative data from single or multiple sources. It simplifies reporting and analysis process of the organization. +eira:ID: ABB45 -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Data Warehouse Component ABB �is salient for technical interoperability because it provides and shares the functionality for the short-term or medium-term preservation of records and information in electronic form in order to ensure their temporal egibility, reliability and integrity and to ease their management as stated in the EIF: "Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions." +ABB name: eira:OrchestrationApplicationService -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +EIRA concept: eira:ArchitectureBuildingBlock -ESSnet: -The overall objective of this ESSnet is to provide assistance in the development of more integrated databases and data production systems for business statistics in Member States. Therefore the ESSnet has to work on issues that are common for the majority of the ESS NSIs when applying a data warehousing approach for statistics. -Its general objectives are: -- Review of current best practices in integrated business data systems -- Identification of problems and solutions in current practices and the opportunities -that a data warehouse might provide -- Examination of ways in which data can be combined to support new outputs -- Provision of recommendations on how the ESS can improve data warehousing -Source: https://ec.europa.eu/eurostat/cros/content/data-warehouse-sga1_en - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:status: The development or realisation status of this building block -- eira:reusability_level -- eira:reusability_score -- eira:actual_reuse: Specifies if the solution is currently being reused -- eira:view]]></skos:definition> - <dcterms:identifier>ABB379</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataWarehouseService"/> - </skos:Concept> - <skos:Collection rdf:about="http://data.europa.eu/dr8/view/IopSpecificationUnderpinningView"> - <skos:notation>IopSpecificationUnderpinningView</skos:notation> - <skos:prefLabel xml:lang="en">IOP specification underpinning View</skos:prefLabel> - <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecification"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilitySpecification"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilitySpecification"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification"/> - </skos:Collection> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilitySpecification"> - <skos:notation>InteroperabilitySpecification</skos:notation> - <skos:prefLabel xml:lang="en">Interoperability Specification</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An Interoperability Specification is a document of the highest possible level of granularity on an EIRA SBB, formulated as an agreed normative statement in design terms on a legal, organisational, semantic, or technical attribute of an European Public Service. It can refer to existing standards or specifications - -Source: ISA2 � EIA Action +Last modification: 2022-18-01 -IoP dimensions: Structural IoP, Behavioral IoP, Governance IoP +]]></skos:definition> + <eira:OrchestrationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrchestrationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Orchestration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Orchestration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrchestrationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/OrchestrationApplicationService</eira:PURI> + <dcterms:type>eira:OrchestrationApplicationService</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Orchestration Service ABB is an Application Service that enables the definition of the sequence and conditions in which one service invokes other services to realize some useful function.]]></skos:definition> + <eira:definitionSource>W3C</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.w3.org/TR/ws-arch/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Apache ODE - Apache ODE (Orchestration Director Engine) software executes business processes written following the WS-BPEL standard. It talks to web services, sending and receiving messages, handling data manipulation and error recovery as described by your process definition. It supports both long and short living process executions to orchestrate all the services that are part of your application. http://ode.apache.org/]]></skos:example> + <eira:iopSaliency><![CDATA[The Orchestration Service ABB  is salient for technical interoperability because it provides the functionality of "automated" business processes coordination. The EIF's Conceptual model for integrated EU public services foresees the concept a Coordination for Integrated Service Delivery. The Model comprises an "integrated service delivery" is based on a "coordination function", which is related to SOA principles such as choreography and orchestration, to manage internal business processes in order to remove complexity for the end-user, as stated in the EIF: "The coordination function ensures that needs are identified and appropriate services are invoked and orchestrated to provide a European public service. This function should select the appropriate sources and services and integrate them. Coordination can be automated or manual."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SealCreationApplicationService"> + <skos:notation><![CDATA[e-Seal Creation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-SealCreationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[e-Seal Creation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: e-Seal Creation ABB is an Application Service that enables to sign of data in electronic forms on behalf of a legal person -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:domain: The domain can be either domain-neutral (not related to any public policy domain) or domain-specific to a given set of public policy domains. It informs on the public policy domain of application of the specification -- eira:view]]></skos:definition> - <dcterms:identifier>ABB162</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraSolutionBuildingBlock"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EifPrinciple"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityRequirement"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalInteroperabilitySpecification"> - <skos:notation>LegalInteroperabilitySpecification</skos:notation> - <skos:prefLabel xml:lang="en">Legal Interoperability Specification</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An Legal Interoperability Specification is a document of the highest possible level of granularity on an EIRA SBB, formulated as an agreed normative statement in design terms on a legal attribute of an European Public Service. It can refer to existing standards or specifications.� - -Source: How does the EIRA� support interoperability? -https://joinup.ec.europa.eu/sites/default/files/how_does_eira_support_interoperability_v1_0_0.pdf +Source: eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP -The Legal Interoperability Specification ABB is relevant for interoperability a key interoperability enabler because it helps achieve legal interoperability by addressing the core legal interoperability background for solutions. +Source reference: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Additional information: An ‘electronic seal' means data in electronic form, which is attached to or logically associated with other data in electronic form to ensure the latter’s origin and integrity. The ‘creator of a seal’ is a legal person who creates an electronic seal. -e-procurement SAT - Directive 2014/24/EU on public procurement -DIRECTIVE 2014/24/EU OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 26 February 2014 on public procurement and repealing Directive 2004/18/EC (Text with EEA relevance). The directive sets out rules on the use of public contracts for the provision of works, supplies or services by companies or individuals and the exemptions which can be applied. The legislation specifies that when national authorities use public procurement to invite tenders to provide works, supplies or services, they must treat all applicants equally and not discriminate between them. They must also be transparent in their dealings. This Directive is considered as a Legal Interoperability Specification, as it shall be transposed in a National or Regional Binding Instrument when designing the solution using the e-procurement Solution Architecture Template. -https://joinup.ec.europa.eu/asset/eia/description - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:domain: The domain can be either domain-neutral (not related to any public policy domain) or domain-specific to a given set of public policy domains. It informs on the public policy domain of application of the specification -- eira:view -- eira:ABB_Status: Status of the building block (completed | obsolete | underDevelopment | withdrawn)]]></skos:definition> - <dcterms:identifier>ABB175</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification"> - <skos:notation>OrganisationalInteroperabilitySpecification</skos:notation> - <skos:prefLabel xml:lang="en">Organisational Interoperability Specification</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -This aspect of interoperability is concerned with how organisations, such as public administrations in different Member States, cooperate to achieve their mutually agreed goals. In practice, organisational interoperability implies integrating business processes and related data exchange. Organisational interoperability also aims to meet the requirements of the user community by making services available, easily identifiable, accessible and user-focused. +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CEF eSignature DSS - DSS (Digital Signature Services) is an open-source software library for electronic signature creation and validation. DSS supports the creation and verification of interoperable and secure electronic signatures in line with European legislation. In particular, DSS aims to follow the eIDAS Regulation and related standards closely. DSS can be re-used in an IT solution for electronic signatures to ensure that signatures are created and verified in line with European legislation and standards. DSS allows re-use in a variety of different ways: in an applet, in a stand-alone application or in a server application. DSS can also be used as a reference implementation for IT solutions which do not directly re-use it. CEF eSignature's DSS open-source library delivers the following benefits to its users: • Open-source software under LGPL 2.1, a non-viral open source license; • Interoperability of the e-signatures; • Supports both e-signatures and e-seals; • Validation of countersignatures and multiple signatures; • Alignment with the eIDAS Regulation and related standards; • Supports EU standards on: o Signature formats and packaging methods; o Signature validation procedures; • Validation relying on Member States' trusted lists: o Status of trust service providers/trust service, compensation of information, path validation. https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eSignaturefile:///C:/Users/bocquilp/Downloads/DSS(ServiceOfferingDescription)%20(v0.03)%20(5).pdf -Organisation interoperability specifications support organisational interoperability by addressing the core organizational interoperability background for solutions. +IoP Dimension: Behavioral IoP -Source: How does the EIRA� support interoperability? -https://joinup.ec.europa.eu/sites/default/files/how_does_eira_support_interoperability_v1_0_0.pdf +LOST view: Technical view - application + +Interoperability saliency: The e-Seal Creation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-seal creation service. + +Identifier: http://data.europa.eu/dr8/E-SealCreationApplicationService + +eira:ID: ABB198 + +ABB name: eira:E-SealCreationApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <eira:E-SealCreationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SealCreationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of e-Seal Creation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-SealCreationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of e-Seal Creation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-SealCreationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/E-SealCreationApplicationService</eira:PURI> + <dcterms:type>eira:E-SealCreationApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[e-Seal Creation ABB is an Application Service that enables to sign of data in electronic forms on behalf of a legal person]]></skos:definition> + <eira:definitionSource>eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CEF eSignature DSS - DSS (Digital Signature Services) is an open-source software library for electronic signature creation and validation. DSS supports the creation and verification of interoperable and secure electronic signatures in line with European legislation. In particular, DSS aims to follow the eIDAS Regulation and related standards closely. DSS can be re-used in an IT solution for electronic signatures to ensure that signatures are created and verified in line with European legislation and standards. DSS allows re-use in a variety of different ways: in an applet, in a stand-alone application or in a server application. DSS can also be used as a reference implementation for IT solutions which do not directly re-use it. CEF eSignature's DSS open-source library delivers the following benefits to its users: • Open-source software under LGPL 2.1, a non-viral open source license; • Interoperability of the e-signatures; • Supports both e-signatures and e-seals; • Validation of countersignatures and multiple signatures; • Alignment with the eIDAS Regulation and related standards; • Supports EU standards on: o Signature formats and packaging methods; o Signature validation procedures; • Validation relying on Member States' trusted lists: o Status of trust service providers/trust service, compensation of information, path validation. https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eSignaturefile:///C:/Users/bocquilp/Downloads/DSS(ServiceOfferingDescription)%20(v0.03)%20(5).pdf]]></skos:example> + <eira:iopSaliency><![CDATA[The e-Seal Creation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-seal creation service.]]></eira:iopSaliency> + <skos:note><![CDATA[An ‘electronic seal' means data in electronic form, which is attached to or logically associated with other data in electronic form to ensure the latter’s origin and integrity. The ‘creator of a seal’ is a legal person who creates an electronic seal.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/E-SealCreationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuditApplicationService"> + <skos:notation><![CDATA[Audit]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuditApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Audit]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Audit ABB is an Application Service that enables the implementation of comprehensive procedural services capable of receiving inputs from different building blocks to ensure their correct behaviour, security or compliance with standards, regulations and best practices. + +Source: Inspired in SIMPL + +Source reference: https://digital-strategy.ec.europa.eu/en/news/simpl-cloud-edge-federations-and-data-spaces-made-simple + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenIAM audit service - OpenIAM Auditing Service ensures that detailed information about events and activities associated with identities or resources are logged into a centralized repository and be tracked. It offers the following features: • Sign-on, Sign-off, • User: create, update, delete or disable accounts, • Role: create, update, delete or disable accounts, • Resource: create, update, delete or disable accounts, • Password changes, resets, challenge response questions changes, • Synchronization events, • Reconciliation events. Several reporting templates are provided for a BIRT report writer for use in an Eclipse designer. Organizations can also generate their own reports in BIRT with SQL. https://www.openiam.com/products/identity-manager/features/audit-compliance/ -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Behavioral IoP -Memorandum of Understanding on Economic and Financial Statistics between the DG Statistics of the European Central Bank and Eurostat -The purpose of this Memorandum of Understanding is to set out the respective areas of responsibility in economic and financial statistics at the Community level of the ECB (Directorate General Statistics) and the Commission (Eurostat); to provide a framework for the exchange and reproduction of data; to note the forms which co-operation between the Directorate General Statistics (DG Statistics) and Eurostat will take; and to set down a procedure for resolving disagreements. -https://www.ecb.europa.eu/ecb/legal/pdf/en_mou_with_eurostat1.pdf - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:domain: The domain can be either domain-neutral (not related to any public policy domain) or domain-specific to a given set of public policy domains. It informs on the public policy domain of application of the specification -- eira:view -- eira:ABB_Status: Status of the building block (completed | obsolete | underDevelopment | withdrawn)]]></skos:definition> - <dcterms:identifier>ABB176</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceCatalogue"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreement"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticInteroperabilitySpecification"> - <skos:notation>SemanticInteroperabilitySpecification</skos:notation> - <skos:prefLabel xml:lang="en">Semantic Interoperability Specification</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Semantic interoperability enables organisations to process information from external sources in a meaningful manner. It ensures that the precise meaning of exchanged information is understood and preserved throughout exchanges between parties. In the context of the EIF, semantic interoperability encompasses the following aspects: -� Semantic interoperability is about the meaning of data elements and the relationship between them. It includes developing vocabulary to describe data exchanges, and ensures that data elements are understood in the same way by communicating parties. -� Syntactic interoperability is about describing the exact format of the information to be exchanged in terms of grammar, format and schemas. -Semantic interoperability specifications support semantic interoperability by addressing the core semantic interoperability background for solutions. - -Source: How does the EIRA� support interoperability? -https://joinup.ec.europa.eu/sites/default/files/how_does_eira_support_interoperability_v1_0_0.pdf +LOST view: Technical view - application + +Interoperability saliency: The Audit Service ABB  is salient for technical interoperability because it defines the elements of an information system which need to be traced, for example to assure traceability of user actions as stated in the EIF: "Public administrations should ensure that a 'data access and authorisation plan’ which determines who has access to what data and under what conditions, to ensure privacy. Unauthorised access and security breaches should be monitored and appropriate actions should be taken to prevent any recurrence of breaches" + +Identifier: http://data.europa.eu/dr8/AuditApplicationService + +eira:ID: ABB58 + +ABB name: eira:AuditApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <eira:AuditApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuditApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Audit]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuditApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Audit]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/AuditApplicationService</eira:PURI> + <dcterms:type>eira:AuditApplicationService</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Audit ABB is an Application Service that enables the implementation of comprehensive procedural services capable of receiving inputs from different building blocks to ensure their correct behaviour, security or compliance with standards, regulations and best practices.]]></skos:definition> + <eira:definitionSource>Inspired in SIMPL</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/news/simpl-cloud-edge-federations-and-data-spaces-made-simple]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenIAM audit service - OpenIAM Auditing Service ensures that detailed information about events and activities associated with identities or resources are logged into a centralized repository and be tracked. It offers the following features: • Sign-on, Sign-off, • User: create, update, delete or disable accounts, • Role: create, update, delete or disable accounts, • Resource: create, update, delete or disable accounts, • Password changes, resets, challenge response questions changes, • Synchronization events, • Reconciliation events. Several reporting templates are provided for a BIRT report writer for use in an Eclipse designer. Organizations can also generate their own reports in BIRT with SQL. https://www.openiam.com/products/identity-manager/features/audit-compliance/]]></skos:example> + <eira:iopSaliency><![CDATA[The Audit Service ABB  is salient for technical interoperability because it defines the elements of an information system which need to be traced, for example to assure traceability of user actions as stated in the EIF: "Public administrations should ensure that a 'data access and authorisation plan’ which determines who has access to what data and under what conditions, to ensure privacy. Unauthorised access and security breaches should be monitored and appropriate actions should be taken to prevent any recurrence of breaches"]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/AuditApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgendaManagementApplicationService"> + <skos:notation><![CDATA[Agenda Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgendaManagementApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Agenda Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Agenda Management Service ABB is an Application Service that enables the procedures to create, distribute and manage events and meetings for public administration and services + +Source: Inspired in Public Works and Goverment Services Canada + +Source reference: https://buyandsell.gc.ca/cds/public/2016/11/23/c7b27e0ac41ad50ffae2f12b0a837875/ABES.PROD.PW_PWZ.B014.E10051.ATTA001.PDF + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Innovation Public Procurement Broker (IPPB). https://ec.europa.eu/futurium/en/system/files/ged/action_7_innovation_public_procurement_broker_guideline.pdf -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP -The Semantic Interoperability Specification ABB is salient for semantic interoperability because it enables organisations to process information from external sources in a meaningful manner and ensuring that the precise meaning of exchanged information is understood and preserved throughout exchanges between parties as stated in the EIF recommendation n�32: "Support the establishment of sector-specific and cross-sectoral communities that aim to create open information specifications and encourage relevant communities to share their results on national and European platforms." +IoP Dimension: Behavioral IoP -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application + +Interoperability saliency: The Agenda Management Application Service ABB is salient for technical interoperability because it allows managing and orchestrating different events physical and digital ones within a determined workflow according to the delivery model of each digital public service. + +Identifier: http://data.europa.eu/dr8/AgendaManagementApplicationService + +eira:ID: http://data.europa.eu/dr8/AgendaManagementApplicationService + +ABB name: eira:AgendaManagementApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/ScheduleManagementApplicationService" /> + <eira:AgendaManagementApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgendaManagementApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Agenda Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgendaManagementApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Agenda Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgendaManagementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/AgendaManagementApplicationService</eira:PURI> + <dcterms:type>eira:AgendaManagementApplicationService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Agenda Management Service ABB is an Application Service that enables the procedures to create, distribute and manage events and meetings for public administration and services]]></skos:definition> + <eira:definitionSource>Inspired in Public Works and Goverment Services Canada</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://buyandsell.gc.ca/cds/public/2016/11/23/c7b27e0ac41ad50ffae2f12b0a837875/ABES.PROD.PW_PWZ.B014.E10051.ATTA001.PDF]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Innovation Public Procurement Broker (IPPB). https://ec.europa.eu/futurium/en/system/files/ged/action_7_innovation_public_procurement_broker_guideline.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[The Agenda Management Application Service ABB is salient for technical interoperability because it allows managing and orchestrating different events physical and digital ones within a determined workflow according to the delivery model of each digital public service.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AgendaManagementApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RequestValidationApplicationService"> + <skos:notation><![CDATA[Request Validation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RequestValidationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Request Validation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Request Validation ABB is an Application Service that enables the process of verifying that the data sent to a web server from a client is safe and meets the expected format and standards. + +Source: Inspired in CORS + +Source reference: https://ec.europa.eu/eurostat/cros/content/validation-levels_en + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): HORIZON 2020 Organisation's validation service https://ec.europa.eu/research/participants/docs/h2020-funding-guide/grants/applying-for-funding/register-an-organisation/validation-of-organisation_en.htm -United Nations Centre for Trade Facilitation and E-Business (UN/CEFACT) standard - International Plant Protection Convention (IPPC) SPSCertificate -Specification of phytosanitary certificates. These certificates are issued to indicate that consignments of plants, plant products or other regulated articles meet specified phytosanitary import requirements and are in conformity with the certifying statement of the appropriate model certificate. -https://www.ippc.int/en/ephyto/ephyto-technical-information/ - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:domain: The domain can be either domain-neutral (not related to any public policy domain) or domain-specific to a given set of public policy domains. It informs on the public policy domain of application of the specification -- eira:view]]></skos:definition> - <dcterms:identifier>ABB177</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Data"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataSetCatalogue"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification"> - <skos:notation>TechnicalInteroperabilitySpecification</skos:notation> - <skos:prefLabel xml:lang="en">Technical Interoperability Specification</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A specification contained in a document which lays down the characteristics required of a product such as levels of quality, performance, safety or dimensions, including the requirements applicable to the product as regards the name under which the product is sold, terminology, symbols, testing and test methods, packaging, marking or labelling and conformity assessment procedures. +IoP Dimension: Behavioral IoP -Source: Directive 98/34/EC laying down a procedure for the provision of information in the field of technical standards -and regulations and of rules on Information Society services; -http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=CONSLEG:1998L0034:20070101:EN:PDF +LOST view: Technical view - application + +Interoperability saliency: The Request Validation Application Service ABB is salient for interoperability because as a web service, it can ensure and validate if exchanged data is secured and meets the standards and specifications required. The validation can play a relevant role to ensure the health of systems and services and also the quality of information being exchanged between interoperable services. + +Identifier: http://data.europa.eu/dr8/RequestValidationApplicationService + +eira:ID: ABB583 + +ABB name: eira:RequestValidationApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataRepresentation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HTTPSLoadBalancerApplicationComponent" /> + <eira:RequestValidationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RequestValidationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Request Validation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RequestValidationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Request Validation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RequestValidationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/RequestValidationApplicationService</eira:PURI> + <dcterms:type>eira:RequestValidationApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Request Validation ABB is an Application Service that enables the process of verifying that the data sent to a web server from a client is safe and meets the expected format and standards.]]></skos:definition> + <eira:definitionSource>Inspired in CORS</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/eurostat/cros/content/validation-levels_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): HORIZON 2020 Organisation's validation service https://ec.europa.eu/research/participants/docs/h2020-funding-guide/grants/applying-for-funding/register-an-organisation/validation-of-organisation_en.htm]]></skos:example> + <eira:iopSaliency><![CDATA[The Request Validation Application Service ABB is salient for interoperability because as a web service, it can ensure and validate if exchanged data is secured and meets the standards and specifications required. The validation can play a relevant role to ensure the health of systems and services and also the quality of information being exchanged between interoperable services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/RequestValidationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyApplicationService"> + <skos:notation><![CDATA[Privacy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Privacy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Privacy ABB is an Application Service enabling the share of functionalities such as storing, securing, anonymising, pseudonymising, rectifying and erasing personal data. + +Source: ePrivacy Regulation + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/eprivacy-regulation + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): SOLVIT - Solvit is a mailbox service for the access, rectification or deletion of personal data.(http://ec.europa.eu/solvit/privacy-statement/#maincontentSec8) -INTEROPERABILITY SALIENCY: -IoP dimensions: Structural IoP, Behavioral IoP, Governance IoP -The Technical Interoperability Specification ABB is salient for technical interoperability because it assesses the characteristics required of a product to support interoperability solutions. +IoP Dimension: Behavioral IoP -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application + +Interoperability saliency: The Privacy Service ABB  is salient for interoperability because "security and privacy are primary concerns in the provision of public services" (EIF) and, as stated in EIF Recommendation 15: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses." + +Identifier: http://data.europa.eu/dr8/PrivacyApplicationService + +eira:ID: ABB235 + +ABB name: eira:PrivacyApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <eira:PrivacyApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Privacy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Privacy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/PrivacyApplicationService</eira:PURI> + <dcterms:type>eira:PrivacyApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Privacy ABB is an Application Service enabling the share of functionalities such as storing, securing, anonymising, pseudonymising, rectifying and erasing personal data.]]></skos:definition> + <eira:definitionSource>ePrivacy Regulation</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/eprivacy-regulation]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): SOLVIT - Solvit is a mailbox service for the access, rectification or deletion of personal data.(http://ec.europa.eu/solvit/privacy-statement/#maincontentSec8)]]></skos:example> + <eira:iopSaliency><![CDATA[The Privacy Service ABB  is salient for interoperability because "security and privacy are primary concerns in the provision of public services" (EIF) and, as stated in EIF Recommendation 15: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService"> + <skos:notation><![CDATA[Data Space Connector Consumer]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Space Connector Consumer]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Space Connector Consumer ABB is an Application Service that enables data gathering and accessibility over available data sources and data in terms of content, structure quality, actuality and other attributes. + +Source: IDSA + +Source reference: https://internationaldataspaces.org/offers/ids-components/ + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Dataspace Connector from the International Data Spaces Association. https://international-data-spaces-association.github.io/DataspaceConnector/ -HTTPS specification -HTTP [RFC2616] was originally used in the clear on the Internet. However, increased use of HTTP for sensitive applications has required security measures. SSL, and its successor TLS [RFC2246] were designed to provide channel-oriented security. -https://tools.ietf.org/html/rfc2818 - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:domain: The domain can be either domain-neutral (not related to any public policy domain) or domain-specific to a given set of public policy domains. It informs on the public policy domain of application of the specification -- eira:view -- eira:ABB_Status: Status of the building block (completed | obsolete | underDevelopment | withdrawn)]]></skos:definition> - <dcterms:identifier>ABB178</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/MachineToMachineInterface"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/HumanInterface"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceRegistryComponent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Network"/> - </skos:Concept> - <skos:Collection rdf:about="http://data.europa.eu/dr8/view/EiraOntologyViewpoint"> - <skos:notation>EiraOntologyViewpoint</skos:notation> - <skos:prefLabel xml:lang="en">EIRA Ontology Viewpoint</skos:prefLabel> - <skos:member rdf:resource="http://data.europa.eu/dr8/EiraViewpoint"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ArchitectureBuildingBlock"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SolutionBuildingBlock"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/EiraView"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/EiraSolutionBuildingBlock"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Solution"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/EifInteroperabilityLevel"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnabler"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilityAspect"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilityRequirement"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityRequirement"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityRequirement"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityRequirement"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityRequirement"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/EifPrinciple"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilityDimension"/> - </skos:Collection> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EiraViewpoint"> - <skos:notation>EiraViewpoint</skos:notation> - <skos:prefLabel xml:lang="en">EIRA Viewpoint</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The EIRA� provides several viewpoints (1) that conform to EIRA� views. The viewpoints provide a perspective with specific stakeholders concern in mind. +IoP Dimension: Behavioral IoP -(1) A specification of the conventions for a particular kind of architecture view. -Source: TOGAF -https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html#tag_03_18 - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability]]></skos:definition> - <dcterms:identifier>ABB333</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraView"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitectureBuildingBlock"> - <skos:notation>ArchitectureBuildingBlock</skos:notation> - <skos:prefLabel xml:lang="en">Architecture Building Block</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An Architecture Building Block (ABB) is a constituent of the architecture model that describes a single aspect of the overall model. An Architecture Building Block describes generic characteristics and functionalities. Architecture Building Blocks are used to describe reference architectures, solution architecture templates or solution architectures of a specific solutions. +LOST view: Technical view - application + +Interoperability saliency: The Data Space Connector Consumer Application Service ABB is salient for technical interoperability because is the service that discovers and gather source for retrieving data. It is not just data, but the data space connector consumer service checks different characteristics and attributes from data such as content, and quality of the structure amongst others. This can be a clear and relevant role in the achievement of interoperability. + +Identifier: http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService + +eira:ID: http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService + +ABB name: eira:DataSpaceConnectorConsumerApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorApplicationService" /> + <eira:DataSpaceConnectorConsumerApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Data Space Connector Consumer]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Space Connector Consumer]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService</eira:PURI> + <dcterms:type>eira:DataSpaceConnectorConsumerApplicationService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Space Connector Consumer ABB is an Application Service that enables data gathering and accessibility over available data sources and data in terms of content, structure quality, actuality and other attributes.]]></skos:definition> + <eira:definitionSource>IDSA</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://internationaldataspaces.org/offers/ids-components/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Dataspace Connector from the International Data Spaces Association. https://international-data-spaces-association.github.io/DataspaceConnector/]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Space Connector Consumer Application Service ABB is salient for technical interoperability because is the service that discovers and gather source for retrieving data. It is not just data, but the data space connector consumer service checks different characteristics and attributes from data such as content, and quality of the structure amongst others. This can be a clear and relevant role in the achievement of interoperability.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionApplicationService"> + <skos:notation><![CDATA[Digital Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Solution ABB is an Application Service that enables the implementation of public digital services or exposes an application behaviour. + +Source: Inspired in EIF + +Source reference: https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU Login - EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services and websites, using a single email address and password. EU Login implements the single sign-on functionality. https://webgate.ec.europa.eu/cas/help.html -Source: TOGAF -https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html#tag_03_8 - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability]]></skos:definition> - <dcterms:identifier>ABB334</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitectureRequirement"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SolutionBuildingBlock"> - <skos:notation>SolutionBuildingBlock</skos:notation> - <skos:prefLabel xml:lang="en">Solution Building Block</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A Solution Building Block (SBB) is a candidate solution which conforms to the specification of an Architecture Building Block (ABB). +IoP Dimension: Behavioral IoP -Source: TOGAF -https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html#tag_03_70 - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability]]></skos:definition> - <dcterms:identifier>ABB335</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SolutionSpecification"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Solution"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EiraView"> - <skos:notation>EiraView</skos:notation> - <skos:prefLabel xml:lang="en">EIRA View</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[The EIRA� consists of several architecture views(1), including one view for each of the EIF interoperability levels. The EIRA� views contain a graphical notation of the EIRA� ontology. +LOST view: Technical view - application + +Interoperability saliency: The Digital Solution Service ABB is salient for technical interoperability because it is a central element the EIF's conceptual model for integrated public services. it represents the generalisation of all application services provided by an Interoperable European Solutionas as stated in the EIF: "Technical interoperability the applications and infrastructures linking systems and services." + +Identifier: http://data.europa.eu/dr8/DigitalSolutionApplicationService + +eira:ID: ABB441 + +ABB name: eira:DigitalSolutionApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditApplicationService" /> + <eira:DigitalSolutionApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionApplicationService</eira:PURI> + <dcterms:type>eira:DigitalSolutionApplicationService</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Solution ABB is an Application Service that enables the implementation of public digital services or exposes an application behaviour.]]></skos:definition> + <eira:definitionSource>Inspired in EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU Login - EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services and websites, using a single email address and password. EU Login implements the single sign-on functionality. https://webgate.ec.europa.eu/cas/help.html]]></skos:example> + <eira:iopSaliency><![CDATA[The Digital Solution Service ABB is salient for technical interoperability because it is a central element the EIF's conceptual model for integrated public services. it represents the generalisation of all application services provided by an Interoperable European Solutionas as stated in the EIF: "Technical interoperability the applications and infrastructures linking systems and services."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperable European Solution viewpoint</eira:viewpoint> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentManagementApplicationService"> + <skos:notation><![CDATA[Content Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContentManagementApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Content Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Content Management ABB is an Application Service to enable the procedures to create, manage, and publish digital content, such as text, images, videos, and documents + +Source: EUI + +Source reference: https://www.eui.eu/ServicesAndAdmin/CommunicationsService/WebUnit/Web-CMS + +Additional information: Content Management ABB is an Application Service being responsible for: - developing Website templates and functionalities; - assigning appropriate user permissions and workflows; - providing trainings to the web working group; - developing tools and web controls to speed up and facilitate the work of the web working group; - giving support and advice to the web working group; - ensuring continuity of service and performance; - ensuring security and accessibility on the website; - ensuring disaster recovery processes and backup procedures; - setting up the website information architecture within the CMS; - setting up alert procedures and analytics on usage of the platform. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): FPFIS-CMS: "The European Commission announced in the Commission Internet strategy plans to transform the EUROPA web site from a source of one-way information into a tool for communication and interaction (i.e. provide modern interactive web sites for the citizens and stakeholders). Web sites are a key tool for external communications. They are the institution's business card. Websites are a very cost-effective and efficient means of communication. EUROPA now hosts over 460 websites. EUROPA would benefit from fewer and better sites to respond to user needs. To address the shortcomings, as part of the Commission's IT governance process, the College on 30 November 2011, instructed Commission departments to rationalise the Institution's web presence. Reduce the cost (human, financial, technical) of the Commission's web presence via exploiting economies of scale and eliminating redundancies by building corporate solutions. The European Commission should offer a corporate service which optimizes and harmonizes the use of different website tools, which speeds up the creation of new external dynamic and social websites (i.e. in days or weeks and not months) and which provides a common solid modern shared infrastructure to support the rapid deployment of these sites". https://webgate.ec.europa.eu/fpfis/mwikis/thinktank/index.php/Content_Management_System_of_the_Flexible_Platform -(1) An architecture view is a representation of a system from the perspective of a related set of concerns. -Source: TOGAF -https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html#tag_03_17 - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability]]></skos:definition> - <dcterms:identifier>ABB336</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EifInteroperabilityLevel"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraViewpoint"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock"> - <skos:notation>EiraArchitectureBuildingBlock</skos:notation> - <skos:prefLabel xml:lang="en">EIRA Architecture Building Block</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An EIRA Architecture Building Block is a requirement of an intermediate level of granularity, in alignment with at least one EIF principle, formulated as an agreed normative statement in functional terms on a legal, organisational, semantic, or technical attribute of a To-Be European Public Service. An EIRA ABB might encapsulate several interoperability aspects - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability]]></skos:definition> - <dcterms:identifier>ABB337</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraView"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceAgent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraSolutionBuildingBlock"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityDimension"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitectureRequirement"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EifPrinciple"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraViewpoint"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EiraSolutionBuildingBlock"> - <skos:notation>EiraSolutionBuildingBlock</skos:notation> - <skos:prefLabel xml:lang="en">EIRA Solution Building Block</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An EIRA Solution Building Block is a concrete component of an intermediate level of granularity, that it implements one or more EIRA Architecture Building Blocks of an European Public Service, formulated as an agreed normative statement in design terms on a legal, organisational, semantic, or technical attribute of an European Public Service. On the technical view, a Solution Building Block is a specific software component that it might be either procured or developed of a To-Be Interoperable European Solution or that it is integrated in an As-Is Interoperable European Solution - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability]]></skos:definition> - <dcterms:identifier>ABB338</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecification"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/Solution"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Solution"> - <skos:notation>Solution</skos:notation> - <skos:prefLabel xml:lang="en">Solution</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A solution consists of one or more Solution Building Blocks to meet a certain stakeholder need. Within the context of the EIRA�, a solution is usually an Interoperable European Solution developed by public administrations that facilitate the delivery of electronic Public Services and cross-border exchange of information between public administrations or Citizens in support to the implementation and advancement of EU, national or local public policies. - -Inspired by TOGAF -https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html#tag_03_69 - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability]]></skos:definition> - <dcterms:identifier>ABB339</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SolutionBuildingBlock"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraSolutionBuildingBlock"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EifInteroperabilityLevel"> - <skos:notation>EifInteroperabilityLevel</skos:notation> - <skos:prefLabel xml:lang="en">EIF Interoperability Level</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The New European Interoperability Framework (EIF) is a set of guidelines for developing public services. The EIF defines four interoperability levels, which cover legal, organisational, semantic and technical interoperability. Each level deserves special attention when a new European public service is established. - -(1) European Commission, ISA Programme. The New European Interoperability Framework (EIF) for European public services. [Online] 2017. https://ec.europa.eu/isa2/eif_en. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability]]></skos:definition> - <dcterms:identifier>ABB340</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraView"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyInteroperabilityEnabler"> - <skos:notation>KeyInteroperabilityEnabler</skos:notation> - <skos:prefLabel xml:lang="en">Key Interoperability Enabler</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A Key Interoperability Enabler is an EIRA� Architecture Building Block, which is necessary to enable the efficient and effective delivery of public services across administrations. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability]]></skos:definition> - <dcterms:identifier>ABB344</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityAspect"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityAspect"> - <skos:notation>InteroperabilityAspect</skos:notation> - <skos:prefLabel xml:lang="en">Interoperability Aspect</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An Interoperability Aspect encapsulates a set of interoperability requirements to be provided/supported by an European Public Service - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability]]></skos:definition> - <dcterms:identifier>ABB345</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnabler"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityRequirement"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityRequirement"> - <skos:notation>InteroperabilityRequirement</skos:notation> - <skos:prefLabel xml:lang="en">Interoperability Requirement</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An Interoperability Requirement is requirement of the highest possible level of granularity for an EIRA ABB, formulated as an agreed normative statement in functional terms on a legal, organisational, semantic, or technical attribute of a To-Be European Public Service - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:status: The development or realisation status of this building block -- eira:size -- eira:implementation -- eira:priority -- eira:dependencies]]></skos:definition> - <dcterms:identifier>ABB346</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecification"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceAgent"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityAspect"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalInteroperabilityRequirement"> - <skos:notation>LegalInteroperabilityRequirement</skos:notation> - <skos:prefLabel xml:lang="en">Legal Interoperability Requirement</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A legal interoperability requirement is an interoperability requirement that must be met to help achieve legal interoperability. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:status: The development or realisation status of this building block -- eira:size -- eira:implementation -- eira:priority -- eira:dependencies]]></skos:definition> - <dcterms:identifier>ABB347</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilityRequirement"> - <skos:notation>OrganisationalInteroperabilityRequirement</skos:notation> - <skos:prefLabel xml:lang="en">Organisational Interoperability Requirement</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[An organisational interoperability requirement is an interoperability requirement that must be met to help achieve organisational interoperability. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:status: The development or realisation status of this building block -- eira:size -- eira:implementation -- eira:priority -- eira:dependencies]]></skos:definition> - <dcterms:identifier>ABB348</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticInteroperabilityRequirement"> - <skos:notation>SemanticInteroperabilityRequirement</skos:notation> - <skos:prefLabel xml:lang="en">Semantic Interoperability Requirement</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A semantical interoperability requirement is an interoperability requirement that must be met to help achieve semantic interoperability. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:status: The development or realisation status of this building block -- eira:size -- eira:implementation -- eira:priority -- eira:dependencies]]></skos:definition> - <dcterms:identifier>ABB349</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInteroperabilityRequirement"> - <skos:notation>TechnicalInteroperabilityRequirement</skos:notation> - <skos:prefLabel xml:lang="en">Technical Interoperability Requirement</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A technical interoperability requirement is an interoperability requirement that must be met to help achieve technical interoperability. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:status: The development or realisation status of this building block -- eira:size -- eira:implementation -- eira:priority -- eira:dependencies]]></skos:definition> - <dcterms:identifier>ABB350</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EifPrinciple"> - <skos:notation>EifPrinciple</skos:notation> - <skos:prefLabel xml:lang="en">EIF Principle</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -It is a requirement of the lowest possible level of granularity providing agreed orientation i) to analyse European public services by driving the identification and formulation of interoperability requirements with higher levels of granularity and ii) to design European public services by driving the identification and formulation of interoperability specifications - -Source: The New EIF. https://ec.europa.eu/isa2/eif_en -The new European Interoperability Framework (EIF) is part of the Communication (COM(2017)134) from the European Commission adopted on 23 March 2017. The framework gives specific guidance on how to set up interoperable digital public services. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB300</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecification"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityDimension"> - <skos:notation>InteroperabilityDimension</skos:notation> - <skos:prefLabel xml:lang="en">Interoperability Dimension</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -�Interoperability in a digital public service is an attribution defined as �the extent it enables peer-to-peer collaboration with [public] services towards mutually beneficial goals, involving the exchange of data, information and knowledge between them regardless their legal, organisational, semantical and technical environment�. -Interoperability is of multidimensional nature involving structural interoperability, behavioural interoperability and governance interoperability: -- The structural interoperability is �the extent its structure has been developed reusing and/or sharing components in support of a peer-to-peer collaboration� -- The behavioural interoperability is �the extent its manifested behaviour exchanges data, information or knowledge with its environment in support of a peer-to-peer collaboration� -- The governance interoperability is �the extent its agreed choreography rules support a peer-to-peer collaboration� - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability]]></skos:definition> - <dcterms:identifier>ABB363</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock"/> - </skos:Concept> - <skos:Collection rdf:about="http://data.europa.eu/dr8/view/EiraOntologyViewpoint"> - <skos:notation>EiraOntologyViewpoint</skos:notation> - <skos:prefLabel xml:lang="en">EIRA Ontology viewpoint</skos:prefLabel> - <skos:member rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ArchitectureRequirement"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SolutionSpecification"/> - </skos:Collection> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitecturePrinciple"> - <skos:notation>ArchitecturePrinciple</skos:notation> - <skos:prefLabel xml:lang="en">Architecture Principle</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Architecture Principles define the underlying general rules and guidelines for the use and deployment of all IT resources and assets across the enterprise. They reflect a level of consensus among the various elements of the enterprise, and form the basis for making future IT decisions. +IoP Dimension: Behavioral IoP -Source: TOGAF 9.2 The Open Group -https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap20.html#:~:text=Architecture%20Principles%20define%20the%20underlying,for%20making%20future%20IT%20decisions. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB381</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitectureBuildingBlock"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SolutionSpecification"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitectureRequirement"> - <skos:notation>ArchitectureRequirement</skos:notation> - <skos:prefLabel xml:lang="en">Architecture Requirement</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A Architectrure Requirement is requirement of the highest possible level of granularity for an Architectural Building Block, formulated as an agreed normative statement of a To-Be European Public Service - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block]]></skos:definition> - <dcterms:identifier>ABB382</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitectureBuildingBlock"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SolutionSpecification"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SolutionSpecification"> - <skos:notation>SolutionSpecification</skos:notation> - <skos:prefLabel xml:lang="en">Solution Specification</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An Architecture Specification is a document of the highest possible level of granularity on an Solution Building Block, formulated as an agreed normative statement in design of an European Public Service. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:url: The URL at which the specification can be referenced online -- eira:identifier: The identifier is unique. It identifies univocally the specification in the Cartography -- eira:body: The body contains statements on one or several Building Blocks. It informs either (i.e. proposed mode) on the proposed specification at the ABB level to achieve interoperability for its SBBs or (i.e. in solution descriptive mode) on a specification to which an SBB is actually compliant to achieve interoperability -- eira:domain: The domain can be either domain-neutral (not related to any public policy domain) or domain-specific to a given set of public policy domains. It informs on the public policy domain of application of the specification -- eira:view]]></skos:definition> - <dcterms:identifier>ABB383</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/SolutionBuildingBlock"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple"/> - <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitectureRequirement"/> - </skos:Concept> - <skos:Collection rdf:about="http://data.europa.eu/dr8/view/ArchitecturalPrincipleView"> - <skos:notation>ArchitecturalPrincipleView</skos:notation> - <skos:prefLabel xml:lang="en">Architectural Principle View</skos:prefLabel> - <skos:member rdf:resource="http://data.europa.eu/dr8/EvidenceBasedPublicPolicy"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Transparency"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicValue"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SuccessfulPublicServiceImplementationOrientation"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SocialParticipation"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Accountability"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/MarketCollaboration"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalInclusion"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Accessibility"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/EuropeanDigitalSovereignty"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/EuLegislationCompliance"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/IntegratedHorizontalUserExperience"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OnceOnly"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/CodeOfEthicsCompliance"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Privacy"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/EulfCompliance"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/TechnologyNeutrality"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceOrientation"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Proactiveness"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/AdministrativeSimplification"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/NewPublicManagementApproach"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ConvergenceAssuranceOnPublicPolicyGoalsAttainment"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Multilingualism"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Openness"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/User-centricity"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Reusability"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SubsidiarityAndProportionality"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataPortability"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Security"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ConvergenceControlOnPublicPolicyGoalsAttainment"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PreservationOfInformation"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Trust"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Innovation"/> - </skos:Collection> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EvidenceBasedPublicPolicy"> - <skos:notation>EvidenceBasedPublicPolicy</skos:notation> - <skos:prefLabel xml:lang="en">Evidence based Public Policy</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -"Evidence-based Public Policies are policies designed and periodically reviewed looking at experimental evidences and incontrovertible data. -The primary goal is to improve the reliability of advice concerning the efficiency and effectiveness of policy settings and possible alternatives. -There are three crucial enabling factors that underpin modern conceptions of evidence-based policy (EBP): high-quality information bases on relevant topic areas, cohorts of professionals with skills in data analysis and policy evaluation, and political incentives for utilising evidence-based analysis and advice in governmental decision-making processes." - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB409</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Transparency"> - <skos:notation>Transparency</skos:notation> - <skos:prefLabel xml:lang="en">Transparency</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -"Transparency in the EIF context refers to: -i. Enabling visibility inside the administrative environment of a public administration. This is about allowing other public administrations, citizens and businesses to view and understand administrative rules, processes,11 data, services and decision-making. -ii. Ensuring availability of interfaces with internal information systems. Public administrations operate a large number of what are often heterogeneous and disparate information systems in support of their internal processes. Interoperability depends on ensuring the availability of interfaces to these systems and the data they handle. In turn, interoperability facilitates reuse of systems and data, and enables these to be integrated into larger systems. -iii. Securing the right to the protection of personal data, by respecting the applicable legal framework for the large volumes of personal data of citizens, held and managed by Public administrations." - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB410</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicValue"> - <skos:notation>PublicValue</skos:notation> - <skos:prefLabel xml:lang="en">Public Value</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Public values are rooted in a reciprocal relationship between administrators and the citizenry. Value is created by satisfying politically expressed desires of citizens and clients. A digital public service should create and deliver public value to the society. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB411</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SuccessfulPublicServiceImplementationOrientation"> - <skos:notation>SuccessfulPublicServiceImplementationOrientation</skos:notation> - <skos:prefLabel xml:lang="en">Successful Public Service Implementation Orientation</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -This refers to the implementation of the European interoperability framework, which is guided by the following vision: �Public administrations should make implementation decisions selecting a focus among alternative implementation orientations and considering the best fit with the public policy context. Examples of resource based implementation orientations are the integration orientation, the technology orientation, the governance orientation, and the legal orientation. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB412</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SocialParticipation"> - <skos:notation>SocialParticipation</skos:notation> - <skos:prefLabel xml:lang="en">Social participation</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -"Social participiation refers to Promoting Civic Participation and Transparency -of Government Decision-Making Processes covering policies concerning ICT: -� E-democracy -� E-participation -� Government-to-citizen (G2C) � Citizen-to-government (C2G) � Citizen-to-citizen (C2C) -� Open governance partnership � Grass-root activism and social -networking -� Political campaigns � Online media -� I-voting -� Mechanisms: e-petitions, online consultation -and crowd-sourcing platforms etc." - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB413</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Accountability"> - <skos:notation>Accountability</skos:notation> - <skos:prefLabel xml:lang="en">Accountability</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -"Digital public services will enable accountability of users and of public administrations. -Transparency, liability, controllability, responsibility, and responsiveness are defined as distinct dimensions of accountability, providing an improvement on the current state of conceptual fuzziness. The typology provides a vocabulary for the core argument, that conflicting expectations borne of disparate conceptions of accountability undermine organizational effectiveness." - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB414</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MarketCollaboration"> - <skos:notation>MarketCollaboration</skos:notation> - <skos:prefLabel xml:lang="en">Market collaboration</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -"Digital public services will be designed and delivered considering partnership relationships with private sector. -Market Collaboration ensures efficient and effective use of resources, by seeking for reusable standards, that are open and supporting cost-effective interoperability between ICT capabilities and facilitate citizen-oriented business models" - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB415</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalInclusion"> - <skos:notation>DigitalInclusion</skos:notation> - <skos:prefLabel xml:lang="en">Digital Inclusion</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Digital Inclusion relates to seamless, transparent, accessible and user-friendly digital government services. Citizens must be able to use such digital services without having legal knowledge. The members of our societies should have the opportunity to help shape the digital transformation and share their ideas and content with others unimpeded, while respecting the rights of third parties. The public sector should encourage such wider participation in policy-making by involving society in the design of public services through co-creation, ex- perimentation and collaboration. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB416</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Accessibility"> - <skos:notation>Accessibility</skos:notation> - <skos:prefLabel xml:lang="en">Accessibility</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Accessibility ensures that people with disabilities, the elderly and other disadvantaged groups can use public services at service levels comparable to those provided to other citizens. +LOST view: Technical view - application + +Interoperability saliency: The Content Management Service ABB  is salient for technical interoperability because it provides and shares the functionalities of dynamic creation, distribution and analysis of contents (images, videos, etc.) as stated in the EIF: " Catalogues help others to find reusable resources (e.g. services, data, software, data models). Various types of catalogue exist, e.g. directories of services, libraries of software components, open data portals, registries of base registries, metadata catalogues, catalogues of standards, specifications and guidelines. Commonly agreed descriptions of the services, data, registries and interoperable solutions published in catalogues are needed to enable interoperability between catalogues." + +Identifier: http://data.europa.eu/dr8/ContentManagementApplicationService + +eira:ID: ABB380 + +ABB name: eira:ContentManagementApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <eira:ContentManagementApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentManagementApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Content Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContentManagementApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Content Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContentManagementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/ContentManagementApplicationService</eira:PURI> + <dcterms:type>eira:ContentManagementApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Content Management ABB is an Application Service to enable the procedures to create, manage, and publish digital content, such as text, images, videos, and documents]]></skos:definition> + <eira:definitionSource>EUI</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.eui.eu/ServicesAndAdmin/CommunicationsService/WebUnit/Web-CMS]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): FPFIS-CMS: "The European Commission announced in the Commission Internet strategy plans to transform the EUROPA web site from a source of one-way information into a tool for communication and interaction (i.e. provide modern interactive web sites for the citizens and stakeholders). Web sites are a key tool for external communications. They are the institution's business card. Websites are a very cost-effective and efficient means of communication. EUROPA now hosts over 460 websites. EUROPA would benefit from fewer and better sites to respond to user needs. To address the shortcomings, as part of the Commission's IT governance process, the College on 30 November 2011, instructed Commission departments to rationalise the Institution's web presence. Reduce the cost (human, financial, technical) of the Commission's web presence via exploiting economies of scale and eliminating redundancies by building corporate solutions. The European Commission should offer a corporate service which optimizes and harmonizes the use of different website tools, which speeds up the creation of new external dynamic and social websites (i.e. in days or weeks and not months) and which provides a common solid modern shared infrastructure to support the rapid deployment of these sites". https://webgate.ec.europa.eu/fpfis/mwikis/thinktank/index.php/Content_Management_System_of_the_Flexible_Platform]]></skos:example> + <eira:iopSaliency><![CDATA[The Content Management Service ABB  is salient for technical interoperability because it provides and shares the functionalities of dynamic creation, distribution and analysis of contents (images, videos, etc.) as stated in the EIF: " Catalogues help others to find reusable resources (e.g. services, data, software, data models). Various types of catalogue exist, e.g. directories of services, libraries of software components, open data portals, registries of base registries, metadata catalogues, catalogues of standards, specifications and guidelines. Commonly agreed descriptions of the services, data, registries and interoperable solutions published in catalogues are needed to enable interoperability between catalogues."]]></eira:iopSaliency> + <skos:note><![CDATA[Content Management ABB is an Application Service being responsible for: - developing Website templates and functionalities; - assigning appropriate user permissions and workflows; - providing trainings to the web working group; - developing tools and web controls to speed up and facilitate the work of the web working group; - giving support and advice to the web working group; - ensuring continuity of service and performance; - ensuring security and accessibility on the website; - ensuring disaster recovery processes and backup procedures; - setting up the website information architecture within the CMS; - setting up alert procedures and analytics on usage of the platform.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ContentManagementApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FormsManagementApplicationService"> + <skos:notation><![CDATA[Forms Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FormsManagementApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Forms Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Forms Management ABB is an Application Service that enables the procedures for i) dynamic creation, ii) distribution and ii) analysis of forms and online surveys. -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB403</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanDigitalSovereignty"> - <skos:notation>EuropeanDigitalSovereignty</skos:notation> - <skos:prefLabel xml:lang="en">European digital sovereignty</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -European digital sovereignty entails the ensurance that all underlying digital components of ICT solutions (hardware, software, and services) meet European requirements, including the requirements to deploy a secure cloud infrastructure and interoperable services that fully comply with European legal provisions and ethical values. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB417</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EuLegislationCompliance"> - <skos:notation>EuLegislationCompliance</skos:notation> - <skos:prefLabel xml:lang="en">EU Legislation Compliance</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -"EU Legislation Compliance is the property of a (national/local) legislation to be coherent or to implement European legislation. -A compliance assessment of EU Directives must be carried out in two stages: -(1) timely and systematic check whether Member States have transposed Union law; -(2) a timely and systematic conformity check of national transposing measures against the relevant Union legislation (correct transposition). +Source: ISA2 - EIA Action -While Member States are responsible for the timely and accurate transposition of directives as well as the correct application of the entire acquis, the Commission has to monitor the Member States� efforts and ensure that their legislation complies with Union law." - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB389</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IntegratedHorizontalUserExperience"> - <skos:notation>IntegratedHorizontalUserExperience</skos:notation> - <skos:prefLabel xml:lang="en">Integrated Horizontal User Experience</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -"Integrated horizontal user experience refers to a user's experience, when her/his experience using a digital interface is fluent and seamless, also when she/he navigates through different applications/contexts." - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB390</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OnceOnly"> - <skos:notation>OnceOnly</skos:notation> - <skos:prefLabel xml:lang="en">Once Only</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The�Once Only Principle entails that citizens and businesses provide diverse data only once in contact with public administrations, while public administration bodies take actions to internally share and reuse these data � even across borders � always in respect of data protection regulations and other constraints.� - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB391</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CodeOfEthicsCompliance"> - <skos:notation>CodeOfEthicsCompliance</skos:notation> - <skos:prefLabel xml:lang="en">Code of ethics compliance</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Code of ethics compliance refers to the expression of important values and standards that are also to be found in the law, but are not encumbered by the limitations and constraints that necessarily attach to legally-binding rules that can be used to impose sanctions. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB392</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Privacy"> - <skos:notation>Privacy</skos:notation> - <skos:prefLabel xml:lang="en">Privacy</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Privacy refers to any freely given, specific, informed and unambiguous indication of the data subject's wishes by which he or she, by a statement or by a clear affirmative action, signifies agreement to the processing of personal data relating to him or her - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB393</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EulfCompliance"> - <skos:notation>EulfCompliance</skos:notation> - <skos:prefLabel xml:lang="en">EULF compliance</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -"The EULF concept consists of a package of case studies, specifications, guidelines, training materials, recommendations and actions required by public administrations and stakeholder communities to facilitate the implementation, use and expansion of INSPIRE in an e-government context." - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB394</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnologyNeutrality"> - <skos:notation>TechnologyNeutrality</skos:notation> - <skos:prefLabel xml:lang="en">Technology Neutrality</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Technology Neutrality refers to the independency of specific technology choices, that therefore can operate on a variety of technology platforms - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- eira:view -- dct:type: The type of the architecture building block]]></skos:definition> - <dcterms:identifier>ABB395</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceOrientation"> - <skos:notation>ServiceOrientation</skos:notation> - <skos:prefLabel xml:lang="en">Service Orientation</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The design and implementation of sufficient mechanisms in order to attain full visibility on effective realisation of public services, based on public policies, by putting in place processes and procedures that provide accountability to stakeholders - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- eira:view -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB386</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Proactiveness"> - <skos:notation>Proactiveness</skos:notation> - <skos:prefLabel xml:lang="en">Proactiveness</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -"Proactiveness refers to proactive services, which are public services that a public institution delivers following its own initiative considering the presumable will by the person and that is delivered based on the information stored in the data collections belonging to the state information system. -Proactive service is based on life and business events and circumstances" - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB397</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AdministrativeSimplification"> - <skos:notation>AdministrativeSimplification</skos:notation> - <skos:prefLabel xml:lang="en">Administrative Simplification</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -"Administrative Simplification refers to streamlined delivery services. e.g.: -- Harmonised rules on eligibility and durability -- Greater use of simplified costs -- Linking payments with results -- e-Cohesion -- Proportional approach to control -- Simplification of solutions" - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB388</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/NewPublicManagementApproach"> - <skos:notation>NewPublicManagementApproach</skos:notation> - <skos:prefLabel xml:lang="en">New Public Management approach</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -"New Public Management arose out of a concern with government failures, a belief in the efficacy and efficiency of markets, a belief in economic rationality, and a push away from large, centralized government agencies toward devolution and privatization. -In New Public Management, public managers are urged to ""steer, not row."" They steer by determining objectives, or what should be done, and by catalyzing service delivery, or how it should be done (rowing), via their choice of a particular ""tool"" or combination of tools (e.g., markets, regulation, taxes, subsidies, insurance, etc.) for achieving the objectives (Salamon 200)" - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB400</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConvergenceAssuranceOnPublicPolicyGoalsAttainment"> - <skos:notation>ConvergenceAssuranceOnPublicPolicyGoalsAttainment</skos:notation> - <skos:prefLabel xml:lang="en">Convergence assurance on public policy goals attainment</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The assessment of effective realisation of public services, based on public policies, by evaluating various technological solutions when striving to ensure the effectiveness and efficiency of a European public service. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB401</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Multilingualism"> - <skos:notation>Multilingualism</skos:notation> - <skos:prefLabel xml:lang="en">Multilingualism</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Multilingualism requires striking a balance between the expectations of citizens and businesses to be served in their own language(s) or their preferred language(s) and the ability of Member States� public administrations to offer services in all official EU languages - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB402</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Openness"> - <skos:notation>Openness</skos:notation> - <skos:prefLabel xml:lang="en">Openness</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -In the context of interoperable public services, the concept of�openness�mainly relates to data, specifications and software. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB404</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/User-centricity"> - <skos:notation>User-centricity</skos:notation> - <skos:prefLabel xml:lang="en">User-centricity</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -User-centricity refers to putting users� needs at the centre when determining which public services should be provided and how they should be delivered. Therefore, as far as possible, user needs and requirements should guide the design and development of public services, in accordance with the following expectations: i A multi-channel service delivery approach; ii A single point of contact should be made available to users; iii Users� feedback should be systematically collected, assessed and used to design new public services and to further improve existing ones. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB405</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Reusability"> - <skos:notation>Reusability</skos:notation> - <skos:prefLabel xml:lang="en">Reusability</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -"Reusability refers to IT solutions (e.g. software components, Application Programming Interfaces, standards), European frameworks (reference architectures, architectural frameworks and ontologies), information and data. -- Reference Architecture: Architecture is the structure of components, their interrelationships, and the principles and guidelines governing their design and evolution over time. A reference architecture is a generalized architecture of a solution, based on best-practices, domain neutral and, occasionally, with a focus on a particular aspect. The goal of a reference architecture is reusability; it reduces the amount of work, reduces errors and accelerates the development of solutions. A reference architecture should be based in a [reference] model and in a style. -- Architectural framework: a tool for assisting in the production of organization-specific architectures. An architectural framework consists of a technical reference model, a method for architecture development and a list of component standards, specifications, products and their interrelationships which can be used to build up architectures." - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB406</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SubsidiarityAndProportionality"> - <skos:notation>SubsidiarityAndProportionality</skos:notation> - <skos:prefLabel xml:lang="en">Subsidiarity and proportionality</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The�subsidiarity principle�requires EU decisions to be taken as closely as possible to the citizen - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB407</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPortability"> - <skos:notation>DataPortability</skos:notation> - <skos:prefLabel xml:lang="en">Data portability</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Data portability refers to the ability to move and reuse data easily among different applications and systems, which becomes even more challenging in cross-border scenarios. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB408</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Security"> - <skos:notation>Security</skos:notation> - <skos:prefLabel xml:lang="en">Security</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Security refers to the support of the application of the eGovernment security policies in ICT. The primary policies are: 1) Privacy by Design, 2) Encourage the development and use of highly secure systems (long-term), 3) Create stronger institutional supervision and oversight of security, 4) Substantiate the data minimization principle by using anonymization techniques in all European eGovernment systems, 5) Stimulate technical and legal solutions that avoid or limit privacy risks caused by re-identification of previously anonymized data, 6) Make Privacy Impact Assessments of eGovernment systems mandatory and public, 7) Use gateways to achieve interoperability of different national eGovernment security tools, but aim at Europe-wide availability and usability of tools, 7) Ensure open and transparent evaluations of the trade-offs between privacy, security, usability, interoperability and costs of an eGovernment system, 8) Develop a policy strategy for improving the security of IT-systems used in Europe - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB385</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConvergenceControlOnPublicPolicyGoalsAttainment"> - <skos:notation>ConvergenceControlOnPublicPolicyGoalsAttainment</skos:notation> - <skos:prefLabel xml:lang="en">Convergence control on public policy goals attainment</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The design and implementation of sufficient mechanisms in order to attain full visibility on effective realisation of public services, based on public policies, by putting in place processes and procedures that provide accountability to stakeholders - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:modified: The date that the information documented for this building block was last modified -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- eira:view -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB386</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PreservationOfInformation"> - <skos:notation>PreservationOfInformation</skos:notation> - <skos:prefLabel xml:lang="en">Preservation of information</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view -- dct:type: The type of the architecture building block]]></skos:definition> - <dcterms:identifier>ABB387</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Trust"> - <skos:notation>Trust</skos:notation> - <skos:prefLabel xml:lang="en">Trust</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -"Administrative Simplification refers to streamlined delivery services. e.g.: -- Harmonised rules on eligibility and durability -- Greater use of simplified costs -- Linking payments with results -- e-Cohesion -- Proportional approach to control -- Simplification of solutions" - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB388</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Innovation"> - <skos:notation>Innovation</skos:notation> - <skos:prefLabel xml:lang="en">Innovation</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Innovation entails rethinking organisations and processes, and changing behaviour so that public services are delivered more efficiently to people. Implemented well, eGovernment enables citizens, enterprises and organisations to carry out their business with government more easily, more quickly and at lower cost. - -Attributes: -- ID: Internal key used to identify an architecture building block -- dct:type: The type of the architecture building block -- dct:publisher: The name of the individual or organisation that is documenting the current building block -- dct:modified: The date that the information documented for this building block was last modified -- eira:view]]></skos:definition> - <dcterms:identifier>ABB384</dcterms:identifier> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8"/> - </skos:Concept> - - <skos:Collection rdf:about="http://data.europa.eu/dr8/Deprecated"> - <skos:notation>Deprecated</skos:notation> - <skos:prefLabel xml:lang="en">deprecated</skos:prefLabel> - <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessCapability"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyDevelopmentEnabler"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DefinitionOfPublicPolicyObjectives"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/FormulationOfPublicPolicyScenarios"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ImpactAssessment"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyEvaluation"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyImplementation"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyFormulationAndImplementationInstrument"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyImplementationMandate"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/FinancialResource"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ImplementingGuideline"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilitySpecification"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/LegalAgreement/InternationalTreaties"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalSkill"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalStructure"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalProcedure"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessRule"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Specification"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalPolicy"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SecurityAndPrivacyPolicy"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OperationalEnabler"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityEnabler"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/CapacityOfExchangingBusinessInformation"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ExchangeOfBusinessInformation"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/Service"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/CharacterEncodingScheme"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/IdentifierScheme"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SchemaLevelMapping"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/SyntaxEncodingScheme"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataLevelMapping"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataMapping"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalSpecification"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicServiceComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PublicServiceManifestation"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ConfigurationManagement"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OperationalProcedure"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataStandard"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DataStandardCatalogue"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/TransactionalData"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/BaseRegistryData"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DescriptiveMetadata"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/MasterData"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/OpenData"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ReferenceData"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessIntelligenceComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessAnalyticsService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessReportingService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ChoreographyService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessProcessManagementComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolution"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/AdministrationComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/AdministrationAndMonitoringService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/AudiovisualService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/CollaborationComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ContentManagementComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ContentManagementService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/DocumentManagementService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/LifecycleManagementService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/LoggingService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/LoggingComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/MessagingService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PartnerManagementComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/PartnerManagementService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/RecordManagementComponent"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/RecordManagementService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyService"/> - <skos:member rdf:resource="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyServiceComponent"/> - </skos:Collection> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessCapability"> - <skos:notation>BusinessCapability</skos:notation> - <skos:prefLabel xml:lang="en">Business Capability</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A business capability is the ability of a public administration to digitally perform an administrative function. +Source reference: https://joinup.ec.europa.eu/taxonomy/term/http_e_f_fdata_ceuropa_ceu_fdr8_fFormsManagementComponent -Based on the definitions from the European Statistical System: https://joinup.ec.europa.eu/collection/statistical-enterprise-architecture/document/ess-earf-business-capabilities-model +Synonym: e-Forms Service -INTEROPERABILITY SALIENCY: -Not applicable +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EACEA e-Forms - Electronic Application Forms - eForms: This page contains the resources and information required by applicants who wish to complete and submit an electronic application form (eForm) for a funding opportunity or for an accreditation. The programmes and actions are listed for which electronic application forms are currently available. The Application eForm homepage is where applicants for funding and applicants for accreditation must follow a series of steps in order to create their new application. https://eacea.ec.europa.eu/about-eacea/electronic-application-forms-eforms_en -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Behavioral IoP -ePrescription: -"Generation, transmission, and filling of a medical prescription through digital channels. ePrescribing allows a physician, pharmacist, nurse practitioner, or physician assistant to use digital prescription software to electronically transmit a new prescription or renewal authorization to a community or mail-order pharmacy".]]></skos:definition> - <dcterms:identifier>ABB370</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyDevelopmentEnabler"> - <skos:notation>PublicPolicyDevelopmentEnabler</skos:notation> - <skos:prefLabel xml:lang="en">Public Policy Development Enabler</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A Public Policy Development Enabler is an organisation or thing that make the development and implementation of the Public Policy possible. [Oxford Dictionary] +LOST view: Technical view - application + +Interoperability saliency: The Forms Management Service ABB  is salient for technical interoperability because it provides and shares the functionalities of dynamic creation, distribution and analysis of forms and online surveys as stated in the EIF: " Catalogues help others to find reusable resources (e.g. services, data, software, data models). Various types of catalogue exist, e.g. directories of services, libraries of software components, open data portals, registries of base registries, metadata catalogues, catalogues of standards, specifications and guidelines. Commonly agreed descriptions of the services, data, registries and interoperable solutions published in catalogues are needed to enable interoperability between catalogues." + +Identifier: http://data.europa.eu/dr8/FormsManagementApplicationService + +eira:ID: ABB49 + +ABB name: eira:FormsManagementApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-23-01 + +]]></skos:definition> + <eira:FormsManagementApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FormsManagementApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Forms Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FormsManagementApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Forms Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/FormsManagementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/FormsManagementApplicationService</eira:PURI> + <dcterms:type>eira:FormsManagementApplicationService</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym>e-Forms Service</eira:synonym> + <skos:definition><![CDATA[Forms Management ABB is an Application Service that enables the procedures for i) dynamic creation, ii) distribution and ii) analysis of forms and online surveys.]]></skos:definition> + <eira:definitionSource>ISA2 - EIA Action</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/taxonomy/term/http_e_f_fdata_ceuropa_ceu_fdr8_fFormsManagementComponent]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EACEA e-Forms - Electronic Application Forms - eForms: This page contains the resources and information required by applicants who wish to complete and submit an electronic application form (eForm) for a funding opportunity or for an accreditation. The programmes and actions are listed for which electronic application forms are currently available. The Application eForm homepage is where applicants for funding and applicants for accreditation must follow a series of steps in order to create their new application. https://eacea.ec.europa.eu/about-eacea/electronic-application-forms-eforms_en]]></skos:example> + <eira:iopSaliency><![CDATA[The Forms Management Service ABB  is salient for technical interoperability because it provides and shares the functionalities of dynamic creation, distribution and analysis of forms and online surveys as stated in the EIF: " Catalogues help others to find reusable resources (e.g. services, data, software, data models). Various types of catalogue exist, e.g. directories of services, libraries of software components, open data portals, registries of base registries, metadata catalogues, catalogues of standards, specifications and guidelines. Commonly agreed descriptions of the services, data, registries and interoperable solutions published in catalogues are needed to enable interoperability between catalogues."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/FormsManagementApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataVirtualizationApplicationService"> + <skos:notation><![CDATA[Data Virtualization]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataVirtualizationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Virtualization]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Virtualization ABB is an Application Service that enables the access and manipulation of data from various sources without the need for physical data integration. + +Source: Joinup + +Source reference: https://joinup.ec.europa.eu/sites/default/files/inline-files/Data%20visualisation%20service%20definition.pdf + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Virtuoso. Virtuoso Universal Server is modern platform built on existing open standards that harnesses the power of Hyperlinks (functioning as Super Keys) for breaking down data silos that impede both user and enterprise ability. For example, Virtuoso's core SQL & SPARQL powers many Enterprise Knowledge Graph initiatives just as it does DBpedia and a majority of nodes in the Linked Open Data Cloud -- the world's largest publicly accessible Knowledge Graph. https://big-data-test-infrastructure.ec.europa.eu/service-offering/virtuoso_en -Source: http://www.oxforddictionaries.com/definition/english/enabler]]></skos:definition> - <dcterms:identifier>ABB167</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DefinitionOfPublicPolicyObjectives"> - <skos:notation>DefinitionOfPublicPolicyObjectives</skos:notation> - <skos:prefLabel xml:lang="en">Definition of Public Policy Objectives</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A Definition of Public Policy Objectives is a stage where public policy objectives are defined. +IoP Dimension: Behavioral IoP -Source: Based on the concepts laid out in http://www.europarl.europa.eu/RegData/etudes/etudes/join/2013/507457/IPOL-IMCO_ET(2013)507457_EN.pdf]]></skos:definition> - <dcterms:identifier>ABB103</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FormulationOfPublicPolicyScenarios"> - <skos:notation>FormulationOfPublicPolicyScenarios</skos:notation> - <skos:prefLabel xml:lang="en">Formulation of Public Policy Scenarios</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A Formulation of Public Policy Scenarios is a stage where a number of public policy options for addressing the problem and achieving the public policy objectives are developed. +LOST view: Technical view - application + +Interoperability saliency: The Data Virtualization Application Service ABB is salient for technical interoperability because provides the tools for visualising datasets in a graphical way. These services can enable to visualise data and information from different sources, and public services, in a manner that can be better processed, understood, and therefore, interoperability can be achieved. + +Identifier: http://data.europa.eu/dr8/DataVirtualizationApplicationService + +eira:ID: http://data.europa.eu/dr8/DataVirtualizationApplicationService + +ABB name: eira:DataVirtualizationApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:DataVirtualizationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataVirtualizationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Data Virtualization]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataVirtualizationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Virtualization]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataVirtualizationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/DataVirtualizationApplicationService</eira:PURI> + <dcterms:type>eira:DataVirtualizationApplicationService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Virtualization ABB is an Application Service that enables the access and manipulation of data from various sources without the need for physical data integration.]]></skos:definition> + <eira:definitionSource>Joinup</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/sites/default/files/inline-files/Data%20visualisation%20service%20definition.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Virtuoso. Virtuoso Universal Server is modern platform built on existing open standards that harnesses the power of Hyperlinks (functioning as Super Keys) for breaking down data silos that impede both user and enterprise ability. For example, Virtuoso's core SQL & SPARQL powers many Enterprise Knowledge Graph initiatives just as it does DBpedia and a majority of nodes in the Linked Open Data Cloud -- the world's largest publicly accessible Knowledge Graph. https://big-data-test-infrastructure.ec.europa.eu/service-offering/virtuoso_en]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Virtualization Application Service ABB is salient for technical interoperability because provides the tools for visualising datasets in a graphical way. These services can enable to visualise data and information from different sources, and public services, in a manner that can be better processed, understood, and therefore, interoperability can be achieved.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataVirtualizationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataManagementApplicationService"> + <skos:notation><![CDATA[Data Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataManagementApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Management ABB is an Application Service that enables the implementation of procedures to manage data effectively. These procedures include the collection, storage, organisation, maintenance, and usage of data resources, reliability and accessibility + +Source: Inspired in the Data Act + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/data-act + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Oracle Data Exchange - The Data Exchange Service provides several access points to the Event Repository, allowing the user to perform queries on these events: - The Query Subscription Administration Console configures the Data Exchange Service to create queries and periodically deliver query results to designated receivers (HTTP, JMS, and AS2). The Console can also test queries before subscribing, displaying user-readable events in XML format; - A SOAP Web service allows programmatic queries. This SOAP service is based on the technically complete, but not formally ratified as of October 2006, EPCglobal EPC Information Services (EPCIS) Version 1.0 Specification.EPCglobal EPCIS 1.0 Working Draft. https://docs.oracle.com/cd/E13197_01/rfid/enterprise_server/docs20/epcis/data-exchange.html -Source: Based on the concepts laid out in http://www.europarl.europa.eu/RegData/etudes/etudes/join/2013/507457/IPOL-IMCO_ET(2013)507457_EN.pdf]]></skos:definition> - <dcterms:identifier>ABB104</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ImpactAssessment"> - <skos:notation>ImpactAssessment</skos:notation> - <skos:prefLabel xml:lang="en">Impact Assessment</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[An Impact assessment is a key tool to ensure that the public policy process is carried out on the basis of transparent, comprehensive and balanced evidence, an Impact assessment is an aid to political decision-making. +IoP Dimension: Structural IoP -Source: Based on the concepts laid out in http://ec.europa.eu/smart-regulation/impact/commission_guidelines/docs/iag_2009_en.pdf]]></skos:definition> - <dcterms:identifier>ABB105</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyEvaluation"> - <skos:notation>PublicPolicyEvaluation</skos:notation> - <skos:prefLabel xml:lang="en">Public Policy Evaluation</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A Public Policy Evaluation is an assessment of how the public policy met its objectives (according to defined criteria). +LOST view: Technical view - application + +Interoperability saliency: The Data Management Service ABB  is salient for technical interoperability because it provides and shares the functionality for the share of data: "Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions." + +Identifier: http://data.europa.eu/dr8/DataManagementApplicationService + +eira:ID: ABB429 + +ABB name: eira:DataManagementApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-ArchivingApplicationService" /> + <eira:DataManagementApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataManagementApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Data Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataManagementApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataManagementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/DataManagementApplicationService</eira:PURI> + <dcterms:type>eira:DataManagementApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Management ABB is an Application Service that enables the implementation of procedures to manage data effectively. These procedures include the collection, storage, organisation, maintenance, and usage of data resources, reliability and accessibility]]></skos:definition> + <eira:definitionSource>Inspired in the Data Act</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/data-act]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Oracle Data Exchange - The Data Exchange Service provides several access points to the Event Repository, allowing the user to perform queries on these events: - The Query Subscription Administration Console configures the Data Exchange Service to create queries and periodically deliver query results to designated receivers (HTTP, JMS, and AS2). The Console can also test queries before subscribing, displaying user-readable events in XML format; - A SOAP Web service allows programmatic queries. This SOAP service is based on the technically complete, but not formally ratified as of October 2006, EPCglobal EPC Information Services (EPCIS) Version 1.0 Specification.EPCglobal EPCIS 1.0 Working Draft. https://docs.oracle.com/cd/E13197_01/rfid/enterprise_server/docs20/epcis/data-exchange.html]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Management Service ABB  is salient for technical interoperability because it provides and shares the functionality for the share of data: "Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataManagementApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService"> + <skos:notation><![CDATA[Data Extraction, Transformation and Loading]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Extraction, Transformation and Loading]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Extraction, Transformation, and Loading ABB is an Application Service that enables the processes to extract data from various sources, transform the data to specific data models and load the data into a target data store. + +Source: Inspired in definitions from referent companies of IT sector + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Eurostat transformation service - The transformation service allows datasets to be converted from one file format to another, optionally performing additional tasks, such as mapping and transcoding. The service is operational but is currently only available for internal consumption within Eurostat. However, the source code of both web service and software component is available in the SDMX webspace: http://ec.europa.eu/eurostat/web/sdmx-infospace/validation-transformation/transformation-services -Source: Based on the concepts laid out in http://www.europarl.europa.eu/RegData/etudes/etudes/join/2013/507457/IPOL-IMCO_ET(2013)507457_EN.pdf]]></skos:definition> - <dcterms:identifier>ABB107</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyImplementation"> - <skos:notation>PublicPolicyImplementation</skos:notation> - <skos:prefLabel xml:lang="en">Public Policy Implementation</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A Public Policy Implementation is the process of putting a public policy into effect. [Oxford Dictionary]]]></skos:definition> - <dcterms:identifier>ABB106</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyFormulationAndImplementationInstrument"> - <skos:notation>PublicPolicyFormulationAndImplementationInstrument</skos:notation> - <skos:prefLabel xml:lang="en">Public Policy Formulation and Implementation Instrument</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Public Policy Formulation Instrument: Technique or means for the development of pertinent and acceptable proposed courses of action for dealing with public problems. -Public Policy Implementation Instrument: Technique or means for the carrying out of a policy decision. -This ABB is a key interoperability enabler (*) for assessing the compatibility of legal/juridical certainty in exchanged information. +IoP Dimension: Behavioral IoP -(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector. +LOST view: Technical view - application + +Interoperability saliency: The Data Extraction, Transformation, and Loading Service ABB  is salient for technical interoperability because it provides the functionalities to transform internal data structures to common and agreed interoperable formats as stated in the EIF recommendation n° 41: "Establish procedures and processes to integrate the opening of data in your common business processes, working routines, and in the development of new information systems." + +Identifier: http://data.europa.eu/dr8/DataExtraction,Transformation,andLoadingApplicationService + +eira:ID: ABB40 + +ABB name: eira:DataExtraction,Transformation,andLoadingApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <eira:DataExtractionTransformationandLoadingApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Data Extraction, Transformation and Loading]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Extraction, Transformation and Loading]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService</eira:PURI> + <dcterms:type>eira:DataExtractionTransformationandLoadingApplicationService</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Extraction, Transformation, and Loading ABB is an Application Service that enables the processes to extract data from various sources, transform the data to specific data models and load the data into a target data store.]]></skos:definition> + <eira:definitionSource>Inspired in definitions from referent companies of IT sector</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Eurostat transformation service - The transformation service allows datasets to be converted from one file format to another, optionally performing additional tasks, such as mapping and transcoding. The service is operational but is currently only available for internal consumption within Eurostat. However, the source code of both web service and software component is available in the SDMX webspace: http://ec.europa.eu/eurostat/web/sdmx-infospace/validation-transformation/transformation-services]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Extraction, Transformation, and Loading Service ABB  is salient for technical interoperability because it provides the functionalities to transform internal data structures to common and agreed interoperable formats as stated in the EIF recommendation n° 41: "Establish procedures and processes to integrate the opening of data in your common business processes, working routines, and in the development of new information systems."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService"> + <skos:notation><![CDATA[Data Space Connector Provider]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Space Connector Provider]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Space Connector Provider ABB is an Application Service that enables maintenance control over the data and sets the conditions for its use in the data space ecosystem. + +Source: IDSA + +Source reference: https://internationaldataspaces.org/offers/ids-components/ + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Dataspace Connector from the International Data Spaces Association. https://international-data-spaces-association.github.io/DataspaceConnector/ -Based on NCPI and OECD definitions. -https://web.stanford.edu/group/ncpi/unspecified/assessment_states/framework.html -https://www.oecd.org/edu/ceri/The%20Nature%20of%20Policy%20Change%20and%20Implementation.pdf +IoP Dimension: Behavioral IoP -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application + +Interoperability saliency: The Data Space Connector Provider Application Service ABB is salient for technical interoperability because is a key element in the data spaces environment and interoperability, as this service sets the conditions for the consumption of data by other services or parties. + +Identifier: http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService + +eira:ID: http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService + +ABB name: eira:DataSpaceConnectorProviderApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorApplicationService" /> + <eira:DataSpaceConnectorProviderApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Data Space Connector Provider]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Space Connector Provider]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService</eira:PURI> + <dcterms:type>eira:DataSpaceConnectorProviderApplicationService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Space Connector Provider ABB is an Application Service that enables maintenance control over the data and sets the conditions for its use in the data space ecosystem.]]></skos:definition> + <eira:definitionSource>IDSA</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://internationaldataspaces.org/offers/ids-components/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Dataspace Connector from the International Data Spaces Association. https://international-data-spaces-association.github.io/DataspaceConnector/]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Space Connector Provider Application Service ABB is salient for technical interoperability because is a key element in the data spaces environment and interoperability, as this service sets the conditions for the consumption of data by other services or parties.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthorisationApplicationService"> + <skos:notation><![CDATA[Authorisation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuthorisationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Authorisation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Authorisation ABB is an Application Service that enables processes to formalise the electronic identification of a natural or legal person, or the origin and integrity of data in the electronic form to be confirmed + +Source: Joinup + +Source reference: https://joinup.ec.europa.eu/taxonomy/term/http_e_f_fdata_ceuropa_ceu_fdr8_fIdentityManagementService + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Users roles are managed and linked to EU Login accounts (https://ec.europa.eu/research/participants/docs/h2020-funding-guide/user-account-and-roles/roles-and-access-rights_en.htm). EU Login is the entry gate to sign in to different European Commission services and/or other systems. EU Login verifies your identity and allows recovering your personal settings, history and access rights in a secure way. You can sign in using social media accounts or the EU Login account. -Article 168 TFEU, ex Article 152 TEC -1. A high level of human health protection shall be ensured in the definition and implementation of all Union policies and activities. Union action, which shall complement national policies, shall be directed towards improving public health, preventing physical and mental illness and diseases, and obviating sources of danger to physical and mental health. Such action shall cover the fight against the major health scourges, by promoting research into their causes, their transmission and their prevention, as well as health information and education, and monitoring, early warning of and combating serious cross-border threats to health. The Union shall complement the Member States' action in reducing drugs-related health damage, including information and prevention. -2. The Union shall encourage cooperation between the Member States in the areas referred to in this Article and, if necessary, lend support to their action. It shall in particular encourage cooperation between the Member States to improve the complementarity of their health services in cross-border areas. Member States shall, in liaison with the Commission, coordinate among themselves their policies and programmes in the areas referred to in paragraph 1. The Commission may, in close contact with the Member States, take any useful initiative to promote such coordination, in particular initiatives aiming at the establishment of guidelines and indicators, the organisation of exchange of best practice, and the preparation of the necessary elements for periodic monitoring and evaluation. The European Parliament shall be kept fully informed. -3. The Union and the Member States shall foster cooperation with third countries and the competent international organisations in the sphere of public health. -4. By way of derogation from Article 2(5) and Article 6(a) and in accordance with Article 4(2)(k) the European Parliament and the Council, acting in accordance with the ordinary legislative procedure and after consulting the Economic and Social Committee and the Committee of the Regions, shall contribute to the achievement of the objectives referred to in this Article through adopting in order to meet common safety concerns: (a) measures setting high standards of quality and safety of organs and substances of human origin, blood and blood derivatives; these measures shall not prevent any Member State from maintaining or introducing more stringent protective measures; (b) measures in the veterinary and phytosanitary fields which have as their direct objective the protection of public health; (c) measures setting high standards of quality and safety for medicinal products and devices for medical use. -5. The European Parliament and the Council, acting in accordance with the ordinary legislative procedure and after consulting the Economic and Social Committee and the Committee of the Regions, may also adopt incentive measures designed to protect and improve human health and in particular to combat the major cross-border health scourges, measures concerning monitoring, early warning of and combating serious cross-border threats to health, and measures which have as their direct objective the protection of public health regarding tobacco and the abuse of alcohol, excluding any harmonisation of the laws and regulations of the Member States. -6. The Council, on a proposal from the Commission, may also adopt recommendations for the purposes set out in this Article. -7. Union action shall respect the responsibilities of the Member States for the definition of their health policy and for the organisation and delivery of health services and medical care. The responsibilities of the Member States shall include the management of health services and medical care and the allocation of the resources assigned to them. The measures referred to in paragraph 4(a) shall not affect national provisions on the donation or medical use of organs and blood. +IoP Dimension: Behavioral IoP -http://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:12008E168&from=EN]]></skos:definition> - <dcterms:identifier>ABB168</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyImplementationMandate"> - <skos:notation>PublicPolicyImplementationMandate</skos:notation> - <skos:prefLabel xml:lang="en">Public Policy Implementation Mandate</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[The intensity of the mandate given to organization enablers to implement a public policy. It can go from a strongly regulated mandate, defining the specifications, to a softly regulated mandate, defining the concept to be implemented. +LOST view: Technical view - application + +Interoperability saliency: The Authorisation Application Service ABB is salient for interoperability because it represents the identifications of actors (natural or legal persons) involved in system interactions, ensuring that the service and the data contained are accessed by actors with granted permissions. Additionally, this can be used as part of the data integrity process to identify the origin of certain data. In general, authorisation services allow for the maintenance of control and integrity of the available data, ensuring its quality when exchanged. + +Identifier: http://data.europa.eu/dr8/AuthorisationApplicationService + +eira:ID: http://data.europa.eu/dr8/AuthorisationApplicationService + +ABB name: eira:AuthorisationApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationService" /> + <eira:AuthorisationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthorisationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Authorisation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuthorisationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Authorisation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuthorisationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/AuthorisationApplicationService</eira:PURI> + <dcterms:type>eira:AuthorisationApplicationService</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Authorisation ABB is an Application Service that enables processes to formalise the electronic identification of a natural or legal person, or the origin and integrity of data in the electronic form to be confirmed]]></skos:definition> + <eira:definitionSource>Joinup</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/taxonomy/term/http_e_f_fdata_ceuropa_ceu_fdr8_fIdentityManagementService]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Users roles are managed and linked to EU Login accounts (https://ec.europa.eu/research/participants/docs/h2020-funding-guide/user-account-and-roles/roles-and-access-rights_en.htm). EU Login is the entry gate to sign in to different European Commission services and/or other systems. EU Login verifies your identity and allows recovering your personal settings, history and access rights in a secure way. You can sign in using social media accounts or the EU Login account.]]></skos:example> + <eira:iopSaliency><![CDATA[The Authorisation Application Service ABB is salient for interoperability because it represents the identifications of actors (natural or legal persons) involved in system interactions, ensuring that the service and the data contained are accessed by actors with granted permissions. Additionally, this can be used as part of the data integrity process to identify the origin of certain data. In general, authorisation services allow for the maintenance of control and integrity of the available data, ensuring its quality when exchanged.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AuthorisationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService"> + <skos:notation><![CDATA[Data Persistence]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Persistence]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Persistence ABB is an application service that enables the procedures that allow data to be stored and retrieved over an extended period of time. + +Source: Inspired in European Comision Data Strategy + +Source reference: https://commission.europa.eu/strategy-and-policy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Context Broker as a CEF Building Block. https://ec.europa.eu/digital-building-blocks/wikis/download/attachments/82773424/Context%20Broker%20Brochure.pdf?version=1&modificationDate=1558016168498&api=v2 -Based on Hill, M. and Hupe, P, Implementing Public Policy: Governance in Theory and in Practice, SAGE Publications Ltd 2002 +IoP Dimension: Behavioral IoP -Syn. Mission Statement +LOST view: Technical view - application + +Interoperability saliency: The Data Persistence Application Service ABB is salient for technical interoperability because it implements the ability to retrieve and store data in a long-term approach. This is relevant for interoperability as it can extend the period in which data can be used, retrieved, and exchanged improving the quality and range of data that can be exchanged, and therefore, is a key element for digital public services interoperability. + +Identifier: http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService + +eira:ID: http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService + +ABB name: eira:DataPersistenceApplicationApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject" /> + <eira:DataPersistenceApplicationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Data Persistence]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Persistence]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService</eira:PURI> + <dcterms:type>eira:DataPersistenceApplicationApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Persistence ABB is an application service that enables the procedures that allow data to be stored and retrieved over an extended period of time.]]></skos:definition> + <eira:definitionSource>Inspired in European Comision Data Strategy</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://commission.europa.eu/strategy-and-policy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Context Broker as a CEF Building Block. https://ec.europa.eu/digital-building-blocks/wikis/download/attachments/82773424/Context%20Broker%20Brochure.pdf?version=1&modificationDate=1558016168498&api=v2]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Persistence Application Service ABB is salient for technical interoperability because it implements the ability to retrieve and store data in a long-term approach. This is relevant for interoperability as it can extend the period in which data can be used, retrieved, and exchanged improving the quality and range of data that can be exchanged, and therefore, is a key element for digital public services interoperability.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-ArchivingApplicationService"> + <skos:notation><![CDATA[e-Archiving]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-ArchivingApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[e-Archiving]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: e-Archiving ABB is an Application Service enabling the permanent or long-term storage of selected (by an authority) electronic documents or information for preservation purposes like their enduring research value and memory aid. -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source: ISA2 - EIA Action -Mandate of the Directorate of Policy Planning of the Council of Europe -Directorate of Policy Planning (DPP). Overall mandate: to provide the Secretary General, the Committee of Ministers and Major Administrative Entities (MAEs) with conceptual and strategic analyses about relevant political and societal developments in Europe and beyond, based on research and on topical exchanges with internal and external networks, thereby enhancing the Organisation�s ability to anticipate major trends and challenges facing member states and to offer coherent short- and long-term responses within its statutory mandate. -https://www.coe.int/en/web/portal/organisation-and-mandates-of-the-secretariat?desktop=true +Source reference: https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/ -Mission statement of the Directorate-General for Taxation and the Customs Union -The Directorate General Taxation and Customs Union's mission is to develop and manage the Customs Union, a foundation of the European Union, and to develop and implement tax policy across the EU for the benefit of citizens, businesses and the Member States. Particular attention is given to the Internal Market, by making sure it functions smoothly and efficiently. -https://ec.europa.eu/taxation_customs/sites/taxation/files/resources/documents/common/about/welcome/mission_statement_en.pdf]]></skos:definition> - <dcterms:identifier>ABB112</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FinancialResource"> - <skos:notation>FinancialResource</skos:notation> - <skos:prefLabel xml:lang="en">Financial Resource</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A stock or supply of money. +Synonym: Preservation Service -Based on the Oxford Dictionary -https://en.oxforddictionaries.com/definition/resource +Additional information: The EIRA(c) differentiates between document management, record management and e-archiving as follows: - Document management is primarily about day-to-day use of electronic documents (create/update/delete/versioning) within the operational environment; - Record management is primarily about ensuring that information (e.g. in form of an electronic document or database record) is available for business and legal purposes (e.g. to proof and track the handling of contracts). If an electronic document or information is becoming a record (an authority declares it as a record) that electronic document or information needs to be handled by the record management service (based on specific business or legal reasons (e.g. contract negotiation)); - e-Archiving is primarily about storing records which have been selected (by an authority) for permanent or long-term preservation due to their enduring research value and as a memory aid. An electronic document or information which a) is managed by the document management service or the record management service and b) is no longer needed for business or legal purposes or day-to-day activities, and c) still has value for research purposes or as a memory aid, the electronic document should be managed by the e-archiving serviceâ€. -Syn. Funding Instrument +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CEF eArchiving: eArchiving provides the core specifications, software, training and knowledge to tackle the challenge of short, medium and long-term data management and reuse in a sustainable, authentic, cost-efficient, manageable and interoperable way. https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eArchiving -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Behavioral IoP -CEF Programme -The Connecting Europe Facility (CEF) is a key EU funding instrument to promote growth, jobs and competitiveness through targeted infrastructure investment at European level. It supports the development of high performing, sustainable and efficiently interconnected trans-European networks in the fields of transport, energy and digital services. CEF investments fill the missing links in Europe's energy, transport and digital backbone. -https://ec.europa.eu/inea/en/connecting-europe-facility]]></skos:definition> - <dcterms:identifier>ABB116</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ImplementingGuideline"> - <skos:notation>ImplementingGuideline</skos:notation> - <skos:prefLabel xml:lang="en">Implementing Guideline</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[General rules, principles, or pieces of advice to put a public policy into effect. +LOST view: Technical view - application + +Interoperability saliency: The e-Archiving Service ABB  is salient for technical interoperability because it provides and shares the functionality for the long-term or permanent preservation of records and information in electronic form in order to ensure their temporal egibility, reliability and integrity as stated in the EIF: "Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions." + +Identifier: http://data.europa.eu/dr8/E-ArchivingApplicationService + +eira:ID: ABB156 + +ABB name: eira:E-ArchivingApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditApplicationService" /> + <eira:E-ArchivingApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-ArchivingApplicationService_Properties"> + <skos:notation><![CDATA[Properties of e-Archiving]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-ArchivingApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of e-Archiving]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-ArchivingApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/E-ArchivingApplicationService</eira:PURI> + <dcterms:type>eira:E-ArchivingApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym>Preservation Service</eira:synonym> + <skos:definition><![CDATA[e-Archiving ABB is an Application Service enabling the permanent or long-term storage of selected (by an authority) electronic documents or information for preservation purposes like their enduring research value and memory aid.]]></skos:definition> + <eira:definitionSource>ISA2 - EIA Action</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CEF eArchiving: eArchiving provides the core specifications, software, training and knowledge to tackle the challenge of short, medium and long-term data management and reuse in a sustainable, authentic, cost-efficient, manageable and interoperable way. https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eArchiving]]></skos:example> + <eira:iopSaliency><![CDATA[The e-Archiving Service ABB  is salient for technical interoperability because it provides and shares the functionality for the long-term or permanent preservation of records and information in electronic form in order to ensure their temporal egibility, reliability and integrity as stated in the EIF: "Legislation requires that decisions and data are stored and can be accessed for a specified time. This means that records and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions."]]></eira:iopSaliency> + <skos:note><![CDATA[The EIRA(c) differentiates between document management, record management and e-archiving as follows: - Document management is primarily about day-to-day use of electronic documents (create/update/delete/versioning) within the operational environment; - Record management is primarily about ensuring that information (e.g. in form of an electronic document or database record) is available for business and legal purposes (e.g. to proof and track the handling of contracts). If an electronic document or information is becoming a record (an authority declares it as a record) that electronic document or information needs to be handled by the record management service (based on specific business or legal reasons (e.g. contract negotiation)); - e-Archiving is primarily about storing records which have been selected (by an authority) for permanent or long-term preservation due to their enduring research value and as a memory aid. An electronic document or information which a) is managed by the document management service or the record management service and b) is no longer needed for business or legal purposes or day-to-day activities, and c) still has value for research purposes or as a memory aid, the electronic document should be managed by the e-archiving serviceâ€.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/E-ArchivingApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IntegrityVerificationApplicationService"> + <skos:notation><![CDATA[Integrity Verification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IntegrityVerificationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Integrity Verification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Integrity Verification ABB is an Application Service that enables the procedures to ensure that information has not been altered in an unauthorized manner since it was created, transmitted or stored. + +Source: CSRC + +Source reference: https://csrc.nist.gov/glossary/term/integrity_verification + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): WITDOM’s Integrity and Consistency Verification component protects the integrity and consistency of data outsourced to an untrusted remote storage. https://www.cyberwatching.eu/projects/1006/witdom/products/witdom-integrity-and-consistency-verification -Based on the Oxford Dictionary -https://en.oxforddictionaries.com/definition/guideline +IoP Dimension: Behavioral IoP -Syn. Recommendations and Standards +LOST view: Technical view - application + +Interoperability saliency: The Integrity Verification Application Service ABB is salient for interoperability because is a key service to ensure data integrity, it can perform checks on: changes on the data, if changes are authorised or not, and when those changes have been performed. By ensuring this, digital public services can provide additional trust in the data and information provided to stakeholders. + +Identifier: http://data.europa.eu/dr8/IntegrityVerificationApplicationService + +eira:ID: ABB621 + +ABB name: eira:IntegrityVerificationApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <eira:IntegrityVerificationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IntegrityVerificationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Integrity Verification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IntegrityVerificationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Integrity Verification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IntegrityVerificationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/IntegrityVerificationApplicationService</eira:PURI> + <dcterms:type>eira:IntegrityVerificationApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Integrity Verification ABB is an Application Service that enables the procedures to ensure that information has not been altered in an unauthorized manner since it was created, transmitted or stored.]]></skos:definition> + <eira:definitionSource>CSRC</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://csrc.nist.gov/glossary/term/integrity_verification]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): WITDOM’s Integrity and Consistency Verification component protects the integrity and consistency of data outsourced to an untrusted remote storage. https://www.cyberwatching.eu/projects/1006/witdom/products/witdom-integrity-and-consistency-verification]]></skos:example> + <eira:iopSaliency><![CDATA[The Integrity Verification Application Service ABB is salient for interoperability because is a key service to ensure data integrity, it can perform checks on: changes on the data, if changes are authorised or not, and when those changes have been performed. By ensuring this, digital public services can provide additional trust in the data and information provided to stakeholders.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/IntegrityVerificationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceApplicationService"> + <skos:notation><![CDATA[Data Space]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Space]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data space ABB is an Application Service as the virtual space that enables the creation of a single market for data by integrating, transforming and making available such data. + +Source: European Comision-Data Act + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/strategy-data + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Mobility Data Space, The Mobility Data Space goes back to a resolution of the Concerted Action Mobility (KAM) of Germany's Federal Government from November 2019. More than 200 German mobility stakeholders from the science, industry and public administration sectors worked on the concept. acatech - the National Academy of Science and Engineering steered and coordinated the process. https://mobility-dataspace.eu/ -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Behavioral IoP -European Code of Good Conduct for microcredit provision -This European Code of Good Conduct for microcredit provision, published by the European Commission in October 2011, provides recommendations and standards that should foster best practice in the microcredit sector. It is intended to provide guidance for microcredit providers from the point of view of consumers, investors, funders and regulators. -http://ec.europa.eu/regional_policy/en/information/publications/brochures/2011/european-code-of-good-conduct-for-microcredit-provision]]></skos:definition> - <dcterms:identifier>ABB117</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalInteroperabilitySpecification"> - <skos:notation>LegalInteroperabilitySpecification</skos:notation> - <skos:prefLabel xml:lang="en">Legal Interoperability Specification</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -An Legal Interoperability Specification is a document of the highest possible level of granularity on an EIRA SBB, formulated as an agreed normative statement in design terms on a legal attribute of an European Public Service. It can refer to existing standards or specifications.� - -Source: How does the EIRA� support interoperability? -https://joinup.ec.europa.eu/sites/default/files/how_does_eira_support_interoperability_v1_0_0.pdf +LOST view: Technical view - application + +Interoperability saliency: The Data Space Application Service ABB is salient for technical interoperability because it appears as a single space where different stakeholders can integrate, transform and make information available for interested parties to reuse. Interested parties can be individuals, components or services consuming or providing data to that single space. + +Identifier: http://data.europa.eu/dr8/DataSpaceApplicationService + +eira:ID: http://data.europa.eu/dr8/DataSpaceApplicationService + +ABB name: eira:DataSpaceApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorApplicationService" /> + <eira:DataSpaceApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Data Space]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Space]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSpaceApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/DataSpaceApplicationService</eira:PURI> + <dcterms:type>eira:DataSpaceApplicationService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data space ABB is an Application Service as the virtual space that enables the creation of a single market for data by integrating, transforming and making available such data.]]></skos:definition> + <eira:definitionSource>European Comision-Data Act</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/strategy-data]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Mobility Data Space, The Mobility Data Space goes back to a resolution of the Concerted Action Mobility (KAM) of Germany's Federal Government from November 2019. More than 200 German mobility stakeholders from the science, industry and public administration sectors worked on the concept. acatech - the National Academy of Science and Engineering steered and coordinated the process. https://mobility-dataspace.eu/]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Space Application Service ABB is salient for technical interoperability because it appears as a single space where different stakeholders can integrate, transform and make information available for interested parties to reuse. Interested parties can be individuals, components or services consuming or providing data to that single space.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SealPreservationApplicationService"> + <skos:notation><![CDATA[e-Seal Preservation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-SealPreservationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[e-Seal Preservation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: e-Seal Preservation ABB is an Application Service that enables the procedures to extend the trustworthiness of the qualified electronic signature beyond the technological validity period. + +Source: eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. + +Source reference: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG + +Additional information: An ‘electronic seal' means data in electronic form, which is attached to or logically associated with other data in electronic form to ensure the latter’s origin and integrity. The ‘creator of a seal’ is a legal person who creates an electronic seal. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CEF eSignature DSS - DSS (Digital Signature Services) is an open-source software library for electronic signature creation and validation. DSS supports the creation and verification of interoperable and secure electronic signatures in line with European legislation. In particular, DSS aims to follow the eIDAS Regulation and related standards closely. DSS can be re-used in an IT solution for electronic signatures to ensure that signatures are created and verified in line with European legislation and standards. DSS allows re-use in a variety of different ways: in an applet, in a stand-alone application or in a server application. DSS can also be used as a reference implementation for IT solutions which do not directly re-use it. CEF eSignature's DSS open-source library delivers the following benefits to its users: • Open-source software under LGPL 2.1, a non-viral open source license; • Interoperability of the e-signatures; • Supports both e-signatures and e-seals; • Validation of countersignatures and multiple signatures; • Alignment with the eIDAS Regulation and related standards; • Supports EU standards on: o Signature formats and packaging methods; o Signature validation procedures; • Validation relying on Member States' trusted lists: o Status of trust service providers/trust service, compensation of information, path validation. https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eSignaturefile:///C:/Users/bocquilp/Downloads/DSS(ServiceOfferingDescription)%20(v0.03)%20(5).pdf -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP -The Legal Interoperability Specification ABB is relevant for interoperability a key interoperability enabler because it helps achieve legal interoperability by addressing the core legal interoperability background for solutions. +IoP Dimension: Behavioral IoP -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - Infrastructure -e-procurement SAT - Directive 2014/24/EU on public procurement -DIRECTIVE 2014/24/EU OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 26 February 2014 on public procurement and repealing Directive 2004/18/EC (Text with EEA relevance). The directive sets out rules on the use of public contracts for the provision of works, supplies or services by companies or individuals and the exemptions which can be applied. The legislation specifies that when national authorities use public procurement to invite tenders to provide works, supplies or services, they must treat all applicants equally and not discriminate between them. They must also be transparent in their dealings. This Directive is considered as a Legal Interoperability Specification, as it shall be transposed in a National or Regional Binding Instrument when designing the solution using the e-procurement Solution Architecture Template. -https://joinup.ec.europa.eu/asset/eia/description]]></skos:definition> - <dcterms:identifier>ABB175</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalAgreement/InternationalTreaties"> - <skos:notation>LegalAgreement/InternationalTreaties</skos:notation> - <skos:prefLabel xml:lang="en">Legal Agreement / International Treaties</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -It is a legal resource on governance rules enabling collaboration between digital public services cross legal jurisdictions. Generally speaking it is of a generic not binding nature like the declarations of Tallinn and Berlin (typically involving many legal jurisdictions). Legal agreements of binding nature typically take the form of binding legal acts like the reference list of offences punishable in the European arrest warrant (2002/584/JHA: Council Framework Decision of 13 June 2002). +Interoperability saliency: The e-Seal Preservation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-seal preservation service. -Based on EIF: -https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex%3A12016E207 +Identifier: http://data.europa.eu/dr8/E-SealPreservationApplicationService -INTEROPERABILITY SALIENCY: -Not applicable +eira:ID: ABB200 -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +ABB name: eira:E-SealPreservationApplicationService -An example of a treaty that does have provisions for further binding agreements is the UN Charter. By signing and ratifying the Charter, countries agreed to be legally bound by resolutions passed by UN bodies such as the General Assembly and the Security Council. Thus, UN resolutions are legally binding on UN Member States, and no signature or ratification is necessary.]]></skos:definition> - <dcterms:identifier>ABB368</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalSkill"> - <skos:notation>OrganisationalSkill</skos:notation> - <skos:prefLabel xml:lang="en">Organisational Skill</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Ability to organise something well, expertise in organizing something. +EIRA concept: eira:ArchitectureBuildingBlock -Based on the definitions of skill and organisational in the Oxford dictionary. -https://en.oxforddictionaries.com/definition/skill +Last modification: 2022-20-01 -Syn. Organisational Competence +]]></skos:definition> + <eira:E-SealPreservationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SealPreservationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of e-Seal Preservation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-SealPreservationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of e-Seal Preservation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-SealPreservationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/E-SealPreservationApplicationService</eira:PURI> + <dcterms:type>eira:E-SealPreservationApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[e-Seal Preservation ABB is an Application Service that enables the procedures to extend the trustworthiness of the qualified electronic signature beyond the technological validity period.]]></skos:definition> + <eira:definitionSource>eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CEF eSignature DSS - DSS (Digital Signature Services) is an open-source software library for electronic signature creation and validation. DSS supports the creation and verification of interoperable and secure electronic signatures in line with European legislation. In particular, DSS aims to follow the eIDAS Regulation and related standards closely. DSS can be re-used in an IT solution for electronic signatures to ensure that signatures are created and verified in line with European legislation and standards. DSS allows re-use in a variety of different ways: in an applet, in a stand-alone application or in a server application. DSS can also be used as a reference implementation for IT solutions which do not directly re-use it. CEF eSignature's DSS open-source library delivers the following benefits to its users: • Open-source software under LGPL 2.1, a non-viral open source license; • Interoperability of the e-signatures; • Supports both e-signatures and e-seals; • Validation of countersignatures and multiple signatures; • Alignment with the eIDAS Regulation and related standards; • Supports EU standards on: o Signature formats and packaging methods; o Signature validation procedures; • Validation relying on Member States' trusted lists: o Status of trust service providers/trust service, compensation of information, path validation. https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eSignaturefile:///C:/Users/bocquilp/Downloads/DSS(ServiceOfferingDescription)%20(v0.03)%20(5).pdf]]></skos:example> + <eira:iopSaliency><![CDATA[The e-Seal Preservation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-seal preservation service.]]></eira:iopSaliency> + <skos:note><![CDATA[An ‘electronic seal' means data in electronic form, which is attached to or logically associated with other data in electronic form to ensure the latter’s origin and integrity. The ‘creator of a seal’ is a legal person who creates an electronic seal.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/E-SealPreservationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-TimestampCreationApplicationService"> + <skos:notation><![CDATA[e-Timestamp Creation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-TimestampCreationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[e-Timestamp Creation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: e-Timestamp Creation ABB is an Application Service that enables the recording of the date and time when a specific electronic document, data or transaction is created or modified. This ABB verifies the existence, integrity, and authenticity of an electronic document, data or transaction. -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source: eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -Surveillance3 - COMMISSION DECISION of 14 September 2009 setting up a European Consumer Consultative Group (2009/705/EC) -One of the set of criteria for membership to the European Consumer Consultative Group membership is: be non-governmental, non-profit-making, independent of industry, commerce and business or other conflicting interests, and +Source reference: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG -1. have as their primary objectives and activities the promotion and protection of the health, safety and economic interest of consumers in the Community, -2. have been mandated to represent the interests of consumers at Community level by national consumer organisations in at least half of the Member States that are representative in accordance with national rules or practice, of consumers and are active at regional or national level, and -3. have provided to the Commission satisfactory accounts of their membership, internal rules and sources of funding -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32009D0705]]></skos:definition> - <dcterms:identifier>ABB219</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalStructure"> - <skos:notation>OrganisationalStructure</skos:notation> - <skos:prefLabel xml:lang="en">Organisational Structure</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[The hierarchical arrangement of lines of authority, communications, rights and duties of an organization. Organizational structure determines how the roles, power and responsibilities are assigned, controlled, and coordinated, and how information flows between the different levels of management. +Additional information: An ‘electronic time stamp’ means data in electronic form which binds other data in electronic form to a particular time establishing evidence that the latter data existed at that time. -Based on BusinessDictionary.com definition of Organizational Structure -http://www.businessdictionary.com/definition/organizational-structure.html +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DigiStamp eTimeStamp® - DigiStamp eTimeStamp® protects the intellectual property in any computer file: • Use Desktop and Web applications for on-demand protection; • Plug the Timestamp Authority into the automated systems. Plug-in rigorous implementation of US & EU standards: • Secure, reliable, RFC 3161 timestamp cloud service; • Archiving and Hash Chaining keyless security; • Elliptic Curve Upgrade; Implementation of the Internet Engineering Task Force's RFC 3161 means DigiStamp timestamps are understood by data validation systems the world over: • Implementation of ANSI X9.95 further increases the compatibility of our timestamps; • Compliance with IETF RFC 3628 gives credence to the trustworthiness of our Time Stamp Authorities.; • Conformance to IETF RFC 3126 makes our timestamps usable for long-term, legally binding agreements. https://www.digistamp.com/ -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Behavioral IoP -EUCARIS - registry network -EUCARIS is an initiative of several European countries and can be described as a cooperation between several national registration authorities. Formalised in a multilateral treaty, this cooperation is focused on the data-exchange regarding vehicle registration, driving licences, and the accompanying personal data. For this exchange, a system is used which was especially developed for this purpose: EUCARIS II. It is essential to note that EUCARIS makes no use of a central European database. Each country is responsible for its own registry of vehicle and driving licence information and its own registration procedures. Through their national registration authority other government institutions can request information on e.g. vehicles from another country. The national registration authority becomes a central hub in EUCARIS. -https://joinup.ec.europa.eu/document/eucaris-european-car-and-driving-licence-information-system-eucaris-0]]></skos:definition> - <dcterms:identifier>ABB14</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalProcedure"> - <skos:notation>OrganisationalProcedure</skos:notation> - <skos:prefLabel xml:lang="en">Organisational Procedure</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[The specific methods employed to express organisational policies in action in day-to-day operations of the organization. Together, policies and procedures ensure that a point of view held by the governing body of an organization is translated into steps that result in an outcome compatible with that view. +LOST view: Technical view - application -Based on BusinessDictionary.com definition of Policies and Procedures -http://www.businessdictionary.com/definition/policies-and-procedures.html +Interoperability saliency: The e-Timestamp Creation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-Timestamp creation service. -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Identifier: http://data.europa.eu/dr8/E-TimestampCreationApplicationService -TRACES - Listing procedures -Describe how to approve or register establishments and operators on the European portal. -https://ec.europa.eu/food/sites/food/files/animals/docs/ah-traces-info-mat-toolkit_en.pdf]]></skos:definition> - <dcterms:identifier>ABB207</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessRule"> - <skos:notation>BusinessRule</skos:notation> - <skos:prefLabel xml:lang="en">Business Rule</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Representation of the relationships between the inputs, controls, outputs, mechanisms and resources used by the activities performed in a business process. +eira:ID: ABB201 -Based on TOGAF definitions. -http://pubs.opengroup.org/architecture/togaf9-doc/arch/ +ABB name: eira:E-TimestampCreationApplicationService -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +EIRA concept: eira:ArchitectureBuildingBlock -Your Europe Advice - answer language -Answer is given in the chosen language -http://europa.eu/youreurope/advice/index_en.htm]]></skos:definition> - <dcterms:identifier>ABB16</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Specification"> - <skos:notation>Specification</skos:notation> - <skos:prefLabel xml:lang="en">Specification</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A Specification is a document that states requirements. A specification can be related to activities (e.g. procedure document, process specification and test specification), or products (e.g. product specification, performance specification and drawing). [ISO 9000:2005] +Last modification: 2022-20-01 -Source : https://www.iso.org/obp/ui/#iso:std:iso:9000:ed-3:v1:en:term:3.7.3]]></skos:definition> - <dcterms:identifier>ABB163</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalPolicy"> - <skos:notation>OrganisationalPolicy</skos:notation> - <skos:prefLabel xml:lang="en">Organisational Policy</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Principles, rules, and guidelines formulated or adopted by an organization to reach its long-term goals and typically published in a booklet or other form that is widely accessible. Policies and procedures are designed to influence and determine all major decisions and actions, and all activities take place within the boundaries set by them. +]]></skos:definition> + <eira:E-TimestampCreationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-TimestampCreationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of e-Timestamp Creation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-TimestampCreationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of e-Timestamp Creation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-TimestampCreationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/E-TimestampCreationApplicationService</eira:PURI> + <dcterms:type>eira:E-TimestampCreationApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[e-Timestamp Creation ABB is an Application Service that enables the recording of the date and time when a specific electronic document, data or transaction is created or modified. This ABB verifies the existence, integrity, and authenticity of an electronic document, data or transaction.]]></skos:definition> + <eira:definitionSource>eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DigiStamp eTimeStamp® - DigiStamp eTimeStamp® protects the intellectual property in any computer file: • Use Desktop and Web applications for on-demand protection; • Plug the Timestamp Authority into the automated systems. Plug-in rigorous implementation of US & EU standards: • Secure, reliable, RFC 3161 timestamp cloud service; • Archiving and Hash Chaining keyless security; • Elliptic Curve Upgrade; Implementation of the Internet Engineering Task Force's RFC 3161 means DigiStamp timestamps are understood by data validation systems the world over: • Implementation of ANSI X9.95 further increases the compatibility of our timestamps; • Compliance with IETF RFC 3628 gives credence to the trustworthiness of our Time Stamp Authorities.; • Conformance to IETF RFC 3126 makes our timestamps usable for long-term, legally binding agreements. https://www.digistamp.com/]]></skos:example> + <eira:iopSaliency><![CDATA[The e-Timestamp Creation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-Timestamp creation service.]]></eira:iopSaliency> + <skos:note><![CDATA[An ‘electronic time stamp’ means data in electronic form which binds other data in electronic form to a particular time establishing evidence that the latter data existed at that time.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/E-TimestampCreationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticationApplicationService"> + <skos:notation><![CDATA[Authentication]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Authentication]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Authentication ABB is an Application Service that enables the functionality of grating users to access the platforms or the services. -Based on BusinessDictionary.com definition of Policies and Procedures -http://www.businessdictionary.com/definition/policies-and-procedures.html +Source: eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source reference: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG -Inspire - re-use of public sector information -Directive 2003/98/EC of the European Parliament and of the Council of 17 November 2003 on the re-use of public sector information. This Directive establishes a minimum set of rules governing the re-use and the practical means of facilitating re-use of existing documents held by public sector bodies of the Member States. -http://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX:32003L0098]]></skos:definition> - <dcterms:identifier>ABB18</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityAndPrivacyPolicy"> - <skos:notation>SecurityAndPrivacyPolicy</skos:notation> - <skos:prefLabel xml:lang="en">Security and Privacy Policy</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[The set of rules and practices that regulate how sensitive information, individual's information and other resources are managed, protected and distributed. +Additional information: ‘Electronic identification’ means the process of using person identification data in electronic form uniquely representing either a natural or legal person, or a natural person representing a legal person; ‘Authentication’ means an electronic process that enables the electronic identification of a natural or legal person, or the origin and integrity of data in electronic form to be confirmed; -Based on IATE definitions of "security policy" and Black's Dictionary of Law definition of "privacy". -http://iate.europa.eu/ -http://thelawdictionary.org/privacy/ +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU Login - EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services. EU Login is the entry gate to sign in to different European Commission services and/or other systems. EU Login verifies your identity and allows recovering your personal settings, history and access rights in a secure way. You can sign in using social media accounts or the EU Login account. EU Login supports a variety of verification methods: • Password; • ECAS Mobile App PIN code; • ECAS Mobile App QR code; • On mobile authentication; • Mobile phone + SMS; • Token and Token CRAM. https://webgate.ec.europa.eu/cas/about.html -Syn. Security and Privacy Statement +IoP Dimension: Behavioral IoP -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application + +Interoperability saliency: The Authentication Service ABB is salient for technical interoperability because it provides the functionalities of user authentication. + +Identifier: http://data.europa.eu/dr8/AuthenticationApplicationService + +eira:ID: ABB204 + +ABB name: eira:AuthenticationApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/RequestValidationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MachineToMachineApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HumanApplicationInterface" /> + <eira:AuthenticationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Authentication]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Authentication]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuthenticationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/AuthenticationApplicationService</eira:PURI> + <dcterms:type>eira:AuthenticationApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Authentication ABB is an Application Service that enables the functionality of grating users to access the platforms or the services.]]></skos:definition> + <eira:definitionSource>eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU Login - EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services. EU Login is the entry gate to sign in to different European Commission services and/or other systems. EU Login verifies your identity and allows recovering your personal settings, history and access rights in a secure way. You can sign in using social media accounts or the EU Login account. EU Login supports a variety of verification methods: • Password; • ECAS Mobile App PIN code; • ECAS Mobile App QR code; • On mobile authentication; • Mobile phone + SMS; • Token and Token CRAM. https://webgate.ec.europa.eu/cas/about.html]]></skos:example> + <eira:iopSaliency><![CDATA[The Authentication Service ABB is salient for technical interoperability because it provides the functionalities of user authentication.]]></eira:iopSaliency> + <skos:note><![CDATA[‘Electronic identification’ means the process of using person identification data in electronic form uniquely representing either a natural or legal person, or a natural person representing a legal person; ‘Authentication’ means an electronic process that enables the electronic identification of a natural or legal person, or the origin and integrity of data in electronic form to be confirmed;]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataAnalyticsApplicationService"> + <skos:notation><![CDATA[Data Analytics]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataAnalyticsApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Analytics]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Analytics ABB is an Application Service that enables the use of procedures to analyze data and extract insights that can be used to improve business decision-making, optimize business processes, and drive innovation + +Source: Inspired in Data Act + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/data-act + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Microsoft Power BI - Power BI is a business analytics service by Microsoft. It aims to provide interactive visualizations and business intelligence capabilities with an interface simple enough for end users to create their own reports and dashboards. It is part of the Microsoft Power Platform.(https://powerbi.microsoft.com/it-it/what-is-power-bi/) -Policy about personal information displayed on the INSPIRE Knowledge Base -All personal information displayed on the INSPIRE Knowledge Base and subsites is subject to a Specific Privacy Statement, accepted by the data subject prior to the collection of his/her personal data, and is published with his/her unambiguous consent. -This e-service is operated by the Digital Economy Unit, Joint Research Centre (JRC). The objective of the INSPIRE Knowledge Base is to provide the INSPIRE community a space on the Internet where they can share information, documents, participate in discussion fora, and share best practices. Upon registration, your personal data will be collected and further processed. The Digital Economy Unit who manages the processing acts as personal data processor. -As this processing collects and further processes personal data, Regulation (EC) 45/2001, of the European Parliament and of the Council of 18 December 2000 on the protection of individuals with regard to the processing of personal data by the Community institutions and bodies and on the free movement of such data, is applicable. +IoP Dimension: Behavioral IoP -The Privacy Statement covers the following: +LOST view: Technical view - application + +Interoperability saliency: The Data Analytics Service ABB  is salient for technical interoperability because it enables the automated processing and analysis of different data source. + +Identifier: http://data.europa.eu/dr8/DataAnalyticsApplicationService + +eira:ID: ABB420 + +ABB name: eira:DataAnalyticsApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <eira:DataAnalyticsApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataAnalyticsApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Data Analytics]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataAnalyticsApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Analytics]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataAnalyticsApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/DataAnalyticsApplicationService</eira:PURI> + <dcterms:type>eira:DataAnalyticsApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Analytics ABB is an Application Service that enables the use of procedures to analyze data and extract insights that can be used to improve business decision-making, optimize business processes, and drive innovation]]></skos:definition> + <eira:definitionSource>Inspired in Data Act</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/data-act]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Microsoft Power BI - Power BI is a business analytics service by Microsoft. It aims to provide interactive visualizations and business intelligence capabilities with an interface simple enough for end users to create their own reports and dashboards. It is part of the Microsoft Power Platform.(https://powerbi.microsoft.com/it-it/what-is-power-bi/)]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Analytics Service ABB  is salient for technical interoperability because it enables the automated processing and analysis of different data source.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataAnalyticsApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataManagementApplicationService"> + <skos:notation><![CDATA[Metadata Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MetadataManagementApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Metadata Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Metadata Management ABB is an Application Service that enables functionalities for the i) creation, ii) storage, iii) categorisation and iv) retrieval of metadata. + +Source: DAMA + +Source reference: http://www.dama.org/ + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Eurostat SDMX repository: The Euro SDMX Registry is Eurostat’s implementation of an SDMX registry to facilitate the exchange of statistical data and metadata by serving as a metadata repository. It stores the SDMX artefacts needed for the parties to access and interpret the content of the exchanged statistical data and metadata sets. http://ec.europa.eu/eurostat/web/sdmx-infospace/sdmx-it-tools/sdmx-registry -� What is the personal information collected, what is the legal basis, for what purpose and through which technical means? -� Who has access to the information and to whom is it disclosed? -� How is the information protected and safeguarded? -� How can personal information be verified, modified or deleted information? -� How long is the data kept? -� Contact Information -� Recourse +IoP Dimension: Behavioral IoP -http://inspire.ec.europa.eu/privacy-policy/59294]]></skos:definition> - <dcterms:identifier>ABB222</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OperationalEnabler"> - <skos:notation>OperationalEnabler</skos:notation> - <skos:prefLabel xml:lang="en">Operational Enabler</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[An organisation, person, object or event that makes it possible to formulate or implement the a public policy. +LOST view: Technical view - application + +Interoperability saliency: The Metadata management Service ABB  is salient for interoperability because it provides and shares the functionalities to manage metadata. EIF recommends to prioritise it: "Put in place an information management strategy at the highest possible level to avoid fragmentation and duplication. Management of metadata, master data and reference data should be prioritised". + +Identifier: http://data.europa.eu/dr8/MetadataManagementApplicationService + +eira:ID: ABB52 + +ABB name: eira:MetadataManagementApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <eira:MetadataManagementApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataManagementApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Metadata Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MetadataManagementApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Metadata Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MetadataManagementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/MetadataManagementApplicationService</eira:PURI> + <dcterms:type>eira:MetadataManagementApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Metadata Management ABB is an Application Service that enables functionalities for the i) creation, ii) storage, iii) categorisation and iv) retrieval of metadata.]]></skos:definition> + <eira:definitionSource>DAMA</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://www.dama.org/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Eurostat SDMX repository: The Euro SDMX Registry is Eurostat’s implementation of an SDMX registry to facilitate the exchange of statistical data and metadata by serving as a metadata repository. It stores the SDMX artefacts needed for the parties to access and interpret the content of the exchanged statistical data and metadata sets. http://ec.europa.eu/eurostat/web/sdmx-infospace/sdmx-it-tools/sdmx-registry]]></skos:example> + <eira:iopSaliency><![CDATA[The Metadata management Service ABB  is salient for interoperability because it provides and shares the functionalities to manage metadata. EIF recommends to prioritise it: "Put in place an information management strategy at the highest possible level to avoid fragmentation and duplication. Management of metadata, master data and reference data should be prioritised".]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/MetadataManagementApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/UXManagementApplicationService"> + <skos:notation><![CDATA[UX Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/UXManagementApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[UX Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: UX Management Service ABB is Application Service managing user experience design-related activities inside an organization to create growth and good management practices. Typical UX management activities are to define an organization’s UX design language and strategy and manage the work processes around UX design. + +Source: Interaction design + +Source reference: (https://www.interaction-design.org/literature/topics/ux-management) + +LOST view: Technical view - application + +Identifier: http://data.europa.eu/dr8/UXManagementService + +Identifier: http://data.europa.eu/dr8/UXManagementApplicationService + +eira:ID: ABB484 + +ABB name: eira:UXManagementApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-23-01 + +]]></skos:definition> + <eira:UXManagementApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/UXManagementApplicationService_Properties"> + <skos:notation><![CDATA[Properties of UX Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/UXManagementApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of UX Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/UXManagementApplicationService" /> + <dcterms:type>eira:UXManagementApplicationService</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[UX Management Service ABB is Application Service managing user experience design-related activities inside an organization to create growth and good management practices. Typical UX management activities are to define an organization’s UX design language and strategy and manage the work processes around UX design.]]></skos:definition> + <eira:definitionSource>Interaction design</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[(https://www.interaction-design.org/literature/topics/ux-management)]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[UX Management ABB is a key interoperability enabler (*) for behavioural interoperability, governance and semantic interoperability by enabling (i) a set of rules and best practices for user experience with public service components; (ii) a set of indicators to monitor and understand usability in public services; and (ii) metadata information to understand the visual elements of the public service components]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/UXManagementApplicationService</eira:PURI> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/UXManagementApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ScheduleManagementApplicationService"> + <skos:notation><![CDATA[Schedule Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Schedule Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Schedule Management Service ABB is an Application Service that enables the procedures to manage time and events in the achievement of the goals and delivery of public services. + +Source: Inspired in Public Works and Goverment Services Canada + +Source reference: https://buyandsell.gc.ca/cds/public/2016/11/23/c7b27e0ac41ad50ffae2f12b0a837875/ABES.PROD.PW_PWZ.B014.E10051.ATTA001.PDF + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Chronos is a replacement for cron. It is a distributed and fault-tolerant scheduler that runs on top of Apache Mesos that can be used for job orchestration. It supports custom Mesos executors as well as the default command executor. Thus by default, Chronos executes sh (on most systems bash) scripts. https://sourceforge.net/projects/chronos.mirror/ -Based on Hill, M. and Hupe, P, Implementing Public Policy: Governance in Theory and in Practice, SAGE Publications Ltd 2002 +IoP Dimension: Behavioral IoP -An [Operational Enabler] is influenced by a [Public Policy Implementation Approach] and a [Public Policy Implementation Mandate] which determine the role of the organisation, person, object or event. -This role is determined by the following quadrant: +LOST view: Technical view - application + +Interoperability saliency: The Schedule Management Application Service ABB is salient for technical interoperability because it allows managing and orchestrating different events physical and digital ones within a determined workflow according to the delivery model of each digital public service. + +Identifier: http://data.europa.eu/dr8/ScheduleManagementApplicationService + +eira:ID: http://data.europa.eu/dr8/ScheduleManagementApplicationService + +ABB name: eira:ScheduleManagementApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/AgendaManagementApplicationService" /> + <eira:ScheduleManagementApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ScheduleManagementApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Schedule Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Schedule Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ScheduleManagementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/ScheduleManagementApplicationService</eira:PURI> + <dcterms:type>eira:ScheduleManagementApplicationService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Schedule Management Service ABB is an Application Service that enables the procedures to manage time and events in the achievement of the goals and delivery of public services.]]></skos:definition> + <eira:definitionSource>Inspired in Public Works and Goverment Services Canada</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://buyandsell.gc.ca/cds/public/2016/11/23/c7b27e0ac41ad50ffae2f12b0a837875/ABES.PROD.PW_PWZ.B014.E10051.ATTA001.PDF]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Chronos is a replacement for cron. It is a distributed and fault-tolerant scheduler that runs on top of Apache Mesos that can be used for job orchestration. It supports custom Mesos executors as well as the default command executor. Thus by default, Chronos executes sh (on most systems bash) scripts. https://sourceforge.net/projects/chronos.mirror/]]></skos:example> + <eira:iopSaliency><![CDATA[The Schedule Management Application Service ABB is salient for technical interoperability because it allows managing and orchestrating different events physical and digital ones within a determined workflow according to the delivery model of each digital public service.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataQualityApplicationService"> + <skos:notation><![CDATA[Data Quality]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataQualityApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Quality]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Quality ABB is an Application Service that enables the procedures to ensure the data is accurate, complete, consistent, and up-to-date + +Source: Eurostat Data Validation + +Source reference: http://ec.europa.eu/eurostat/data/data-validation + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Eurostat Struval - The Structural Validation service (called STRUVAL) performs structural validation of statistical data files following the SDMX Information Model for a given data flow. It ensures that a data file respects the following key elements: • SDMX compliance in terms of checks on file format and completeness in terms of mandatory fields; • SDMX compliance in terms of the structure and coding defined by the Data Structure Definition (DSD); • The constraints defined for respective data flows. The STRUVAL service returns a response containing a machine-readable message that is processed by the process manager. The invoker of the service receives a validation report, regardless of the result of the process (in case of no failures the reports hold no records). http://ec.europa.eu/eurostat/web/sdmx-infospace/validation-transformation/structural-validation - | Public Policy Implementation Approach | - |___________________________________________| - | Top / Centralised | Down / Delegated | -______________________________________________________|______________________|____________________| - | | | | -Public | Strongly / Low Level Regulated | A | B | -Policy | ___________________________________| _____________________| ____________________| -Implementation | | | | -Mandate | Softly / High Level Regulated | C | D | -__________________| ___________________________________|______________________|____________________| +IoP Dimension: Behavioral IoP -Option A: Public Policy Implementation Mandate: Strongly / Low Level Regulated, Public Policy Implementation Approach: Top / Centralised -SETTING THE PUBLIC POLICY KEY IMPLEMENTATION IOP INSTRUMENTS (i.e. focus on data architecture like a base registry solution) +LOST view: Technical view - application + +Interoperability saliency: The Data Quality Service ABB  is salient for technical interoperability because it shares the functionality to validate if data received (or to be sent) is compliant with common and agreed interoperable formats as stated in the EIF recommendation n° 41: "Establish procedures and processes to integrate the opening of data in your common business processes, working routines, and in the development of new information systems." + +Identifier: http://data.europa.eu/dr8/DataQualityApplicationService + +eira:ID: ABB42 + +ABB name: eira:DataQualityApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <eira:DataQualityApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataQualityApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Data Quality]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataQualityApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Quality]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataQualityApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/DataQualityApplicationService</eira:PURI> + <dcterms:type>eira:DataQualityApplicationService</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Quality ABB is an Application Service that enables the procedures to ensure the data is accurate, complete, consistent, and up-to-date]]></skos:definition> + <eira:definitionSource>Eurostat Data Validation</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://ec.europa.eu/eurostat/data/data-validation]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Eurostat Struval - The Structural Validation service (called STRUVAL) performs structural validation of statistical data files following the SDMX Information Model for a given data flow. It ensures that a data file respects the following key elements: • SDMX compliance in terms of checks on file format and completeness in terms of mandatory fields; • SDMX compliance in terms of the structure and coding defined by the Data Structure Definition (DSD); • The constraints defined for respective data flows. The STRUVAL service returns a response containing a machine-readable message that is processed by the process manager. The invoker of the service receives a validation report, regardless of the result of the process (in case of no failures the reports hold no records). http://ec.europa.eu/eurostat/web/sdmx-infospace/validation-transformation/structural-validation]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Quality Service ABB  is salient for technical interoperability because it shares the functionality to validate if data received (or to be sent) is compliant with common and agreed interoperable formats as stated in the EIF recommendation n° 41: "Establish procedures and processes to integrate the opening of data in your common business processes, working routines, and in the development of new information systems."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataQualityApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AccountingApplicationService"> + <skos:notation><![CDATA[Accounting]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AccountingApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Accounting]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Accounting ABB is an Application Service that enables the process of tracking and recording access to resources, facilities and information. + +Source: Inspired in Springer (Authentication, Authorization and Accounting article) + +Source reference: https://link.springer.com/chapter/10.1007/978-3-030-52829-4_14 + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): BASICAL system was developed by the General Administration Intervention Board to give computer support to operations and information in the basic model of the Accounting Information System for Local Governments, in compliance with Order EHA/404/2004, of 23 November, approving the Basic Local Accounting Model Regulations. https://administracionelectronica.gob.es/ctt/verPestanaGeneralAbstract.htm?idIniciativa=basical#.ZAISY3bMI2w -Option B: Public Policy Implementation Mandate: Strongly / Low Level Regulated, Public Policy Implementation Approach: Down / Delegated -SETTING PUBLIC POLICY IMPLEMENTATION STANDARDS AND RULES (i.e. focus on technology architecture like eID tech specifications) +IoP Dimension: Behavioral IoP -Option C: Public Policy Implementation Mandate: Softly / High Level Regulated, Public Policy Implementation Approach: Top / Centralised -SETTING PUBLIC POLICY IMPLEMENTATION OBJECTIVES (i.e. focus on business architecture like a national interoperability strategy) +LOST view: Technical view - application +Interoperability saliency: The Accounting Application Service ABB is salient for interoperability because it can be a mechanism to track and control access to data, applications, and services. This can help to identify when unauthorised changes or accesses have been accepted and data in a digital public servicer has been compromised and whom is the actor involved. -Option D: Public Policy Implementation Mandate: Softly / High Level Regulated, Public Policy Implementation Approach: Down / Delegated -SETTING PUBLIC POLICY IMPLEMENTATION FRAMEWORKS AND COLLABORATION PROTOCOLS CROSS THE DIFFERENT DELEGATION LEVELS (i.e. focus on application architecture like a national reference architecture) +Identifier: http://data.europa.eu/dr8/AccountingApplicationService -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -The Customs 2020 Programme -Customs 2020 is an EU cooperation programme providing national customs administrations with the possibility to create and exchange information and expertise. It allows developing and operating major trans-European IT systems in partnership and establishing various human networks by bringing together national officials from across Europe. The programme has a budget of � 547.3 million and will run for 7 years from January 1 2014. -https://ec.europa.eu/taxation_customs/business/customs-cooperation-programmes/customs-2020-programme_en]]></skos:definition> - <dcterms:identifier>ABB166</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilityEnabler"> - <skos:notation>OrganisationalInteroperabilityEnabler</skos:notation> - <skos:prefLabel xml:lang="en">Organisational Interoperability Enabler</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[That which allows how organisations cooperate to achieve their mutually agreed goals. It can be capabilities, forces, or resources. +eira:ID: http://data.europa.eu/dr8/AccountingApplicationService -Source: Based on the Black's Law Dictionary definition of enablers and the EIRA definition of organisational interoperability. -https://joinup.ec.europa.eu/asset/eia/document/how-does-eira-support-interoperability -http://thelawdictionary.org/enablers/ +ABB name: eira:AccountingApplicationService -The following implementations are examples on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +EIRA concept: eira:ArchitectureBuildingBlock -RAPEX - Semantic Web Gate -Public set of RAPEX notifications are available via the Semantic Web Gate in the Open Data portal -http://ec.europa.eu/semantic_webgate/query/dataset=rapex +Last modification: 2022-18-01 -e-Justice Portal - Commission's approach on the security of communication and information systems in the European Commission -Commission Decision (EU, Euratom) 2017/46 of 10 January 2017 on the security of communication and information systems in the European Commission. The Commission's approach should take into account EU policy initiatives and legislation on network and information security, industry standards and good practices, to comply with all relevant legislation and to allow interoperability and compatibility. This decision applies to all communication and information systems (CISs) which are owned, procured, managed or operated by or on behalf of the Commission and all usage of those CISs by the Commission. -This decision sets out the basic principles, objectives, organisation and responsibilities regarding the security of those CISs, and in particular for Commission departments owning, procuring, managing or operating CISs and including CISs provided by an internal IT service provider. -http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv:OJ.L_.2017.006.01.0040.01.ENG]]></skos:definition> - <dcterms:identifier>ABB171</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CapacityOfExchangingBusinessInformation"> - <skos:notation>CapacityOfExchangingBusinessInformation</skos:notation> - <skos:prefLabel xml:lang="en">Capacity of exchanging business information</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A particular ability or capacity that an organisation may possess or exchange to achieve a specific purpose or outcome. -Defining a business capability involves identifying and describing what needs to be done by the business in support of its overall mission. Business capabilities provide an abstraction of the business reality in a way that helps to simplify conversations between interested stakeholders. +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationService" /> + <eira:AccountingApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AccountingApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Accounting]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AccountingApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Accounting]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AccountingApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/AccountingApplicationService</eira:PURI> + <dcterms:type>eira:AccountingApplicationService</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Accounting ABB is an Application Service that enables the process of tracking and recording access to resources, facilities and information.]]></skos:definition> + <eira:definitionSource>Inspired in Springer (Authentication, Authorization and Accounting article)</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://link.springer.com/chapter/10.1007/978-3-030-52829-4_14]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): BASICAL system was developed by the General Administration Intervention Board to give computer support to operations and information in the basic model of the Accounting Information System for Local Governments, in compliance with Order EHA/404/2004, of 23 November, approving the Basic Local Accounting Model Regulations. https://administracionelectronica.gob.es/ctt/verPestanaGeneralAbstract.htm?idIniciativa=basical#.ZAISY3bMI2w]]></skos:example> + <eira:iopSaliency><![CDATA[The Accounting Application Service ABB is salient for interoperability because it can be a mechanism to track and control access to data, applications, and services. This can help to identify when unauthorised changes or accesses have been accepted and data in a digital public servicer has been compromised and whom is the actor involved.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AccountingApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SignaturePreservationApplicationService"> + <skos:notation><![CDATA[e-Signature Preservation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-SignaturePreservationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[e-Signature Preservation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: e-Signature Preservation ABB is an Application Service extending the trustworthiness of the qualified electronic signature beyond the technological validity period. -Based on TOGAF definition and description of business capability. -https://www2.opengroup.org/ogsys/catalog/g161 +Source: eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -Syn. Business Ability +Source reference: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP -The Business Capability ABB �is salient for organisational interoperability because it defines the main business reason for exchanging business information with other business capabilities in another organisation or in the same organisation. +Additional information: An ‘electronic signature’ means data in electronic form which is attached to or logically associated with other data in electronic form and which is used by the signatory to sign. -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Namirial Spa Long term archiving solution - Namirial is a Trust Service Provider, focused on addressing the fast growing market of Digital Transaction Management (DTM), which includes legally compliant electronic signatures, managing and tracking documents flows, conducting secure transactions and ensuring secure storage of data. It provides a long term archiving: • Protect and preserve all documents generated while performing digital business transactions; • Make those documents easily searchable; • Accredited for Long-Term Archiving/Digital Preservation Services; • SaaS, high-availability, multi-company solution built to archive large volumes of documents. https://www.xyzmo.com/digital-signature/e-signature-products -Surveillance3 reporting and generation of data sets -The reporting and generation of data sets business capability brought by Surveillance3 enables the reporting and analysis of data by the end users, through integration mechanisms to other applications. Surveillance3 aggregates the declaration data and additional data such as Binding Tariff Information (BTI) decisions and Surveillance definitions in order to produce consolidated reports about: -1. The BTI usage for the DG TAXUD BTI sector users and for Member State users and -2. Surveillance statistical data +IoP Dimension: Behavioral IoP -http://ec.europa.eu/taxation_customs/dds2/surv/surv_consultation.jsp?Lang=en]]></skos:definition> - <dcterms:identifier>ABB12</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ExchangeOfBusinessInformation"> - <skos:notation>ExchangeOfBusinessInformation</skos:notation> - <skos:prefLabel xml:lang="en">Exchange of Business Information</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Business capability on exchanging data, information, and Knowledge +LOST view: Technical view - Infrastructure + +Interoperability saliency: The e-Signature Preservation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-signature preservation service. + +Identifier: http://data.europa.eu/dr8/E-SignaturePreservationApplicationService + +eira:ID: ABB197 + +ABB name: eira:E-SignaturePreservationApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <eira:E-SignaturePreservationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SignaturePreservationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of e-Signature Preservation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-SignaturePreservationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of e-Signature Preservation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-SignaturePreservationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/E-SignaturePreservationApplicationService</eira:PURI> + <dcterms:type>eira:E-SignaturePreservationApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[e-Signature Preservation ABB is an Application Service extending the trustworthiness of the qualified electronic signature beyond the technological validity period.]]></skos:definition> + <eira:definitionSource>eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Namirial Spa Long term archiving solution - Namirial is a Trust Service Provider, focused on addressing the fast growing market of Digital Transaction Management (DTM), which includes legally compliant electronic signatures, managing and tracking documents flows, conducting secure transactions and ensuring secure storage of data. It provides a long term archiving: • Protect and preserve all documents generated while performing digital business transactions; • Make those documents easily searchable; • Accredited for Long-Term Archiving/Digital Preservation Services; • SaaS, high-availability, multi-company solution built to archive large volumes of documents. https://www.xyzmo.com/digital-signature/e-signature-products]]></skos:example> + <eira:iopSaliency><![CDATA[The e-Signature Preservation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-signature preservation service.]]></eira:iopSaliency> + <skos:note><![CDATA[An ‘electronic signature’ means data in electronic form which is attached to or logically associated with other data in electronic form and which is used by the signatory to sign.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/E-SignaturePreservationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService"> + <skos:notation><![CDATA[API Discovery and Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[API Discovery and Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: API Discovery and Catalogue Service ABB is an Application Service that enables the discovery and/or maintenance of the API Catalogue ABB. + +Source: Inspired in Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/application-programming-interface + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): RapidAPI - RapidAPI is a collection of predefined APIs that are free to test, specifically updated for 2021. https://rapidapi.com/collection/list-of-free-apis -Based on TOGAF definitions. -https://www2.opengroup.org/ogsys/catalog/g161 -http://pubs.opengroup.org/architecture/togaf9-doc/arch/ +IoP Dimension: Structural IoP, Behavioral IoP -(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector. +LOST view: Technical view - application + +Interoperability saliency: API Discovery and Catalogue Application Service ABB is a key interoperability enabler (*) for structural and behavioural interoperability by enabling and maintaining API Catalogues for public administration services. This is a key aspect enabling interoperability as it contributes to the discovery of APIs through catalogues. + +Identifier: http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService + +eira:ID: ABB433 + +ABB name: eira:APIDiscoveryandCatalogueApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/APICatalogueDataObject" /> + <eira:APIDiscoveryandCatalogueApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService_Properties"> + <skos:notation><![CDATA[Properties of API Discovery and Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of API Discovery and Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService</eira:PURI> + <dcterms:type>eira:APIDiscoveryandCatalogueApplicationService</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[API Discovery and Catalogue Service ABB is an Application Service that enables the discovery and/or maintenance of the API Catalogue ABB.]]></skos:definition> + <eira:definitionSource>Inspired in Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/application-programming-interface]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): RapidAPI - RapidAPI is a collection of predefined APIs that are free to test, specifically updated for 2021. https://rapidapi.com/collection/list-of-free-apis]]></skos:example> + <eira:iopSaliency><![CDATA[API Discovery and Catalogue Application Service ABB is a key interoperability enabler (*) for structural and behavioural interoperability by enabling and maintaining API Catalogues for public administration services. This is a key aspect enabling interoperability as it contributes to the discovery of APIs through catalogues.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineTranslationApplicationService"> + <skos:notation><![CDATA[Machine Translation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MachineTranslationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Machine Translation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Machine Translation ABB is an Application Service that enables the procedures for automated translation of text, metadata and concept classes or nomenclatures + +Source: CEF Automated Translation + +Source reference: https://ec.europa.eu/digital-single-market/en/news/tools-and-resources-cef-automated-translation + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CEF Digital - eTranslation building block: eTranslation is a Connecting Europe Facility (CEF) building block provided by the European Commission (EC). eTranslation provides an online machine translation service.(https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eTranslation) -Syn. Exchange of Business Facts, Exchange of Business Data, Exchange of Business Opinions +IoP Dimension: Behavioral IoP -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP -The Exchange of business Information ABB is salient for interoperability because it helps achieve organisational interoperability by ensuring compatible interaction between organisations, as stated in the EIF: "For the purpose of the EIF, interoperability is the ability of organisations to interact towards mutually beneficial goals, involving the sharing of information and knowledge between these organisations, through the business processes they support, by means of the exchange of data between their ICT systems". +LOST view: Technical view - application + +Interoperability saliency: The Machine Translation Service ABB  is salient for technical interoperability because it enables cross-lingual functionality by providing automated translation of text, metadata and concept classes or nomenclatures as stated in the EIF recommendation n°16: "Use information systems and technical architectures that cater for multilingualism when establishing a European public service. Decide on the level of multilingualism support based on the needs of the expected users." + +Identifier: http://data.europa.eu/dr8/MachineTranslationApplicationService + +eira:ID: ABB41 + +ABB name: eira:MachineTranslationApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <eira:MachineTranslationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineTranslationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Machine Translation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MachineTranslationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Machine Translation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MachineTranslationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/MachineTranslationApplicationService</eira:PURI> + <dcterms:type>eira:MachineTranslationApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Machine Translation ABB is an Application Service that enables the procedures for automated translation of text, metadata and concept classes or nomenclatures]]></skos:definition> + <eira:definitionSource>CEF Automated Translation</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/digital-single-market/en/news/tools-and-resources-cef-automated-translation]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CEF Digital - eTranslation building block: eTranslation is a Connecting Europe Facility (CEF) building block provided by the European Commission (EC). eTranslation provides an online machine translation service.(https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eTranslation)]]></skos:example> + <eira:iopSaliency><![CDATA[The Machine Translation Service ABB  is salient for technical interoperability because it enables cross-lingual functionality by providing automated translation of text, metadata and concept classes or nomenclatures as stated in the EIF recommendation n°16: "Use information systems and technical architectures that cater for multilingualism when establishing a European public service. Decide on the level of multilingualism support based on the needs of the expected users."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/MachineTranslationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RegistrationApplicationService"> + <skos:notation><![CDATA[Registration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RegistrationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Registration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Registration Service ABB is an Application Service that enables users to sign-up for a service, application or platform through unique personal identification data. + +Source: eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. + +Source reference: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): BE:Trusted - BE:Trusted list including information related to the qualified trust service providers which are supervised by the issuing Member State, together with information related to the qualified trust services provided by them, in accordance with the relevant provisions laid down in Regulation (EU) No 910/2014 of the European Parliament and of the Council of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market. https://tsl.belgium.be/archive/TSL-BE-2016-T3_vi5_sn27%20SPF%20Economie_signed.pdf -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Behavioral IoP -Easi-MicPro - Agreement of Code of good conduct -Proof of transparency and usage of pan-European reporting standards. -https://webgate.ec.europa.eu/easi-micpro/application#!cogcPublicPage]]></skos:definition> - <dcterms:identifier>ABB170</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Service"> - <skos:notation>Service</skos:notation> - <skos:prefLabel xml:lang="en">Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -It is a service of general interest that public authorities of the EU member countries classify as being of general interest and, therefore, subject to specific public service obligations. They can be provided either by the state or by the private sector and they can be consumed both by the Public or by internally to the Organisation. +LOST view: Technical view - Infrastructure -Based on the definitions Services of general interest: https://ec.europa.eu/info/topics/single-market/services-general-interest_en +Interoperability saliency: The Registration Service ABB  is salient for technical interoperability because it provides the functionalities of the discovery of essential information about accredited service providers. +Identifier: http://data.europa.eu/dr8/RegistrationApplicationService -INTEROPERABILITY SALIENCY: -Not applicable +eira:ID: ABB145 -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +ABB name: eira:RegistrationApplicationService -EUROPASS2 - Make better use of skills and opportunities across Europe -Europass is a service to help individuals to communicate their skills, qualifications and experience through the use of standardised documents templates. -http://ec.europa.eu/social/main.jsp?catId=1266&langId=en]]></skos:definition> - <dcterms:identifier>ABB369</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification"> - <skos:notation>OrganisationalInteroperabilitySpecification</skos:notation> - <skos:prefLabel xml:lang="en">Organisational Interoperability Specification</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -This aspect of interoperability is concerned with how organisations, such as public administrations in different Member States, cooperate to achieve their mutually agreed goals. In practice, organisational interoperability implies integrating business processes and related data exchange. Organisational interoperability also aims to meet the requirements of the user community by making services available, easily identifiable, accessible and user-focused. +EIRA concept: eira:ArchitectureBuildingBlock -Organisation interoperability specifications support organisational interoperability by addressing the core organizational interoperability background for solutions. +Last modification: 2022-20-01 -Source: How does the EIRA� support interoperability? -https://joinup.ec.europa.eu/sites/default/files/how_does_eira_support_interoperability_v1_0_0.pdf +]]></skos:definition> + <eira:RegistrationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RegistrationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Registration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RegistrationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Registration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RegistrationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/RegistrationApplicationService</eira:PURI> + <dcterms:type>eira:RegistrationApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Registration Service ABB is an Application Service that enables users to sign-up for a service, application or platform through unique personal identification data.]]></skos:definition> + <eira:definitionSource>eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): BE:Trusted - BE:Trusted list including information related to the qualified trust service providers which are supervised by the issuing Member State, together with information related to the qualified trust services provided by them, in accordance with the relevant provisions laid down in Regulation (EU) No 910/2014 of the European Parliament and of the Council of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market. https://tsl.belgium.be/archive/TSL-BE-2016-T3_vi5_sn27%20SPF%20Economie_signed.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[The Registration Service ABB  is salient for technical interoperability because it provides the functionalities of the discovery of essential information about accredited service providers.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/RegistrationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService"> + <skos:notation><![CDATA[e-Signature Verification and Validation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[e-Signature Verification and Validation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: e-Signature Verification and Validation Service ABB is an Application Service that enables the process of verifying and confirming that an electronic signature or a seal is valid. -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source: eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -Memorandum of Understanding on Economic and Financial Statistics between the DG Statistics of the European Central Bank and Eurostat -The purpose of this Memorandum of Understanding is to set out the respective areas of responsibility in economic and financial statistics at the Community level of the ECB (Directorate General Statistics) and the Commission (Eurostat); to provide a framework for the exchange and reproduction of data; to note the forms which co-operation between the Directorate General Statistics (DG Statistics) and Eurostat will take; and to set down a procedure for resolving disagreements. -https://www.ecb.europa.eu/ecb/legal/pdf/en_mou_with_eurostat1.pdf]]></skos:definition> - <dcterms:identifier>ABB176</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalPublicService"> - <skos:notation>InteroperableDigitalPublicService</skos:notation> - <skos:prefLabel xml:lang="en">Interoperable Digital Public Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -It is an interoperable public service provisioned via a digital service delivery mode by, or on behalf of, a public administration in support to the realization of a Public Administration digital business capability . An European digital public service comprises any digital public service exposed to a cross-border dimension in the Union. +Source reference: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG -Sources: EIF, ISA2 Core Vocabularies, IMM -http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF -https://joinup.ec.europa.eu/catalogue/distribution/cpsv-ap-specification-v20-pdf -https://joinup.ec.europa.eu/sites/default/files/imm_guideline_1.pdf -https://ec.europa.eu/isa2/actions/assessing-progress-being-made-towards-interoperability_en +Additional information: An ‘electronic signature’ means data in electronic form which is attached to or logically associated with other data in electronic form and which is used by the signatory to sign. ‘Validation’ means the process of verifying and confirming that an electronic signature or a seal is valid. -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP -The Public Service ABB is salient for organisational interoperability because it is the central element around which interoperabilty needs to be ensured, as stated in the EIF: "The European Interoperability Framework is a commonly agreed approach to the delivery of European public services in an interoperable manner". +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CEF eSignature DSS - DSS (Digital Signature Services) is an open-source software library for electronic signature creation and validation. DSS supports the creation and verification of interoperable and secure electronic signatures in line with European legislation. In particular, DSS aims to follow the eIDAS Regulation and related standards closely. DSS can be re-used in an IT solution for electronic signatures to ensure that signatures are created and verified in line with European legislation and standards. DSS allows re-use in a variety of different ways: in an applet, in a stand-alone application or in a server application. DSS can also be used as a reference implementation for IT solutions which do not directly re-use it. CEF eSignature's DSS open-source library delivers the following benefits to its users: • Open-source software under LGPL 2.1, a non-viral open source license; • Interoperability of the e-signatures; • Supports both e-signatures and e-seals; • Validation of countersignatures and multiple signatures; • Alignment with the eIDAS Regulation and related standards; • Supports EU standards on: o Signature formats and packaging methods; o Signature validation procedures; • Validation relying on Member States' trusted lists: o Status of trust service providers/trust service, compensation of information, path validation. https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eSignaturefile:///C:/Users/bocquilp/Downloads/DSS(ServiceOfferingDescription)%20(v0.03)%20(5).pdf -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Behavioral IoP -EUROPASS2 - Make better use of skills and opportunities across Europe -Europass is a service to help individuals to communicate their skills, qualifications and experience through the use of standardised documents templates. -http://ec.europa.eu/social/main.jsp?catId=1266&langId=en]]></skos:definition> - <dcterms:identifier>ABB1</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CharacterEncodingScheme"> - <skos:notation>CharacterEncodingScheme</skos:notation> - <skos:prefLabel xml:lang="en">Character Encoding Scheme</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Digital Encoding of Characters. To be of any use in computers, in computer communications and in particular on the World Wide Web, characters must be encoded. In fact, much of the information processed by computers over the last few decades has been encoded text, exceptions being images, audio, video and numeric data. To achieve text encoding, a large variety of character encodings have been devised. Character encodings can loosely be explained as mappings between the character sequences that users manipulate and the sequences of bits that computers manipulate. +LOST view: Technical view - application + +Interoperability saliency: The e-Signature Verification and Validation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-signature verification and validation service. + +Identifier: http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService + +eira:ID: ABB144 + +ABB name: eira:E-SignatureVerificationAndValidationApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <eira:E-SignatureVerificationAndValidationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of e-Signature Verification and Validation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of e-Signature Verification and Validation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService</eira:PURI> + <dcterms:type>eira:E-SignatureVerificationAndValidationApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[e-Signature Verification and Validation Service ABB is an Application Service that enables the process of verifying and confirming that an electronic signature or a seal is valid.]]></skos:definition> + <eira:definitionSource>eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CEF eSignature DSS - DSS (Digital Signature Services) is an open-source software library for electronic signature creation and validation. DSS supports the creation and verification of interoperable and secure electronic signatures in line with European legislation. In particular, DSS aims to follow the eIDAS Regulation and related standards closely. DSS can be re-used in an IT solution for electronic signatures to ensure that signatures are created and verified in line with European legislation and standards. DSS allows re-use in a variety of different ways: in an applet, in a stand-alone application or in a server application. DSS can also be used as a reference implementation for IT solutions which do not directly re-use it. CEF eSignature's DSS open-source library delivers the following benefits to its users: • Open-source software under LGPL 2.1, a non-viral open source license; • Interoperability of the e-signatures; • Supports both e-signatures and e-seals; • Validation of countersignatures and multiple signatures; • Alignment with the eIDAS Regulation and related standards; • Supports EU standards on: o Signature formats and packaging methods; o Signature validation procedures; • Validation relying on Member States' trusted lists: o Status of trust service providers/trust service, compensation of information, path validation. https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eSignaturefile:///C:/Users/bocquilp/Downloads/DSS(ServiceOfferingDescription)%20(v0.03)%20(5).pdf]]></skos:example> + <eira:iopSaliency><![CDATA[The e-Signature Verification and Validation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-signature verification and validation service.]]></eira:iopSaliency> + <skos:note><![CDATA[An ‘electronic signature’ means data in electronic form which is attached to or logically associated with other data in electronic form and which is used by the signatory to sign. ‘Validation’ means the process of verifying and confirming that an electronic signature or a seal is valid.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService"> + <skos:notation><![CDATA[Public Administration Single Window]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Administration Single Window]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Public Administration Single Window Service ABB is an Application that enables the processes to submit information and documents with a single entry point to fulfil all regulatory requirements. + +Source: United Nations + +Source reference: https://tfig.unece.org/contents/single-window-concept.htm + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Mi Carpeta Ciudadana Carpeta Ciudadana is a personal online space that facilitates your relationship with public administrations. https://carpetaciudadana.gob.es/carpeta/clave.htm -Source: W3C -https://www.w3.org/TR/2003/WD-charmod-20030822/ +IoP Dimension: Behavioral IoP -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application + +Interoperability saliency: The Public Administration Single Window Application Service ABB is salient for technical interoperability because it acts as a single entry point for the provision and exchange of data between stakeholders and public organisations. This can improve not only the user experience but interoperability due to the standardised methods for data sharing. + +Identifier: http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService + +eira:ID: http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService + +ABB name: eira:PublicAdministrationSingleWindowApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:PublicAdministrationSingleWindowApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Public Administration Single Window]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Administration Single Window]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService</eira:PURI> + <dcterms:type>eira:PublicAdministrationSingleWindowApplicationService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Public Administration Single Window Service ABB is an Application that enables the processes to submit information and documents with a single entry point to fulfil all regulatory requirements.]]></skos:definition> + <eira:definitionSource>United Nations</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://tfig.unece.org/contents/single-window-concept.htm]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Mi Carpeta Ciudadana Carpeta Ciudadana is a personal online space that facilitates your relationship with public administrations. https://carpetaciudadana.gob.es/carpeta/clave.htm]]></skos:example> + <eira:iopSaliency><![CDATA[The Public Administration Single Window Application Service ABB is salient for technical interoperability because it acts as a single entry point for the provision and exchange of data between stakeholders and public organisations. This can improve not only the user experience but interoperability due to the standardised methods for data sharing.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService"> + <skos:notation><![CDATA[e-Seal Verification and Validation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[e-Seal Verification and Validation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: e-Seal Verification and Validation ABB is an Application Service that enables the functionality of the verification of documents that are signed electronically. + +Source: eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. + +Source reference: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG + +Additional information: An ‘electronic seal' means data in electronic form, which is attached to or logically associated with other data in electronic form to ensure the latter’s origin and integrity. The ‘creator of a seal’ is a legal person who creates an electronic seal. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CEF eSignature DSS - DSS (Digital Signature Services) is an open-source software library for electronic signature creation and validation. DSS supports the creation and verification of interoperable and secure electronic signatures in line with European legislation. In particular, DSS aims to follow the eIDAS Regulation and related standards closely. DSS can be re-used in an IT solution for electronic signatures to ensure that signatures are created and verified in line with European legislation and standards. DSS allows re-use in a variety of different ways: in an applet, in a stand-alone application or in a server application. DSS can also be used as a reference implementation for IT solutions which do not directly re-use it. CEF eSignature's DSS open-source library delivers the following benefits to its users: • Open-source software under LGPL 2.1, a non-viral open source license; • Interoperability of the e-signatures; • Supports both e-signatures and e-seals; • Validation of countersignatures and multiple signatures; • Alignment with the eIDAS Regulation and related standards; • Supports EU standards on: o Signature formats and packaging methods; o Signature validation procedures; • Validation relying on Member States' trusted lists: o Status of trust service providers/trust service, compensation of information, path validation. https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eSignaturefile:///C:/Users/bocquilp/Downloads/DSS(ServiceOfferingDescription)%20(v0.03)%20(5).pdf -Unicode Transformation Format (UTF-8) +IoP Dimension: Behavioral IoP -ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8. -UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. -UTF-8 has a one-octet encoding unit. It uses all bits of an octet, but has the quality of preserving the full US-ASCII [US-ASCII] range: US-ASCII characters are encoded in one octet having the normal US-ASCII value, and any octet with such a value can only stand for a US-ASCII character, and nothing else. -UTF-8 encodes UCS characters as a varying number of octets, where the number of octets, and the value of each, depend on the integer value assigned to the character in ISO/IEC 10646 (the character number, a.k.a. code position, code point or Unicode scalar value). -https://tools.ietf.org/html/rfc3629]]></skos:definition> - <dcterms:identifier>ABB179</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentifierScheme"> - <skos:notation>IdentifierScheme</skos:notation> - <skos:prefLabel xml:lang="en">Identifier Scheme</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Defines the values of an identifier. +LOST view: Technical view - application -Source: CEN BII -http://spec.cenbii.eu/ +Interoperability saliency: The e-Seal Verification and Validation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-seal verification and validation service. -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Identifier: http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService -UUID -A UUID is an identifier that is unique across both space and time, with respect to the space of all UUIDs. Since a UUID is a fixed size and contains a time field, it is possible for values to rollover. A UUID can be used for multiple purposes, from tagging objects with an extremely short lifetime, to reliably identifying very persistent objects across a network. The internal representation of a UUID is a specific sequence of bits in memory, as described in Section 4. To accurately represent a UUID as a URN, it is necessary to convert the bit sequence to a string representation. Each field is treated as an integer and has its value printed as a zero-filled hexadecimal digit string with the most significant digit first. The hexadecimal values "a" through "f" are output as lower case characters and are case insensitive on input. -https://tools.ietf.org/html/rfc4122]]></skos:definition> - <dcterms:identifier>ABB29</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SchemaLevelMapping"> - <skos:notation>SchemaLevelMapping</skos:notation> - <skos:prefLabel xml:lang="en">Schema Level Mapping</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A Schema-level Mapping is a mapping between related classes and properties. +eira:ID: ABB199 -Source: ISO/DIS 25964-2 -https://www.iso.org/standard/53658.html +ABB name: eira:E-SealVerificationAndValidationApplicationService -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +EIRA concept: eira:ArchitectureBuildingBlock -Open Contracting Data Standard schema-level mapping - Template and guidance -This guide details an example of using the OCDS 1.1 Field Level Mapping Template to map the fields from a single table in a fictional e-GP system to OCDS. +Last modification: 2022-20-01 -Step 1: Source System Details -OCDS data may originate in multiple source systems, therefore it is important to record the details of the source system we are mapping from. -Step 2: Source Field Details -Using the (Source) Fields sheet, populate the following information for each field in the source table: the system the field is from (as recorded in step 1); the table in which the field is located; the field title. -Where additional context is required you may also record a narrative description of the source field in the description field and it might also be useful to add an example of the value that the field takes alongside further technical information on the type and multiplicity of the field. -Step 3: Mapping -The mapping template has a sheet for each stage of the contracting process, from (OCDS) 2. Planning through to (OCDS) 6. Implementation, with details of the relevant fields from the OCDS schema, in addition to the (OCDS) 1. General (all stages) sheet which contains fields relevant to all stages of the contracting process. Review each of the (OCDS) sheets in the mapping template to identify fields in the OCDS schema to which a field in the source system can be mapped. -Step 4: Review -Repeat steps 1-3 for all tables and all source systems to complete the mapping. -Gaps in currently held data: if you identify data OCDS requests, but that you do not hold, engage with data users to consider whether this additional data could and should be provided. -Gaps in OCDS: you might have data which is not covered by OCDS. In these cases, talk with the OCDS helpdesk to see whether this should be included in an extension to the standard. Additional fields can be documented at the bottom of each mapping sheet in the template. +]]></skos:definition> + <eira:E-SealVerificationAndValidationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of e-Seal Verification and Validation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of e-Seal Verification and Validation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService</eira:PURI> + <dcterms:type>eira:E-SealVerificationAndValidationApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[e-Seal Verification and Validation ABB is an Application Service that enables the functionality of the verification of documents that are signed electronically.]]></skos:definition> + <eira:definitionSource>eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CEF eSignature DSS - DSS (Digital Signature Services) is an open-source software library for electronic signature creation and validation. DSS supports the creation and verification of interoperable and secure electronic signatures in line with European legislation. In particular, DSS aims to follow the eIDAS Regulation and related standards closely. DSS can be re-used in an IT solution for electronic signatures to ensure that signatures are created and verified in line with European legislation and standards. DSS allows re-use in a variety of different ways: in an applet, in a stand-alone application or in a server application. DSS can also be used as a reference implementation for IT solutions which do not directly re-use it. CEF eSignature's DSS open-source library delivers the following benefits to its users: • Open-source software under LGPL 2.1, a non-viral open source license; • Interoperability of the e-signatures; • Supports both e-signatures and e-seals; • Validation of countersignatures and multiple signatures; • Alignment with the eIDAS Regulation and related standards; • Supports EU standards on: o Signature formats and packaging methods; o Signature validation procedures; • Validation relying on Member States' trusted lists: o Status of trust service providers/trust service, compensation of information, path validation. https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eSignaturefile:///C:/Users/bocquilp/Downloads/DSS(ServiceOfferingDescription)%20(v0.03)%20(5).pdf]]></skos:example> + <eira:iopSaliency><![CDATA[The e-Seal Verification and Validation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-seal verification and validation service.]]></eira:iopSaliency> + <skos:note><![CDATA[An ‘electronic seal' means data in electronic form, which is attached to or logically associated with other data in electronic form to ensure the latter’s origin and integrity. The ‘creator of a seal’ is a legal person who creates an electronic seal.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService"> + <skos:notation><![CDATA[e-Timestamp Verification and Validation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[e-Timestamp Verification and Validation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: e-Timestamp Verification and Validation ABB is an Application Service that enables the verification of timestamps used for establishing evidence that a given piece of data existed at a given point in time. -https://www.open-contracting.org/resources/ocds-field-level-mapping-template/ -https://docs.google.com/document/d/1YwDLVIhiVgKCWVJDeL2lDSKNUX1qfO1Rccxxk1n2bcU/edit#heading=h.i2ififc8i9k4]]></skos:definition> - <dcterms:identifier>ABB212</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SyntaxEncodingScheme"> - <skos:notation>SyntaxEncodingScheme</skos:notation> - <skos:prefLabel xml:lang="en">Syntax Encoding Scheme</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A set of strings and an associated set of rules that describe a mapping between that set of strings and a set of resources. The mapping rules may define how the string is structured or they may simply enumerate all the strings and the corresponding resources. +Source: eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. -Source: W3C -http://www.w3.org/2000/01/rdf-schema#Datatype +Source reference: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG -Syn. Encoding format +Additional information: An ‘electronic time stamp’ means data in electronic form which binds other data in electronic form to a particular time establishing evidence that the latter data existed at that time. -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenSSL timestamp verification - OpenSSL is an open-source tool that can be used to retrieve and verify digital timestamps. (https://wiki.openssl.org/index.php/Manual:Ts(1)) and https://www.digistamp.com/technical/software-alternatives/using-openssl-to-request-timestamps/ -Guidelines for Dublin Core Application Profiles : date and language -date: Because we want to perform automated operations like sorting on the date, we can select the Dublin Core property dcterms:date. This property can take a string value. We can indicate that the value string is formatted in accordance with the W3C Date and Time Formats specification by using syntax encoding scheme dcterms:W3CDTF. -language: The language needs to be selected from a controlled list. We achieve this by requiring the use of three-letter codes listed in the international standard ISO 639-3 for the representation of names of languages (such as ""eng"" for ""English"") together with the syntax encoding scheme dcterms:ISO639-3 as a datatype. For this, we can use the DCMI property dcterms:language, which can accommodate either an identifier for the language term or a string. -http://dublincore.org/documents/profile-guidelines/ -https://www.w3.org/TR/NOTE-datetime]]></skos:definition> - <dcterms:identifier>ABB184</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataLevelMapping"> - <skos:notation>DataLevelMapping</skos:notation> - <skos:prefLabel xml:lang="en">Data Level Mapping</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A Data-level Mapping is a mapping between specific data elements (or data values). +IoP Dimension: Behavioral IoP -Source: ISO/DIS 25964-2 -https://www.iso.org/standard/53658.html +LOST view: Technical view - application + +Interoperability saliency: The e-Timestamp Verification and Validation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-timestamp verification and validation service. + +Identifier: http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService + +eira:ID: ABB202 + +ABB name: eira:E-TimestampVerificationAndValidationApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <eira:E-TimestampVerificationAndValidationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of e-Timestamp Verification and Validation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of e-Timestamp Verification and Validation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService</eira:PURI> + <dcterms:type>eira:E-TimestampVerificationAndValidationApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[e-Timestamp Verification and Validation ABB is an Application Service that enables the verification of timestamps used for establishing evidence that a given piece of data existed at a given point in time.]]></skos:definition> + <eira:definitionSource>eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenSSL timestamp verification - OpenSSL is an open-source tool that can be used to retrieve and verify digital timestamps. (https://wiki.openssl.org/index.php/Manual:Ts(1)) and https://www.digistamp.com/technical/software-alternatives/using-openssl-to-request-timestamps/]]></skos:example> + <eira:iopSaliency><![CDATA[The e-Timestamp Verification and Validation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-timestamp verification and validation service.]]></eira:iopSaliency> + <skos:note><![CDATA[An ‘electronic time stamp’ means data in electronic form which binds other data in electronic form to a particular time establishing evidence that the latter data existed at that time.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityMangementApplicationService"> + <skos:notation><![CDATA[Identity management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IdentityMangementApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Identity management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Identity Management ABB is an Application Service that enables the set of processes, policies and technologies used to manage and secure digital entities of individuals, devices and applications. + +Source: Inspired in eIDAS + +Source reference: https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32014R0910&from=EN + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU Login - EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services. EU Login is the entry gate to sign in to different European Commission services and/or other systems. EU Login verifies your identity and allows recovering your personal settings, history and access rights in a secure way. You can sign in using social media accounts or the EU Login account. EU Login supports a variety of verification methods: • Password; • ECAS Mobile App PIN code; • ECAS Mobile App QR code; • On mobile authentication; • Mobile phone + SMS; • Token and Token CRAM. https://webgate.ec.europa.eu/cas/manuals/EU_Login_Tutorial_1.1.pdf -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Behavioral IoP -eConfidentiality - Mapping with documents and metadata in Case Management System -Mapping between documents and metadata in eConfidentiality system with documents and metadata in Case Management System. -N.B. Context: All documents concerning an anti-trust case are stored by case number in the case management application called "CMAfx". Documents are stored in different formats: pdf format (if available in paper form only and subsequently digitised) or word, excel, tif, rtf, html, txt version (if received as such or produced by DG Competition). CMAfx contains also procedural steps and case information, such as the composition of the case team, relevant legal basis, type of case, priority, name of undertaking concerned etc. Access to CMAfx is restricted to DG Competition personnel and national experts on secondment using DG Competition IT infrastructure. The undertakings answering the queries are obliged to indicate the confidentiality status of their responses, i.e., whether their answer must be treated as confidential, and in that case the system does not allow submission of their responses until a non-confidential answer has been provided for each confidential one. The non-confidential versions of the Commission's decisions adopted pursuant to articles 7-10, 23 and 24 of Regulation 1/2003 are published on DG Competition website, after the confidentiality claims (with regard to business secrets and other confidential information) were cleared with the respective parties. -http://ec.europa.eu/dpo-register/details.htm?id=38367]]></skos:definition> - <dcterms:identifier>ABB180</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataMapping"> - <skos:notation>DataMapping</skos:notation> - <skos:prefLabel xml:lang="en">Data mapping</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Data mapping is an equivalence relationship between two data items with ontological value. Data mapping is used for a wide variety of tasks, including: -- Data mediation between a data source and a destination; -- Data transformation -- Identification of data relationships as part of data lineage analysis; -- Discovery of hidden sensitive data such as the last four digits of a social security number hidden in another user id as part of a data masking or de-identification project; -- Consolidation of multiple databases into a single database and identifying redundant columns of data for consolidation or elimination. +LOST view: Technical view - application + +Interoperability saliency: The Identity Management Application Service is salient for interoperability because it can help in the management of digital identities for individuals, devices and applications, ensuring and enabling that information on digital public services is available under the proper conditions and to the specific target. This can ensure and enhance the quality of data meant to be exchanged through interoperable systems, applications and digital public services. + +Identifier: http://data.europa.eu/dr8/IdentityMangementApplicationService + +eira:ID: http://data.europa.eu/dr8/IdentityMangementApplicationService + +ABB name: eira:IdentityMangementApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationService" /> + <eira:IdentityMangementApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityMangementApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Identity management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IdentityMangementApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Identity management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentityMangementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/IdentityMangementApplicationService</eira:PURI> + <dcterms:type>eira:IdentityMangementApplicationService</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Identity Management ABB is an Application Service that enables the set of processes, policies and technologies used to manage and secure digital entities of individuals, devices and applications.]]></skos:definition> + <eira:definitionSource>Inspired in eIDAS</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32014R0910&from=EN]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU Login - EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services. EU Login is the entry gate to sign in to different European Commission services and/or other systems. EU Login verifies your identity and allows recovering your personal settings, history and access rights in a secure way. You can sign in using social media accounts or the EU Login account. EU Login supports a variety of verification methods: • Password; • ECAS Mobile App PIN code; • ECAS Mobile App QR code; • On mobile authentication; • Mobile phone + SMS; • Token and Token CRAM. https://webgate.ec.europa.eu/cas/manuals/EU_Login_Tutorial_1.1.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[The Identity Management Application Service is salient for interoperability because it can help in the management of digital identities for individuals, devices and applications, ensuring and enabling that information on digital public services is available under the proper conditions and to the specific target. This can ensure and enhance the quality of data meant to be exchanged through interoperable systems, applications and digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/IdentityMangementApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService"> + <skos:notation><![CDATA[Service Discovery and Registry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Service Discovery and Registry]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Service Discovery and Registry ABB is an Application Service that enables the process of automatically locating network services within distributed digital systems. + +Source: Inspired in INSPIRE + +Source reference: https://inspire.ec.europa.eu/glossary/DiscoveryService + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ZooKeeper - ZooKeeper is a centralized service registry for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them, which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed. https://zookeeper.apache.org/ -INTEROPERABILITY SALIENCY -IoP Dimension: Behavioral IoP -The Data Mapping ABB is a key interoperability enabler because it supports to achieve legal behavioral interoperability by enabling the exchange of data, information, and knowledge between digital public services. +IoP Dimension: Structural IoP, Behavioral IoP -EXAMPLE -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application + +Interoperability saliency: Service Discovery and Registry Service ABB is a key interoperability enabler (*) for structural and behavioural interoperability by enabling access rights for data that is necessary for accessing public administration components to target fast and easy communication and data exchange. + +Identifier: http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService + +eira:ID: ABB432 + +ABB name: eira:DiscoveryandRegistryServiceApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <eira:DiscoveryandRegistryServiceApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Service Discovery and Registry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Service Discovery and Registry]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService</eira:PURI> + <dcterms:type>eira:DiscoveryandRegistryServiceApplicationService</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Service Discovery and Registry ABB is an Application Service that enables the process of automatically locating network services within distributed digital systems.]]></skos:definition> + <eira:definitionSource>Inspired in INSPIRE</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://inspire.ec.europa.eu/glossary/DiscoveryService]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ZooKeeper - ZooKeeper is a centralized service registry for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them, which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed. https://zookeeper.apache.org/]]></skos:example> + <eira:iopSaliency><![CDATA[Service Discovery and Registry Service ABB is a key interoperability enabler (*) for structural and behavioural interoperability by enabling access rights for data that is necessary for accessing public administration components to target fast and easy communication and data exchange.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceApplicationService"> + <skos:notation><![CDATA[Digital Workplace]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Workplace]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Workplace ABB is an Application Service that enables the procedures to freely collaborate independently from the location and boundaries while maintaining high-security standards and increasing productivity and efficiency. + +Source: European Comission + +Source reference: https://ec.europa.eu/info/publications/digital-workplace-strategy_en + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Set of IT tools used by European Commission officials, workers, etc. There is a new strategy put in place by the Commission to improve the work of the different roles involved. https://europa.eu/digitec/news/digital-workplace-european-commission/ -Microsoft Dynamics CRM Mapping Schema: -Microsoft Dynamics CRM contains several data sets which comprise of different objects, such as Leads, Opportunities, and Competitors. Each of these data sets has several fields like Name, Account Owner, City, Country, Job Title, and more. The application has a defined schema along with attributes, enumerations, and mapping rules. Therefore, if a new record is to be added to the schema of a data object, a data map needs to be created from the data source to the Microsoft Dynamics CRM account.]]></skos:definition> - <dcterms:identifier>ABB360</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification"> - <skos:notation>TechnicalInteroperabilitySpecification</skos:notation> - <skos:prefLabel xml:lang="en">Technical Interoperability Specification</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A specification contained in a document which lays down the characteristics required of a product such as levels of quality, performance, safety or dimensions, including the requirements applicable to the product as regards the name under which the product is sold, terminology, symbols, testing and test methods, packaging, marking or labelling and conformity assessment procedures. +IoP Dimension: Behavioral IoP -Source: Directive 98/34/EC laying down a procedure for the provision of information in the field of technical standards -and regulations and of rules on Information Society services; -http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=CONSLEG:1998L0034:20070101:EN:PDF +LOST view: Technical view - application + +Interoperability saliency: The Digital Workplace Application Service ABB is a key interoperability enabler (*) for behavioural and technical interoperability by enabling components for free collaboration and accessibility to public services, maintaining high-security standards. + +Identifier: http://data.europa.eu/dr8/DigitalWorkplaceApplicationService + +eira:ID: ABB535 + +ABB name: eira:DigitalWorkplaceApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <eira:DigitalWorkplaceApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Digital Workplace]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Workplace]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalWorkplaceApplicationService</eira:PURI> + <dcterms:type>eira:DigitalWorkplaceApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Workplace ABB is an Application Service that enables the procedures to freely collaborate independently from the location and boundaries while maintaining high-security standards and increasing productivity and efficiency.]]></skos:definition> + <eira:definitionSource>European Comission</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/info/publications/digital-workplace-strategy_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Set of IT tools used by European Commission officials, workers, etc. There is a new strategy put in place by the Commission to improve the work of the different roles involved. https://europa.eu/digitec/news/digital-workplace-european-commission/]]></skos:example> + <eira:iopSaliency><![CDATA[The Digital Workplace Application Service ABB is a key interoperability enabler (*) for behavioural and technical interoperability by enabling components for free collaboration and accessibility to public services, maintaining high-security standards.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPublicationApplicationService"> + <skos:notation><![CDATA[Data Publication]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataPublicationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Publication]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Publication ABB is an Application Service that enables the processes of making data available through the adoption of discoverable, accessible, and reusable mechanisms. -INTEROPERABILITY SALIENCY: -IoP dimensions: Structural IoP, Behavioral IoP, Governance IoP -The Technical Interoperability Specification ABB is salient for technical interoperability because it assesses the characteristics required of a product to support interoperability solutions. +Source: ISA2 -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source reference: https://ec.europa.eu/isa2/sites/default/files/docs/publications/isa2-actions-phase2_-_poc_-_wp1_specifications_en.pdf -HTTPS specification -HTTP [RFC2616] was originally used in the clear on the Internet. However, increased use of HTTP for sensitive applications has required security measures. SSL, and its successor TLS [RFC2246] were designed to provide channel-oriented security. -https://tools.ietf.org/html/rfc2818]]></skos:definition> - <dcterms:identifier>ABB178</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalSpecification"> - <skos:notation>TechnicalSpecification</skos:notation> - <skos:prefLabel xml:lang="en">Technical Specification</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A document that prescribes technical requirements to be fulfilled by a product, process or service. -- Note 1 to entry: A technical specification should indicate, whenever appropriate, the procedure(s) by means of which it may be determined whether the requirements given are fulfilled. -- Note 2 to entry: A technical specification may be a standard, a part of a standard or independent of a standard. +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): European Data Portal - The European Data Portal harvests the metadata of Public Sector Information available on public data portals across European countries. Information regarding the provision of data and the benefits of re-using data is also included. What is Open Data? - Open (Government) Data refers to the information collected, produced or paid for by the public bodies (also referred to as Public Sector Information) and made freely available for re-use for any purpose. The licence will specify the terms of use; - Public sector information is information held by the public sector. The Directive on the re-use of public sector information provides a common legal framework for a European market for government-held data. It is built around the key pillars of the internal market: free flow of data, transparency and fair competition. It is important to note that not all of the public sector information is Open Data. Within the Portal, sections are dedicated to: - Searching datasets: Categories have been established to structure the metadata harvested from the various countries. These categories follow the revision of the DCAT Application Profile and have been mapped against the Eurovoc Thesaurus; - Providing Data: This section gives an insight into understanding Open Data from the perspective of a data provider. In addition, instructions are offered for those who wish their data portal to be harvested by the European Data Portal; - Using Data: How Open Data is being used, as well as the economic benefits of Open Data are detailed in this section; - Training and Library: eLearning modules about Open Data as well as training guides and a knowledge base referencing publications around Open Data and featured projects; - Portals can be national, regional, local or domain specific. They cover the 28 EU Member States, EEA, countries involved in the EU's neighbourhood policy and Switzerland. https://www.europeandataportal.eu/ -Source: https://www.iso.org/obp/ui/#iso:std:iso-iec:20944:-1:ed-1:v1:en:term:3.1.3.8] +IoP Dimension: Behavioral IoP -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP -The Technical Specification ABB is salient for technical interoperability because it assesses the characteristics required of a product to support technical solutions. +LOST view: Technical view - application + +Interoperability saliency: The Data Pubblication Service ABB  is salient for technical interoperability because it provides the functionalities to make public data freely available for use and reuse by others unless restriction aoply as stated in the EIF recommendation n.2: "Publish the data you own as open data unless certain restrictions apply." + +Identifier: http://data.europa.eu/dr8/DataPublicationApplicationService + +eira:ID: ABB215 + +ABB name: eira:DataPublicationApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <eira:DataPublicationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPublicationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Data Publication]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataPublicationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Publication]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataPublicationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/DataPublicationApplicationService</eira:PURI> + <dcterms:type>eira:DataPublicationApplicationService</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Publication ABB is an Application Service that enables the processes of making data available through the adoption of discoverable, accessible, and reusable mechanisms.]]></skos:definition> + <eira:definitionSource>ISA2</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/sites/default/files/docs/publications/isa2-actions-phase2_-_poc_-_wp1_specifications_en.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): European Data Portal - The European Data Portal harvests the metadata of Public Sector Information available on public data portals across European countries. Information regarding the provision of data and the benefits of re-using data is also included. What is Open Data? - Open (Government) Data refers to the information collected, produced or paid for by the public bodies (also referred to as Public Sector Information) and made freely available for re-use for any purpose. The licence will specify the terms of use; - Public sector information is information held by the public sector. The Directive on the re-use of public sector information provides a common legal framework for a European market for government-held data. It is built around the key pillars of the internal market: free flow of data, transparency and fair competition. It is important to note that not all of the public sector information is Open Data. Within the Portal, sections are dedicated to: - Searching datasets: Categories have been established to structure the metadata harvested from the various countries. These categories follow the revision of the DCAT Application Profile and have been mapped against the Eurovoc Thesaurus; - Providing Data: This section gives an insight into understanding Open Data from the perspective of a data provider. In addition, instructions are offered for those who wish their data portal to be harvested by the European Data Portal; - Using Data: How Open Data is being used, as well as the economic benefits of Open Data are detailed in this section; - Training and Library: eLearning modules about Open Data as well as training guides and a knowledge base referencing publications around Open Data and featured projects; - Portals can be national, regional, local or domain specific. They cover the 28 EU Member States, EEA, countries involved in the EU's neighbourhood policy and Switzerland. https://www.europeandataportal.eu/]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Pubblication Service ABB  is salient for technical interoperability because it provides the functionalities to make public data freely available for use and reuse by others unless restriction aoply as stated in the EIF recommendation n.2: "Publish the data you own as open data unless certain restrictions apply."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataPublicationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainApplicationService"> + <skos:notation><![CDATA[Blockchain]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Blockchain]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Blockchain ABB is an Application Service that enables secure, transparent, and immutable record-keeping and transaction processing shared by all participants in a network. + +Source: Inspired in European Comission-Blockchain Strategy + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/blockchain-strategy + +Additional information: Specifically, Blockchain stores records that contain a time stamp and reference links to previous transactions. With this information, anyone with access rights can trace back a transactional event, at any point in its history, belonging to any participant. A blockchain is one architectural design of the broader concept of distributed ledgers. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Fishcoin Project, is a project using Blockchain technologies for seafood traceability. https://fishcoin.co/ +IoP Dimension: Behavioral IoP -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application -AS4 Profile specification -The eDelivery AS4 Profile is a modular profile of the ebMS3 and AS4 OASIS specifications. Its core is a mandatory Common Profile that selects, extends and profiles the AS4 ebHandler Conformance Profile and AS4 Additional Features and provides a common Usage Profile. This Common Profile can be implemented using open source or closed source AS4 software implementations. It is aligned with, and corresponds to a subset of, the AS4 profile for TSOs (Transmission System Operators) developed by ENTSOG (the European Network of Transmission System Operators for Gas). -In addition to the Common Profile, this specification provides a number of optional Profile Enhancement modules that specify functionality enhancements covering AS4 message exchange in four corner topologies, the use of AS4 in conjunction with the UN/CEFACT Standard Business Document Header (SBDH) specification, and Dynamic Receiver and Dynamic Sender behavior. -https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eDelivery+AS4+-+1.13]]></skos:definition> - <dcterms:identifier>ABB125</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceComponent"> - <skos:notation>PublicServiceComponent</skos:notation> - <skos:prefLabel xml:lang="en">Public Service Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A Public Service Component is a structural EIRA� Architecture Building Block, i.e. an entity which can perform behaviour (active structure) or on which behaviour is performed (passive structure).]]></skos:definition> - <dcterms:identifier>ABB343</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceManifestation"> - <skos:notation>PublicServiceManifestation</skos:notation> - <skos:prefLabel xml:lang="en">Public Service Manifestation</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A Public Service Manifestation is a behaviour EIRA� Architecture Building Block, i.e. a unit of activity performed by one or more Public Service Components.]]></skos:definition> - <dcterms:identifier>ABB342</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConfigurationManagement"> - <skos:notation>ConfigurationManagement</skos:notation> - <skos:prefLabel xml:lang="en">Configuration Management</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[The process responsible for maintaining information about configuration Items required to deliver an IT Service, including their relationships. +Interoperability saliency: The Blockchain Application Service ABB is salient for interoperability because as a ledger technology application service can contribute to the trustability of digital public services. It can enable the register and list of irrevocable transactional data being exchanged between digital public services. To that extent, a blockchain service can be enhancing digital public services by establishing a mechanism to track data, and the process applied to it. -Based on ITIL v3 -https://www.axelos.com/Corporate/media/Files/Glossaries/AXELOS-Common-Glossary.pdf +Identifier: http://data.europa.eu/dr8/BlockchainApplicationService -The following implementation are examples on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +eira:ID: ABB530 -Syn. [Distributed] Version Control, Source Code Management +ABB name: eira:BlockchainApplicationService -Quattor -Quattor is a system administration toolkit providing a powerful, portable, and modular set of tools for the automated installation, configuration, and management of clusters, farms, grids and clouds. Quattor is developed as a community effort and provided as open-source software under the Apache 2.0 license and EU DataGrid Software License. Quattor was originally developed in the framework of European Data Grid project. Since its first release in 2003, Quattor has been maintained and extended by a volunteer community of users and developers, primarily from the community of grid system administrators. Three features make it particularly attractive for managing grid resources: Federated Management, Shared Configuration and Management Efficiency, Coherent Site Model. -http://www.quattor.org/ +EIRA concept: eira:ArchitectureBuildingBlock -Salt -Salt (also called SaltStack Platform) is a Python-based open-source configuration management software and remote execution engine supporting the "Infrastructure as code" approach to deployment and cloud management. SaltStack takes a new approach to infrastructure management by developing software that is easy enough to get running in seconds, scalable enough to manage tens of thousands of servers, and fast enough to control and communicate with them in milliseconds. SaltStack delivers a dynamic infrastructure communication bus used for orchestration, remote execution, configuration management and much more. The Salt Open project was launched in 2011 and is one of the fastest-growing, most-active infrastructure orchestration and configuration management open source project in the world. The SaltStack community is committed to keeping the Salt Open project focused, healthy and open. -https://saltstack.com/community/]]></skos:definition> - <dcterms:identifier>ABB127</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OperationalProcedure"> - <skos:notation>OperationalProcedure</skos:notation> - <skos:prefLabel xml:lang="en">Operational Procedure</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Defines the process of operating a solution, how the procedures are implemented and the rules for operating it. +Last modification: 2022-20-01 -Source: ISA2 � EIA Action +]]></skos:definition> + <eira:BlockchainApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Blockchain]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Blockchain]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BlockchainApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/BlockchainApplicationService</eira:PURI> + <dcterms:type>eira:BlockchainApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Blockchain ABB is an Application Service that enables secure, transparent, and immutable record-keeping and transaction processing shared by all participants in a network.]]></skos:definition> + <eira:definitionSource>Inspired in European Comission-Blockchain Strategy</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/blockchain-strategy]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Fishcoin Project, is a project using Blockchain technologies for seafood traceability. https://fishcoin.co/]]></skos:example> + <eira:iopSaliency><![CDATA[The Blockchain Application Service ABB is salient for interoperability because as a ledger technology application service can contribute to the trustability of digital public services. It can enable the register and list of irrevocable transactional data being exchanged between digital public services. To that extent, a blockchain service can be enhancing digital public services by establishing a mechanism to track data, and the process applied to it.]]></eira:iopSaliency> + <skos:note><![CDATA[Specifically, Blockchain stores records that contain a time stamp and reference links to previous transactions. With this information, anyone with access rights can trace back a transactional event, at any point in its history, belonging to any participant. A blockchain is one architectural design of the broader concept of distributed ledgers.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AccessManagementApplicationService"> + <skos:notation><![CDATA[Access Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AccessManagementApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Access Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Access Management ABB is an Application Service aimed to grant authorized users the right to use a service, while preventing access to non-authorized users -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source: ITIL v3 -Apache HTTP Server documentation -Apache HTTP Server Version 2.4 Documentation contains pages with operational procedures, like starting the server, controlling the access, reverse proxy setup, content caching, etc. -http://httpd.apache.org/docs/2.4/]]></skos:definition> - <dcterms:identifier>ABB126</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataStandard"> - <skos:notation>DataStandard</skos:notation> - <skos:prefLabel xml:lang="en">Data Standard</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A data standard is a structural metadata specification that describes or defines other data [ISO111179]. Structural metadata indicates how compound objects are put together [NISO]. It can consist of among others data models, reference data, and identifier schemas.]]></skos:definition> - <dcterms:identifier>ABB183</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataStandardCatalogue"> - <skos:notation>DataStandardCatalogue</skos:notation> - <skos:prefLabel xml:lang="en">Data Standard Catalogue</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A Data Standard Catalogue is a catalogue of Data Standards.]]></skos:definition> - <dcterms:identifier>ABB211</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TransactionalData"> - <skos:notation>TransactionalData</skos:notation> - <skos:prefLabel xml:lang="en">Transactional Data</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Data that covers the business information related to business transactions and information exchanges. +Source reference: https://wiki.en.it-processmaps.com/index.php/Access_Management -Based on DAMA DM_BOK -http://www.dama.org +Additional information: Access management helps to protect the confidentiality, integrity and availability of assets by ensuring that only authorized users are able to access or modify the assets. -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Belgian Federal Public Service Policy and Support - Role Management service: The Role Management service gives access managers the possibility to manage roles. A role gives access to an online government application. Characteristics: • A federal access management platform for public e-gov applications; • Three separate contexts: Businesses, Officials and Independent; • Roles that can only be attributed by a specific group of managers for a specific application within one of the three contexts; • Two different security levels of the application depending on the sensitivity of the information: user name, password and token; and electronic identity card with associated PIN code; • Authentication when connecting to an application; • Support with the implementation of the service; • Support while the service is being used. Users: All public services and institutions that want a secure access management for their applications: federal public services and institutions; Communities and Regions; Provinces, municipalities and local public social welfare centres; businesses or persons implementing government contracts. Requirements: application with Fedict Service Desk and signing up to a user agreement.(http://www.fedict.belgium.be/en/identificatie_beveiliging/rollenbeheer) -DATA EXCHANGE STANDARDS FOR REGISTRY SYSTEMS UNDER THE KYOTO PROTOCOL - TECHNICAL SPECIFICATIONS -This section of the Technical Specifications addresses the messages and content requirements necessary to support submissions of unit transactions by registries and the validation of those transactions by the ITL. The unit transactions either involve the transfer of ownership of a unit, a change in an attribute of a unit, or the replacement of a tCER or lCER. This section will describe the data exchange flow, the responsibilities of registries, and the responsibilities of the ITL in order to complete a unit transaction. +IoP Dimension: Behavioral IoP -The following unit transactions are described: -� Issuance; -� Conversion; -� External Transfers; -� Cancellation (Internal Transfer); -� Replacement (Internal Transfer); -� Retirement (Internal Transfer); -� Carry-over; and -� Expiry Date Change. +LOST view: Technical view - Domain specific + +Interoperability saliency: The Access Management Service ABB  is salient for technical interoperability because it provides the functionality of allowing user to make an authorized and trusted use of IT Services, data and other assets as stated in the EIF: "Public administrations should ensure that a 'data access and authorisation plan’ which determines who has access to what data and under what conditions, to ensure privacy. Unauthorised access and security breaches should be monitored and appropriate actions should be taken to prevent any recurrence of breaches" + +Identifier: http://data.europa.eu/dr8/AccessManagementApplicationService + +eira:ID: ABB57 + +ABB name: eira:AccessManagementApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/IdentityMangementApplicationService" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/AuthorisationApplicationService" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/AccountingApplicationService" /> + <eira:AccessManagementApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AccessManagementApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Access Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AccessManagementApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Access Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/AccessManagementApplicationService</eira:PURI> + <dcterms:type>eira:AccessManagementApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Access Management ABB is an Application Service aimed to grant authorized users the right to use a service, while preventing access to non-authorized users]]></skos:definition> + <eira:definitionSource>ITIL v3</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://wiki.en.it-processmaps.com/index.php/Access_Management]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Belgian Federal Public Service Policy and Support - Role Management service: The Role Management service gives access managers the possibility to manage roles. A role gives access to an online government application. Characteristics: • A federal access management platform for public e-gov applications; • Three separate contexts: Businesses, Officials and Independent; • Roles that can only be attributed by a specific group of managers for a specific application within one of the three contexts; • Two different security levels of the application depending on the sensitivity of the information: user name, password and token; and electronic identity card with associated PIN code; • Authentication when connecting to an application; • Support with the implementation of the service; • Support while the service is being used. Users: All public services and institutions that want a secure access management for their applications: federal public services and institutions; Communities and Regions; Provinces, municipalities and local public social welfare centres; businesses or persons implementing government contracts. Requirements: application with Fedict Service Desk and signing up to a user agreement.(http://www.fedict.belgium.be/en/identificatie_beveiliging/rollenbeheer)]]></skos:example> + <eira:iopSaliency><![CDATA[The Access Management Service ABB  is salient for technical interoperability because it provides the functionality of allowing user to make an authorized and trusted use of IT Services, data and other assets as stated in the EIF: "Public administrations should ensure that a 'data access and authorisation plan’ which determines who has access to what data and under what conditions, to ensure privacy. Unauthorised access and security breaches should be monitored and appropriate actions should be taken to prevent any recurrence of breaches"]]></eira:iopSaliency> + <skos:note><![CDATA[Access management helps to protect the confidentiality, integrity and availability of assets by ensuring that only authorized users are able to access or modify the assets.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/AccessManagementApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService"> + <skos:notation><![CDATA[Knowledge Discovery]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Knowledge Discovery]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Knowledge Discovery ABB is an Application Service that enables a highly complex process where a lot of data manipulation tools with different characteristics have to be used together to reach the goal of previously unknown, potentially useful information extraction. + +Source: Inspired in EUROSTAT + +Source reference: https://ec.europa.eu/eurostat/statistics-explained/index.php?title=Glossary:Knowledge-intensive_services_(KIS) + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CELLAR. Cellar metadata is stored in a knowledge graph, and more specifically in a triple store. A SPARQL interface is used to query the metadata. https://op.europa.eu/en/web/cellar/cellar-data/metadata/knowledge-graph -http://unfccc.int/kyoto_protocol/registry_systems/itl/items/4065.php]]></skos:definition> - <dcterms:identifier>ABB185</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BaseRegistryData"> - <skos:notation>BaseRegistryData</skos:notation> - <skos:prefLabel xml:lang="en">Base Registry Data</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A trusted authentic source of information under the control of an appointed public administration or organisation appointed by government. +IoP Dimension: Behavioral IoP -According to the European Interoperability Framework, base registries are: �reliable sources of basic information on items such as persons, companies, vehicles, licenses, buildings, locations and roads� and �are authentic and authoritative and form, separately or in combination, the cornerstone of public services�. +LOST view: Technical view - application + +Interoperability saliency: The Knowledge Discovery Application Service ABB is salient for technical interoperability because it performs a series of complex processes that incorporate multiple data channels, formats and characteristics that are processed to extract relevant information to be used by other digital public services. + +Identifier: http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService + +eira:ID: ABB468 + +ABB name: eira:KnowledgeDiscoveryApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeTriplestore" /> + <eira:KnowledgeDiscoveryApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Knowledge Discovery]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Knowledge Discovery]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService</eira:PURI> + <dcterms:type>eira:KnowledgeDiscoveryApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Knowledge Discovery ABB is an Application Service that enables a highly complex process where a lot of data manipulation tools with different characteristics have to be used together to reach the goal of previously unknown, potentially useful information extraction.]]></skos:definition> + <eira:definitionSource>Inspired in EUROSTAT</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/eurostat/statistics-explained/index.php?title=Glossary:Knowledge-intensive_services_(KIS)]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CELLAR. Cellar metadata is stored in a knowledge graph, and more specifically in a triple store. A SPARQL interface is used to query the metadata. https://op.europa.eu/en/web/cellar/cellar-data/metadata/knowledge-graph]]></skos:example> + <eira:iopSaliency><![CDATA[The Knowledge Discovery Application Service ABB is salient for technical interoperability because it performs a series of complex processes that incorporate multiple data channels, formats and characteristics that are processed to extract relevant information to be used by other digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangeApplicationService"> + <skos:notation><![CDATA[Data Exchange]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Exchange]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Exchange ABB is an Application Service enabling the secure exchange of messages, records, forms and other kinds of data between different individuals, organizations or systems. This includes data routing, except endpoint discovery. + +Source: EIFv2 + +Source reference: http://ec.europa.eu/isa/documents/isa_annex_ii_eif_en.pdf + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): XMLGate - XMLGate is a Web service application used to validate an XML instance against a well-defined schema. The XML flow is submitted either via a PDF form or by uploading the XML file.(https://webgate.ec.europa.eu/sanco-xmlgate/Login.jsp;jsessionid=2MPn_N5Wg9Dar4_W2-yVL_Xg-VlW3kn47PLVbNise9X5Kycx1yLI!-25226473) -Source: the New EIF -http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF +IoP Dimension: Behavioral IoP -INTEROPERABILITY SALIENCY: -The Base Registry ABB is salient for semantic interoperability because it includes "authorative sources of information", that need to be made available. EIF's includes base registries in the conceptual model for integrated public services, and describes it as "the cornerstone of European public service delivery". EIF gives several recommendations on how to manage and interact with base registries (recommendation 37, 38, 39 and 40). +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Data Exchange Service ABB is a key interoperability enabler (*) for behavioural and technical interoperability because it provides secure and trustworthy data exchange between different ICT systems as stated in the EIF: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses." + +Identifier: http://data.europa.eu/dr8/DataExchangeApplicationService + +eira:ID: ABB43 + +ABB name: eira:DataExchangeApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <eira:DataExchangeApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangeApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Data Exchange]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Exchange]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/DataExchangeApplicationService</eira:PURI> + <dcterms:type>eira:DataExchangeApplicationService</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Exchange ABB is an Application Service enabling the secure exchange of messages, records, forms and other kinds of data between different individuals, organizations or systems. This includes data routing, except endpoint discovery.]]></skos:definition> + <eira:definitionSource>EIFv2</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://ec.europa.eu/isa/documents/isa_annex_ii_eif_en.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): XMLGate - XMLGate is a Web service application used to validate an XML instance against a well-defined schema. The XML flow is submitted either via a PDF form or by uploading the XML file.(https://webgate.ec.europa.eu/sanco-xmlgate/Login.jsp;jsessionid=2MPn_N5Wg9Dar4_W2-yVL_Xg-VlW3kn47PLVbNise9X5Kycx1yLI!-25226473)]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Exchange Service ABB is a key interoperability enabler (*) for behavioural and technical interoperability because it provides secure and trustworthy data exchange between different ICT systems as stated in the EIF: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FirewallApplicationService"> + <skos:notation><![CDATA[Firewall Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FirewallApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Firewall Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Firewall Service ABB is an Application Service representing an integrated collection of security measures designed to prevent unauthorized electronic access to a networked computer system. + +Source: Dictionary + +Source reference: https://www.dictionary.com/browse/firewall + +Identifier: http://data.europa.eu/dr8/FirewallApplicationService + +eira:ID: ABB528 + +ABB name: eira:FirewallApplicationService + +]]></skos:definition> + <eira:FirewallApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FirewallApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Firewall Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FirewallApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Firewall Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/FirewallApplicationService" /> + <dcterms:type>eira:FirewallApplicationService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Firewall Service ABB is an Application Service representing an integrated collection of security measures designed to prevent unauthorized electronic access to a networked computer system.]]></skos:definition> + <eira:definitionSource>Dictionary</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.dictionary.com/browse/firewall]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/FirewallApplicationService</eira:PURI> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/FirewallApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SignatureCreationApplicationService"> + <skos:notation><![CDATA[e-Signature Creation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-SignatureCreationApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[e-Signature Creation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: e-Signature Creation ABB is an Application Service that enables the process of signing data, in electronic form by a natural person + +Source: eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. + +Source reference: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG + +Additional information: An ‘electronic signature’ means data in electronic form which is attached to or logically associated with other data in electronic form and which is used by the signatory to sign. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CEF eSignature DSS - DSS (Digital Signature Services) is an open-source software library for electronic signature creation and validation. DSS supports the creation and verification of interoperable and secure electronic signatures in line with European legislation. In particular, DSS aims to follow the eIDAS Regulation and related standards closely. DSS can be re-used in an IT solution for electronic signatures to ensure that signatures are created and verified in line with European legislation and standards. DSS allows re-use in a variety of different ways: in an applet, in a stand-alone application or in a server application. DSS can also be used as a reference implementation for IT solutions which do not directly re-use it. CEF eSignature's DSS open-source library delivers the following benefits to its users: • Open-source software under LGPL 2.1, a non-viral open source license; • Interoperability of the e-signatures; • Supports both e-signatures and e-seals; • Validation of countersignatures and multiple signatures; • Alignment with the eIDAS Regulation and related standards; • Supports EU standards on: o Signature formats and packaging methods; o Signature validation procedures; • Validation relying on Member States' trusted lists: o Status of trust service providers/trust service, compensation of information, path validation. https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eSignaturefile:///C:/Users/bocquilp/Downloads/DSS(ServiceOfferingDescription)%20(v0.03)%20(5).pdf -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Behavioral IoP -Belgian national register +LOST view: Technical view - Infrastructure + +Interoperability saliency: The e-Signature Creation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-signature creation service. + +Identifier: http://data.europa.eu/dr8/E-SignatureCreationApplicationService + +eira:ID: ABB55 + +ABB name: eira:E-SignatureCreationApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <eira:E-SignatureCreationApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SignatureCreationApplicationService_Properties"> + <skos:notation><![CDATA[Properties of e-Signature Creation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/E-SignatureCreationApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of e-Signature Creation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-SignatureCreationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/E-SignatureCreationApplicationService</eira:PURI> + <dcterms:type>eira:E-SignatureCreationApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[e-Signature Creation ABB is an Application Service that enables the process of signing data, in electronic form by a natural person]]></skos:definition> + <eira:definitionSource>eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CEF eSignature DSS - DSS (Digital Signature Services) is an open-source software library for electronic signature creation and validation. DSS supports the creation and verification of interoperable and secure electronic signatures in line with European legislation. In particular, DSS aims to follow the eIDAS Regulation and related standards closely. DSS can be re-used in an IT solution for electronic signatures to ensure that signatures are created and verified in line with European legislation and standards. DSS allows re-use in a variety of different ways: in an applet, in a stand-alone application or in a server application. DSS can also be used as a reference implementation for IT solutions which do not directly re-use it. CEF eSignature's DSS open-source library delivers the following benefits to its users: • Open-source software under LGPL 2.1, a non-viral open source license; • Interoperability of the e-signatures; • Supports both e-signatures and e-seals; • Validation of countersignatures and multiple signatures; • Alignment with the eIDAS Regulation and related standards; • Supports EU standards on: o Signature formats and packaging methods; o Signature validation procedures; • Validation relying on Member States' trusted lists: o Status of trust service providers/trust service, compensation of information, path validation. https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eSignaturefile:///C:/Users/bocquilp/Downloads/DSS(ServiceOfferingDescription)%20(v0.03)%20(5).pdf]]></skos:example> + <eira:iopSaliency><![CDATA[The e-Signature Creation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-signature creation service.]]></eira:iopSaliency> + <skos:note><![CDATA[An ‘electronic signature’ means data in electronic form which is attached to or logically associated with other data in electronic form and which is used by the signatory to sign.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/E-SignatureCreationApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIManagerApplicationService"> + <skos:notation><![CDATA[API Manager Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIManagerApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[API Manager Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: API Manager Service ABB is a Application Service that that enables organizations to manage their Application Programming Interfaces (APIs) and create new APIs easily -The National Register refers to the information processing system which records, stores and communicates information relating to the identification of natural persons ie citizens. +Source: Gartner -It is therefore a central database in which are recorded: -� all Belgians residing in Belgium; -� all Belgians residing abroad who register in the population registers held in Belgian diplomatic missions or consular posts abroad; -� all foreigners residing in Belgium who are admitted or authorized to settle or reside in the Kingdom; -� all foreigners (and their family members) who declare themselves refugees or who are seeking recognition of refugee status. +Source reference: https://www.gartner.com/en/information-technology/glossary/api-management + +Identifier: http://data.europa.eu/dr8/APIManagerApplicationService + +ABB name: eira:APIManagerApplicationService + +]]></skos:definition> + <eira:APIManagerApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIManagerApplicationService_Properties"> + <skos:notation><![CDATA[Properties of API Manager Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIManagerApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of API Manager Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIManagerApplicationService" /> + <dcterms:type>eira:APIManagerApplicationService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[API Manager Service ABB is a Application Service that that enables organizations to manage their Application Programming Interfaces (APIs) and create new APIs easily]]></skos:definition> + <eira:definitionSource>Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/api-management]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/APIManagerApplicationService</eira:PURI> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/APIManagerApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService"> + <skos:notation><![CDATA[Artificial Intelligence]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Artificial Intelligence]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Artificial Intelligence ABB is an Application Service that enables the procedures to display intelligent behaviour by analysing their environment and taking actions with some degree of autonomy to achieve specific objectives. + +Source: European Comision + +Source reference: https://digital-strategy.ec.europa.eu/en/library/definition-artificial-intelligence-main-capabilities-and-scientific-disciplines + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): PyTorch is a machine learning framework based on the Torch library, used for applications such as computer vision and natural language processing, originally developed by Meta AI and now part of the Linux Foundation umbrella. It is free and open-source software released under the modified BSD license. Although the Python interface is more polished and the primary focus of development, PyTorch also has a C++ interface. https://pytorch.org/ -The municipalities (and the Immigration Office for the last category of the population) are responsible for recording the information. As a pillar of e-government, the National Register ensures the sharing of authentic data identifying individuals between different public services with limited access to such data. The Sectorial Committee of the National Register established within the Commission for the Protection of Privacy is competent to authorize access to the information of the National Register or the communication thereof. -https://www.ehealth.fgov.be/fr/ehealthplatform]]></skos:definition> - <dcterms:identifier>ABB225</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DescriptiveMetadata"> - <skos:notation>DescriptiveMetadata</skos:notation> - <skos:prefLabel xml:lang="en">Descriptive Metadata</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -A resource for purposes such as discovery and identification. It can include elements such as title, abstract, author, and keywords. - -Source: -http://www.niso.org/publications/press/UnderstandingMetadata.pdf +IoP Dimension: Behavioral IoP -INTEROPERABILITY SALIENCY: -The Descriptive Metadata ABB is salient for semantic interoperability because it facilitates opening and sharing data by providing the appropriate format, description of the content, high level of quality in order to achieve interoperability as stated in the EIF recommendation n� 42: "[..] Ensure that open data is accompanied by high quality, machine-readable metadata in non-proprietary formats, including a description of their content, the way data is collected and its level of quality and the licence terms under which it is made available. The use of common vocabularies for expressing metadata is recommended." +LOST view: Technical view - application + +Interoperability saliency: The Artificial Intelligence Application Service ABB is salient for technical interoperability because it refers to applications services that are able to analyse data, analysing the environment to take some automated actions for reaching objectives. Those services can enable digital public services to interact between them, exchanging data, and promoting interoperability of services. + +Identifier: http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService + +eira:ID: ABB422 + +ABB name: eira:ArtificialIntelligenceApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:ArtificialIntelligenceApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Artificial Intelligence]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Artificial Intelligence]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService</eira:PURI> + <dcterms:type>eira:ArtificialIntelligenceApplicationService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Artificial Intelligence ABB is an Application Service that enables the procedures to display intelligent behaviour by analysing their environment and taking actions with some degree of autonomy to achieve specific objectives.]]></skos:definition> + <eira:definitionSource>European Comision</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/library/definition-artificial-intelligence-main-capabilities-and-scientific-disciplines]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): PyTorch is a machine learning framework based on the Torch library, used for applications such as computer vision and natural language processing, originally developed by Meta AI and now part of the Linux Foundation umbrella. It is free and open-source software released under the modified BSD license. Although the Python interface is more polished and the primary focus of development, PyTorch also has a C++ interface. https://pytorch.org/]]></skos:example> + <eira:iopSaliency><![CDATA[The Artificial Intelligence Application Service ABB is salient for technical interoperability because it refers to applications services that are able to analyse data, analysing the environment to take some automated actions for reaching objectives. Those services can enable digital public services to interact between them, exchanging data, and promoting interoperability of services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceConnectorApplicationService"> + <skos:notation><![CDATA[Data Space Connector]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceConnectorApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Space Connector]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Space Connector ABB is an Application Service that enables the easy and trustworthy procedure to share data and work collaboratively with other research institutions. + +Source: IDSA + +Source reference: https://international-data-spaces-association.github.io/DataspaceConnector/ + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Dataspace Connector from the International Data Spaces Association. https://international-data-spaces-association.github.io/DataspaceConnector/ -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Structural IoP, Behavioral IoP -ISA2 Core Vocabularies - Core Criterion and Core Evidence Vocabulary - Evidence metadata -Evidences are resources and can have associated metadata. The DCMI Type Vocabulary can be used for providing a list of evidences that can be submitted for satisfying a specific criterion. -Note. Initially developed in 2002, the DCMI Type Vocabulary provides a general, cross-domain list of approved terms that may be used as values for the Type element to identify the genre of a resource. Type includes terms describing general categories, functions, genres, or aggregation levels for content. -https://joinup.ec.europa.eu/sites/default/files/distribution/2016-12/core_evidence_and_core_criterion_vocabulary_version_1.0.0.docx -http://dublincore.org/documents/dcmi-type-vocabulary/]]></skos:definition> - <dcterms:identifier>ABB195</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MasterData"> - <skos:notation>MasterData</skos:notation> - <skos:prefLabel xml:lang="en">Master Data</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -The authoritative, most accurate data that is available about key business entities, used to establish the context for business transactions and transactional data. +LOST view: Technical view - application + +Interoperability saliency: The Data Space Connector Application Service ABB is salient for technical interoperability because it provides the way or method, the procedure for different parties (public services, public organisations, etc) to exchange data in a collaborative method. + +Identifier: http://data.europa.eu/dr8/DataSpaceConnectorApplicationService + +eira:ID: http://data.europa.eu/dr8/DataSpaceConnectorApplicationService + +ABB name: eira:DataSpaceConnectorApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService" /> + <eira:DataSpaceConnectorApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceConnectorApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Data Space Connector]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceConnectorApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Space Connector]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/DataSpaceConnectorApplicationService</eira:PURI> + <dcterms:type>eira:DataSpaceConnectorApplicationService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Space Connector ABB is an Application Service that enables the easy and trustworthy procedure to share data and work collaboratively with other research institutions.]]></skos:definition> + <eira:definitionSource>IDSA</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://international-data-spaces-association.github.io/DataspaceConnector/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Dataspace Connector from the International Data Spaces Association. https://international-data-spaces-association.github.io/DataspaceConnector/]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Space Connector Application Service ABB is salient for technical interoperability because it provides the way or method, the procedure for different parties (public services, public organisations, etc) to exchange data in a collaborative method.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceConnectorApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SoftwareComponentDiscoveryandCatalogueApplicationService"> + <skos:notation><![CDATA[Software Component Discovery and Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SoftwareComponentDiscoveryandCatalogueApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Software Component Discovery and Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Software Component Discovery and Catalogue Service ABB is an Application Service containing information about software products and serves as an index during software scans to automatically identify the software products installed on a monitored computer but also getting knowledge on units of composition with contractually specified interfaces and explicit context dependencies. + +Source: Dictionary + +Source reference: (https://www.dictionary.com/browse/catalog) + +LOST view: Technical view - application + +Identifier: http://data.europa.eu/dr8/SoftwareComponentDiscoveryandCatalogueApplicationService + +eira:ID: ABB525 + +ABB name: eira:SoftwareComponentDiscoveryandCatalogueApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <eira:SoftwareComponentDiscoveryandCatalogueApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SoftwareComponentDiscoveryandCatalogueApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Software Component Discovery and Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SoftwareComponentDiscoveryandCatalogueApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Software Component Discovery and Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SoftwareComponentDiscoveryandCatalogueApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/SoftwareComponentDiscoveryandCatalogueApplicationService</eira:PURI> + <dcterms:type>eira:SoftwareComponentDiscoveryandCatalogueApplicationService</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Software Component Discovery and Catalogue Service ABB is an Application Service containing information about software products and serves as an index during software scans to automatically identify the software products installed on a monitored computer but also getting knowledge on units of composition with contractually specified interfaces and explicit context dependencies.]]></skos:definition> + <eira:definitionSource>Dictionary</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[(https://www.dictionary.com/browse/catalog)]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[Software Component Discovery and Catalogue Service ABB is a key interoperability enabler (*) for structural interoperability by sharing public administration services and making them available and findable across public administrations and borders.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SoftwareComponentDiscoveryandCatalogueApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService"> + <skos:notation><![CDATA[Registered Electronic Delivery]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Registered Electronic Delivery]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Registered Electronic Delivery ABB is an Application Service that enables the procedures to transmit sensitive or confidential documents and messages between parties. + +Source: eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC. + +Source reference: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG + +Additional information: A registered Electronic Delivery shares functionalities that i) makes it possible to transmit data between third parties by electronic means and ii) provides evidence relating to the handling of the transmitted data, including proof of sending and receiving the data, and iii) that protects transmitted data against the risk of loss, theft, damage or any unauthorised alterations; + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Qualified electronic registered delivery services listed with CEF Trusted List Browser tool Qualified electronic registered delivery services are listed on https://webgate.ec.europa.eu/tl-browser/#/search/1 and https://webgate.ec.europa.eu/tl-browser/#/search/1 -Source: DAMA DM_BOK -http://www.dama.org +IoP Dimension: Behavioral IoP -INTEROPERABILITY SALIENCY: -The Master Data ABB is salient for semantic interoperability because it is used to establish the context for business transactions and transactional data by providing accurate data usually stored and available for reuse by other parties. Its management should be prioritised as stated in the EIF recommendation n� 31: "Put in place an information management strategy at the highest possible level to avoid fragmentation and duplication. Management of metadata, master data and reference data should be prioritised." +LOST view: Technical view - application + +Interoperability saliency: The Registered Electronic Delivery Service ABB  is salient for technical interoperability because it provides the functionalities related to the handling of data transmission. + +Identifier: http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService + +eira:ID: ABB203 + +ABB name: eira:RegisteredElectronicDeliveryApplicationService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <eira:RegisteredElectronicDeliveryApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Registered Electronic Delivery]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Registered Electronic Delivery]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService</eira:PURI> + <dcterms:type>eira:RegisteredElectronicDeliveryApplicationService</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Registered Electronic Delivery ABB is an Application Service that enables the procedures to transmit sensitive or confidential documents and messages between parties.]]></skos:definition> + <eira:definitionSource>eIDAS - REGULATION (EU) No 910/2014 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Qualified electronic registered delivery services listed with CEF Trusted List Browser tool Qualified electronic registered delivery services are listed on https://webgate.ec.europa.eu/tl-browser/#/search/1 and https://webgate.ec.europa.eu/tl-browser/#/search/1]]></skos:example> + <eira:iopSaliency><![CDATA[The Registered Electronic Delivery Service ABB  is salient for technical interoperability because it provides the functionalities related to the handling of data transmission.]]></eira:iopSaliency> + <skos:note><![CDATA[A registered Electronic Delivery shares functionalities that i) makes it possible to transmit data between third parties by electronic means and ii) provides evidence relating to the handling of the transmitted data, including proof of sending and receiving the data, and iii) that protects transmitted data against the risk of loss, theft, damage or any unauthorised alterations;]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceRegistryDataObject"> + <skos:notation><![CDATA[Service Registry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceRegistryDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Service Registry]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Service Registry ABB is a Data Object that enables the implementation of a central repository of information that contains metadata about the available digital services. + +Source: Redhat + +Source reference: https://www.redhat.com/en/topics/integration/what-is-a-service-registry + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ZooKeeper - ZooKeeper is a centralized service registry for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them, which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed. https://zookeeper.apache.org/ -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Structural IoP, Behavioral IoP -INSPIRE code list register -The INSPIRE code list register contains the code lists and their values, as defined in the INSPIRE implementing rules on interoperability of spatial data sets and services (Commission Regulation (EU) No 1089/2010). -http://inspire.ec.europa.eu/codelist]]></skos:definition> - <dcterms:identifier>ABB181</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OpenData"> - <skos:notation>OpenData</skos:notation> - <skos:prefLabel xml:lang="en">Open Data</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Open data refers to the practice of publishing (raw) data in a way that is accessible, reusable, machine readable and licensed permissively. It can be generated by a wide range of parties, including public authorities, the semi-public sector, businesses and the public. In the case of public authorities, such as European Union organisations, making their data available for public reuse supports economic development, openness and transparency. +LOST view: Technical view - application + +Interoperability saliency: The Service Registry ABB is a key interoperability enabler because it provides access to software systems over the Internet using standard protocols. In the most basic scenario there is a Web Service Provider that publishes a service and a Web Service Consumer that uses this service. + +Identifier: http://data.europa.eu/dr8/ServiceRegistryDataObject + +eira:ID: ABB524 + +ABB name: eira:ServiceRegistryDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/WebServiceApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService" /> + <eira:ServiceRegistryDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceRegistryDataObject_Properties"> + <skos:notation><![CDATA[Properties of Service Registry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceRegistryDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Service Registry]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceRegistryDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/ServiceRegistryDataObject</eira:PURI> + <dcterms:type>eira:ServiceRegistryDataObject</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Service Registry ABB is a Data Object that enables the implementation of a central repository of information that contains metadata about the available digital services.]]></skos:definition> + <eira:definitionSource>Redhat</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.redhat.com/en/topics/integration/what-is-a-service-registry]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ZooKeeper - ZooKeeper is a centralized service registry for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them, which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed. https://zookeeper.apache.org/]]></skos:example> + <eira:iopSaliency><![CDATA[The Service Registry ABB is a key interoperability enabler because it provides access to software systems over the Internet using standard protocols. In the most basic scenario there is a Web Service Provider that publishes a service and a Web Service Consumer that uses this service.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceRegistryDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BaseRegistryDataObject"> + <skos:notation><![CDATA[Base Registry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BaseRegistryDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Base Registry]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Base Registry ABB is a Data Object that refers to reliable sources of basic information that permits an efficient, secure, and transarent exchange of the data. + +Source: EIF + +Source reference: https://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Business Registry - Registradores de España https://sede.registradores.org/site/mercantil?lang=en_EN + +LOST view: Semantic view + +Interoperability saliency: The Base Registry Data Object ABB is salient for semantic interoperability because it provides a mechanism or method to ensure reliability of data, fostering secure data exchanges between public administrations and digital public services delivery. + +Identifier: http://data.europa.eu/dr8/BaseRegistryDataObject + +eira:ID: ABB508 + +ABB name: eira:BaseRegistryDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-17-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/MasterDataObject" /> + <eira:BaseRegistryDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BaseRegistryDataObject_Properties"> + <skos:notation><![CDATA[Properties of Base Registry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BaseRegistryDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Base Registry]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BaseRegistryDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/BaseRegistryDataObject</eira:PURI> + <dcterms:type>eira:BaseRegistryDataObject</dcterms:type> + <dcterms:modified>2022-01-17</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Base Registry ABB is a Data Object that refers to reliable sources of basic information that permits an efficient, secure, and transarent exchange of the data.]]></skos:definition> + <eira:definitionSource>EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Business Registry - Registradores de España https://sede.registradores.org/site/mercantil?lang=en_EN]]></skos:example> + <eira:iopSaliency><![CDATA[The Base Registry Data Object ABB is salient for semantic interoperability because it provides a mechanism or method to ensure reliability of data, fostering secure data exchanges between public administrations and digital public services delivery.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BaseRegistryDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MasterDataObject"> + <skos:notation><![CDATA[Master Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MasterDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Master Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Master Data ABB is a Data Object that enables the implementation of non-transactional information to play a key role in the core operation of a business in public administrations and re-used for multiple purposes + +Source: European Medicines Agency + +Source reference: https://www.ema.europa.eu/en/glossary/master-data#:~:text=Master%20data%20Any%20non-transactional%20information%20considered%20to%20play,product%2C%20organisation%20and%20referential%20%28SPOR%29%20master%20data%20%27. + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU-ERS: Master Data Register. https://circabc.europa.eu/ui/group/3cc8c417-0f2a-4eb4-8ff7-10d60638446a/information + +LOST view: Semantic view + +Interoperability saliency: The Master Data ABB is a key interoperable enabler for semantic interoperability because it is a core element for digital public services enabling the reuse of relevant data such as identifiers for parties, or locations. + +Identifier: http://data.europa.eu/dr8/MasterDataObject + +eira:ID: http://data.europa.eu/dr8/MasterDataObject + +ABB name: eira:MasterDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-26-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataSetDataObject" /> + <eira:MasterDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MasterDataObject_Properties"> + <skos:notation><![CDATA[Properties of Master Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MasterDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Master Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MasterDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/MasterDataObject</eira:PURI> + <dcterms:type>eira:MasterDataObject</dcterms:type> + <dcterms:modified>2022-01-26</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Master Data ABB is a Data Object that enables the implementation of non-transactional information to play a key role in the core operation of a business in public administrations and re-used for multiple purposes]]></skos:definition> + <eira:definitionSource>European Medicines Agency</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.ema.europa.eu/en/glossary/master-data#:~:text=Master%20data%20Any%20non-transactional%20information%20considered%20to%20play,product%2C%20organisation%20and%20referential%20%28SPOR%29%20master%20data%20%27.]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU-ERS: Master Data Register. https://circabc.europa.eu/ui/group/3cc8c417-0f2a-4eb4-8ff7-10d60638446a/information]]></skos:example> + <eira:iopSaliency><![CDATA[The Master Data ABB is a key interoperable enabler for semantic interoperability because it is a core element for digital public services enabling the reuse of relevant data such as identifiers for parties, or locations.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/MasterDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SolutionSpecificationDataObject"> + <skos:notation><![CDATA[Solution Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SolutionSpecificationDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Solution Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Solution Specification ABB is a Data Object that refers to detailed description of the requirements and functionality of a proposed solution to a specific problem or challenge + +Source: ISA2-EIF + +Source reference: https://ec.europa.eu/isa2/eif_en/ + +Identifier: http://data.europa.eu/dr8/SolutionSpecificationDataObject + +eira:ID: ABB486 + +ABB name: eira:SolutionSpecificationDataObject + +]]></skos:definition> + <eira:SolutionSpecificationDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SolutionSpecificationDataObject_Properties"> + <skos:notation><![CDATA[Properties of Solution Specification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SolutionSpecificationDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Solution Specification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SolutionSpecificationDataObject" /> + <dcterms:type>eira:SolutionSpecificationDataObject</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Solution Specification ABB is a Data Object that refers to detailed description of the requirements and functionality of a proposed solution to a specific problem or challenge]]></skos:definition> + <eira:definitionSource>ISA2-EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/eif_en/]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/SolutionSpecificationDataObject</eira:PURI> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SolutionSpecificationDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ControlledVocabularyDataObject"> + <skos:notation><![CDATA[Controlled Vocabulary]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ControlledVocabularyDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Controlled Vocabulary]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Controlled Vocabulary ABB is a Data Object that enables a carefully curated set of terms used to describe concepts or objects in a specific field or domain. It is a standardized list of terms that are used to ensure consistency and accuracy in the indexing, searching, and retrieval of information + +Source: Joinup + +Source reference: https://joinup.ec.europa.eu/collection/catalogue-services/document/controlled-vocabularies + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EuroVoc - EuroVoc is a multilingual, multidisciplinary thesaurus covering the activities of the EU, the European Parliament in particular. It contains terms in 23 EU languages (Bulgarian, Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, German, Greek, Hungarian, Italian, Latvian, Lithuanian, Maltese, Polish, Portuguese, Romanian, Slovak, Slovenian, Spanish and Swedish), plus in three languages of countries which are candidates for EU accession: македонÑки (mk), shqip (sq) and cрпÑки (sr). (https://op.europa.eu/en/web/eu-vocabularies/th-dataset/-/resource/dataset/eurovoc) -Source: EU Open Data guide -http://bookshop.europa.eu/en/eu-open-data-pbOA0416036/downloads/OA-04-16-036-EN-C/OA0416036ENC_002.pdf?FileName=OA0416036ENC_002.pdf&SKU=OA0416036ENC_PDF&CatalogueNumber=OA-04-16-036-EN-C +IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP -INTEROPERABILITY SALIENCY: -The Open Data ABB is salient for semantic interoperability because it is a part of the basic components of the EIF's conceptual model for integrated public services. Opening of public sector datasets for sharing and reuse is encouraged by the Directive on the reuse of public sector information, which provides a common legal framework for reuse of public sector data as stated in the EIF recommendation n� 2: "Publish the data you own as open data unless certain restrictions apply." +LOST view: Semantic view + +Interoperability saliency: The Controlled Vocabulary ABB is salient for semantic interoperability because it ensures compatible interpretations of words and phrases used to index content and/or to retrieve content through browsing or searching. + +Identifier: http://data.europa.eu/dr8/ControlledVocabularyDataObject + +eira:ID: ABB517 + +ABB name: eira:ControlledVocabularyDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-17-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataModelDataObject" /> + <eira:ControlledVocabularyDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ControlledVocabularyDataObject_Properties"> + <skos:notation><![CDATA[Properties of Controlled Vocabulary]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ControlledVocabularyDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Controlled Vocabulary]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ControlledVocabularyDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/ControlledVocabularyDataObject</eira:PURI> + <dcterms:type>eira:ControlledVocabularyDataObject</dcterms:type> + <dcterms:modified>2022-01-17</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Controlled Vocabulary ABB is a Data Object that enables a carefully curated set of terms used to describe concepts or objects in a specific field or domain. It is a standardized list of terms that are used to ensure consistency and accuracy in the indexing, searching, and retrieval of information]]></skos:definition> + <eira:definitionSource>Joinup</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/catalogue-services/document/controlled-vocabularies]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EuroVoc - EuroVoc is a multilingual, multidisciplinary thesaurus covering the activities of the EU, the European Parliament in particular. It contains terms in 23 EU languages (Bulgarian, Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, German, Greek, Hungarian, Italian, Latvian, Lithuanian, Maltese, Polish, Portuguese, Romanian, Slovak, Slovenian, Spanish and Swedish), plus in three languages of countries which are candidates for EU accession: македонÑки (mk), shqip (sq) and cрпÑки (sr). (https://op.europa.eu/en/web/eu-vocabularies/th-dataset/-/resource/dataset/eurovoc)]]></skos:example> + <eira:iopSaliency><![CDATA[The Controlled Vocabulary ABB is salient for semantic interoperability because it ensures compatible interpretations of words and phrases used to index content and/or to retrieve content through browsing or searching.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ControlledVocabularyDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataFormatDataObject"> + <skos:notation><![CDATA[Data Format]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataFormatDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Format]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Format ABB is a Data Object that enables the methods and structures in which data is organized and structured within a file or dataset + +Source: Inspired in Common European Research Forma + +Source reference: https://joinup.ec.europa.eu/collection/eu-semantic-interoperability-catalogue/solution/common-european-research-information-format/about + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): European Data Format, a simple and flexible format for the exchange and storage of multichannel biological and physical signals. It was developed by a few European 'medical' engineers who first met at the 1987 international Sleep Congress in Copenhagen. https://www.edfplus.info/). CSV is also a data format https://www.loc.gov/preservation/digital/formats/fdd/fdd000323.shtml + +LOST view: Semantic view + +Interoperability saliency: The Data Format Data Object ABB is a key interoperability enabler and salient for semantic interoperability because it provides a common and structured method to organise data, ensuring data quality and successful data exchanges between public administrations and digital public services + +Identifier: http://data.europa.eu/dr8/DataFormatDataObject + +eira:ID: http://data.europa.eu/dr8/DataFormatDataObject + +ABB name: eira:DataFormatDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-17-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/MetadataDataObject" /> + <eira:DataFormatDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataFormatDataObject_Properties"> + <skos:notation><![CDATA[Properties of Data Format]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataFormatDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Format]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataFormatDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/DataFormatDataObject</eira:PURI> + <dcterms:type>eira:DataFormatDataObject</dcterms:type> + <dcterms:modified>2022-01-17</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Format ABB is a Data Object that enables the methods and structures in which data is organized and structured within a file or dataset]]></skos:definition> + <eira:definitionSource>Inspired in Common European Research Forma</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/eu-semantic-interoperability-catalogue/solution/common-european-research-information-format/about]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): European Data Format, a simple and flexible format for the exchange and storage of multichannel biological and physical signals. It was developed by a few European 'medical' engineers who first met at the 1987 international Sleep Congress in Copenhagen. https://www.edfplus.info/). CSV is also a data format https://www.loc.gov/preservation/digital/formats/fdd/fdd000323.shtml]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Format Data Object ABB is a key interoperability enabler and salient for semantic interoperability because it provides a common and structured method to organise data, ensuring data quality and successful data exchanges between public administrations and digital public services]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataFormatDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OntologiesCatalogueDataObject"> + <skos:notation><![CDATA[Ontologies Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OntologiesCatalogueDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Ontologies Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Ontologies Catalogue ABB is a Data Object aiming at indexing the collection of ontologies with comprehensiveness and trustiness value + +Source: Joinup + +Source reference: https://joinup.ec.europa.eu/taxonomy/term/http_e_f_fdata_ceuropa_ceu_fdr8_fOntologiesCatalogue + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): BioPortal - BioPortal is a repository of over 300 biomedical ontologies and includes tools for working with these ontologies. Holds most widely used Biomedical ontologies. Allows ontologies to be browsed, searched, and reviewed. Allows uses to create notes on ontologies terms. Allows arbitrary text to be annotated with ontology terms. Also supports search of biomedical resources (e.g. PubMed) for combinations of terms from ontologies. Allows programmatic access to ontologies through a REST interface.(http://bioportal.bioontology.org/) -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Structural IoP -European Data Portal -The European Data Portal harvests the metadata of Public Sector Information available on public data portals across European countries. Information regarding the provision of data and the benefits of re-using data is also included. +LOST view: Semantic view + +Interoperability saliency: The Ontologies catalogue ABB is a key interoperability enabler (*) for structural interoperability because it ensures the provision/consumption of ontologies by digital public services. + +Identifier: http://data.europa.eu/dr8/OntologiesCatalogueDataObject + +eira:ID: ABB365 + +ABB name: eira:OntologiesCatalogueDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-16-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/OntologyDataObject" /> + <eira:OntologiesCatalogueDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OntologiesCatalogueDataObject_Properties"> + <skos:notation><![CDATA[Properties of Ontologies Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OntologiesCatalogueDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Ontologies Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OntologiesCatalogueDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/OntologiesCatalogueDataObject</eira:PURI> + <dcterms:type>eira:OntologiesCatalogueDataObject</dcterms:type> + <dcterms:modified>2023-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Ontologies Catalogue ABB is a Data Object aiming at indexing the collection of ontologies with comprehensiveness and trustiness value]]></skos:definition> + <eira:definitionSource>Joinup</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/taxonomy/term/http_e_f_fdata_ceuropa_ceu_fdr8_fOntologiesCatalogue]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): BioPortal - BioPortal is a repository of over 300 biomedical ontologies and includes tools for working with these ontologies. Holds most widely used Biomedical ontologies. Allows ontologies to be browsed, searched, and reviewed. Allows uses to create notes on ontologies terms. Allows arbitrary text to be annotated with ontology terms. Also supports search of biomedical resources (e.g. PubMed) for combinations of terms from ontologies. Allows programmatic access to ontologies through a REST interface.(http://bioportal.bioontology.org/)]]></skos:example> + <eira:iopSaliency><![CDATA[The Ontologies catalogue ABB is a key interoperability enabler (*) for structural interoperability because it ensures the provision/consumption of ontologies by digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/OntologiesCatalogueDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataMappingCatalogueDataObject"> + <skos:notation><![CDATA[Data Mapping Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataMappingCatalogueDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Mapping Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Mapping Catalogue ABB is a Data Object aiming to index an inventory of rules or procedures on how data from different sources and domains can be linked and integrated. + +Source: European Comision + +Source reference: https://digital-strategy.ec.europa.eu/en/library/staff-working-document-data-spaces + +Additional information: A data Mapping Catalogue stores the data mappings with comprehensiveness and trustiness value. This ABB is a key interoperability enabler (*) for sharing/PROVISIONING and reusing/CONSUMING Data. + +Example: CEMS Rapid Mapping - JRC - The Joint Research Centre (JRC) is the European Commission's science and knowledge service which employs scientists to carry out research in order to provide independent scientific advice and support to EU policy. Rapid Mapping is one of the two on-demand mapping services under the Copernicus Emergency Management Service (CEMS). Rapid Mapping delivers geospatial information (in different vector and raster formats) in the midst of or immediately after catastrophic events or humanitarian crises. It is available 24/7/365. Supported disaster types range from natural hazards such as floods, fires, storms, tsunamis, volcanic eruptions, landslides, and earthquakes to industrial accidents and humanitarian crises. (https://data.jrc.ec.europa.eu/collection/id-0072) -Within the Portal, sections are dedicated to: -� Searching datasets: Categories have been established to structure the metadata harvested from the various countries. These categories follow the revision of the DCAT Application Profile and have been mapped against the Eurovoc Thesaurus. -� Providing Data: This section gives an insight into understanding Open Data from the perspective of a data provider. In addition, instructions are offered for those who wish their data portal to be harvested by the European Data Portal. -� Using Data: How Open Data is being used, as well as the economic benefits of Open Data are detailed in this section. -� Training and Library: eLearning modules about Open Data as well as training guides and a knowledge base referencing publications around Open Data and featured projects. +IoP Dimension: Structural IoP -Portals can be national, regional, local or domain specific. They cover the 28 EU Member States, EEA, countries involved in the EU's neighbourhood policy and Switzerland. -https://www.europeandataportal.eu/]]></skos:definition> - <dcterms:identifier>ABB224</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ReferenceData"> - <skos:notation>ReferenceData</skos:notation> - <skos:prefLabel xml:lang="en">Reference Data</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Reference Data is any data used to organise or categorise other data, or for relating data to information both within and beyond the boundaries of the enterprise. Usually consists of codes and descriptions or definitions. +LOST view: Semantic view + +Interoperability saliency: The Data Mapping Catalogue ABB is a key interoperability enabler (*) for structural interoperability by ensuring the mapping of data by digital public services. + +Identifier: http://data.europa.eu/dr8/DataMappingCatalogueDataObject + +eira:ID: ABB376 + +ABB name: eira:DataMappingCatalogueDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-16-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataMappingDataObject" /> + <eira:DataMappingCatalogueDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataMappingCatalogueDataObject_Properties"> + <skos:notation><![CDATA[Properties of Data Mapping Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataMappingCatalogueDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Mapping Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataMappingCatalogueDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/DataMappingCatalogueDataObject</eira:PURI> + <dcterms:type>eira:DataMappingCatalogueDataObject</dcterms:type> + <dcterms:modified>2022-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Mapping Catalogue ABB is a Data Object aiming to index an inventory of rules or procedures on how data from different sources and domains can be linked and integrated.]]></skos:definition> + <eira:definitionSource>European Comision</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/library/staff-working-document-data-spaces]]></eira:definitionSourceReference> + <skos:example><![CDATA[CEMS Rapid Mapping - JRC - The Joint Research Centre (JRC) is the European Commission's science and knowledge service which employs scientists to carry out research in order to provide independent scientific advice and support to EU policy. Rapid Mapping is one of the two on-demand mapping services under the Copernicus Emergency Management Service (CEMS). Rapid Mapping delivers geospatial information (in different vector and raster formats) in the midst of or immediately after catastrophic events or humanitarian crises. It is available 24/7/365. Supported disaster types range from natural hazards such as floods, fires, storms, tsunamis, volcanic eruptions, landslides, and earthquakes to industrial accidents and humanitarian crises. (https://data.jrc.ec.europa.eu/collection/id-0072)]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Mapping Catalogue ABB is a key interoperability enabler (*) for structural interoperability by ensuring the mapping of data by digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[A data Mapping Catalogue stores the data mappings with comprehensiveness and trustiness value. This ABB is a key interoperability enabler (*) for sharing/PROVISIONING and reusing/CONSUMING Data.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataMappingCatalogueDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FormsStructureDataObject"> + <skos:notation><![CDATA[Forms Structure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FormsStructureDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Forms Structure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Forms Structure ABB is a Data Object that enables the implementation of the layout and organization of the fields, labels and controls on a form used to collect or display data. + +Source: Inspired in Science Direct + +Source reference: https://www.sciencedirect.com/topics/computer-science/formal-structure + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Standard forms for public procurement - o help you publish EU public procurement data in the Official Journal, the European Commission has created standard forms aligned with each of the EU legal bases in place for publishing this data, namely: - TED schema forms set out in Regulation (EU) 2015/1986; - eForms set out in Regulation (EU) 2019/1780. https://simap.ted.europa.eu/standard-forms-for-public-procurement -Source: DAMA DM_BOK -http://www.dama.org +IoP Dimension: Structural IoP -Reference data consists typically of a small, discrete set of values that are not updated as part of business transactions but are usually used to impose consistent classi?cation. Reference data normally has a low update frequency. Reference data is relevant across more than one business systems belonging to different organisations and sectors -[Source: J. Jordan & C. Ellen (2009). Business need, data and business intelligence]. +LOST view: Semantic view + +Interoperability saliency: The Forms Structure Data Object ABB is salient for semantic interoperability because the harmonisation of forms structures can contribute to data accessibility and reuse. + +Identifier: http://data.europa.eu/dr8/FormsStructureDataObject + +eira:ID: ABB514 + +ABB name: eira:FormsStructureDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-17-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/MetadataDataObject" /> + <eira:FormsStructureDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FormsStructureDataObject_Properties"> + <skos:notation><![CDATA[Properties of Forms Structure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FormsStructureDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Forms Structure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/FormsStructureDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/FormsStructureDataObject</eira:PURI> + <dcterms:type>eira:FormsStructureDataObject</dcterms:type> + <dcterms:modified>2022-01-17</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Forms Structure ABB is a Data Object that enables the implementation of the layout and organization of the fields, labels and controls on a form used to collect or display data.]]></skos:definition> + <eira:definitionSource>Inspired in Science Direct</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.sciencedirect.com/topics/computer-science/formal-structure]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Standard forms for public procurement - o help you publish EU public procurement data in the Official Journal, the European Commission has created standard forms aligned with each of the EU legal bases in place for publishing this data, namely: - TED schema forms set out in Regulation (EU) 2015/1986; - eForms set out in Regulation (EU) 2019/1780. https://simap.ted.europa.eu/standard-forms-for-public-procurement]]></skos:example> + <eira:iopSaliency><![CDATA[The Forms Structure Data Object ABB is salient for semantic interoperability because the harmonisation of forms structures can contribute to data accessibility and reuse.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/FormsStructureDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataDataObject"> + <skos:notation><![CDATA[Metadata]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MetadataDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Metadata]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Metadata ABB is a Data Object providing information about one or more aspects of the data -INTEROPERABILITY SALIENCY: -The Reference Data ABB is salient for semantic interoperability because it can be shared and reused (e.g. in the form of taxonomies or controlled vocabularies) between organisation to agree on some basic information. Management of reference data is a priority as suggested by EIF's recommendation 31: "Put in place an information management strategy at the highest possible level to avoid fragmentation and duplication. Management of metadata, master data and reference data should be prioritised." +Source: W3C -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source reference: www.w3.org/Metadata/ + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): https://data.europa.eu/en + +IoP Dimension: Behavioual IoP + +LOST view: Semantic view + +Interoperability saliency: The Metadata ABB is a key interoperability enabler (*) for behavioural interoperability by enabling data discoverability and reuse enhancing the delivery and collaboration between digital public services. + +Identifier: http://data.europa.eu/dr8/MetadataDataObject + +eira:ID: ABB513 + +ABB name: eira:MetadataDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-17-01 + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/FormsStructureDataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DataSyntaxDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DataFormatDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DataModelDataObject" /> + <eira:MetadataDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataDataObject_Properties"> + <skos:notation><![CDATA[Properties of Metadata]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MetadataDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Metadata]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MetadataDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/MetadataDataObject</eira:PURI> + <dcterms:type>eira:MetadataDataObject</dcterms:type> + <dcterms:modified>2022-01-17</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Metadata ABB is a Data Object providing information about one or more aspects of the data]]></skos:definition> + <eira:definitionSource>W3C</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[www.w3.org/Metadata/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): https://data.europa.eu/en]]></skos:example> + <eira:iopSaliency><![CDATA[The Metadata ABB is a key interoperability enabler (*) for behavioural interoperability by enabling data discoverability and reuse enhancing the delivery and collaboration between digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/MetadataDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataModelDataObject"> + <skos:notation><![CDATA[Data Model]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataModelDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Model]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Model ABB is a Data Object aiming to be a collection of entities, their properties and the relationships among them, which focus at formally representing a domain, a concept or a real-world thing. -EUROSTAT - Nomenclature of Territorial Units for Statistics (NUTS) -Principle 1: Population thresholds -The NUTS regulation defines minimum and maximum population thresholds for the size of the NUTS regions: - -Level Minimum Maximum -NUTS 1 3 000 000 7 000 000 -NUTS 2 800 000 3 000 000 -NUTS 3 150 000 150 000 - -For administrative levels of NUTS, it is sufficient if the average size of the corresponding regions lies within the thresholds; in case of non-administrative levels, each individual region should do so. Exceptions exist however in case of geographical, socio-economic, historical, cultural or environmental circumstances. -Despite the aim of ensuring that regions of comparable size all appear at the same NUTS level, each level still contains regions which differ greatly in terms of population. -Principle 2: NUTS favours administrative divisions -For practical reasons the NUTS classification generally mirrors the territorial administrative division of the Member States. This supports the availability of data and the implementation capacity of policy. -Principle 3: Regular and extraordinary amendments -The NUTS classification can be amended, but generally not more frequently than every three years. The amendments are usually based on changes of the territorial structure in one or more Member States. -In case of a substantial reorganisation of the administrative structure of a Member State, amendments to the NUTS may be adopted at intervals of less than three years. This has only happened once so far, in 2014 for Portugal. -http://ec.europa.eu/eurostat/web/nuts/overview -http://ec.europa.eu/eurostat/web/nuts/principles-and-characteristics]]></skos:definition> - <dcterms:identifier>ABB27</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessIntelligenceComponent"> - <skos:notation>BusinessIntelligenceComponent</skos:notation> - <skos:prefLabel xml:lang="en">Business Intelligence Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Implements the functionalities that include i) the applications, ii) infrastructure and tools, and/or iii) best practices that enable access to and analysis of information to improve and optimize decisions and performance. +Source: ISA2 - SEMIC Action -Based on Gartner -http://www.gartner.com/it-glossary/business-intelligence-bi/ +Source reference: https://joinup.ec.europa.eu/sites/default/files/methodology_and_tools_for_metadata_governance_and_management_for_eu_institutions.pdf -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ESPD - Exchange data model - The ESPD Exchange Data Model was designed to implement the data requirements expressed in the Annex 2 of the COMMISSION IMPLEMENTING REGULATION (EU) 2016/7 of 5 January 2016 (from now on "the Annex to the Regulation 2016/7"), establishing the standard form for the European Single Document. Additionally to these requirements, the model took also into account the Information Requirements Model specified by the CEN/BII-Workshops.[3] (namely Workshop 3), and the latest developments relating to the Virtual Company Dossier (VCD) in e-Sens.[4]. -JasperReports -The JasperReports Library is an open source reporting engine. It is entirely written in Java and it is able to use data coming from any kind of data source and produce pixel-perfect documents that can be viewed, printed or exported in a variety of document formats including HTML, PDF, Excel, OpenOffice and Word. -https://community.jaspersoft.com/project/jasperreports-library]]></skos:definition> - <dcterms:identifier>ABB66</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessAnalyticsService"> - <skos:notation>BusinessAnalyticsService</skos:notation> - <skos:prefLabel xml:lang="en">Business Analytics Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Shares the functionalities of i) building analysis models and simulations to create scenarios, ii) understand realities and/or iii) predict future states. Business analytics includes data mining, predictive analytics, applied analytics and statistics, and is delivered as an application suitable for a business user. These analytics solutions often come with prebuilt industry content that is targeted at an industry business process (for example, claims, underwriting or a specific regulatory requirement). +IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP -Based on Gartner -http://www.gartner.com/it-glossary/business-analytics/ +LOST view: Semantic view + +Interoperability saliency: The Data Model ABB is salient for semantic interoperability because it ensures compatible interpretations of data exchange as specified in the document "Methodology and tools for metadata governance and management for EU Institutions", developed under the SEMIC action of the ISA Programme: "Whilst technological developments offer various means to automate the exchange of information, technological developments alone cannot guarantee a greater interoperability between information systems. A fundamental aspect is the need for common data standards: primarily data models and reference data [...]". + +Identifier: http://data.europa.eu/dr8/DataModelDataObject + +eira:ID: ABB516 + +ABB name: eira:DataModelDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-17-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSyntaxDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataFormatDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/FormsStructureDataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/MetadataDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ControlledVocabularyDataObject" /> + <eira:DataModelDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataModelDataObject_Properties"> + <skos:notation><![CDATA[Properties of Data Model]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataModelDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Model]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataModelDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/DataModelDataObject</eira:PURI> + <dcterms:type>eira:DataModelDataObject</dcterms:type> + <dcterms:modified>2022-01-17</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Model ABB is a Data Object aiming to be a collection of entities, their properties and the relationships among them, which focus at formally representing a domain, a concept or a real-world thing.]]></skos:definition> + <eira:definitionSource>ISA2 - SEMIC Action</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/sites/default/files/methodology_and_tools_for_metadata_governance_and_management_for_eu_institutions.pdf]]></eira:definitionSourceReference> + <eira:iopSaliency><![CDATA[The Data Model ABB is salient for semantic interoperability because it ensures compatible interpretations of data exchange as specified in the document "Methodology and tools for metadata governance and management for EU Institutions", developed under the SEMIC action of the ISA Programme: "Whilst technological developments offer various means to automate the exchange of information, technological developments alone cannot guarantee a greater interoperability between information systems. A fundamental aspect is the need for common data standards: primarily data models and reference data [...]".]]></eira:iopSaliency> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ESPD - Exchange data model - The ESPD Exchange Data Model was designed to implement the data requirements expressed in the Annex 2 of the COMMISSION IMPLEMENTING REGULATION (EU) 2016/7 of 5 January 2016 (from now on "the Annex to the Regulation 2016/7"), establishing the standard form for the European Single Document. Additionally to these requirements, the model took also into account the Information Requirements Model specified by the CEN/BII-Workshops.[3] (namely Workshop 3), and the latest developments relating to the Virtual Company Dossier (VCD) in e-Sens.[4].]]></skos:example> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataModelDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSetCatalogueDataObject"> + <skos:notation><![CDATA[Dataset Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSetCatalogueDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Dataset Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Dataset Catalogue ABB is a Data Object aimed at indexing a collection (inventory) of datasets in a systematic manner. + +Source: W3C-Data Catalogue Vocabulary + +Source reference: https://www.w3.org/TR/vocab-dcat/#class-catalog + +Additional information: (*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Agricultural and Vegetable Catalogue - The seed of varieties of agricultural and plant species and varieties of vegetable species that are published in the EU level common catalogue is subject to no marketing restrictions with the Community. Publication in the catalogue must be approved as fulfilling minimum requirements laid down in legislation. Data is published on the contents of the catalogues for agricultural and vegetal species and maintainers with details of the reference list.(https://data.europa.eu/euodp/data/dataset/7A98oEqVa83q6L7tHQ) -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +IoP Dimension: Structural IoP -KNIME� -KNIME� Analytics Platform is the leading open solution for data-driven innovation, helping discovering the potential hidden in data, mine for fresh insights, or predict new futures. This enterprise-grade, open source platform is scalable. KNIME Analytics Platform provides to data scientists more than 1000 modules, hundreds of ready-to-run examples, a comprehensive range of integrated tools, and a wide choice of advanced algorithms. +LOST view: Semantic view + +Interoperability saliency: The Dataset catalogue ABB is a key interoperability enabler (*) for semantic and structural interoperability by ensuring the provision/consumption of data by digital public services. + +Identifier: http://data.europa.eu/dr8/DataSetCatalogueDataObject + +eira:ID: ABB24 + +ABB name: eira:DataSetCatalogueDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-16-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSetDataObject" /> + <eira:DataSetCatalogueDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSetCatalogueDataObject_Properties"> + <skos:notation><![CDATA[Properties of Dataset Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSetCatalogueDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Dataset Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSetCatalogueDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/DataSetCatalogueDataObject</eira:PURI> + <dcterms:type>eira:DataSetCatalogueDataObject</dcterms:type> + <dcterms:modified>2023-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Dataset Catalogue ABB is a Data Object aimed at indexing a collection (inventory) of datasets in a systematic manner.]]></skos:definition> + <eira:definitionSource>W3C-Data Catalogue Vocabulary</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.w3.org/TR/vocab-dcat/#class-catalog]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Agricultural and Vegetable Catalogue - The seed of varieties of agricultural and plant species and varieties of vegetable species that are published in the EU level common catalogue is subject to no marketing restrictions with the Community. Publication in the catalogue must be approved as fulfilling minimum requirements laid down in legislation. Data is published on the contents of the catalogues for agricultural and vegetal species and maintainers with details of the reference list.(https://data.europa.eu/euodp/data/dataset/7A98oEqVa83q6L7tHQ)]]></skos:example> + <eira:iopSaliency><![CDATA[The Dataset catalogue ABB is a key interoperability enabler (*) for semantic and structural interoperability by ensuring the provision/consumption of data by digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[(*)DECISION (EU) 2015/2240 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 25 November 2015 establishing a programme on interoperability solutions and common frameworks for European public administrations, businesses and citizens (ISA2 programme) as a means for modernising the public sector.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataSetCatalogueDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ReferenceDataObject"> + <skos:notation><![CDATA[Reference Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ReferenceDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Reference Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Reference data ABB is a Data Object that enables the definition of a set of values or codes that are used to categorize, classify, or describe data elements in a consistent and standardized way + +Source: Inspired in the book "Managing Reference Data in Enterprise Datavases" + +Source reference: ISBN1558606971 + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): GISCO - the Geographic Information System of the COmmission reference data https://ec.europa.eu/eurostat/web/gisco/geodata/reference-data + +LOST view: Semantic view + +Interoperability saliency: The Reference Data ABB is a key interoperability enabler because it contributes to data standardisation and provides values and mechanisms to ensure and enable the proper, agreed and successful data exchange between parties and digital public services. Reference Data is a key element for reaching and maintaining data quality. + +Identifier: http://data.europa.eu/dr8/ReferenceDataObject + +eira:ID: ABB509 + +ABB name: eira:ReferenceDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-16-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataSetDataObject" /> + <eira:ReferenceDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ReferenceDataObject_Properties"> + <skos:notation><![CDATA[Properties of Reference Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ReferenceDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Reference Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ReferenceDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/ReferenceDataObject</eira:PURI> + <dcterms:type>eira:ReferenceDataObject</dcterms:type> + <dcterms:modified>2023-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Reference data ABB is a Data Object that enables the definition of a set of values or codes that are used to categorize, classify, or describe data elements in a consistent and standardized way]]></skos:definition> + <eira:definitionSource>Inspired in the book "Managing Reference Data in Enterprise Datavases"</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[ISBN1558606971]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): GISCO - the Geographic Information System of the COmmission reference data https://ec.europa.eu/eurostat/web/gisco/geodata/reference-data]]></skos:example> + <eira:iopSaliency><![CDATA[The Reference Data ABB is a key interoperability enabler because it contributes to data standardisation and provides values and mechanisms to ensure and enable the proper, agreed and successful data exchange between parties and digital public services. Reference Data is a key element for reaching and maintaining data quality.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ReferenceDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject"> + <skos:notation><![CDATA[Data Syntax Mapping Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Syntax Mapping Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Syntax Mapping Catalogue ABB is an Data Object bridging the differences between two systems, or data models, so that when data is moved from a source, it is accurate and usable at the destination. + +Source: Inspired in Digital Strategy Europe + +Source reference: https://digital-strategy.ec.europa.eu/en/library/study-mapping-data-flows + +LOST view: Semantic view + +Identifier: http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject + +eira:ID: ABB445 + +ABB name: eira:DataSyntaxMappingCatalogueDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataMappingDataObject" /> + <eira:DataSyntaxMappingCatalogueDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject_Properties"> + <skos:notation><![CDATA[Properties of Data Syntax Mapping Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Syntax Mapping Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject</eira:PURI> + <dcterms:type>eira:DataSyntaxMappingCatalogueDataObject</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Syntax Mapping Catalogue ABB is an Data Object bridging the differences between two systems, or data models, so that when data is moved from a source, it is accurate and usable at the destination.]]></skos:definition> + <eira:definitionSource>Inspired in Digital Strategy Europe</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/library/study-mapping-data-flows]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/VirtualDatasetDataObject"> + <skos:notation><![CDATA[Virtual Dataset]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/VirtualDatasetDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Virtual Dataset]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Virtual Dataset ABB is a Data Object that enables a dynamic and logical representation of data that aggregates, integrates, or transforms data from multiple sources into a single view + +Source: H5PY + +Source reference: https://docs.h5py.org/en/stable/vds.html + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Virtual Datasets (VDS) is an example of a distribution for the creation of virtual datasets. https://docs.h5py.org/en/stable/vds.html + +LOST view: Semantic view + +Interoperability saliency: The Virtual Dataset Data Object ABB is salient for semantic interoperability due to its position on and capability for transforming data from different and multiple channels to a single view allowing and increasing the reuse and shareability of data across organisations and digital public services. + +Identifier: http://data.europa.eu/dr8/VirtualDatasetDataObject + +eira:ID: ABB511 + +ABB name: eira:VirtualDatasetDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-16-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSetDataObject" /> + <eira:VirtualDatasetDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/VirtualDatasetDataObject_Properties"> + <skos:notation><![CDATA[Properties of Virtual Dataset]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/VirtualDatasetDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Virtual Dataset]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/VirtualDatasetDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/VirtualDatasetDataObject</eira:PURI> + <dcterms:type>eira:VirtualDatasetDataObject</dcterms:type> + <dcterms:modified>2022-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Virtual Dataset ABB is a Data Object that enables a dynamic and logical representation of data that aggregates, integrates, or transforms data from multiple sources into a single view]]></skos:definition> + <eira:definitionSource>H5PY</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://docs.h5py.org/en/stable/vds.html]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Virtual Datasets (VDS) is an example of a distribution for the creation of virtual datasets. https://docs.h5py.org/en/stable/vds.html]]></skos:example> + <eira:iopSaliency><![CDATA[The Virtual Dataset Data Object ABB is salient for semantic interoperability due to its position on and capability for transforming data from different and multiple channels to a single view allowing and increasing the reuse and shareability of data across organisations and digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/VirtualDatasetDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APICatalogueDataObject"> + <skos:notation><![CDATA[API Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APICatalogueDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[API Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: API Catalogue ABB is a Data Object that corresponds to a collection of (open) software interfaces that allow data consumption by a specific digital solution + +Source: Inspired in JRC + +Source reference: https://data.jrc.ec.europa.eu/dataset/5a431f38-1e2c-449a-898e-34f2a3234c3b + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): RapidAPI - RapidAPI is a collection of predefined APIs that are free to test, specifically updated for 2021. https://rapidapi.com/collection/list-of-free-apis + +LOST view: Technical view - application + +Interoperability saliency: The API Catalogue Data Object ABB is salient for interoperability as it is a collection of software interfaces that allows data consumption between solutions and services. + +Identifier: http://data.europa.eu/dr8/APICatalogueDataObject + +eira:ID: ABB435 + +ABB name: eira:APICatalogueDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <eira:APICatalogueDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APICatalogueDataObject_Properties"> + <skos:notation><![CDATA[Properties of API Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APICatalogueDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of API Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APICatalogueDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/APICatalogueDataObject</eira:PURI> + <dcterms:type>eira:APICatalogueDataObject</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[API Catalogue ABB is a Data Object that corresponds to a collection of (open) software interfaces that allow data consumption by a specific digital solution]]></skos:definition> + <eira:definitionSource>Inspired in JRC</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://data.jrc.ec.europa.eu/dataset/5a431f38-1e2c-449a-898e-34f2a3234c3b]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): RapidAPI - RapidAPI is a collection of predefined APIs that are free to test, specifically updated for 2021. https://rapidapi.com/collection/list-of-free-apis]]></skos:example> + <eira:iopSaliency><![CDATA[The API Catalogue Data Object ABB is salient for interoperability as it is a collection of software interfaces that allows data consumption between solutions and services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/APICatalogueDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DistributedLedgerDataObject"> + <skos:notation><![CDATA[Distributed Ledger]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DistributedLedgerDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Distributed Ledger]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Distributed Ledger ABB is a Data Object that enables the sharing and recording of encrypted data across multiple sites, countries, or institutions. + +Source: Regulation of a pilot regime for market infrastructures based on distributed ledger technology + +Source reference: https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:52020PC0594&from=EN + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): TOLAR (https://tolar.io/)is a tool implemented as the outcome of the Seduproject, Hashnet is in the process of evaluation by the European Blockchain Partnership to become one of the pilot protocols for European Blockchain Service Infrastructure. https://www.seedeuproject.eu/partners/hashnet/ -� Data Blending: simple text files, databases, documents, images, networks, and even Hadoop-based data can all be combined within the same visual workflow. -� Tool Blending: integration of more than a dozen tools, including legacy scripting/code, allows expertise to be reused, graphically documented, and shared among data scientists. -� Visual: easy-to-learn graphical interface means that coding is optional and work is visually documented. +IoP Dimension: Structural IoP -https://www.knime.com/knime-server]]></skos:definition> - <dcterms:identifier>ABB46</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessReportingService"> - <skos:notation>BusinessReportingService</skos:notation> - <skos:prefLabel xml:lang="en">Business Reporting Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Shares the functionality of providing detailed reports using unified views of enterprise data. -This includes, but is not limited to, financial statements, financial information, non-financial information and regulatory filings such as annual and quarterly financial statements. +LOST view: Semantic view -Based on XBRL (eXtensible Business Reporting Language) Specification -http://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2.1-REC-2003-12-31+corrected-errata-2013-02-20.html +Interoperability saliency: The Distributed Ledger ABB is salient for semantic interoperability due to its capacity to exchange encrypted data amongst digital public services. It is also salient because it can be used across borders to ensure secure and trustworthy data exchange. Additionally, it is also relevant for new technologies incorporating blockchain technology. -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Identifier: http://data.europa.eu/dr8/DistributedLedgerDataObject -BIRT -BIRT is an open source software project that provides the BIRT technology platform to create data visualizations and reports that can be embedded into rich client and web applications, especially those based on Java and Java EE. BIRT is a top-level software project within the Eclipse Foundation, an independent not-for-profit consortium of software industry vendors and an open source community. BIRT technology platform is one of the most widely adopted data visualization and reporting technologies with over 12 million downloads and over 2.5M developers across 157 countries. BIRT also has a large, active and growing developer community representing all types of organizations. -http://www.eclipse.org/birt/about/]]></skos:definition> - <dcterms:identifier>ABB47</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ChoreographyService"> - <skos:notation>ChoreographyService</skos:notation> - <skos:prefLabel xml:lang="en">Choreography Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Shares the functionality of modelling a sequence of operations, states, and conditions that control the interactions involved in the participating services. The interaction prescribed by a choreography results in the completion of some useful function. +eira:ID: ABB518 -A choreography can be distinguished from an orchestration. An orchestration defines the sequence and conditions in which one service invokes other services in order to realize some useful function. +ABB name: eira:DistributedLedgerDataObject -Based on W3C -https://www.w3.org/TR/ws-arch/ +EIRA concept: eira:ArchitectureBuildingBlock -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Last modification: 2022-17-01 -Camunda -The core of Camunda BPM is a model execution engine that supports the OMG standards BPMN 2.0 for process automation, CMMN 1.1 for case management and DMN 1.1 for decision management. -Camunda BPM ships with a set of applications to help you model, execute and administer process applications running on the Camunda core engine. Those applications interact with the core engine's public REST API. You can also create your own applications that may also use the core engine's public Java API. It is lightweight and requires less than 3MB of disk space. It can run in any Java Virtual Machine (JVM) and comes with extended integration for different runtime containers. -The engine can be accessed via the REST API, or via the Java API and existing integrations with Spring and Java EE can be used. BPMN service tasks can be implemented in Java code, or the built-in REST and SOAP connectors can be used. Scripts, expressions and templates can also be applied for process implementation. Clustering for horizontal scalability is straightforward as the engine is stateless: multiple instances can share the same database. -BPMN 2.0 Processes permits the fully automated service orchestration and human workflow management. -https://camunda.org/features/]]></skos:definition> - <dcterms:identifier>ABB44</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessProcessManagementComponent"> - <skos:notation>BusinessProcessManagementComponent</skos:notation> - <skos:prefLabel xml:lang="en">Business Process Management Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[A Business Process Management Component encapsulates the functionalities for the orchestration/choreography of business processes.]]></skos:definition> - <dcterms:identifier>ABB166</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolution"> - <skos:notation>InteroperableEuropeanSolution</skos:notation> - <skos:prefLabel xml:lang="en">Interoperable European Solution</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -It is an interoperable european solution, developed by, or in behalf of, an European public administration that enables the delivery of a digital public service, all of it, in fulfilment of a shared European legislation framework, being managed according a shared governance framework, accessing semantic assets in a shared knowledge base and using digital resources of a shared platform enabling cross-border/cross-organization exchange of data, information, and knowledge indistinctly between public administrations, businesses and citizens in support to the implementation and advancement of an EU, national or local public policy. +]]></skos:definition> + <eira:DistributedLedgerDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DistributedLedgerDataObject_Properties"> + <skos:notation><![CDATA[Properties of Distributed Ledger]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DistributedLedgerDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Distributed Ledger]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DistributedLedgerDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/DistributedLedgerDataObject</eira:PURI> + <dcterms:type>eira:DistributedLedgerDataObject</dcterms:type> + <dcterms:modified>2022-01-17</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Distributed Ledger ABB is a Data Object that enables the sharing and recording of encrypted data across multiple sites, countries, or institutions.]]></skos:definition> + <eira:definitionSource>Regulation of a pilot regime for market infrastructures based on distributed ledger technology</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:52020PC0594&from=EN]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): TOLAR (https://tolar.io/)is a tool implemented as the outcome of the Seduproject, Hashnet is in the process of evaluation by the European Blockchain Partnership to become one of the pilot protocols for European Blockchain Service Infrastructure. https://www.seedeuproject.eu/partners/hashnet/]]></skos:example> + <eira:iopSaliency><![CDATA[The Distributed Ledger ABB is salient for semantic interoperability due to its capacity to exchange encrypted data amongst digital public services. It is also salient because it can be used across borders to ensure secure and trustworthy data exchange. Additionally, it is also relevant for new technologies incorporating blockchain technology.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DistributedLedgerDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataMappingDataObject"> + <skos:notation><![CDATA[Data Mapping]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataMappingDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Mapping]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data mapping ABB is a Data Object aiming to bring equivalence in a relationship between two data items with ontological value. -Based on ISA TES definition -https://joinup.ec.europa.eu/node/149889 +Source: Inspired in "Data Mapping for Data Warehouse Design" book -IoP Dimension: Structural IoP, Behavioral IoP +Source reference: https://www.sciencedirect.com/book/9780128051856/data-mapping-for-data-warehouse-design -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Additional information: Data mapping is used for a wide variety of tasks, including: - Data mediation between a data source and a destination; - Data transformation; - Identification of data relationships as part of data lineage analysis; - Discovery of hidden sensitive data such as the last four digits of a social security number hidden in another user id as part of a data masking or de-identification project; - Consolidation of multiple databases into a single database and identifying redundant columns of data for consolidation or elimination. -eDelivery -Supporting secure and reliable exchange of data and documents -eDelivery is a network of nodes for digital communications. It is based on a distributed model where every participant becomes a node using standard transport protocols and security policies. eDelivery helps public administrations to exchange electronic data and documents with other public administrations, businesses and citizens, in an interoperable, secure, reliable and trusted way. eDelivery is one of the building blocks of the European Commission's Connecting Europe Facility (CEF). These building blocks are reusable specifications, software and services that will form part of a wide variety of IT systems in different policy domains of the EU. The CEF eDelivery building block is based on the AS4 messaging protocol, open and free for all, developed by the OASIS standards development organisation. To ease its adoption in Europe, eDelivery uses the AS4 implementation guidelines defined by the Member States in the e-SENS Large Scale Pilot. Organisations must install an Access Point, or use a Service Provider, to exchange information with the AS4 messaging protocol. -https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eDelivery]]></skos:definition> - <dcterms:identifier>ABB60</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolutionComponent"> - <skos:notation>InteroperableEuropeanSolutionComponent</skos:notation> - <skos:prefLabel xml:lang="en">Interoperable European Solution Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Interoperable European Solution Component represents the encapsulation of a functionality provided by an Interoperable European Solution. +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Microsoft Dynamics CRM Mapping Schema - Microsoft Dynamics CRM contains several data sets which comprise of different objects, such as Leads, Opportunities, and Competitors. Each of these data sets has several fields like Name, Account Owner, City, Country, Job Title, and more. The application has a defined schema along with attributes, enumerations, and mapping rules. Therefore, if a new record is to be added to the schema of a data object, a data map needs to be created from the data source to the Microsoft Dynamics CRM account. -Based on ArchiMate� v3 -http://pubs.opengroup.org/architecture/archimate3-doc/chap09.html +IoP Dimension: Behavioral IoP -INTEROPERABILITY SALIENCY: -IoP Dimension: Structural IoP -The Interoperable European Solution Component ABB is salient for technical interoperability because it is a central element the EIF's conceptual model for integrated public services. it represents all the functionalities provided by an Interoperable European Solutionas as stated in the EIF: "Technical interoperability the applications and infrastructures linking systems and services." +LOST view: Semantic view + +Interoperability saliency: The Data Mapping ABB is a key interoperability enabler because it supports to achieve legal behavioral interoperability by enabling the exchange of data, information, and knowledge between digital public services. + +Identifier: http://data.europa.eu/dr8/DataMappingDataObject + +eira:ID: ABB375 + +ABB name: eira:DataMappingDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-17-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DataMappingCatalogueDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/MetadataCatalogueDataObject" /> + <eira:DataMappingDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataMappingDataObject_Properties"> + <skos:notation><![CDATA[Properties of Data Mapping]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataMappingDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Mapping]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataMappingDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/DataMappingDataObject</eira:PURI> + <dcterms:type>eira:DataMappingDataObject</dcterms:type> + <dcterms:modified>2022-01-17</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data mapping ABB is a Data Object aiming to bring equivalence in a relationship between two data items with ontological value.]]></skos:definition> + <eira:definitionSource>Inspired in "Data Mapping for Data Warehouse Design" book</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.sciencedirect.com/book/9780128051856/data-mapping-for-data-warehouse-design]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Microsoft Dynamics CRM Mapping Schema - Microsoft Dynamics CRM contains several data sets which comprise of different objects, such as Leads, Opportunities, and Competitors. Each of these data sets has several fields like Name, Account Owner, City, Country, Job Title, and more. The application has a defined schema along with attributes, enumerations, and mapping rules. Therefore, if a new record is to be added to the schema of a data object, a data map needs to be created from the data source to the Microsoft Dynamics CRM account.]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Mapping ABB is a key interoperability enabler because it supports to achieve legal behavioral interoperability by enabling the exchange of data, information, and knowledge between digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[Data mapping is used for a wide variety of tasks, including: - Data mediation between a data source and a destination; - Data transformation; - Identification of data relationships as part of data lineage analysis; - Discovery of hidden sensitive data such as the last four digits of a social security number hidden in another user id as part of a data masking or de-identification project; - Consolidation of multiple databases into a single database and identifying redundant columns of data for consolidation or elimination.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataMappingDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeTriplestore"> + <skos:notation><![CDATA[Knowledge Triplestore]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeTriplestore</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Knowledge Triplestore]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Knowledge Triplestore ABB is a Data Object that enables storage, management and retrieval of data in the form of triples, data entities composed of subject-predicate-object. -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source: W3C -EU Login -EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services and websites, using a single email address and password. EU Login implements the single sign-on functionality. -https://webgate.ec.europa.eu/cas/help.html]]></skos:definition> - <dcterms:identifier>ABB233</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolutionService"> - <skos:notation>InteroperableEuropeanSolutionService</skos:notation> - <skos:prefLabel xml:lang="en">Interoperable European Solution Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Represents an explicitly defined shared application behavior of an Inteoperable European Solution. +Source reference: https://www.w3.org/2001/sw/Europe/events/20031113-storage/positions/rusher.html -Based on ArchiMate� v3 -http://pubs.opengroup.org/architecture/archimate3-doc/chap09.html +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CELLAR. Cellar metadata is stored in a knowledge graph, and more specifically in a triple store. A SPARQL interface is used to query the metadata. https://op.europa.eu/en/web/cellar/cellar-data/metadata/knowledge-graph -INTEROPERABILITY SALIENCY: -IoP Dimension: Behavioral IoP -The Interoperable European Solution service ABB is salient for technical interoperability because it is a central element the EIF's conceptual model for integrated public services. it represents the generalisation of all application services provided by an Interoperable European Solutionas as stated in the EIF: "Technical interoperability the applications and infrastructures linking systems and services." +IoP Dimension: Structural IoP, Behavioral IoP -EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Technical view - application -EU Login -EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services and websites, using a single email address and password. EU Login implements the single sign-on functionality. -https://webgate.ec.europa.eu/cas/help.html]]></skos:definition> - <dcterms:identifier>ABB187</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AdministrationComponent"> - <skos:notation>AdministrationComponent</skos:notation> - <skos:prefLabel xml:lang="en">Administration Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Implements the functionalities of i) administration of services and/or systems and ii) monitoring of services and/or systems and iii) the various functions that manages the full lifecycle of solutions, with the goal of ensuring that these services and/or systems run in an efficient and effective way. +Interoperability saliency: The Knowledge Triplestore Data Object ABB is salient for technical interoperability because it represents the different data objects such as databases storing data, allowing to manage and retrieve of data from different sources and digital public services. -Source: ISA2 � EIA Action +Identifier: http://data.europa.eu/dr8/KnowledgeTriplestore -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +eira:ID: ABB533 -AnywhereTS -AnywhereTS is an open source configuration tool to create and deploy thin-clients, utilizing ordinary office PCs as clients. The organization can re-use already existing office PCs instead of, or in addition to using dedicated thin clients. -https://sourceforge.net/projects/anywherets/]]></skos:definition> - <dcterms:identifier>ABB139</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AdministrationAndMonitoringService"> - <skos:notation>AdministrationAndMonitoringService</skos:notation> - <skos:prefLabel xml:lang="en">Administration and Monitoring Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Shares the functionalities of i) administration of services and/or systems and ii) monitoring of services and/or systems with the goal of ensuring that these solutions run in an efficient and effective way. +EIRA concept: eira:ArchitectureBuildingBlock -Source: ISA2 � EIA Action +Last modification: 2022-20-01 -Syn. Data Center Infrastructure Management +dct:title: eira:KnowledgeTriplestore -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +]]></skos:definition> + <eira:KnowledgeTriplestore_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeTriplestore_Properties"> + <skos:notation><![CDATA[Properties of Knowledge Triplestore]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeTriplestore_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Knowledge Triplestore]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeTriplestore" /> + <eira:PURI>http://data.europa.eu/dr8/KnowledgeTriplestore</eira:PURI> + <dcterms:type>eira:KnowledgeTriplestore</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Knowledge Triplestore ABB is a Data Object that enables storage, management and retrieval of data in the form of triples, data entities composed of subject-predicate-object.]]></skos:definition> + <eira:definitionSource>W3C</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.w3.org/2001/sw/Europe/events/20031113-storage/positions/rusher.html]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CELLAR. Cellar metadata is stored in a knowledge graph, and more specifically in a triple store. A SPARQL interface is used to query the metadata. https://op.europa.eu/en/web/cellar/cellar-data/metadata/knowledge-graph]]></skos:example> + <eira:iopSaliency><![CDATA[The Knowledge Triplestore Data Object ABB is salient for technical interoperability because it represents the different data objects such as databases storing data, allowing to manage and retrieve of data from different sources and digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeTriplestore</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OntologyDataObject"> + <skos:notation><![CDATA[Ontology]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OntologyDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Ontology]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Ontology ABB is a Data Object that defines a set of representational primitives with which to model a domain of knowledge or discourse -Nagios -Nagios is a powerful monitoring system that enables organizations to identify and resolve IT infrastructure problems before they affect critical business processes. It provides the following features: -� Comprehensive Monitoring: -o Capabilities to monitor applications, services, operating systems, network protocols, system metrics and infrastructure components -o Powerful script APIs allow easy monitoring of in-house and custom applications, services, and systems -� Problem Remediation -o Alert acknowledgments provide communication on known issues and problem response -o Event handlers allow automatic restart of failed applications and services -� Reporting -o Availability reports -o Historical reports provide record of alerts, notifications, outages, and alert response -� Extendable Architecture -o Multiple APIs permit the integration with in-house and third-party applications -o Hundreds of community-developed add-ons extend core Nagios functionality -� Visibility & Awareness -o Centralized view of entire monitored IT infrastructure -o Detailed status information available through web interface -o Fast detection of infrastructure outages -o Alerts can be delivered to technical staff via email or SMS -o Escalation capabilities -� Proactive Planning -o Trending and capacity planning add-ons permit the follow-up of aging infrastructure -o Scheduled downtime allows for alert suppression during infrastructure upgrades -� Multi-Tenant Capabilities -o Multi-user access to web interface allows stake holders to view infrastructure status -o User-specific views ensures clients see only their infrastructure components -� Stable, Reliable Platform -o Over 10 years of active development -o Scales to monitor thousands of nodes -o Failover capabilities ensure non-stop monitoring of critical IT infrastructure components -� Customizable Code -o Open Source Software -o Full access to source code -o Released under the GPL license -� Active community -o Over 1 million+ users worldwide -o Hundreds of add-ons -https://www.nagios.org/]]></skos:definition> - <dcterms:identifier>ABB137</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AudiovisualService"> - <skos:notation>AudiovisualService</skos:notation> - <skos:prefLabel xml:lang="en">Audiovisual Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Shares the functionality of broadcasting of �audio and video� content over the internet or satellite. +Source: Formal definiion of Tom Gruber -Source: ISA2 - EIA Action +Source reference: https://tomgruber.org/writing/definition-of-ontology -Syn. Social Network +Additional information: Ontology ABB is a Data Object aiming to be a formal description of knowledge, as a set of concepts, within a domain and the axioms connecting concepts and allowing for logic inferences. When speaking about an ontology, we do not refer only to the terminology (or T-Box) but also to all the “assertions†about the concepts and roles (the A-Box), i.e. all the individuals or instances of concepts and roles of the terminology and as important, the rules for logic inference: the semantics “part". -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Medical Dictionary for Regulatory Activities Terminology (MedDRA) - The university ontology includes classes, e.g., :Staff, :Students, :Department or :Course. These classes denote natural concepts that are shared or at least understood by users familiar with universities all over the world. Universities ontologies can be view in university portals.(http://bioportal.bioontology.org/ontologies/MEDDRA) -Avalon Media System -The Avalon Media System is an open source system for managing and providing access to large collections of digital audio and video. The freely available system enables libraries and archives to easily curate, distribute and provide online access to their collections for purposes of teaching, learning and research. The Avalon Community is made up of a dozen educational, media and open-technology institutions. -http://www.avalonmediasystem.org/project]]></skos:definition> - <dcterms:identifier>ABB54</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CollaborationComponent"> - <skos:notation>CollaborationComponent</skos:notation> - <skos:prefLabel xml:lang="en">Collaboration Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Implements the functionalities of i) transmission of text and/or ii) broadcasting of �audio and video� content. +IoP Dimension: Governance IoP -Source: ISA2 - EIA Action +LOST view: Semantic view + +Interoperability saliency: The Ontology ABB is salient for semantic interoperability because it defined as a simplified, reusable and extensible data model that capture the fundamental characteristics of a data entity in a context-neutral and syntax-neutral fashion. + +Identifier: http://data.europa.eu/dr8/OntologyDataObject + +eira:ID: ABB364 + +ABB name: eira:OntologyDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-17-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <eira:OntologyDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OntologyDataObject_Properties"> + <skos:notation><![CDATA[Properties of Ontology]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OntologyDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Ontology]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OntologyDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/OntologyDataObject</eira:PURI> + <dcterms:type>eira:OntologyDataObject</dcterms:type> + <dcterms:modified>2022-01-17</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Ontology ABB is a Data Object that defines a set of representational primitives with which to model a domain of knowledge or discourse]]></skos:definition> + <eira:definitionSource>Formal definiion of Tom Gruber</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://tomgruber.org/writing/definition-of-ontology]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Medical Dictionary for Regulatory Activities Terminology (MedDRA) - The university ontology includes classes, e.g., :Staff, :Students, :Department or :Course. These classes denote natural concepts that are shared or at least understood by users familiar with universities all over the world. Universities ontologies can be view in university portals.(http://bioportal.bioontology.org/ontologies/MEDDRA)]]></skos:example> + <eira:iopSaliency><![CDATA[The Ontology ABB is salient for semantic interoperability because it defined as a simplified, reusable and extensible data model that capture the fundamental characteristics of a data entity in a context-neutral and syntax-neutral fashion.]]></eira:iopSaliency> + <skos:note><![CDATA[Ontology ABB is a Data Object aiming to be a formal description of knowledge, as a set of concepts, within a domain and the axioms connecting concepts and allowing for logic inferences. When speaking about an ontology, we do not refer only to the terminology (or T-Box) but also to all the “assertions†about the concepts and roles (the A-Box), i.e. all the individuals or instances of concepts and roles of the terminology and as important, the rules for logic inference: the semantics “part".]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/OntologyDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSyntaxDataObject"> + <skos:notation><![CDATA[Data Syntax]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Syntax]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Syntax ABB is a Data Object defining the way in which data is put together with appropriate identifiers, delimiters, separator character(s), and other non-data characters to form messages. + +Source: ISO + +Source reference: https://www.iso.org/obp/ui/#iso:std:iso:14817:-1:ed-1:v1:en:term:4.59 + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): XML syntax - XML syntax refers to the rules that determine how an XML application can be written. The XML syntax is very straight forward, and this makes XML very easy to learn. Below are the main points to remember when creating XML documents.(https://www.quackit.com/xml/tutorial/xml_syntax.cfm) -Syn. Social Network +IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Semantic view + +Interoperability saliency: The Data Syntax ABB is salient for semantic interoperability because it provides the rules establishing how data have to to be written. + +Identifier: http://data.europa.eu/dr8/DataSyntaxDataObject + +eira:ID: ABB515 + +ABB name: eira:DataSyntaxDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-17-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/MetadataDataObject" /> + <eira:DataSyntaxDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSyntaxDataObject_Properties"> + <skos:notation><![CDATA[Properties of Data Syntax]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Syntax]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSyntaxDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/DataSyntaxDataObject</eira:PURI> + <dcterms:type>eira:DataSyntaxDataObject</dcterms:type> + <dcterms:modified>2022-01-17</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Syntax ABB is a Data Object defining the way in which data is put together with appropriate identifiers, delimiters, separator character(s), and other non-data characters to form messages.]]></skos:definition> + <eira:definitionSource>ISO</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/obp/ui/#iso:std:iso:14817:-1:ed-1:v1:en:term:4.59]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): XML syntax - XML syntax refers to the rules that determine how an XML application can be written. The XML syntax is very straight forward, and this makes XML very easy to learn. Below are the main points to remember when creating XML documents.(https://www.quackit.com/xml/tutorial/xml_syntax.cfm)]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Syntax ABB is salient for semantic interoperability because it provides the rules establishing how data have to to be written.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataObject"> + <skos:notation><![CDATA[Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data ABB is a Data Object that enables the implementation of digital or non-digital information that is collected, stored, or processed by a computer system or other information technology infrastructure. This information can take many forms, including text, numbers, images, video, audio, and more. -Kune -Kune is a free and open source federated collaborative social network, focused on collaboration rather than just on communication. That is, it provides online real-time collaborative editing (based on Apache Wave), decentralized social networking and web publishing, while focusing on workgroups rather than individuals. It aims to allow the creation of online spaces for collaborative work, where organizations and individuals can build projects online, coordinate common agendas, set up virtual meetings, publish on the web, and join organizations with similar interests. Kune is 100% free software (AGPLv3), built with free tools. -https://github.com/comunes/kune]]></skos:definition> - <dcterms:identifier>ABB72</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentManagementComponent"> - <skos:notation>ContentManagementComponent</skos:notation> - <skos:prefLabel xml:lang="en">Content Management Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Implements the functionality of the categorisation of information resources so that they can be stored, published and reused in multiple contexts. +Source: ISO-IEC-2382-1 * 1993 * -Based on DAMA -http://www.dama.org/ +Source reference: https://www.iso.org/obp/ui/#iso:std:iso-iec:2382:ed-1:v1:en -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): https://www.eea.europa.eu/data-and-maps/dashboards/emissions-trading-viewer-1 -Plone -Plone provides the following features: -- Enterprise integration: Plone connects with specialized applications and standard enterprise systems like CRMs, Salesforce, and Oracle. It integrates with web servers, SQL and NoSQL databases, continuous integration tools, web services, and frameworks. -- Flexible Workflows: Manage the life cycle of your content (from initial creation to publication and storage) with version control, content locking, document and digital asset management, and search. -- Industrial Strength Security: The creativity and speed of Open Source blended with a technologically-advanced Python backend yields superior security without sacrificing power or extensibility. The extremely low number of vulnerabilities found in Python and Plone demonstrates the maturity of Plone�s security and development processes -- Extensibility: hundreds of add-ons for document and content storage, content delivery, forms processing, social syndication, personalization and more -- Scalability: Plone also has outstanding clustering capabilities - allowing websites to be split across multiple servers to handle high traffic -- Search Capabilities: Live search gets inside Word documents and PDF files. Supercharge search with add-ons for Google Search Appliance, Elasticsearch and Apache Solr. -- Intranets and Multi-site Management -- Theming engine and Multilingual -- WCAG 2.0 compliant and meets or exceeds W3C�s WAI-AA -https://plone.com/features]]></skos:definition> - <dcterms:identifier>ABB75</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentManagementService"> - <skos:notation>ContentManagementService</skos:notation> - <skos:prefLabel xml:lang="en">Content Management Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Shares the functionality of the categorisation of information resources so that they can be stored, published and reused in multiple contexts. +IoP Dimension: Structural IoP -Based on DAMA -http://www.dama.org/ +LOST view: Semantic view + +Interoperability saliency: The Data ABB is salient for semantic interoperability because it represents the most important mean of interaction between ICT systems of organisations in order to ensure interoperability as stated in the EIF recommendation n° 30: "Perceive data and information as a public asset that should be appropriately generated, collected, managed, shared, protected and preserved." + +Identifier: http://data.europa.eu/dr8/DataObject + +eira:ID: ABB22 + +ABB name: eira:DataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-16-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DistributedLedgerDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/LinkedDataRepresentation" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/OpenDataRepresentation" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/MetadataDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/HashCodeDataObject" /> + <eira:DataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataObject_Properties"> + <skos:notation><![CDATA[Properties of Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <eira:PURI>http://data.europa.eu/dr8/DataObject</eira:PURI> + <dcterms:type>eira:DataObject</dcterms:type> + <dcterms:modified>2022-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data ABB is a Data Object that enables the implementation of digital or non-digital information that is collected, stored, or processed by a computer system or other information technology infrastructure. This information can take many forms, including text, numbers, images, video, audio, and more.]]></skos:definition> + <eira:definitionSource>ISO-IEC-2382-1 * 1993 *</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/obp/ui/#iso:std:iso-iec:2382:ed-1:v1:en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): https://www.eea.europa.eu/data-and-maps/dashboards/emissions-trading-viewer-1]]></skos:example> + <eira:iopSaliency><![CDATA[The Data ABB is salient for semantic interoperability because it represents the most important mean of interaction between ICT systems of organisations in order to ensure interoperability as stated in the EIF recommendation n° 30: "Perceive data and information as a public asset that should be appropriately generated, collected, managed, shared, protected and preserved."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HashCodeDataObject"> + <skos:notation><![CDATA[Hash Code]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HashCodeDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Hash Code]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Hash Code ABB is a Data Object that enables the implementation of a numeric or alphanumeric string obtained by the application of an algorithm that turns a variable amount of data into a small, fixed-length value + +Source: Inspired in CROS + +Source reference: https://ec.europa.eu/eurostat/cros/content/data-hashing_en + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The hash code is a relevant tool used, for instance, in the personal data pseudonymisation technique. https://edps.europa.eu/sites/edp/files/publication/19-10-30_aepd-edps_paper_hash_final_en.pdf + +LOST view: Semantic view + +Interoperability saliency: The Hash Code Data Object ABB is salient for semantic interoperability because it supports semantic interoperability by providing alphanumeric strings comprising a variable amount of data. This enables and supports interoperability by reducing data and changing from comprehensible data to anonymised strings. + +Identifier: http://data.europa.eu/dr8/HashCodeDataObject + +eira:ID: http://data.europa.eu/dr8/HashCodeDataObject + +ABB name: eira:HashCodeDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-17-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <eira:HashCodeDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HashCodeDataObject_Properties"> + <skos:notation><![CDATA[Properties of Hash Code]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HashCodeDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Hash Code]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HashCodeDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/HashCodeDataObject</eira:PURI> + <dcterms:type>eira:HashCodeDataObject</dcterms:type> + <dcterms:modified>2022-01-17</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Hash Code ABB is a Data Object that enables the implementation of a numeric or alphanumeric string obtained by the application of an algorithm that turns a variable amount of data into a small, fixed-length value]]></skos:definition> + <eira:definitionSource>Inspired in CROS</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/eurostat/cros/content/data-hashing_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The hash code is a relevant tool used, for instance, in the personal data pseudonymisation technique. https://edps.europa.eu/sites/edp/files/publication/19-10-30_aepd-edps_paper_hash_final_en.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[The Hash Code Data Object ABB is salient for semantic interoperability because it supports semantic interoperability by providing alphanumeric strings comprising a variable amount of data. This enables and supports interoperability by reducing data and changing from comprehensible data to anonymised strings.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/HashCodeDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSetDataObject"> + <skos:notation><![CDATA[Dataset]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSetDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Dataset]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Dataset ABB is a Data Object representing a collection of related data that is organized and presented in a structured format + +Source: Inpired in the Open Data and Re-use of public sector inforamtion directive + +Source reference: https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32019L1024&from=EN#d1e1012-56-1 + +Additional information: It is useful to remember that when a common interconnecting infrastructure for base registries is available, legislation is used to force its use. The use of interconnecting infrastructure prevents the proliferation of pointto-point interconnections. Stakeholders should be involved in developing the legislation and be given enough time to prepare for implementation. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): European Union Data Portal - The European Union Open Data Portal (EU ODP) gives you access to open data published by EU institutions and bodies. All the data you can find via this catalogue are free to use and reuse for commercial or non-commercial purposes. (https://data.europa.eu/euodp/data/dataset) -Syn. CMS +IoP Dimension: Structural IoP -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +LOST view: Semantic view + +Interoperability saliency: The Data Set ABB is salient for semantic interoperability because it provides a collection of data to be shared or exchanged between ICT systmes as stated in the EIF recommendation n° 30: "Perceive data and information as a public asset that should be appropriately generated, collected, managed, shared, protected and preserved." + +Identifier: http://data.europa.eu/dr8/DataSetDataObject + +eira:ID: ABB23 + +ABB name: eira:DataSetDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-16-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ReferenceDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/MasterDataObject" /> + <eira:DataSetDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSetDataObject_Properties"> + <skos:notation><![CDATA[Properties of Dataset]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSetDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Dataset]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSetDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/DataSetDataObject</eira:PURI> + <dcterms:type>eira:DataSetDataObject</dcterms:type> + <dcterms:modified>2022-01-16</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Dataset ABB is a Data Object representing a collection of related data that is organized and presented in a structured format]]></skos:definition> + <eira:definitionSource>Inpired in the Open Data and Re-use of public sector inforamtion directive</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32019L1024&from=EN#d1e1012-56-1]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): European Union Data Portal - The European Union Open Data Portal (EU ODP) gives you access to open data published by EU institutions and bodies. All the data you can find via this catalogue are free to use and reuse for commercial or non-commercial purposes. (https://data.europa.eu/euodp/data/dataset)]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Set ABB is salient for semantic interoperability because it provides a collection of data to be shared or exchanged between ICT systmes as stated in the EIF recommendation n° 30: "Perceive data and information as a public asset that should be appropriately generated, collected, managed, shared, protected and preserved."]]></eira:iopSaliency> + <skos:note><![CDATA[It is useful to remember that when a common interconnecting infrastructure for base registries is available, legislation is used to force its use. The use of interconnecting infrastructure prevents the proliferation of pointto-point interconnections. Stakeholders should be involved in developing the legislation and be given enough time to prepare for implementation.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataSetDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject"> + <skos:notation><![CDATA[Software Components Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Software Components Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Software Components Catalogue ABB is a Data Object aiming to index information about collaborative spaces that offfers eGoverment solutions and best practices. + +Source: Joinup + +Source reference: https://joinup.ec.europa.eu/topic/ict/reusable-software-components + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Software ReUse Catalogue (Belgium) https://joinup.ec.europa.eu/collection/belgian-interoperability-catalogue/solution/ict-reuse/about + +LOST view: Semantic view + +Interoperability saliency: The Software Components Catalogue Data Object ABB is salient for semantic interoperability because it can act as a repository with descriptive data about digital solutions and interoperable solutions and best practices. This can contribute to expanding and enabling the reuse of artefacts, solutions, and services to implement new digital public services without starting from scratch. The reuse of such elements can infer knowledge and best practices from the collaboration between parties. + +Identifier: http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject + +eira:ID: http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject + +ABB name: eira:SoftwareComponentsCatalogueDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataMappingDataObject" /> + <eira:SoftwareComponentsCatalogueDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject_Properties"> + <skos:notation><![CDATA[Properties of Software Components Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Software Components Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject</eira:PURI> + <dcterms:type>eira:SoftwareComponentsCatalogueDataObject</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Software Components Catalogue ABB is a Data Object aiming to index information about collaborative spaces that offfers eGoverment solutions and best practices.]]></skos:definition> + <eira:definitionSource>Joinup</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/topic/ict/reusable-software-components]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Software ReUse Catalogue (Belgium) https://joinup.ec.europa.eu/collection/belgian-interoperability-catalogue/solution/ict-reuse/about]]></skos:example> + <eira:iopSaliency><![CDATA[The Software Components Catalogue Data Object ABB is salient for semantic interoperability because it can act as a repository with descriptive data about digital solutions and interoperable solutions and best practices. This can contribute to expanding and enabling the reuse of artefacts, solutions, and services to implement new digital public services without starting from scratch. The reuse of such elements can infer knowledge and best practices from the collaboration between parties.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataCatalogueDataObject"> + <skos:notation><![CDATA[Metadata Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MetadataCatalogueDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Metadata Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Metadata Catalogue ABB is a Data Object that represents the collection of of descriptive information about data, resources or information objects related to public services. + +Source: INSPIRE + +Source reference: https://inspire.ec.europa.eu/training/metadata-and-catalogue-services + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CESSDA Data Catalogue https://www.cessda.eu/Tools/Data-Catalogue -CROS Portal -The CROS Portal is a content management system based on Drupal and stands for "Portal on Collaboration in Research and Methodology for Official Statistics". The CROS Portal is dedicated to the collaboration between researchers and Official Statisticians in Europe and beyond. It provides a working space and tools for dissemination and information exchange for statistical projects and methodological topics. Services provided include hosting of statistical communities, repositories of useful documents, research results, project deliverables, CVs of experts in statistical relevant areas, and discussion fora on different topics like the future research needs in Official Statistics. -https://ec.europa.eu/eurostat/cros/]]></skos:definition> - <dcterms:identifier>ABB51</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DocumentManagementService"> - <skos:notation>DocumentManagementService</skos:notation> - <skos:prefLabel xml:lang="en">Document Management Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Shares the functionality of categorisation of electronic documents in order to i) store, ii) publish and iii) reuse these documents in multiple contexts. For a differentiation between ERMS and EDMS visit section 10.3 of Moreq: http://ec.europa.eu/archival-policy/moreq/doc/moreq_en +IoP Dimension: Structural IoP -The definition of a Record Management Service includes a differentiation towards record management and e-archiving. +LOST view: Semantic view + +Interoperability saliency: The Metadata Catalogue ABB is a key interoperability enabler supporting semantic interoperability because metadata catalogue is a collection of descriptive information about data and information related to digital public services. The usage of standardised methods can enable successful data discoverability and reuse supporting the implementation of digital public services across borders. + +Identifier: http://data.europa.eu/dr8/MetadataCatalogueDataObject + +eira:ID: http://data.europa.eu/dr8/MetadataCatalogueDataObject + +ABB name: eira:MetadataCatalogueDataObject + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-26-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataMappingDataObject" /> + <eira:MetadataCatalogueDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataCatalogueDataObject_Properties"> + <skos:notation><![CDATA[Properties of Metadata Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MetadataCatalogueDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Metadata Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MetadataCatalogueDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/MetadataCatalogueDataObject</eira:PURI> + <dcterms:type>eira:MetadataCatalogueDataObject</dcterms:type> + <dcterms:modified>2022-01-26</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Metadata Catalogue ABB is a Data Object that represents the collection of of descriptive information about data, resources or information objects related to public services.]]></skos:definition> + <eira:definitionSource>INSPIRE</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://inspire.ec.europa.eu/training/metadata-and-catalogue-services]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CESSDA Data Catalogue https://www.cessda.eu/Tools/Data-Catalogue]]></skos:example> + <eira:iopSaliency><![CDATA[The Metadata Catalogue ABB is a key interoperability enabler supporting semantic interoperability because metadata catalogue is a collection of descriptive information about data and information related to digital public services. The usage of standardised methods can enable successful data discoverability and reuse supporting the implementation of digital public services across borders.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/MetadataCatalogueDataObject</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Network"> + <skos:notation><![CDATA[Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Network</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Network ABB is a Communication Network being used as a transmission systems and, where applicable, switching or routing equipment and other resources which permit the conveyance of signals by wire, by radio, by optical or by other electromagnetic means, including satellite networks, fixed (circuit- and packet- switched, including Internet) and mobile terrestrial networks, electricity cable systems, to the extent that they are used for the purpose of transmitting signals, networks used for radio and television broadcasting, and cable television networks, irrespective of the type of information conveyed. -Based on the EC Document and Archival Policy -https://ec.europa.eu/info/about-european-union/principles-and-values/transparency/access-documents/information-and-document-management_en +Source: DIRECTIVE 2002/21/EC on a common regulatory framework for electronic communications networks and services +(http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32002L0021&from=EN) -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Council of Europe - Documents, Records and Archives -You will find on the Documents, Records and Archives website information about the Council of Europe's documents, records and archives, how they are organised and how to access them, whatever their format (audio-visual, electronic, paper or web archives): -- information about the Council of Europe's documents, records and archives, how they are organised and how to access them, whatever their format (audio-visual, electronic, paper or web archives) -- information on the rules and procedures governing access -- search tools and other professional tools -- a timeline with a selection of themes related to the construction of the Council of Europe and the personalities involved (being developed) -- an information management guidance page -https://www.coe.int/en/web/documents-records-archives-information/home]]></skos:definition> - <dcterms:identifier>ABB136</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LifecycleManagementService"> - <skos:notation>LifecycleManagementService</skos:notation> - <skos:prefLabel xml:lang="en">Lifecycle Management Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Shares the functionalities of emphasising the importance of coordination and control across the various Functions, Processes, and Systems necessary to manage the full Lifecycle of IT Services. The Service Management Lifecycle approach considers the Strategy, Design, Transition, Operation and Continuous Improvement of IT Services. - -Based on ITIL� V3 Glossary v01, 30 May 2007 -https://www.axelos.com/corporate/media/files/glossaries/itil_2011_glossary_gb-v1-0.pdf +INTEROPERABILITY SALIENCY: +IoP Dimension: Structural IoP +The Network ABB is salient for technical interoperability because it provides the network where can operate interoperable solutions (both public and private network). +EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Foreman -Foreman is an open source complete lifecycle systems management tool for provisioning, configuring and monitoring of physical and virtual servers. -It permits system administrators to easily automate repetitive tasks, quickly deploy applications, and proactively manage servers, on premise or in the cloud. -� Provisioning: Bare metal, Amazon EC2, Google Compute Engine, OpenStack, Libvirt, oVirt, VMware, and many other providers allow to manage a hybrid cloud through Foreman. -� Configuration: an external node classifier, hiera-like parameters, and reports monitoring for Puppet, Salt and Chef are included. Completely ready to tweak host groups in the data centre. -� Monitor hosts: Foreman reports tells exactly what happened in your nodes, and alerts if necessary. The dashboard shows which hosts are healthy, and which ones are outdated. -https://theforeman.org/]]></skos:definition> - <dcterms:identifier>ABB138</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LoggingService"> - <skos:notation>LoggingService</skos:notation> - <skos:prefLabel xml:lang="en">Logging Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Shares the functionality of tracing all events and user actions impacting a data entity throughout its lifecycle (from its creation to its disposal). It can be used to reproduce a certain state of a data entity at a certain moment in time. -Logging = To record details of information or events in an organized record-keeping system, usually sequenced in the order in which they occurred. -Based on ISACA -https://www.isaca.org +sTESTA +The TESTA network service – which stands for Trans European Services for Telematics between Administrations – provides a European backbone network for data exchange between a wide variety of public administrations. +The network uses the Internet Protocols (IP) to ensure universal reach, but is operated by the EU Commission separately from the Internet. It provides guaranteed performance and a high level of security and has connections with all the EU Institutions and national networks. It caters for the exchange of both unclassified and classified information. -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Graylog2 - open source log management platform -Graylog2 is an open source log management platform. Each message is saved in an Elasticsearch database and a web interface allows to manage and analyse the logs. -Graylog2 is divided into two parts: graylog2-server and graylog2-web-interface. The first is a Java application that accepts messages on different protocols: UDP, TCP, GELF, AMQP... Each message is analysed and saved in the Elasticsearch database. A Rest API is also integrated into the tool and is used in particular by the web-interface part. This allows to manage users, streams and dashboards. -Some possible uses: -� Centralization of the logs: several types of inputs: syslog, GELF, raw... Rather than having to connect to each of the servers to consult the error logs, they can be configured to send all the messages in Graylog2. -� Debug application -� Exception handling -� Log analysis -For example, it can easily list the clients who are still using the deprecated version of an API. Another search can e.g. allow you to list the largest consumers or the most used parts of an API. -Graylog Enterprise is built on top of the Graylog open source platform and offers additional features: -� Archiving: automatically archive the data that are not searched through very often. Store this data on more cost-effective, slower hard disks and make it available for search in Graylog only when needed. -� Audit Log: Graylog Enterprise also offers Audit Log capabilities. Audit Log records and stores actions taken by a user or administrator that make changes in the Graylog system. -https://www.graylog.org/]]></skos:definition> - <dcterms:identifier>ABB59</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LoggingComponent"> - <skos:notation>LoggingComponent</skos:notation> - <skos:prefLabel xml:lang="en">Logging Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Implements the functionality of tracing all events and user actions impacting a data entity throughout its lifecycle (from its creation to its disposal). It can be used to reproduce a certain state of a data entity at a certain moment in time. -Logging = To record details of information or events in an organized record-keeping system, usually sequenced in the order in which they occurred. +Source: +(https://ec.europa.eu/isa2/solutions/testa_en)]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/NetworkingService" /> + <owl:deprecated>true</owl:deprecated> + <eira:Network_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Network_Properties"> + <skos:notation><![CDATA[Properties of Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Network_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Network" /> + <dcterms:type>eira:Network</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB92</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateHostingFacility"> + <skos:notation><![CDATA[Private Hosting Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivateHostingFacility</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Private Hosting Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Private Hosting Facility ABB is a Node meaning the equipment supporting the hosting of Interoperable European Solutions and their components, usually embodied in a build-in, which is owned by or dedicated to one organization (e.g. data centre or private cloud). + +Source: DIGIT C Infrastructure Services Provision +(http://ec.europa.eu/ipg/build/infrastructure/index_en.htm) -Based on ISACA -https://www.isaca.org +INTEROPERABILITY SALIENCY: +IoP Dimension: Structural IoP +The Private Hosting Facility ABB is salient for technical interoperability because it provides all the equipment, dedicated to one organization, supporting the hosting of interaoperable solutions and their components. +EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Log4j 2 -Apache Log4j is a Java-based logging utility, part of the Apache Logging Services project of the Apache Software Foundation. -Log4j 1.x has been widely adopted and used in many applications. However, through the years development on it has slowed down. It has become more difficult to maintain due to its need to be compliant with very old versions of Java and became End of Life in August 2015. -Improvements in Log4j 2: -� Log4j 2 is designed to be usable as an audit logging framework. -� Log4j 2 contains next-generation Asynchronous Loggers based on the LMAX Disruptor library. In multi-threaded scenarios Asynchronous Loggers have 10 times higher throughput and orders of magnitude lower latency than Log4j 1.x and Logback. -� Log4j 2 is garbage free for stand-alone applications, and low garbage for web applications during steady state logging. This reduces pressure on the garbage collector and can give better response time performance. -� Log4j 2 uses a Plugin system that makes it extremely easy to extend the framework by adding new Appenders, Filters, Layouts, Lookups, and Pattern Converters without requiring any changes to Log4j. -� Support for custom log levels. Custom log levels can be defined in code or in configuration. -� Support for Message objects. Messages allow support for interesting and complex constructs to be passed through the logging system and be efficiently manipulated. -� Log4j 2 takes advantage of Java 5 concurrency support and performs locking at the lowest level possible. -� It is an Apache Software Foundation project following the community and support model used by all ASF projects. -http://logging.apache.org/log4j/2.x/index.html]]></skos:definition> - <dcterms:identifier>AB224</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MessagingService"> - <skos:notation>MessagingService</skos:notation> - <skos:prefLabel xml:lang="en">Messaging Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Shares the functionalities of i) transmission of text and/or ii) broadcasting of �audio and video� content. -Source: ISA2 - EIA Action +DG TAXUD Surveillance3 IES Datawarehouse servers hosted in DG TAXUD Data Centre +The Surveillance3 Data Warehouse plays multiple roles: +• The role of ‘hub-and-spoke’ within the Surveillance3 system where data from different systems are integrated and linked and made available for report & analytics as well as the central place from which other systems are fed with the correct information. +• The role of reporting environment offering all the required reporting, data analysis & discovery and data mining functionality. + +Source: (https://ec.europa.eu/assets/taxud/taxation_customs/tenders/2016ao02_a2_technical_en.pdf)]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/HostingFacility" /> + <owl:deprecated>true</owl:deprecated> + <eira:PrivateHostingFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateHostingFacility_Properties"> + <skos:notation><![CDATA[Properties of Private Hosting Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivateHostingFacility_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Private Hosting Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateHostingFacility" /> + <dcterms:type>eira:PrivateHostingFacility</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <secure_access>[ Yes | No ]</secure_access> + <processing>[ Yes | No ]</processing> + <storage>[ Yes | No ]</storage> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB192</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HostingFacility"> + <skos:notation><![CDATA[Hosting Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HostingFacility</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Hosting Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Hosting Facility ABB is a Node supporting the hosting of Interoperable European Solutions and their components, usually embodied in a building. + +Source: DIGIT C Infrastructure Services Provision +(http://ec.europa.eu/ipg/build/infrastructure/index_en.htm) -Syn. Social Network +INTEROPERABILITY SALIENCY: +IoP Dimension: Structural IoP +The Hosting Facility ABB is salient for technical interoperability because it provides all the equipment supporting the hosting of interaoperable solutions and their components. +EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -HumHub User Mail System -HumHub is a free and open source social network software coded on top of the Yii PHP framework that provides an easy to use toolkit for creating and launching an own social network. The platform can be used for internal communication and collaboration that can range from a few users up to huge Intranets that serve companies with hundreds and thousands of employees. The platform was meant to be self-hosted and currently comes with pretty normal requirements, working with most shared hosting environments around. HumHub also supports themes and modules to extend the functionality for almost all requirements. -The user mail system module provides a private messaging system to communicate with one or more users. -https://github.com/humhub/humhub-modules-mail]]></skos:definition> - <dcterms:identifier>ABB53</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PartnerManagementComponent"> - <skos:notation>PartnerManagementComponent</skos:notation> - <skos:prefLabel xml:lang="en">Partner Management Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Implements the functionalities of i) managing service consumption (i.e. consumers) and ii) controlling service consumption by partners (i.e. consumers) in order to ensure scalability and availability. It enables the management of IES' interoperability agreements -Source: ISA2 � EIA Action +DIGIT/C Hosting Facility +DIGIT/C offers a high availability and high performance hosting infrastructure that is being comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. +The dynamic sites supported by the standard Apache web servers are mainly sites based on Coldfusion and in some cases also sites using CGI scripts. +Dynamic sites based on particular technologies (i.e. Weblogic) are being hosted on individual application servers and are being integrated with the other related sites using reverse proxy mappings. +Direct HTTP access to the back-end web servers hosting the static sites is denied by the standard web server configuration. -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source: (http://ec.europa.eu/ipg/build/infrastructure/index_en.htm)]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/PublicHostingFacility" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/PrivateHostingFacility" /> + <owl:deprecated>true</owl:deprecated> + <eira:HostingFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HostingFacility_Properties"> + <skos:notation><![CDATA[Properties of Hosting Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HostingFacility_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Hosting Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/HostingFacility" /> + <dcterms:type>eira:HostingFacility</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <secure_access>[ Yes | No ]</secure_access> + <processing>[ Yes | No ]</processing> + <storage>[ Yes | No ]</storage> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB191</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicHostingFacility"> + <skos:notation><![CDATA[Public Hosting Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicHostingFacility</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Hosting Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Public Hosting Facility ABB is a Node supporting the hosting of Interoperable European Solutions and their components, usually embodied in a building, which is owned by a third party and shared between organizations (e.g. cloud services). + +Source: DIGIT C Infrastructure Services Provision +(http://ec.europa.eu/ipg/build/infrastructure/index_en.htm) -OpenNebula -The OpenNebula monitoring subsystem gathers information relative to the hosts and the virtual machines, such as the host status, basic performance indicators, as well as VM status and capacity consumption. This information is collected by executing a set of static probes provided by OpenNebula. The information is sent according to the following process: each host periodically sends monitoring data to the front-end which collects it and processes it in a dedicated module. This model is highly scalable and its limit (in terms of number of VMs monitored per second) is bounded to the performance of the server running on and the database server. -OpenNebula also brings resource quota management to allocate, track and limit resource utilization/consumption. -https://opennebula.org/]]></skos:definition> - <dcterms:identifier>ABB141</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PartnerManagementService"> - <skos:notation>PartnerManagementService</skos:notation> - <skos:prefLabel xml:lang="en">Partner Management Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Shares the functionalities of i) managing service consumption by partners (i.e. consumers) and ii) controlling service consumption by partners (i.e. consumers) in order to ensure scalability and availability. It enables the management of IES' interoperability agreements +INTEROPERABILITY SALIENCY: +IoP Dimension: Structural IoP +The Public Hosting Facility ABB is salient for technical interoperability because it provides all the equipment, shared between organizations, supporting the hosting of interaoperable solutions and their components. -Source: ISA2 � EIA Action +EXAMPLES: -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Amazon Web Services (AWS) +AWS provides a comprehensive suite of services and solutions to run sophisticated and scalable applications to help achieve better business outcomes. Running your applications in the AWS Cloud can help you move faster, operate more securely, and save substantial costs; all while benefitting from the agility, scale and performance of the cloud. -OpenNebula -The OpenNebula monitoring subsystem gathers information relative to the hosts and the virtual machines, such as the host status, basic performance indicators, as well as VM status and capacity consumption. This information is collected by executing a set of static probes provided by OpenNebula. The information is sent according to the following process: each host periodically sends monitoring data to the front-end which collects it and processes it in a dedicated module. This model is highly scalable and its limit (in terms of number of VMs monitored per second) is bounded to the performance of the server running on and the database server. -OpenNebula also brings resource quota management to allocate, track and limit resource utilization/consumption. -https://opennebula.org/]]></skos:definition> - <dcterms:identifier>ABB140</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RecordManagementComponent"> - <skos:notation>RecordManagementComponent</skos:notation> - <skos:prefLabel xml:lang="en">Record Management Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Implements the functionalities responsible for the efficient and systematic control of the i) creation, ii) receipt, iii) maintenance, iv) use and v) disposal of records, including processes for capturing and maintaining evidence of, and information about, business activities and transactions in the form of records. -ISO 15489-1:2001 defines records as "information created, received, and maintained as evidence and information by an organization or person, in pursuance of legal obligations or in the transaction of business". +Source: +(https://aws.amazon.com/solutions/?nc2=h_ql_sol)]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/HostingFacility" /> + <owl:deprecated>true</owl:deprecated> + <eira:PublicHostingFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicHostingFacility_Properties"> + <skos:notation><![CDATA[Properties of Public Hosting Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicHostingFacility_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Hosting Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicHostingFacility" /> + <dcterms:type>eira:PublicHostingFacility</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB193</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NetworkingService"> + <skos:notation><![CDATA[Networking Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NetworkingService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Networking Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Networking Service ABB is a Technology Service being provided by a network provider which is the combination of transmission systems and, where applicable, switching or routing equipment and other resources which permit the conveyance of signals by wire, by radio, by optical or by other electromagnetic means, including satellite networks, fixed (circuit- and packet- switched, including Internet) and mobile terrestrial networks, electricity cable systems, to the extent that they are used for the purpose of transmitting signals, networks used for radio and television broadcasting, and cable television networks, irrespective of the type of information conveyed. -Based on ISO 15489-1:2016 -https://www.iso.org/standard/62542.html +Source: DIRECTIVE 2002/21/EC on a common regulatory framework for electronic communications networks and services +(http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32002L0021&from=EN) + +INTEROPERABILITY SALIENCY: +IoP Dimension: Behavioural IoP +The Networking Service ABB is salient for technical interoperability because it provides all the required functionalities in order to create the suitable network underlayer where can operate interoperable solutions. +EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -OpenKM -OpenKM is an Enterprise Document and Record Management System that has support for records management software. The file plan of OpenKM records management software specifies how records are to be organized once they have been created or received, provides a roadmap to the records created and maintained by an organizational unit, and facilitates dispositioning of the records. The file plan is created by detailing the file series of the records in your organizational unit, as well as information about how they are managed and by whom. -Features: -� File plan -o The file plan of OpenKM document management describes every type of records in the organization, the location where they should be stored, the rules applying to them, the retention schedule and timeline, manner of their disposition, and the person(s) responsible for their management. -� Inheritance -o OpenKM allows inheritance between file series. -� Security -o Set security by file series of the record. -� Record manager: -o Create your own dynamic logic for each file series, for example, based on metadata values, the file series can be promoted as "record" status. -� Search: -o Define common searches based on file series of record. -� Classification of business activities: -o Classification system reflect the business of the organization from which they derive and are normally based on an analysis of the organization's business activities. The system can be used to support a variety of records management processes. -� Catalogue: -o Create dynamic destinations based on record values. -o Dynamic wizard requiring the user for metadata values based on file series of the record (control of the creation). -� Disposition: -o Set retention schedule and period. -o Create dynamic disposition based on record values. -https://www.openkm.com/ +sTESTA +The TESTA network service – which stands for Trans European Services for Telematics between Administrations – provides a European backbone network for data exchange between a wide variety of public administrations. +The network uses the Internet Protocols (IP) to ensure universal reach, but is operated by the EU Commission separately from the Internet. It provides guaranteed performance and a high level of security and has connections with all the EU Institutions and national networks. It caters for the exchange of both unclassified and classified information. -ePHOENIX -epoline� PHOENIX (ePHOENIX) is a document and dossier management system designed to support the processes involved in the handling of Intellectual Property (IP)-related documents. -The system, which was developed by the European Patent Office, allows IP offices to manage application dossiers in electronic form. It provides a means for scanning all incoming documents and a user interface to display the resulting electronic dossier on screen, as well as supporting the printing and distribution of work. -ePHOENIX replaces physical paper files, thus removing the need for space-consuming archives and time-consuming transportation and management. Representing a further step towards the paperless office, the system improves efficiency and cost-effectiveness throughout the life-cycle of IP documents. -ePHOENIX is highly configurable. It provides tools and interfaces which allow existing IT systems, organisational structures, working procedures and conventions to be retained. This means minimal development costs, minimal risk and maximum user acceptance. Furthermore, it is a flexible Java-based system that can operate in a wide variety of IT architectures. -Thanks to its customisation possibilities, ePHOENIX can also be used to handle non-IP documents. -http://ephx.sourceforge.net/summary.html]]></skos:definition> - <dcterms:identifier>ABB76</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RecordManagementService"> - <skos:notation>RecordManagementService</skos:notation> - <skos:prefLabel xml:lang="en">Record Management Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[Shares the functionalities responsible for the efficient and systematic control of the i) creation, ii) receipt, iii) maintenance, iv) use and v) disposal of records, including processes for capturing and maintaining evidence of, and information about, business activities and transactions in the form of records. ISO 15489-1:2001 defines records as "information created, received, and maintained as evidence and information by an organization or person, in pursuance of legal obligations or in the transaction of business". +Source: +(https://ec.europa.eu/isa2/solutions/testa_en)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:NetworkingService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NetworkingService_Properties"> + <skos:notation><![CDATA[Properties of Networking Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NetworkingService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Networking Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/NetworkingService" /> + <dcterms:type>eira:NetworkingService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB150</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionArtifact"> + <skos:notation><![CDATA[Interoperable Digital Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionArtifact</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperable Digital Solution]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Interoperable Digital Solution ABB is an Artifact that refers to the software or hardware system that is designed to work seamlessly with other systems or technologies + +Source: ISA2-EIF + +Source reference: https://ec.europa.eu/isa2/eif_en/ + +Identifier: http://data.europa.eu/dr8/DigitalSolutionArtifact + +eira:ID: ABB611 + +ABB name: eira:DigitalSolutionArtifact + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent" /> + <eira:DigitalSolutionArtifact_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionArtifact_Properties"> + <skos:notation><![CDATA[Properties of Interoperable Digital Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionArtifact_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperable Digital Solution]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArtifact" /> + <dcterms:type>eira:DigitalSolutionArtifact</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Interoperable Digital Solution ABB is an Artifact that refers to the software or hardware system that is designed to work seamlessly with other systems or technologies]]></skos:definition> + <eira:definitionSource>ISA2-EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/eif_en/]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionArtifact</eira:PURI> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionArtifact</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact"> + <skos:notation><![CDATA[Solution Building Block]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SolutionBuildingBlockArtifact</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Solution Building Block]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Solution Building Block ABB is an Artifact that corresponds to a piece of data, produced software or deployment/operation of IT system that permit to implement one or more EIRA Architecture Building Blocks of an European Public Service. -Based on ISO 15489-1:2016 -https://www.iso.org/standard/62542.html +Source: ISA2 -The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): +Source reference: https://ec.europa.eu/isa2/sites/default/files/e-government_core_vocabularies_handbook.pdf + +Additional information: Solution Builsing Block ABB is formulated as an agreed normative statement in design terms on a legal, organisational, semantic, or technical attribute of an European Public Service. On the technical view, a Solution Building Block is a specific software component that it might be either procured or developed of a To-Be Interoperable European Solution or that it is integrated in an As-Is Interoperable European Solution + +Interoperability saliency: The Solution Building Block ABB is salient for the technical interoperability due to establishing the technical aspects related to the definition of architecture and public service architectural principles to support public administration in the service delivery. + +Identifier: http://data.europa.eu/dr8/SolutionBuildingBlockArtifact + +eira:ID: ABB610 + +ABB name: eira:SolutionBuildingBlockArtifact + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecificationContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticGovernanceContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SolutionSpecificationDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticFunctionalContentGrouping" /> + <eira:SolutionBuildingBlockArtifact_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact_Properties"> + <skos:notation><![CDATA[Properties of Solution Building Block]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SolutionBuildingBlockArtifact_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Solution Building Block]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact" /> + <eira:PURI>http://data.europa.eu/dr8/SolutionBuildingBlockArtifact</eira:PURI> + <dcterms:type>eira:SolutionBuildingBlockArtifact</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Solution Building Block ABB is an Artifact that enables the implementation of one or more EIRA Architecture Building Blocks of a European Public Service.]]></skos:definition> + <eira:definitionSource>ISA2</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/sites/default/files/e-government_core_vocabularies_handbook.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[The Solution Building Block ABB is salient for the technical interoperability due to establishing the technical aspects related to the definition of architecture and public service architectural principles to support public administration in the service delivery.]]></eira:iopSaliency> + <skos:note><![CDATA[Solution Builsing Block ABB is formulated as an agreed normative statement in design terms on a legal, organisational, semantic, or technical attribute of an European Public Service. On the technical view, a Solution Building Block is a specific software component that it might be either procured or developed of a To-Be Interoperable European Solution or that it is integrated in an As-Is Interoperable European Solution]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:view>Organisational view</eira:view> + <eira:view>Semantic view</eira:view> + <eira:view>Technical view - application</eira:view> + <eira:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SolutionBuildingBlockArtifact</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork"> + <skos:notation><![CDATA[Private Subnetwork]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Private Subnetwork]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Private Subnetwork ABB is a Communication Network that enables the implementation of a subset of a larger network that is isolated and only accessible to a specific group of devices or users -Council of Europe - Documents, Records and Archives -You will find on the Documents, Records and Archives website information about the Council of Europe's documents, records and archives, how they are organised and how to access them, whatever their format (audio-visual, electronic, paper or web archives): -� information about the Council of Europe's documents, records and archives, how they are organised and how to access them, whatever their format (audio-visual, electronic, paper or web archives) -� information on the rules and procedures governing access -� search tools and other professional tools -� a timeline with a selection of themes related to the construction of the Council of Europe and the personalities involved (being developed) -� an information management guidance page -https://www.coe.int/en/web/documents-records-archives-information/home +Source: ISA2 - EIA Action -Barracuda Cloud Archiving Service -Barracuda Cloud Archiving Service permits to protect email for On-Premises, Cloud and Hybrid Environments. It provides cloud-based archiving of email, enabling organizations to meet demanding compliance requirements and address eDiscovery requests effectively and easily. Ideal for organizations using cloud-based email services like Office 365, Barracuda stores archived email in a separate, secure repository for as long as needed without risk of corruption or deletion. -With Barracuda, compliance is easy to demonstrate, and end users can have read only access to search and retrieve archived email at any time from any device. -https://www.barracuda.com/products/cloudarchivingservice]]></skos:definition> - <dcterms:identifier>ABB50</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyService"> - <skos:notation>ConfigurationAndSolutionCartographyService</skos:notation> - <skos:prefLabel xml:lang="en">Configuration and Solution Cartography Service</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Shares the functionality of documenting the configuration and architecture of solutions. +Source reference: https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/ + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ECC Report 301. https://docdb.cept.org/download/1395 + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The private subnetwork ABB is salient for technical interoperability because it provides custom private areas to share internal information about specific public administration internal services. These areas are only accessible by a restricted number of people and/or devices. + +Identifier: http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork + +eira:ID: http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork + +ABB name: eira:PrivateSubnetworkCommunicationNetwork + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/FirewallTechnologyService" /> + <eira:PrivateSubnetworkCommunicationNetwork_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork_Properties"> + <skos:notation><![CDATA[Properties of Private Subnetwork]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Private Subnetwork]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork</eira:PURI> + <dcterms:type>eira:PrivateSubnetworkCommunicationNetwork</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Private Subnetwork ABB is a Communication Network that enables the implementation of a subset of a larger network that is isolated and only accessible to a specific group of devices or users]]></skos:definition> + <eira:definitionSource>ISA2 - EIA Action</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ECC Report 301. https://docdb.cept.org/download/1395]]></skos:example> + <eira:iopSaliency><![CDATA[The private subnetwork ABB is salient for technical interoperability because it provides custom private areas to share internal information about specific public administration internal services. These areas are only accessible by a restricted number of people and/or devices.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork"> + <skos:notation><![CDATA[Cloud Private Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Cloud Private Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Cloud Private Network ABB is a Communication Network that enables a virtual network that connects resources and services within a cloud computing environment. + +Source: Inspired in referent cloud service providers definitions + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): JRC- Development of the EU Green Public Procurement (GPP)- Criteria for Data Centres, Server Rooms and Cloud Services. https://ec.europa.eu/environment/gpp/pdf/jrc118558_2020_0605_data_centres_technical_report_jrc_clean_with_id.pdf + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Cloud Private Network ABB is salient for technical interoperability because it provides the needed infrastructure connection between cloud service providers to a specific group of people, organizations or systems. + +Identifier: http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork + +eira:ID: http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork + +ABB name: eira:CloudPrivateCommunicationNetwork + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <eira:CloudPrivateCommunicationNetwork_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork_Properties"> + <skos:notation><![CDATA[Properties of Cloud Private Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Cloud Private Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork</eira:PURI> + <dcterms:type>eira:CloudPrivateCommunicationNetwork</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Cloud Private Network ABB is a Communication Network that enables a virtual network that connects resources and services within a cloud computing environment.]]></skos:definition> + <eira:definitionSource>Inspired in referent cloud service providers definitions</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): JRC- Development of the EU Green Public Procurement (GPP)- Criteria for Data Centres, Server Rooms and Cloud Services. https://ec.europa.eu/environment/gpp/pdf/jrc118558_2020_0605_data_centres_technical_report_jrc_clean_with_id.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[The Cloud Private Network ABB is salient for technical interoperability because it provides the needed infrastructure connection between cloud service providers to a specific group of people, organizations or systems.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateCommunicationNetwork"> + <skos:notation><![CDATA[Private Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivateCommunicationNetwork</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Private Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Private Network ABB is a Communication Network that enables the implementation of a network used for realising the physical communication among Interoperable European Solution (e.g. sTESTA), and cannot be accessed by the public. Source: ISA2 - EIA Action -INTEROPERABILITY SALIENCY: -The Configuration and Solution of Cartography Service ABB �is salient for technical interoperability because it can be used to document the interoperabilty features of a solution or a set of solution/services. +Source reference: https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/ + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ECC Report 301. https://docdb.cept.org/download/1395 + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Private Network ABB is salient for technical interoperability because it implements and establishes the basis of the network of the public administration private area for exchanging, storing and sharing information at the internal level. + +Identifier: http://data.europa.eu/dr8/PrivateCommunicationNetwork + +eira:ID: http://data.europa.eu/dr8/PrivateCommunicationNetwork + +ABB name: eira:PrivateCommunicationNetwork + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork" /> + <eira:PrivateCommunicationNetwork_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateCommunicationNetwork_Properties"> + <skos:notation><![CDATA[Properties of Private Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivateCommunicationNetwork_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Private Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/PrivateCommunicationNetwork</eira:PURI> + <dcterms:type>eira:PrivateCommunicationNetwork</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Private Network ABB is a Communication Network that enables the implementation of a network used for realising the physical communication among Interoperable European Solution (e.g. sTESTA), and cannot be accessed by the public.]]></skos:definition> + <eira:definitionSource>ISA2 - EIA Action</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ECC Report 301. https://docdb.cept.org/download/1395]]></skos:example> + <eira:iopSaliency><![CDATA[Private Network ABB is salient for technical interoperability because it implements and establishes the basis of the network of the public administration private area for exchanging, storing and sharing information at the internal level.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PrivateCommunicationNetwork</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicCommunicationNetwork"> + <skos:notation><![CDATA[Public Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicCommunicationNetwork</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Public Network ABB is a Communication Network that enables access to the public (public administrations, businesses and citizens) without specific authorisations. Interoperable European Solutions can rely on Public Networks (e.g. the Internet) to realise the physical communication between nodes. + +Source: ISA2 - EIA Action + +Source reference: https://digital-strategy.ec.europa.eu/en/news/isa2-interoperability-solutions-european-public-administrations-first-work-programme-adopted + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): World-Wide-Web (WWW) - The WorldWideWeb (W3) is a wide-area hypermedia information retrieval initiative aiming to give universal access to a large universe of documents. + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Public Network ABB is salient for technical interoperability due to it provides the network infrastructure to facilitate access to the public administration digital service to the general public. + +Identifier: http://data.europa.eu/dr8/PublicCommunicationNetwork + +eira:ID: http://data.europa.eu/dr8/PublicCommunicationNetwork + +ABB name: eira:PublicCommunicationNetwork + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/SecurePublicCommunicationNetwork" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent" /> + <eira:PublicCommunicationNetwork_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicCommunicationNetwork_Properties"> + <skos:notation><![CDATA[Properties of Public Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicCommunicationNetwork_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/PublicCommunicationNetwork</eira:PURI> + <dcterms:type>eira:PublicCommunicationNetwork</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Public Network ABB is a Communication Network that enables access to the public (public administrations, businesses and citizens) without specific authorisations. Interoperable European Solutions can rely on Public Networks (e.g. the Internet) to realise the physical communication between nodes.]]></skos:definition> + <eira:definitionSource>ISA2 - EIA Action</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/news/isa2-interoperability-solutions-european-public-administrations-first-work-programme-adopted]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): World-Wide-Web (WWW) - The WorldWideWeb (W3) is a wide-area hypermedia information retrieval initiative aiming to give universal access to a large universe of documents.]]></skos:example> + <eira:iopSaliency><![CDATA[The Public Network ABB is salient for technical interoperability due to it provides the network infrastructure to facilitate access to the public administration digital service to the general public.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/PublicCommunicationNetwork</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LocalAreaCommunicationNetwork"> + <skos:notation><![CDATA[Local Area Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LocalAreaCommunicationNetwork</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Local Area Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Local Area Network ABB is a Communication Network that enables the connection of devices and computers within a limited area. + +Source: Networkbits + +Source reference: https://web.archive.org/web/20201026082752/http://networkbits.net/lan-components/local-area-network-lan-basic-components/ + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): European Commission. https://ec.europa.eu/commission/presscorner/detail/en/MEMO_05_256 + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Local Area Network ABB is salient for technical interoperability as the infrastructure that can connect devices and tools within a limited area of the public administration. + +Identifier: http://data.europa.eu/dr8/LocalAreaCommunicationNetwork + +eira:ID: http://data.europa.eu/dr8/LocalAreaCommunicationNetwork + +ABB name: eira:LocalAreaCommunicationNetwork + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <eira:LocalAreaCommunicationNetwork_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LocalAreaCommunicationNetwork_Properties"> + <skos:notation><![CDATA[Properties of Local Area Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LocalAreaCommunicationNetwork_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Local Area Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LocalAreaCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/LocalAreaCommunicationNetwork</eira:PURI> + <dcterms:type>eira:LocalAreaCommunicationNetwork</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Local Area Network ABB is a Communication Network that enables the connection of devices and computers within a limited area.]]></skos:definition> + <eira:definitionSource>Networkbits</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://web.archive.org/web/20201026082752/http://networkbits.net/lan-components/local-area-network-lan-basic-components/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): European Commission. https://ec.europa.eu/commission/presscorner/detail/en/MEMO_05_256]]></skos:example> + <eira:iopSaliency><![CDATA[The Local Area Network ABB is salient for technical interoperability as the infrastructure that can connect devices and tools within a limited area of the public administration.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LocalAreaCommunicationNetwork</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurePublicCommunicationNetwork"> + <skos:notation><![CDATA[Secure Public Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurePublicCommunicationNetwork</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Secure Public Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Secure Public Network ABB is a Communication Network that enables access to the public, but is designed and configured to protect against unauthorized access and cyber threats + +Source: ISA2 - EIA Action + +Source reference: https://digital-strategy.ec.europa.eu/en/news/isa2-interoperability-solutions-european-public-administrations-first-work-programme-adopted + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): World-Wide-Web (WWW) - The WorldWideWeb (W3) is a wide-area hypermedia information retrieval initiative aiming to give universal access to a large universe of documents. + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Secure Public Network ABB is salient for technical interoperability because it set up the network infrastructure to establish secure communications with the public administration services. + +Identifier: http://data.europa.eu/dr8/SecurePublicCommunicationNetwork + +eira:ID: http://data.europa.eu/dr8/SecurePublicCommunicationNetwork + +ABB name: eira:SecurePublicCommunicationNetwork + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/PublicCommunicationNetwork" /> + <eira:SecurePublicCommunicationNetwork_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurePublicCommunicationNetwork_Properties"> + <skos:notation><![CDATA[Properties of Secure Public Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurePublicCommunicationNetwork_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Secure Public Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurePublicCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/SecurePublicCommunicationNetwork</eira:PURI> + <dcterms:type>eira:SecurePublicCommunicationNetwork</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Secure Public Network ABB is a Communication Network that enables access to the public, but is designed and configured to protect against unauthorized access and cyber threats]]></skos:definition> + <eira:definitionSource>ISA2 - EIA Action</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/news/isa2-interoperability-solutions-european-public-administrations-first-work-programme-adopted]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): World-Wide-Web (WWW) - The WorldWideWeb (W3) is a wide-area hypermedia information retrieval initiative aiming to give universal access to a large universe of documents.]]></skos:example> + <eira:iopSaliency><![CDATA[Secure Public Network ABB is salient for technical interoperability because it set up the network infrastructure to establish secure communications with the public administration services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/SecurePublicCommunicationNetwork</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SensorDevice"> + <skos:notation><![CDATA[Sensor]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SensorDevice</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Sensor]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Sensor ABB is a Device that that detects and responds to events or changes in the physical environment. + +Source: Inspired in SAREF + +Source reference: https://saref.etsi.org/core/Sensor + +Additional information: Sensors convert physical inputs into electrical signals that can be processed and analyzed by electronic systems or software + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Sensor ABB is salient for technical interoperability because it provides needed observational elements to measure specific elements that serve to improve eGovernance services. + +Identifier: http://data.europa.eu/dr8/SensorDevice + +eira:ID: http://data.europa.eu/dr8/SensorDevice + +ABB name: eira:SensorDevice + +]]></skos:definition> + <eira:SensorDevice_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SensorDevice_Properties"> + <skos:notation><![CDATA[Properties of Sensor]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SensorDevice_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Sensor]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SensorDevice" /> + <eira:PURI>http://data.europa.eu/dr8/SensorDevice</eira:PURI> + <dcterms:type>eira:SensorDevice</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Sensor ABB is a Device that that detects and responds to events or changes in the physical environment.]]></skos:definition> + <eira:definitionSource>Inspired in SAREF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://saref.etsi.org/core/Sensor]]></eira:definitionSourceReference> + <eira:iopSaliency><![CDATA[The Sensor ABB is salient for technical interoperability because it provides needed observational elements to measure specific elements that serve to improve eGovernance services.]]></eira:iopSaliency> + <skos:note><![CDATA[Sensors convert physical inputs into electrical signals that can be processed and analyzed by electronic systems or software]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/SensorDevice</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RemoteDesktopClientDevice"> + <skos:notation><![CDATA[Remote Desktop Client]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RemoteDesktopClientDevice</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Remote Desktop Client]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Remote Desktop Client ABB is a Device that enables access, control and interaction with a remote computer located anywhere through the internet or internal network. + +Source: Inspired in Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/remote-access + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Remote Desktop Client ABB is salient for technical interoperability because it provides the physical element to remotely connect to shared workspaces to access public services. + +Identifier: http://data.europa.eu/dr8/RemoteDesktopClientDevice + +eira:ID: http://data.europa.eu/dr8/RemoteDesktopClientDevice + +ABB name: eira:RemoteDesktopClientDevice + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:RemoteDesktopClientDevice_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RemoteDesktopClientDevice_Properties"> + <skos:notation><![CDATA[Properties of Remote Desktop Client]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RemoteDesktopClientDevice_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Remote Desktop Client]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RemoteDesktopClientDevice" /> + <eira:PURI>http://data.europa.eu/dr8/RemoteDesktopClientDevice</eira:PURI> + <dcterms:type>eira:RemoteDesktopClientDevice</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Remote Desktop Client ABB is a Device that enables access, control and interaction with a remote computer located anywhere through the internet or internal network.]]></skos:definition> + <eira:definitionSource>Inspired in Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/remote-access]]></eira:definitionSourceReference> + <eira:iopSaliency><![CDATA[The Remote Desktop Client ABB is salient for technical interoperability because it provides the physical element to remotely connect to shared workspaces to access public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/RemoteDesktopClientDevice</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DesktopComputerDevice"> + <skos:notation><![CDATA[Desktop Computer]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DesktopComputerDevice</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Desktop Computer]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Desktop Computer ABB is a Device in which the main unit is in a permanent location and is not designed for portability and is designed for use with an external display and external peripherals such as a keyboard and mouse. + +Source: European Comission + +Source reference: https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32013R0617 + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Desktop Computer ABB is salient for technical interoperability because it provides the physical element to communicate with public services. + +Identifier: http://data.europa.eu/dr8/DesktopComputerDevice + +eira:ID: http://data.europa.eu/dr8/DesktopComputerDevice + +ABB name: eira:DesktopComputerDevice + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:DesktopComputerDevice_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DesktopComputerDevice_Properties"> + <skos:notation><![CDATA[Properties of Desktop Computer]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DesktopComputerDevice_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Desktop Computer]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DesktopComputerDevice" /> + <eira:PURI>http://data.europa.eu/dr8/DesktopComputerDevice</eira:PURI> + <dcterms:type>eira:DesktopComputerDevice</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Desktop Computer ABB is a Device in which the main unit is in a permanent location and is not designed for portability and is designed for use with an external display and external peripherals such as a keyboard and mouse.]]></skos:definition> + <eira:definitionSource>European Comission</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32013R0617]]></eira:definitionSourceReference> + <eira:iopSaliency><![CDATA[The Desktop Computer ABB is salient for technical interoperability because it provides the physical element to communicate with public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DesktopComputerDevice</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SmartDevice"> + <skos:notation><![CDATA[Smart Device]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SmartDevice</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Smart Device]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Smart Device ABB is a Device that can operate interactively and autonomously, connected to other devices or networks through different communication protocols. + +Source: European Comission + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/internet-things-policy + +Synonym: + +Additional information: Smart devices typically incorporate sensors, processors, and connectivity technology, such as Wi-Fi or Bluetooth, that allow them to collect and exchange data + +IoP Dimension: + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Smart Device ABB is salient for technical interoperability because it provides the physical element to exchange information and events with the public administration digital services. + +Identifier: http://data.europa.eu/dr8/SmartDevice + +eira:ID: http://data.europa.eu/dr8/SmartDevice + +ABB name: eira:SmartDevice + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: + +]]></skos:definition> + <eira:SmartDevice_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SmartDevice_Properties"> + <skos:notation><![CDATA[Properties of Smart Device]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SmartDevice_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Smart Device]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SmartDevice" /> + <eira:PURI>http://data.europa.eu/dr8/SmartDevice</eira:PURI> + <dcterms:type>eira:SmartDevice</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Smart Device ABB is a Device that can operate interactively and autonomously, connected to other devices or networks through different communication protocols.]]></skos:definition> + <eira:definitionSource>European Comission</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/internet-things-policy]]></eira:definitionSourceReference> + <eira:iopSaliency><![CDATA[The Smart Device ABB is salient for technical interoperability because it provides the physical element to exchange information and events with the public administration digital services.]]></eira:iopSaliency> + <skos:note><![CDATA[Smart devices typically incorporate sensors, processors, and connectivity technology, such as Wi-Fi or Bluetooth, that allow them to collect and exchange data]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/SmartDevice</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment"> + <skos:notation><![CDATA[Physical Network Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Physical Network Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The Physical Network Infrastructure ABB is an Equipment that enables connectivity and communication between users, devices, apps and the Internet. + +Source: Inspired on relevant Physical Network Infrastructure providers + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Physical Network Infrastructure ABB is salient for technical interoperability because it provides the infrastructure to facilitate the hosting and execution of public administration services. + +Identifier: http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment + +eira:ID: http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment + +ABB name: eira:PhysicalNetworkInfrastructureEquipment + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <eira:PhysicalNetworkInfrastructureEquipment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment_Properties"> + <skos:notation><![CDATA[Properties of Physical Network Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Physical Network Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment" /> + <eira:PURI>http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment</eira:PURI> + <dcterms:type>eira:PhysicalNetworkInfrastructureEquipment</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <skos:definition><![CDATA[The Physical Network Infrastructure ABB is an Equipment that enables connectivity and communication between users, devices, apps and the Internet.]]></skos:definition> + <eira:definitionSource>Inspired on relevant Physical Network Infrastructure providers</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[The Physical Network Infrastructure ABB is salient for technical interoperability because it provides the infrastructure to facilitate the hosting and execution of public administration services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment"> + <skos:notation><![CDATA[Physical Communication Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Physical Communication Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The Physical Communication Infrastructure ABB is an Equipment that enables components to exchange data. + +Source: Law Insider + +Source reference: https://www.lawinsider.com/dictionary/communication-infrastructure + +Additional information: The Physical Communication Infrastructure includes but is not limited to fixed links, radio communication transmitters, fibre/copper cable, towers, switches, base stations. Customer premise equipment is not included. + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Physical Communication Infrastructure ABB is salient for technical interoperability because it provides the infrastructure in charge of bringing the data exchange and communication between public administration services. + +Identifier: http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment + +ABB name: eira:PhysicalCommunicationInfrastructureEquipment + +EIRA concept: eira:ArchitectureBuildingBlock + +eira:ID : http://data.europa.eu/dr8/PhysicalCommunicationInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <eira:PhysicalCommunicationInfrastructureEquipment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment_Properties"> + <skos:notation><![CDATA[Properties of Physical Communication Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Physical Communication Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment" /> + <eira:PURI>http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment</eira:PURI> + <dcterms:type>eira:PhysicalCommunicationInfrastructureEquipment</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <skos:definition><![CDATA[The Physical Communication Infrastructure ABB is an Equipment that enables components to exchange data.]]></skos:definition> + <eira:definitionSource>Law Insider</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.lawinsider.com/dictionary/communication-infrastructure]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[The Physical Communication Infrastructure ABB is salient for technical interoperability because it provides the infrastructure in charge of bringing the data exchange and communication between public administration services.]]></eira:iopSaliency> + <skos:note><![CDATA[The Physical Communication Infrastructure includes but is not limited to fixed links, radio communication transmitters, fibre/copper cable, towers, switches, base stations. Customer premise equipment is not included.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment"> + <skos:notation><![CDATA[Physical Power Supply Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Physical Power Supply Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Physical Power Supply Infrastructure ABB is Equipment that enables reliable and uninterrupted electrical power to support the operation of public administration systems. + +Source: Inspired in Lawinsider + +Source reference: https://www.lawinsider.com/dictionary/power-supply-infrastructure + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Physical Power Supply Infrastructure ABB is salient for the technical interoperability due to it provides electrical supply to the public administration systems for ensuring their availability according to the service level agreements. + +Identifier: http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment + +ABB name: eira:PhysicalPowerSupplyInfrastructureEquipment + +EIRA concept: eira:ArchitectureBuildingBlock + +eira:ID : http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <eira:PhysicalPowerSupplyInfrastructureEquipment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment_Properties"> + <skos:notation><![CDATA[Properties of Physical Power Supply Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Physical Power Supply Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment" /> + <eira:PURI>http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment</eira:PURI> + <dcterms:type>eira:PhysicalPowerSupplyInfrastructureEquipment</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <skos:definition><![CDATA[Physical Power Supply Infrastructure ABB is Equipment that enables reliable and uninterrupted electrical power to support the operation of public administration systems.]]></skos:definition> + <eira:definitionSource>Inspired in Lawinsider</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.lawinsider.com/dictionary/power-supply-infrastructure]]></eira:definitionSourceReference> + <eira:iopSaliency><![CDATA[The Physical Power Supply Infrastructure ABB is salient for the technical interoperability due to it provides electrical supply to the public administration systems for ensuring their availability according to the service level agreements.]]></eira:iopSaliency> + <skos:example><![CDATA[]]></skos:example> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment"> + <skos:notation><![CDATA[Physical Security Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Physical Security Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Physical Security Infrastructure ABB is Equipment that enables the protection of facilities and assets from actions and events that could cause damage or losses. + +Source: Inspired in Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/physical-security + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Physical Security Infrastructure ABB is salient for technical interoperability because it provides the infrastructure capable of providing functionalities of data protection and privacy. + +Identifier: http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment + +ABB name: eira:PhysicalSecurityInfrastructureEquipment + +EIRA concept: eira:ArchitectureBuildingBlock + +eira:ID : http://data.europa.eu/dr8/PhysicalSecurityInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <eira:PhysicalSecurityInfrastructureEquipment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment_Properties"> + <skos:notation><![CDATA[Properties of Physical Security Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Physical Security Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment" /> + <eira:PURI>http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment</eira:PURI> + <dcterms:type>eira:PhysicalSecurityInfrastructureEquipment</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <skos:definition><![CDATA[Physical Security Infrastructure ABB is Equipment that enables the protection of facilities and assets from actions and events that could cause damage or losses.]]></skos:definition> + <eira:definitionSource>Inspired in Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/physical-security]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[The Physical Security Infrastructure ABB is salient for technical interoperability because it provides the infrastructure capable of providing functionalities of data protection and privacy.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment"> + <skos:notation><![CDATA[Physical Computing Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Physical Computing Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The Physical Computing Infrastructure ABB is an Equipment that enables the processing, storage, and transmission of data in a computing environment. + +Source: Inspired on relevant IT infrastructure providers + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Physical Computing Infrastructure ABB is salient for technical interoperability because it establishes the infrastructure to analyse a large amount of information. + +Identifier: http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment + +ABB name: eira:PhysicalComputingInfrastructureEquipment + +EIRA concept: eira:ArchitectureBuildingBlock + +eira:ID : http://data.europa.eu/dr8/PhysicalComputingInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <eira:PhysicalComputingInfrastructureEquipment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment_Properties"> + <skos:notation><![CDATA[Properties of Physical Computing Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Physical Computing Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment" /> + <eira:PURI>http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment</eira:PURI> + <dcterms:type>eira:PhysicalComputingInfrastructureEquipment</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <skos:definition><![CDATA[The Physical Computing Infrastructure ABB is an Equipment that enables the processing, storage, and transmission of data in a computing environment.]]></skos:definition> + <eira:definitionSource>Inspired on relevant IT infrastructure providers</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[The Physical Computing Infrastructure ABB is salient for technical interoperability because it establishes the infrastructure to analyse a large amount of information.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HybridCloudProviderFacility"> + <skos:notation><![CDATA[Hybrid Cloud Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HybridCloudProviderFacility</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Hybrid Cloud Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Hybrid Cloud Facility ABB is a Facility that enables a mix of cloud computing services combining at least one private cloud and one public cloud working together. + +Source: Inspired in referent cloud service providers + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): JRC- Development of the EU Green Public Procurement (GPP)- Criteria for Data Centres, Server Rooms and Cloud Services. https://ec.europa.eu/environment/gpp/pdf/jrc118558_2020_0605_data_centres_technical_report_jrc_clean_with_id.pdf + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Hybrid Cloud Facility ABB is salient for organizational and technical interoperability because it provides a set of business rules and responsibilities to the administration of public administration services. Moreover, it also provides the needed infrastructure to manage private and public services remotely. + +Identifier: http://data.europa.eu/dr8/HybridCloudProviderFacility + +eira:ID: http://data.europa.eu/dr8/HybridCloudProviderFacility + +ABB name: eira:HybridCloudProviderFacility + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/OnPremiseFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CloudComputingFacility" /> + <eira:HybridCloudProviderFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HybridCloudProviderFacility_Properties"> + <skos:notation><![CDATA[Properties of Hybrid Cloud Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HybridCloudProviderFacility_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Hybrid Cloud Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HybridCloudProviderFacility" /> + <eira:PURI>http://data.europa.eu/dr8/HybridCloudProviderFacility</eira:PURI> + <dcterms:type>eira:HybridCloudProviderFacility</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Hybrid Cloud Facility ABB is a Facility that enables a mix of cloud computing services combining at least one private cloud and one public cloud working together.]]></skos:definition> + <eira:definitionSource>Inspired in referent cloud service providers</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): JRC- Development of the EU Green Public Procurement (GPP)- Criteria for Data Centres, Server Rooms and Cloud Services. https://ec.europa.eu/environment/gpp/pdf/jrc118558_2020_0605_data_centres_technical_report_jrc_clean_with_id.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[The Hybrid Cloud Facility ABB is salient for organizational and technical interoperability because it provides a set of business rules and responsibilities to the administration of public administration services. Moreover, it also provides the needed infrastructure to manage private and public services remotely.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/HybridCloudProviderFacility</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HostingFacility"> + <skos:notation><![CDATA[Hosting Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HostingFacility</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Hosting Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Hosting Facility ABB is a Facility that enables components and services to make public services available on the Internet for their use. + +Source: Law Insider + +Source reference: https://www.lawinsider.com/dictionary/hosting-facility#:~:text=Hosting%20Facility%20means%20a%20third,for%20use%20by%20End%20Users. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DIGIT/C Hosting Facility - DIGIT/C offers a high availability and high-performance hosting infrastructure that is comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. The dynamic sites supported by the standard Apache web servers are mainly sites based on Coldfusion and in some cases also sites using CGI scripts. Dynamic sites based on particular technologies (i.e. Weblogic) are being hosted on individual application servers and are being integrated with the other related sites using reverse proxy mappings. Direct HTTP access to the back-end web servers hosting the static sites is denied by the standard web server configuration. http://ec.europa.eu/ipg/build/infrastructure/index_en.htm + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Hosting Facility ABB is salient for the technical interoperability because it establish the set up of IT systems to deliver the different public administration digital services and architectures that permit to integrate data from different infrastructure and remove existing IT silos in public administration. + +Identifier: http://data.europa.eu/dr8/HostingFacility + +eira:ID: http://data.europa.eu/dr8/HostingFacility + +ABB name: eira:HostingFacility + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/HostingFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServerNode" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnologyTechnologyInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/CloudComputingFacility" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/OnPremiseFacility" /> + <eira:HostingFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HostingFacility_Properties"> + <skos:notation><![CDATA[Properties of Hosting Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HostingFacility_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Hosting Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HostingFacility" /> + <eira:PURI>http://data.europa.eu/dr8/HostingFacility</eira:PURI> + <dcterms:type>eira:HostingFacility</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <skos:definition><![CDATA[Hosting Facility ABB is a Facility that enables components and services to make public services available on the Internet for their use.]]></skos:definition> + <eira:definitionSource>Law Insider</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.lawinsider.com/dictionary/hosting-facility#:~:text=Hosting%20Facility%20means%20a%20third,for%20use%20by%20End%20Users.]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DIGIT/C Hosting Facility - DIGIT/C offers a high availability and high-performance hosting infrastructure that is comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. The dynamic sites supported by the standard Apache web servers are mainly sites based on Coldfusion and in some cases also sites using CGI scripts. Dynamic sites based on particular technologies (i.e. Weblogic) are being hosted on individual application servers and are being integrated with the other related sites using reverse proxy mappings. Direct HTTP access to the back-end web servers hosting the static sites is denied by the standard web server configuration. http://ec.europa.eu/ipg/build/infrastructure/index_en.htm]]></skos:example> + <eira:iopSaliency><![CDATA[Hosting Facility ABB is salient for the technical interoperability because it establish the set up of IT systems to deliver the different public administration digital services and architectures that permit to integrate data from different infrastructure and remove existing IT silos in public administration.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/HostingFacility</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OnPremiseFacility"> + <skos:notation><![CDATA[On Premise Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OnPremiseFacility</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[On Premise Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: On Premise Facility ABB is a Facility referring to to a physical location, such as an office or data center, that is owned and managed by a business or organization + +Source: Inspired in The Free Dictionary + +Source reference: https://encyclopedia2.thefreedictionary.com/Facility + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): JRC- Development of the EU Green Public Procurement (GPP)- Critaria for Data Centres, Server Rooms and Cloud Services. https://ec.europa.eu/environment/gpp/pdf/jrc118558_2020_0605_data_centres_technical_report_jrc_clean_with_id.pdf + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The On Premise Facility ABB is salient for organizational interoperability because it establishes the business rules and responsibilities to place the public administration ICT infrastructure in a custom location. + +Identifier: http://data.europa.eu/dr8/OnPremiseFacility + +eira:ID: http://data.europa.eu/dr8/OnPremiseFacility + +ABB name: eira:OnPremiseFacility + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/HostingFacility" /> + <eira:OnPremiseFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OnPremiseFacility_Properties"> + <skos:notation><![CDATA[Properties of On Premise Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OnPremiseFacility_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of On Premise Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OnPremiseFacility" /> + <eira:PURI>http://data.europa.eu/dr8/OnPremiseFacility</eira:PURI> + <dcterms:type>eira:OnPremiseFacility</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[On Premise Facility ABB is a Facility referring to to a physical location, such as an office or data center, that is owned and managed by a business or organization]]></skos:definition> + <eira:definitionSource>Inspired in The Free Dictionary</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://encyclopedia2.thefreedictionary.com/Facility]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): JRC- Development of the EU Green Public Procurement (GPP)- Critaria for Data Centres, Server Rooms and Cloud Services. https://ec.europa.eu/environment/gpp/pdf/jrc118558_2020_0605_data_centres_technical_report_jrc_clean_with_id.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[The On Premise Facility ABB is salient for organizational interoperability because it establishes the business rules and responsibilities to place the public administration ICT infrastructure in a custom location.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/OnPremiseFacility</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateCloudFacility"> + <skos:notation><![CDATA[Private Cloud Computing Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivateCloudFacility</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Private Cloud Computing Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Private Cloud Computing Facility ABB is a Facility that enables a cloud infrastructure that is exclusively dedicated to a single organization or user. + +Source: Inspired in Redhat + +Source reference: https://www.redhat.com/en/topics/cloud-computing/public-cloud-vs-private-cloud-and-hybrid-cloud + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): JRC- Development of the EU Green Public Procurement (GPP)- Critaria for Data Centres, Server Rooms and Cloud Services. https://ec.europa.eu/environment/gpp/pdf/jrc118558_2020_0605_data_centres_technical_report_jrc_clean_with_id.pdf + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Private Cloud Facilities ABB is salient for organizational and technical interoperability because it establishes the business rules and responsibilities to expose public digital services that are restricted for the use of custom organizations, users or devices. + +Identifier: http://data.europa.eu/dr8/PrivateCloudFacility + +eira:ID: http://data.europa.eu/dr8/PrivateCloudFacility + +ABB name: eira:PrivateCloudFacility + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/CloudComputingFacility" /> + <eira:PrivateCloudFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateCloudFacility_Properties"> + <skos:notation><![CDATA[Properties of Private Cloud Computing Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivateCloudFacility_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Private Cloud Computing Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateCloudFacility" /> + <eira:PURI>http://data.europa.eu/dr8/PrivateCloudFacility</eira:PURI> + <dcterms:type>eira:PrivateCloudFacility</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Private Cloud Computing Facility ABB is a Facility that enables a cloud infrastructure that is exclusively dedicated to a single organization or user.]]></skos:definition> + <eira:definitionSource>Inspired in Redhat</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.redhat.com/en/topics/cloud-computing/public-cloud-vs-private-cloud-and-hybrid-cloud]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): JRC- Development of the EU Green Public Procurement (GPP)- Critaria for Data Centres, Server Rooms and Cloud Services. https://ec.europa.eu/environment/gpp/pdf/jrc118558_2020_0605_data_centres_technical_report_jrc_clean_with_id.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[Private Cloud Facilities ABB is salient for organizational and technical interoperability because it establishes the business rules and responsibilities to expose public digital services that are restricted for the use of custom organizations, users or devices.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/PrivateCloudFacility</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicCloudComputingFacility"> + <skos:notation><![CDATA[Public Cloud Computing Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicCloudComputingFacility</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Cloud Computing Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Public Cloud Computing Facility ABB is a Facility that enables a cloud infrastructure that is shared among multiple users and organizations and is typically managed by a third-party service provider + +Source: Inpired in Redhat + +Source reference: https://www.redhat.com/en/topics/cloud-computing/public-cloud-vs-private-cloud-and-hybrid-cloud + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): JRC- Development of the EU Green Public Procurement (GPP)- Critaria for Data Centres, Server Rooms and Cloud Services. https://ec.europa.eu/environment/gpp/pdf/jrc118558_2020_0605_data_centres_technical_report_jrc_clean_with_id.pdf + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Public Cloud Facilities ABB is salient for organizational and technical interoperability because it establishes the business rules and responsibilities to deploy and deliver public administration services remotely. + +Identifier: http://data.europa.eu/dr8/PublicCloudComputingFacility + +eira:ID: http://data.europa.eu/dr8/PublicCloudComputingFacility + +ABB name: eira:PublicCloudComputingFacility + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/CloudComputingFacility" /> + <eira:PublicCloudComputingFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicCloudComputingFacility_Properties"> + <skos:notation><![CDATA[Properties of Public Cloud Computing Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicCloudComputingFacility_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Cloud Computing Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicCloudComputingFacility" /> + <eira:PURI>http://data.europa.eu/dr8/PublicCloudComputingFacility</eira:PURI> + <dcterms:type>eira:PublicCloudComputingFacility</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Public Cloud Computing Facility ABB is a Facility that enables a cloud infrastructure that is shared among multiple users and organizations and is typically managed by a third-party service provider]]></skos:definition> + <eira:definitionSource>Inpired in Redhat</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.redhat.com/en/topics/cloud-computing/public-cloud-vs-private-cloud-and-hybrid-cloud]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): JRC- Development of the EU Green Public Procurement (GPP)- Critaria for Data Centres, Server Rooms and Cloud Services. https://ec.europa.eu/environment/gpp/pdf/jrc118558_2020_0605_data_centres_technical_report_jrc_clean_with_id.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[Public Cloud Facilities ABB is salient for organizational and technical interoperability because it establishes the business rules and responsibilities to deploy and deliver public administration services remotely.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/PublicCloudComputingFacility</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ExternalFacility"> + <skos:notation><![CDATA[External Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ExternalFacility</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[External Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: External Facility ABB is a Facility that enables a physical location or infrastructure that is owned or operated by a third-party organization and used by another organization or individual. These facilities may include office buildings, data centres, warehouses, manufacture + +Source: ISA2-EIA + +Source reference: https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The External Facility ABB is saliency for organizational and technical interoperability because it establishes the business rules and responsibilities to share infrastructures for the use of public administrations. The ABB also provides the application of open specifications and solutions to make interoperable public administration solutions. + +Identifier: http://data.europa.eu/dr8/ExternalFacility + +eira:ID: http://data.europa.eu/dr8/ExternalFacility + +ABB name: eira:ExternalFacility + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:ExternalFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ExternalFacility_Properties"> + <skos:notation><![CDATA[Properties of External Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ExternalFacility_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of External Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ExternalFacility" /> + <eira:PURI>http://data.europa.eu/dr8/ExternalFacility</eira:PURI> + <dcterms:type>eira:ExternalFacility</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[External Facility ABB is a Facility that enables a physical location or infrastructure that is owned or operated by a third-party organization and used by another organization or individual. These facilities may include office buildings, data centres, warehouses, manufacture]]></skos:definition> + <eira:definitionSource>ISA2-EIA</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/]]></eira:definitionSourceReference> + <eira:iopSaliency><![CDATA[The External Facility ABB is saliency for organizational and technical interoperability because it establishes the business rules and responsibilities to share infrastructures for the use of public administrations. The ABB also provides the application of open specifications and solutions to make interoperable public administration solutions.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ExternalFacility</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CloudComputingFacility"> + <skos:notation><![CDATA[Cloud Computing Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CloudComputingFacility</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Cloud Computing Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Cloud Computing Facility ABB is a Facility that enables the storage, processing and use of data on remotely located devices accessed over the internet + +Source: European Comission-Unleashing the Potential of Cloud Computing in Europe + +Source reference: https://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=COM:2012:0529:FIN:en:PDF + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): FENIX is an infrastructure research project that incorporates cloud computing facilities from ICT Solutions for Brilliant Minds. https://fenix-ri.eu/about-fenix/project-partners + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Cloud Computing Facility ABB is salient for organizational interoperability due to it provides the business rules and responsibilities to publish and manage the public administration services. + +Identifier: http://data.europa.eu/dr8/CloudComputingFacility + +eira:ID: http://data.europa.eu/dr8/CloudComputingFacility + +ABB name: eira:CloudComputingFacility + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-11-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/SaasTechnologyService" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/HostingFacility" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/PublicCloudComputingFacility" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/PrivateCloudFacility" /> + <eira:CloudComputingFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CloudComputingFacility_Properties"> + <skos:notation><![CDATA[Properties of Cloud Computing Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CloudComputingFacility_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Cloud Computing Facility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CloudComputingFacility" /> + <eira:PURI>http://data.europa.eu/dr8/CloudComputingFacility</eira:PURI> + <dcterms:type>eira:CloudComputingFacility</dcterms:type> + <dcterms:modified>2023-11-1</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Cloud Computing Facility ABB is a Facility that enables the storage, processing and use of data on remotely located devices accessed over the internet]]></skos:definition> + <eira:definitionSource>European Comission-Unleashing the Potential of Cloud Computing in Europe</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=COM:2012:0529:FIN:en:PDF]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): FENIX is an infrastructure research project that incorporates cloud computing facilities from ICT Solutions for Brilliant Minds. https://fenix-ri.eu/about-fenix/project-partners]]></skos:example> + <eira:iopSaliency><![CDATA[The Cloud Computing Facility ABB is salient for organizational interoperability due to it provides the business rules and responsibilities to publish and manage the public administration services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/CloudComputingFacility</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServerNode"> + <skos:notation><![CDATA[Server]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServerNode</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Server]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Server ABB is a Node that enables access to resources or services to other computers or devices on a network + +Source: Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/clientserver + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DIGIT/C Hosting Service - DIGIT/C offers a high availability and high performance hosting infrastructure that is being comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. http://ec.europa.eu/ipg/build/infrastructure/index_en.htm + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Server ABB is salient for technical interoperability because it provides the capabilities to host public administration services at both levels, internally and externally. + +Identifier: http://data.europa.eu/dr8/ServerNode + +eira:ID: http://data.europa.eu/dr8/ServerNode + +ABB name: eira:ServerNode + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/VirtualMachineNode" /> + <eira:ServerNode_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServerNode_Properties"> + <skos:notation><![CDATA[Properties of Server]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServerNode_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Server]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServerNode" /> + <eira:PURI>http://data.europa.eu/dr8/ServerNode</eira:PURI> + <dcterms:type>eira:ServerNode</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Server ABB is a Node that enables access to resources or services to other computers or devices on a network]]></skos:definition> + <eira:definitionSource>Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/clientserver]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DIGIT/C Hosting Service - DIGIT/C offers a high availability and high performance hosting infrastructure that is being comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. http://ec.europa.eu/ipg/build/infrastructure/index_en.htm]]></skos:example> + <eira:iopSaliency><![CDATA[The Server ABB is salient for technical interoperability because it provides the capabilities to host public administration services at both levels, internally and externally.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ServerNode</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/VirtualMachineNode"> + <skos:notation><![CDATA[Virtual Machine]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/VirtualMachineNode</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Virtual Machine]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Virtual Machine ABB is a Node that enables the emulation of a physical computer to run programs and deploy applications. + +Source: Inspired in Redhat + +Source reference: https://www.redhat.com/en/topics/virtualization/what-is-a-virtual-machine + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Redhat Virtualization: Built on Red Hat Enterprise Linux® and KVM and fully maintained by Red Hat, Red Hat® Virtualization is an enterprise virtualization platform that supports core virtualization workloads, including resource-intensive and important applications. With a solid foundation for a cloud-native and containerized future, virtualize your resources, workflows, and software applications. Additionally compatible with platforms like Microsoft Exchange and the Oracle database is Red Hat Enterprise Virtualization. https://www.redhat.com/en/technologies/virtualization/enterprise-virtualization + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Virtual Machine ABB is salient for technical interoperability because it provides needed tools to emulate the public administration services under controlled environments. + +Identifier: http://data.europa.eu/dr8/VirtualMachineNode + +eira:ID: http://data.europa.eu/dr8/VirtualMachineNode + +ABB name: eira:VirtualMachineNode + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/ServerNode" /> + <eira:VirtualMachineNode_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/VirtualMachineNode_Properties"> + <skos:notation><![CDATA[Properties of Virtual Machine]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/VirtualMachineNode_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Virtual Machine]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/VirtualMachineNode" /> + <eira:PURI>http://data.europa.eu/dr8/VirtualMachineNode</eira:PURI> + <dcterms:type>eira:VirtualMachineNode</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Virtual Machine ABB is a Node that enables the emulation of a physical computer to run programs and deploy applications.]]></skos:definition> + <eira:definitionSource>Inspired in Redhat</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.redhat.com/en/topics/virtualization/what-is-a-virtual-machine]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Redhat Virtualization: Built on Red Hat Enterprise Linux® and KVM and fully maintained by Red Hat, Red Hat® Virtualization is an enterprise virtualization platform that supports core virtualization workloads, including resource-intensive and important applications. With a solid foundation for a cloud-native and containerized future, virtualize your resources, workflows, and software applications. Additionally compatible with platforms like Microsoft Exchange and the Oracle database is Red Hat Enterprise Virtualization. https://www.redhat.com/en/technologies/virtualization/enterprise-virtualization]]></skos:example> + <eira:iopSaliency><![CDATA[The Virtual Machine ABB is salient for technical interoperability because it provides needed tools to emulate the public administration services under controlled environments.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/VirtualMachineNode</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainerSystemSoftware"> + <skos:notation><![CDATA[Container]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContainerSystemSoftware</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Container]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Container ABB is a Technology Service that implements an executable unit of software in which application code is packaged, along with its libraries and dependencies, in common ways so that it can be run anywhere, whether it be on a desktop, traditional IT, or the cloud + +Source: Inspired in referent cloud service providers + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Docker. Docker is a containerization technology that works with the Kubernetes platform, with many adopting it to create an app that runs across multiple containers. https://www.docker.com/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Container ABB is salient for technical interoperability because it provides the packaged software that contains or nurtures the functionalities of public services. + +Identifier: http://data.europa.eu/dr8/ContainerSystemSoftware + +eira:ID: http://data.europa.eu/dr8/ContainerSystemSoftware + +ABB name: eira:ContainerSystemSoftware + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainersManagerTechnologyService" /> + <eira:ContainerSystemSoftware_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainerSystemSoftware_Properties"> + <skos:notation><![CDATA[Properties of Container]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContainerSystemSoftware_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Container]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainerSystemSoftware" /> + <eira:PURI>http://data.europa.eu/dr8/ContainerSystemSoftware</eira:PURI> + <dcterms:type>eira:ContainerSystemSoftware</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Container ABB is a Technology Service that implements an executable unit of software in which application code is packaged, along with its libraries and dependencies, in common ways so that it can be run anywhere, whether it be on a desktop, traditional IT, or the cloud]]></skos:definition> + <eira:definitionSource>Inspired in referent cloud service providers</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Docker. Docker is a containerization technology that works with the Kubernetes platform, with many adopting it to create an app that runs across multiple containers. https://www.docker.com/]]></skos:example> + <eira:iopSaliency><![CDATA[Container ABB is salient for technical interoperability because it provides the packaged software that contains or nurtures the functionalities of public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ContainerSystemSoftware</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration"> + <skos:notation><![CDATA[Edge Computing]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Edge Computing]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Edge Computing ABB is a Technology Collaboration that enables the procedures to implement a distributed computing topology where information processing is located close to the edge, where things and people produce or consume that information + +Source: Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/edge-computing + +Synonym: + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): SovereignEDGE.eu https://sovereignedge.eu/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Edge Computing ABB is salient for technical interoperability because it provides needed computational elements and tools to perform data analytics in specific devices that can nurture public administration digital services (e.g. mobiles from citizens). + +Identifier: http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration + +eira:ID: http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration + +ABB name: eira:EdgeComputingTechnologyCollaboration + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/OnPremiseFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CloudComputingFacility" /> + <eira:EdgeComputingTechnologyCollaboration_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration_Properties"> + <skos:notation><![CDATA[Properties of Edge Computing]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Edge Computing]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration" /> + <eira:PURI>http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration</eira:PURI> + <dcterms:type>eira:EdgeComputingTechnologyCollaboration</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Edge Computing ABB is a Technology Collaboration that enables the procedures to implement a distributed computing topology where information processing is located close to the edge, where things and people produce or consume that information]]></skos:definition> + <eira:definitionSource>Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/edge-computing]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): SovereignEDGE.eu https://sovereignedge.eu/]]></skos:example> + <eira:iopSaliency><![CDATA[The Edge Computing ABB is salient for technical interoperability because it provides needed computational elements and tools to perform data analytics in specific devices that can nurture public administration digital services (e.g. mobiles from citizens).]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnologyTechnologyInterface"> + <skos:notation><![CDATA[Technology Interface]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnologyTechnologyInterface</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Technology Interface]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Technology Interface ABB is a Technology Interface that enables a point of access where services offered by an infrastructure can be accessed + +Source: Inspired in Archimate + +Source reference: https://pubs.opengroup.org/architecture/archimate3-doc/chap10.html + +Synonym: + +Additional information: + +IoP Dimension: Behavioural IoP + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Technology Interface ABB is a key interoperability enabler (*) for behavioural, technical and semantic interoperability by enabling interfaces and access points to the architectures for infrastructure-to-infrastructure data exchange. + +Identifier: http://data.europa.eu/dr8/TechnologyTechnologyInterface + +eira:ID: http://data.europa.eu/dr8/TechnologyTechnologyInterface + +ABB name: eira:TechnologyTechnologyInterface + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <eira:TechnologyTechnologyInterface_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnologyTechnologyInterface_Properties"> + <skos:notation><![CDATA[Properties of Technology Interface]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnologyTechnologyInterface_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Technology Interface]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnologyTechnologyInterface" /> + <eira:PURI>http://data.europa.eu/dr8/TechnologyTechnologyInterface</eira:PURI> + <dcterms:type>eira:TechnologyTechnologyInterface</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Technology Interface ABB is a Technology Interface that enables a point of access where services offered by an infrastructure can be accessed]]></skos:definition> + <eira:definitionSource>Inspired in Archimate</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/archimate3-doc/chap10.html]]></eira:definitionSourceReference> + <eira:iopSaliency><![CDATA[Technology Interface ABB is a key interoperability enabler (*) for behavioural, technical and semantic interoperability by enabling interfaces and access points to the architectures for infrastructure-to-infrastructure data exchange.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/TechnologyTechnologyInterface</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService"> + <skos:notation><![CDATA[Containers Orchestrator]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Containers Orchestrator]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Containers Orchestration ABB is a Technology Service that enables the procedures to automate the deployment, management, scaling, and networking of containers + +Source: Red Hat + +Source reference: https://www.redhat.com/en/topics/containers/what-is-container-orchestration + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenSHIFT is a secure and an enterprise-grade cloud-based container orchestration system with Kubernetes at the backend. It can be used both as a Red Hat Container Orchestration Engine and Platform-as-a-Service (PaaS). https://github.com/openshift/origin + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Containers Orchestrator ABB is salient for technical interoperability due to it provides the mechanism and networks to organize virtual public services and tools to facilitate the deployment and publication of public digital services. + +Identifier: http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService + +eira:ID: http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService + +ABB name: eira:ContainersOrchestratorTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainersManagerTechnologyService" /> + <eira:ContainersOrchestratorTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Containers Orchestrator]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Containers Orchestrator]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService</eira:PURI> + <dcterms:type>eira:ContainersOrchestratorTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Containers Orchestration ABB is a Technology Service that enables the procedures to automate the deployment, management, scaling, and networking of containers]]></skos:definition> + <eira:definitionSource>Red Hat</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.redhat.com/en/topics/containers/what-is-container-orchestration]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenSHIFT is a secure and an enterprise-grade cloud-based container orchestration system with Kubernetes at the backend. It can be used both as a Red Hat Container Orchestration Engine and Platform-as-a-Service (PaaS). https://github.com/openshift/origin]]></skos:example> + <eira:iopSaliency><![CDATA[Containers Orchestrator ABB is salient for technical interoperability due to it provides the mechanism and networks to organize virtual public services and tools to facilitate the deployment and publication of public digital services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineLearningTechnologyService"> + <skos:notation><![CDATA[Machine Learning]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MachineLearningTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Machine Learning]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Machine Learning ABB is a Technology service that enables the procedures for implementing algorithms and models that can learn from and make predictions on data + +Source: European Comision-White paper on AI + +Source reference: https://commission.europa.eu/system/files/2020-02/commission-white-paper-artificial-intelligence-feb2020_en.pdf + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): AI Whatch Artificial Intelligence in public administrations. https://publications.jrc.ec.europa.eu/repository/bitstream/JRC120399/jrc120399_misuraca-ai-watch_public-services_30062020_def.pdf + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Machine Learning ABB is salient for semantic interoperability because it refers to the generation of newer insights (knowledge) from public data to generate (i) new curated datasets and/or (ii) new public data assets based on the combination of other public data. + +Identifier: http://data.europa.eu/dr8/MachineLearningTechnologyService + +eira:ID: http://data.europa.eu/dr8/MachineLearningTechnologyService + +ABB name: eira:MachineLearningTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:MachineLearningTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineLearningTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Machine Learning]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MachineLearningTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Machine Learning]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MachineLearningTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/MachineLearningTechnologyService</eira:PURI> + <dcterms:type>eira:MachineLearningTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Machine Learning ABB is a Technology service that enables the procedures for implementing algorithms and models that can learn from and make predictions on data]]></skos:definition> + <eira:definitionSource>European Comision-White paper on AI</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://commission.europa.eu/system/files/2020-02/commission-white-paper-artificial-intelligence-feb2020_en.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): AI Whatch Artificial Intelligence in public administrations. https://publications.jrc.ec.europa.eu/repository/bitstream/JRC120399/jrc120399_misuraca-ai-watch_public-services_30062020_def.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[Machine Learning ABB is salient for semantic interoperability because it refers to the generation of newer insights (knowledge) from public data to generate (i) new curated datasets and/or (ii) new public data assets based on the combination of other public data.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/MachineLearningTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LoggerTechnologyService"> + <skos:notation><![CDATA[Logger]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LoggerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Logger]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Logger ABB is a Technology Service that enables the procedures recording events or messages that occur within a system or application + +Source: Inspired in Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/event-fault-and-log-management + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OECD-OPSI- Quality of Public Administrations - A toolbox for practicioners. https://oecd-opsi.org/toolkits/quality-of-public-administration-a-toolbox-for-practitioners/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Logger ABB is salient for semantic and technical interoperability due to it defines the mechanisms to manage messages from the applications to enhance their behavioural understanding in the execution or when unexpected behaviours occur. These mechanisms are based on open specifications for messaging representation and exchange. + +Identifier: http://data.europa.eu/dr8/LoggerTechnologyService + +eira:ID: http://data.europa.eu/dr8/LoggerTechnologyService + +ABB name: eira:LoggerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:LoggerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LoggerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Logger]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LoggerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Logger]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LoggerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/LoggerTechnologyService</eira:PURI> + <dcterms:type>eira:LoggerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Logger ABB is a Technology Service that enables the procedures recording events or messages that occur within a system or application]]></skos:definition> + <eira:definitionSource>Inspired in Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/event-fault-and-log-management]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OECD-OPSI- Quality of Public Administrations - A toolbox for practicioners. https://oecd-opsi.org/toolkits/quality-of-public-administration-a-toolbox-for-practitioners/]]></skos:example> + <eira:iopSaliency><![CDATA[Logger ABB is salient for semantic and technical interoperability due to it defines the mechanisms to manage messages from the applications to enhance their behavioural understanding in the execution or when unexpected behaviours occur. These mechanisms are based on open specifications for messaging representation and exchange.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LoggerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainersManagerTechnologyService"> + <skos:notation><![CDATA[Containers Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContainersManagerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Containers Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Containers Manager ABB is a Technology Service that implements the process of organizing, adding or replacing large numbers of software containers + +Source: Inspired in referent cloud service providers + +Source reference: + +Synonym: + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenSHIFT is a secure and an enterprise-grade cloud-based container orchestration system with Kubernetes at the backend. It can be used both as a Red Hat Container Orchestration Engine and Platform-as-a-Service (PaaS). https://github.com/openshift/origin + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Containers Manager ABB is salient for technical interoperability due to its setting up the software tool to manage virtual public services and tools. + +Identifier: http://data.europa.eu/dr8/ContainersManagerTechnologyService + +eira:ID: http://data.europa.eu/dr8/ContainersManagerTechnologyService + +ABB name: eira:ContainersManagerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: + +]]></skos:definition> + <eira:ContainersManagerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainersManagerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Containers Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContainersManagerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Containers Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainersManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/ContainersManagerTechnologyService</eira:PURI> + <dcterms:type>eira:ContainersManagerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Containers Manager ABB is a Technology Service that implements the process of organizing, adding or replacing large numbers of software containers]]></skos:definition> + <eira:definitionSource>Inspired in referent cloud service providers</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenSHIFT is a secure and an enterprise-grade cloud-based container orchestration system with Kubernetes at the backend. It can be used both as a Red Hat Container Orchestration Engine and Platform-as-a-Service (PaaS). https://github.com/openshift/origin]]></skos:example> + <eira:iopSaliency><![CDATA[Containers Manager ABB is salient for technical interoperability due to its setting up the software tool to manage virtual public services and tools.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ContainersManagerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService"> + <skos:notation><![CDATA[NoSQL Database Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[NoSQL Database Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: NoSQL Database Manager ABB is a Technology Service that enables the behaviour of a system that provides access to non-relational databases. + +Source: Inspired in the definition provided by relebant noSQL vendors + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): NoSQL Manager by mongodb. User friendly interface and Shell power. Intuitive interface and high performance of the desktop application save time for beginners and professional database developers and administrators. https://www.mongodbmanager.com/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: NoSQL Database Manager ABB is salient for semantic interoperability due to its implements mechanism to manipulate NoSQL databases and share data using common data exchange models (e.g. JSON) + +Identifier: http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService + +eira:ID: http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService + +ABB name: eira:NoSQLDatabaseManagerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:NoSQLDatabaseManagerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of NoSQL Database Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of NoSQL Database Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService</eira:PURI> + <dcterms:type>eira:NoSQLDatabaseManagerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[NoSQL Database Manager ABB is a Technology Service that enables the behaviour of a system that provides access to non-relational databases.]]></skos:definition> + <eira:definitionSource>Inspired in the definition provided by relebant noSQL vendors</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): NoSQL Manager by mongodb. User friendly interface and Shell power. Intuitive interface and high performance of the desktop application save time for beginners and professional database developers and administrators. https://www.mongodbmanager.com/]]></skos:example> + <eira:iopSaliency><![CDATA[NoSQL Database Manager ABB is salient for semantic interoperability due to its implements mechanism to manipulate NoSQL databases and share data using common data exchange models (e.g. JSON)]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RouterTechnologyService"> + <skos:notation><![CDATA[Router]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RouterTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Router]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Router ABB is a Technology Service that enables the implementation of a component to connect multiple networks and directs traffic between them + +Source: ISO 35.110 + +Source reference: https://www.iso.org/ics/35.110/x/ + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Turris Omnia Open Source Router, https://opensource.com/article/22/1/turris-omnia-open-source-router + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Router ABB is salient for technical interoperability due to it physically establishes the rules for distributing the information into a network. + +Identifier: http://data.europa.eu/dr8/RouterTechnologyService + +eira:ID: http://data.europa.eu/dr8/RouterTechnologyService + +ABB name: eira:RouterTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateCommunicationNetwork" /> + <eira:RouterTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RouterTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Router]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RouterTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Router]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RouterTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/RouterTechnologyService</eira:PURI> + <dcterms:type>eira:RouterTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Router ABB is a Technology Service that enables the implementation of a component to connect multiple networks and directs traffic between them]]></skos:definition> + <eira:definitionSource>ISO 35.110</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/ics/35.110/x/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Turris Omnia Open Source Router, https://opensource.com/article/22/1/turris-omnia-open-source-router]]></skos:example> + <eira:iopSaliency><![CDATA[Router ABB is salient for technical interoperability due to it physically establishes the rules for distributing the information into a network.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/RouterTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService"> + <skos:notation><![CDATA[Object-Oriented Database Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Object-Oriented Database Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Object Oriented Database Manager ABB is a Technology Service that implements the behaviour of a software system that applies concepts of object-oriented programming, and applies them to the management of persistent objects on behalf of multiple users, with capabilities for security, integrity, recovery and contention management + +Source: Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/oodbms-object-oriented-database-management-system + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): PostgreSQL is an open source object-relational database system that has an edge over other relational databases as the software supports user-defined objects and their behaviors including operators, data types, domains, and indexes. This makes the database software more flexible and robust. https://www.postgresql.org/ + +LOST view: Architecture Principle View + +Interoperability saliency: Object Oriented DatabaseManager ABB is salient for semantic interoperability because it implements data management using object-oriented specifications and their corresponding data representation to share the information with different public administration services. + +Identifier: http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService + +eira:ID: http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService + +ABB name: eira:Object-OrientedDatabaseManagerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:Object-OrientedDatabaseManagerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Object-Oriented Database Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Object-Oriented Database Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService</eira:PURI> + <dcterms:type>eira:Object-OrientedDatabaseManagerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Object Oriented Database Manager ABB is a Technology Service that implements the behaviour of a software system that applies concepts of object-oriented programming, and applies them to the management of persistent objects on behalf of multiple users, with capabilities for security, integrity, recovery and contention management]]></skos:definition> + <eira:definitionSource>Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/oodbms-object-oriented-database-management-system]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): PostgreSQL is an open source object-relational database system that has an edge over other relational databases as the software supports user-defined objects and their behaviors including operators, data types, domains, and indexes. This makes the database software more flexible and robust. https://www.postgresql.org/]]></skos:example> + <eira:iopSaliency><![CDATA[Object Oriented DatabaseManager ABB is salient for semantic interoperability because it implements data management using object-oriented specifications and their corresponding data representation to share the information with different public administration services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DistributedFileSystemTechnologyService"> + <skos:notation><![CDATA[Distributed File System]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DistributedFileSystemTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Distributed File System]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Distributed File System is a Technology Service that implements the behaviour of a software tool that allows access to files from multiple computers in a distributed network + +Source: Inspired in Gartner + +Source reference: https://www.gartner.com/reviews/market/distributed-file-systems-and-object-storage + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): MooseFS is a Fault-tolerant, Highly available, Highly performing, Scaling-out, Network distributed file system. It spreads data over several physical commodity servers, which are visible to the user as one virtual disk. It is POSIX compliant and acts like any other Unix-like file system supporting: -Hierarchical structure: Files and Folders, -File attributes, -Special files: Pipes, Sockets, Block and Character devices, -Symbolic and Hard links, -Security attributes and ACLs. https://moosefs.com/ + +LOST view: Technical view - Infrastructure + +Identifier: http://data.europa.eu/dr8/DistributedFileSystemTechnologyService + +eira:ID: http://data.europa.eu/dr8/DistributedFileSystemTechnologyService + +ABB name: eira:DistributedFileSystemTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:DistributedFileSystemTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DistributedFileSystemTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Distributed File System]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DistributedFileSystemTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Distributed File System]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DistributedFileSystemTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/DistributedFileSystemTechnologyService</eira:PURI> + <dcterms:type>eira:DistributedFileSystemTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Distributed File System is a Technology Service that implements the behaviour of a software tool that allows access to files from multiple computers in a distributed network]]></skos:definition> + <eira:definitionSource>Inspired in Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/reviews/market/distributed-file-systems-and-object-storage]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): MooseFS is a Fault-tolerant, Highly available, Highly performing, Scaling-out, Network distributed file system. It spreads data over several physical commodity servers, which are visible to the user as one virtual disk. It is POSIX compliant and acts like any other Unix-like file system supporting: -Hierarchical structure: Files and Folders, -File attributes, -Special files: Pipes, Sockets, Block and Character devices, -Symbolic and Hard links, -Security attributes and ACLs. https://moosefs.com/]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DistributedFileSystemTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService"> + <skos:notation><![CDATA[Database Cache Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Database Cache Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Database Cache Manager ABB is a Technology Service that implements the behaviour of a software system thatthat manages the caching of frequently accessed data in memory + +Source: Inspired in the definition provided by relebant database vendors + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Redis, The open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker. https://redis.io/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Database Cache Manager ABB is salient for semantic interoperability due to implementing a mechanism to manage data in memory to provide to the public administration consumers efficiently and in a short time response. It also facilitates data sharing and reuse using common data exchange models and serialisations. + +Identifier: http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService + +eira:ID: http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService + +ABB name: eira:DatabaseCacheManagerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:DatabaseCacheManagerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Database Cache Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Database Cache Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService</eira:PURI> + <dcterms:type>eira:DatabaseCacheManagerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Database Cache Manager ABB is a Technology Service that implements the behaviour of a software system that manages the caching of frequently accessed data in memory]]></skos:definition> + <eira:definitionSource>Inspired in the definition provided by relebant database vendors</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Redis, The open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker. https://redis.io/]]></skos:example> + <eira:iopSaliency><![CDATA[Database Cache Manager ABB is salient for semantic interoperability due to implementing a mechanism to manage data in memory to provide to the public administration consumers efficiently and in a short time response. It also facilitates data sharing and reuse using common data exchange models and serialisations.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RemoteDesktopTechnologyService"> + <skos:notation><![CDATA[Remote Desktop]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RemoteDesktopTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Remote Desktop]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Remote Desktop ABB is a Technology Service that enables the procedures to grant users to access and control a computer or device from a remote location using a network connection + +Source: Inspired in Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/remote-access + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): PSI Remote Desktop Service from the European Open Science Cloud https://marketplace.eosc-portal.eu/services/remote-desktop-service?from_recommendation_panel=true&fromc=access-physical-einfrastructures + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Remote Desktop ABB is salient for technical interoperability because it refers to the sharing of a workspace to share or access public administration applications remotely. This contributes to establishing European public services with remote accessibility. + +Identifier: http://data.europa.eu/dr8/RemoteDesktopTechnologyService + +eira:ID: http://data.europa.eu/dr8/RemoteDesktopTechnologyService + +ABB name: eira:RemoteDesktopTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:RemoteDesktopTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RemoteDesktopTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Remote Desktop]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RemoteDesktopTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Remote Desktop]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RemoteDesktopTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/RemoteDesktopTechnologyService</eira:PURI> + <dcterms:type>eira:RemoteDesktopTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Remote Desktop ABB is a Technology Service that enables the procedures to grant users to access and control a computer or device from a remote location using a network connection]]></skos:definition> + <eira:definitionSource>Inspired in Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/remote-access]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): PSI Remote Desktop Service from the European Open Science Cloud https://marketplace.eosc-portal.eu/services/remote-desktop-service?from_recommendation_panel=true&fromc=access-physical-einfrastructures]]></skos:example> + <eira:iopSaliency><![CDATA[Remote Desktop ABB is salient for technical interoperability because it refers to the sharing of a workspace to share or access public administration applications remotely. This contributes to establishing European public services with remote accessibility.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/RemoteDesktopTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TelemetryTechnologyService"> + <skos:notation><![CDATA[Telemetry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TelemetryTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Telemetry]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Telemetry ABB is a Technology Service that enables the procedures to automatically measure and analyse information about public administration services and IT platforms to track performance and identify issues. + +Source: EEA + +Source reference: https://www.eea.europa.eu/help/glossary/gemet-environmental-thesaurus/telemetry + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Telemetry is a clear example of use in computers integrated in spacecrafts. https://www.esa.int/Enabling_Support/Space_Engineering_Technology/Onboard_Computers_and_Data_Handling/Telemetry_Telecommand + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Telemetry is salient for semantic and technical interoperability because it sets up the mechanisms to monitor a specific ICT system to (i) collect behavioural information, and (ii) understand the ICT system's behaviour during its execution. + +Identifier: http://data.europa.eu/dr8/TelemetryTechnologyService + +eira:ID: http://data.europa.eu/dr8/TelemetryTechnologyService + +ABB name: eira:TelemetryTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:TelemetryTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TelemetryTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Telemetry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TelemetryTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Telemetry]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TelemetryTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/TelemetryTechnologyService</eira:PURI> + <dcterms:type>eira:TelemetryTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Telemetry ABB is a Technology Service that enables the procedures to automatically measure and analyse information about public administration services and IT platforms to track performance and identify issues.]]></skos:definition> + <eira:definitionSource>EEA</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.eea.europa.eu/help/glossary/gemet-environmental-thesaurus/telemetry]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Telemetry is a clear example of use in computers integrated in spacecrafts. https://www.esa.int/Enabling_Support/Space_Engineering_Technology/Onboard_Computers_and_Data_Handling/Telemetry_Telecommand]]></skos:example> + <eira:iopSaliency><![CDATA[Telemetry is salient for semantic and technical interoperability because it sets up the mechanisms to monitor a specific ICT system to (i) collect behavioural information, and (ii) understand the ICT system's behaviour during its execution.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/TelemetryTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainerRegistryTechnologyService"> + <skos:notation><![CDATA[Container Registry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContainerRegistryTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Container Registry]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Containers Registry ABB is a Technology Service that enables the procedures to elaborate a repository of a collection of registries used to store and access container images + +Source: Redhat + +Source reference: https://www.redhat.com/en/topics/cloud-native-apps/what-is-a-container-registry + +Additional information: + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Project QUAY, Quay is a container image registry that enables you to build, organize, distribute, and deploy containers. Quay gives you security over your repositories with image vulnerability scanning and robust access controls. Project Quay provides a scalable open source platform to host container images across any size organization. https://www.projectquay.io/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Container Registry ABB is salient for semantic interoperability due to it establishing a catalogue of registries of virtual public services and tools to be deployed and executed. + +Identifier: http://data.europa.eu/dr8/ContainerRegistryTechnologyService + +eira:ID: http://data.europa.eu/dr8/ContainerRegistryTechnologyService + +ABB name: eira:ContainerRegistryTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainersManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainerSystemSoftware" /> + <eira:ContainerRegistryTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainerRegistryTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Container Registry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContainerRegistryTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Container Registry]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainerRegistryTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/ContainerRegistryTechnologyService</eira:PURI> + <dcterms:type>eira:ContainerRegistryTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Containers Registry ABB is a Technology Service that enables the procedures to elaborate a repository of a collection of registries used to store and access container images]]></skos:definition> + <eira:definitionSource>Redhat</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.redhat.com/en/topics/cloud-native-apps/what-is-a-container-registry]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Project QUAY, Quay is a container image registry that enables you to build, organize, distribute, and deploy containers. Quay gives you security over your repositories with image vulnerability scanning and robust access controls. Project Quay provides a scalable open source platform to host container images across any size organization. https://www.projectquay.io/]]></skos:example> + <eira:iopSaliency><![CDATA[Container Registry ABB is salient for semantic interoperability due to it establishing a catalogue of registries of virtual public services and tools to be deployed and executed.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ContainerRegistryTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IaaSTechnologyService"> + <skos:notation><![CDATA[IaaS]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IaaSTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[IaaS]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: IaaS ABB is a Technology Service that enables the procedures to implement a standardized, highly automated offering in which computing resources owned by a service provider, complemented by storage and networking capabilities, are offered to customers on demand. Resources are scalable and elastic in near real-time and metered by use. Self-service interfaces, including an API and a graphical user interface (GUI), are exposed directly to customers. Resources may be single-tenant or multitenant and are hosted by the service provider or on-premises in a customer’s data centre. + +Source: Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/infrastructure-as-a-service-iaas + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EBSI, the European Blockchain Service Infrastructure. lockchain Services Infrastructure (EBSI) aims to leverage the power of blockchain for the public good. EBSI is an initiative of the European Commission and the European Blockchain Partnership. what are databricks + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The IaaS ABB is salient for technical interoperability because it provides the needed infrastructure to store information and virtualize software tools related to public administration. + +Identifier: http://data.europa.eu/dr8/IaaSTechnologyService + +eira:ID: ABB522 + +ABB name: eira:IaaSTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <eira:IaaSTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IaaSTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of IaaS]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IaaSTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of IaaS]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IaaSTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/IaaSTechnologyService</eira:PURI> + <dcterms:type>eira:IaaSTechnologyService</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[IaaS ABB is a Technology Service that enables the procedures to implement a standardized, highly automated offering in which computing resources owned by a service provider, complemented by storage and networking capabilities, are offered to customers on demand. Resources are scalable and elastic in near real-time and metered by use. Self-service interfaces, including an API and a graphical user interface (GUI), are exposed directly to customers. Resources may be single-tenant or multitenant and are hosted by the service provider or on-premises in a customer’s data centre.]]></skos:definition> + <eira:definitionSource>Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/infrastructure-as-a-service-iaas]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EBSI, the European Blockchain Service Infrastructure. lockchain Services Infrastructure (EBSI) aims to leverage the power of blockchain for the public good. EBSI is an initiative of the European Commission and the European Blockchain Partnership. what are databricks]]></skos:example> + <eira:iopSaliency><![CDATA[The IaaS ABB is salient for technical interoperability because it provides the needed infrastructure to store information and virtualize software tools related to public administration.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/IaaSTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService"> + <skos:notation><![CDATA[Business Process Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Business Process Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Business Process Manager ABB is a Technology Service that implements the behaviour of coordinates the behavior of people, systems, information and things to produce business outcomes in support of a business strategy + +Source: Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/business-process-management-bpm + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): UNDP- Business Process Re-engineering Manual. https://www.undp.org/sites/g/files/zskgke326/files/migration/uz/BPR-Manual_designed---Eng---final.pdf + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Business Process Manager ABB is salient for organizational interoperability due to it implements and defines business procedures related to public administration services. + +Identifier: http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService + +eira:ID: http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService + +ABB name: eira:BusinessProcessManagerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:BusinessProcessManagerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Business Process Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Business Process Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService</eira:PURI> + <dcterms:type>eira:BusinessProcessManagerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Business Process Manager ABB is a Technology Service that implements the behaviour of coordinates the behavior of people, systems, information and things to produce business outcomes in support of a business strategy]]></skos:definition> + <eira:definitionSource>Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/business-process-management-bpm]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): UNDP- Business Process Re-engineering Manual. https://www.undp.org/sites/g/files/zskgke326/files/migration/uz/BPR-Manual_designed---Eng---final.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[Business Process Manager ABB is salient for organizational interoperability due to it implements and defines business procedures related to public administration services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ActiveDirectoryTechnologyService"> + <skos:notation><![CDATA[Active Directory]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ActiveDirectoryTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Active Directory]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Active Directory ABB is a Technology Service that enables the procedures to work with interconnected, complex and different network resources in a unified manner + +Source: Inspired in CAMSS + +Source reference: https://joinup.ec.europa.eu/collection/common-assessment-method-standards-and-specifications-camss + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenLDAP highly flexible, scalable, and focused on providing core directory services to resources that leverage the LDAP protocol. https://www.openldap.org/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Active Directory ABB is salient for technical interoperability because it is the store container about the public administration services and information that permit (i) establishing policies for the access and use of public services, (ii) deploying programs inside the public administration, and (iii) holistically manage software updates. + +Identifier: http://data.europa.eu/dr8/ActiveDirectoryTechnologyService + +eira:ID: http://data.europa.eu/dr8/ActiveDirectoryTechnologyService + +ABB name: eira:ActiveDirectoryTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:ActiveDirectoryTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ActiveDirectoryTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Active Directory]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ActiveDirectoryTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Active Directory]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ActiveDirectoryTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/ActiveDirectoryTechnologyService</eira:PURI> + <dcterms:type>eira:ActiveDirectoryTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Active Directory ABB is a Technology Service that enables the procedures to work with interconnected, complex and different network resources in a unified manner]]></skos:definition> + <eira:definitionSource>Inspired in CAMSS</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/common-assessment-method-standards-and-specifications-camss]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenLDAP highly flexible, scalable, and focused on providing core directory services to resources that leverage the LDAP protocol. https://www.openldap.org/]]></skos:example> + <eira:iopSaliency><![CDATA[The Active Directory ABB is salient for technical interoperability because it is the store container about the public administration services and information that permit (i) establishing policies for the access and use of public services, (ii) deploying programs inside the public administration, and (iii) holistically manage software updates.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ActiveDirectoryTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FirewallTechnologyService"> + <skos:notation><![CDATA[Firewall]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FirewallTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Firewall]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Firewall ABB is a technology Service that enables the implementation of a network security component that monitors and controls the incoming and outgoing network traffic based on predetermined security rules + +Source: Inspired in referent cloud service providers definitions + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): pfSense® software is a free, open source customized distribution of FreeBSD specifically tailored for use as a firewall and router that is entirely managed via web interface. In addition to being a powerful, flexible firewalling and routing platform, it includes a long list of related features and a package system allowing further expandability without adding bloat and potential security vulnerabilities to the base distribution. https://www.pfsense.org/about-pfsense/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Firewall ABB is salient for technical interoperability because it permits control of the traffic between the public administration and the different information providers and information consumers. + +Identifier: http://data.europa.eu/dr8/FirewallTechnologyService + +eira:ID: http://data.europa.eu/dr8/FirewallTechnologyService + +ABB name: eira:FirewallTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/LoadBalancerTechnologyService" /> + <eira:FirewallTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FirewallTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Firewall]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FirewallTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Firewall]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/FirewallTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/FirewallTechnologyService</eira:PURI> + <dcterms:type>eira:FirewallTechnologyService</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Firewall ABB is a technology Service that enables the implementation of a network security component that monitors and controls the incoming and outgoing network traffic based on predetermined security rules]]></skos:definition> + <eira:definitionSource>Inspired in referent cloud service providers definitions</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): pfSense® software is a free, open source customized distribution of FreeBSD specifically tailored for use as a firewall and router that is entirely managed via web interface. In addition to being a powerful, flexible firewalling and routing platform, it includes a long list of related features and a package system allowing further expandability without adding bloat and potential security vulnerabilities to the base distribution. https://www.pfsense.org/about-pfsense/]]></skos:example> + <eira:iopSaliency><![CDATA[The Firewall ABB is salient for technical interoperability because it permits control of the traffic between the public administration and the different information providers and information consumers.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/FirewallTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataLakeStorageTechnologyService"> + <skos:notation><![CDATA[Data Lake Storage]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataLakeStorageTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Lake Storage]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Lake Storage ABB is a Technology Service that implements the behaviour of a storage repository that allows organizations to store large amounts of structured, semi-structured, and unstructured data at any scale + +Source: Inspired in Forbes + +Source reference: https://www.forbes.com/sites/ciocentral/2011/07/21/big-data-requires-a-big-new-architecture/?sh=5be8fb361157 + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Smart Data Lake. https://smartdatalake.eu/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Data Lake storage ABB is salient for semantic and technical interoperability because it provides the data architecture to store and share multiple sources of data under a common framework. This ABB also provides FAIR data through the application of data curation pipelines that maximise the data quality returned to the public service consumers. + +Identifier: http://data.europa.eu/dr8/DataLakeStorageTechnologyService + +eira:ID: http://data.europa.eu/dr8/DataLakeStorageTechnologyService + +ABB name: eira:DataLakeStorageTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:DataLakeStorageTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataLakeStorageTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Data Lake Storage]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataLakeStorageTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Lake Storage]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataLakeStorageTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/DataLakeStorageTechnologyService</eira:PURI> + <dcterms:type>eira:DataLakeStorageTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Lake Storage ABB is a Technology Service that implements the behaviour of a storage repository that allows organizations to store large amounts of structured, semi-structured, and unstructured data at any scale]]></skos:definition> + <eira:definitionSource>Inspired in Forbes</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.forbes.com/sites/ciocentral/2011/07/21/big-data-requires-a-big-new-architecture/?sh=5be8fb361157]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Smart Data Lake. https://smartdatalake.eu/]]></skos:example> + <eira:iopSaliency><![CDATA[Data Lake storage ABB is salient for semantic and technical interoperability because it provides the data architecture to store and share multiple sources of data under a common framework. This ABB also provides FAIR data through the application of data curation pipelines that maximise the data quality returned to the public service consumers.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataLakeStorageTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EventManagerTechnologyService"> + <skos:notation><![CDATA[Event Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EventManagerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Event Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Event Manager ABB is a Technology Service that implements the behaviour of collecting, analyzing, and responding to events or alerts generated by various digital platforms, including servers, applications, network devices, and security appliances + +Source: Inspired in the definition provided by relebant cloud service organizations. + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Apache Kafka (https://kafka.apache.org/) + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Event Manager ABB is salient for semantic and technical interoperability due to its establish mechanism to promote event and stream data sharing using existing open standards and commonly agreed metadata. + +Identifier: http://data.europa.eu/dr8/EventManagerTechnologyService + +eira:ID: http://data.europa.eu/dr8/EventManagerTechnologyService + +ABB name: eira:EventManagerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:EventManagerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EventManagerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Event Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EventManagerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Event Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EventManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/EventManagerTechnologyService</eira:PURI> + <dcterms:type>eira:EventManagerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Event Manager ABB is a Technology Service that implements the behaviour of collecting, analyzing, and responding to events or alerts generated by various digital platforms, including servers, applications, network devices, and security appliances]]></skos:definition> + <eira:definitionSource>Inspired in the definition provided by relebant cloud service organizations.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Apache Kafka (https://kafka.apache.org/)]]></skos:example> + <eira:iopSaliency><![CDATA[Event Manager ABB is salient for semantic and technical interoperability due to its establish mechanism to promote event and stream data sharing using existing open standards and commonly agreed metadata.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/EventManagerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LoadBalancerTechnologyService"> + <skos:notation><![CDATA[Load Balancer]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LoadBalancerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Load Balancer]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Load Balancer ABB is a Technology Service that enables the implementation of a component that distributes incoming network traffic across multiple servers or network resources + +Source: Inspired in referent cloud service providers definitions + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DIGIT/C Hosting Service - DIGIT/C offers a high availability and high performance hosting infrastructure that is being comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. http://ec.europa.eu/ipg/build/infrastructure/index_en.htm + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Load Balancer ABB is salient for technical interoperability because it provides the functionalities to maintain the traffic to the public administration digital services accordingly with a load that can permit their correct performance. + +Identifier: http://data.europa.eu/dr8/LoadBalancerTechnologyService + +eira:ID: http://data.europa.eu/dr8/LoadBalancerTechnologyService + +ABB name: eira:LoadBalancerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: + +]]></skos:definition> + <eira:LoadBalancerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LoadBalancerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Load Balancer]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LoadBalancerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Load Balancer]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LoadBalancerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/LoadBalancerTechnologyService</eira:PURI> + <dcterms:type>eira:LoadBalancerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Load Balancer ABB is a Technology Service that enables the implementation of a component that distributes incoming network traffic across multiple servers or network resources]]></skos:definition> + <eira:definitionSource>Inspired in referent cloud service providers definitions</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DIGIT/C Hosting Service - DIGIT/C offers a high availability and high performance hosting infrastructure that is being comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. http://ec.europa.eu/ipg/build/infrastructure/index_en.htm]]></skos:example> + <eira:iopSaliency><![CDATA[The Load Balancer ABB is salient for technical interoperability because it provides the functionalities to maintain the traffic to the public administration digital services accordingly with a load that can permit their correct performance.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LoadBalancerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessInteligenceTechnologyService"> + <skos:notation><![CDATA[Business Intelligence]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessInteligenceTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Business Intelligence]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Business Intelligence ABB is a Technology Service that enables the procedure of collecting, storing, and analysing the data produced by the public administration to improve and optimise decisions and performance. + +Source: Inspired in Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/business-intelligence-bi + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Central banks increasingly need to use business intelligence (BI) systems to collect, manage and analyse data in order to inform policy decisions. This report presents the results of a survey conducted by the BIS’s Irving Fisher Committee on Central Bank Statistics (IFC) in 2019. The following link gives access to a report on the use of BI in Central Banks. https://www.bis.org/ifc/publ/ifc_report_bi_1910.pdf + +LOST view: Technical view - application + +Interoperability saliency: Business Intelligence ABB is salient for semantic interoperability because it provides visual and data understanding functionalities to be provided to the users in form of reports and other king of visual diagrams. + +Identifier: http://data.europa.eu/dr8/BusinessInteligenceTechnologyService + +eira:ID: http://data.europa.eu/dr8/BusinessInteligenceTechnologyService + +ABB name: eira:BusinessInteligenceTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:BusinessInteligenceTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessInteligenceTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Business Intelligence]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessInteligenceTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Business Intelligence]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessInteligenceTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/BusinessInteligenceTechnologyService</eira:PURI> + <dcterms:type>eira:BusinessInteligenceTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Business Intelligence ABB is a Technology Service that enables the procedure of collecting, storing, and analysing the data produced by the public administration to improve and optimise decisions and performance.]]></skos:definition> + <eira:definitionSource>Inspired in Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/business-intelligence-bi]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Central banks increasingly need to use business intelligence (BI) systems to collect, manage and analyse data in order to inform policy decisions. This report presents the results of a survey conducted by the BIS’s Irving Fisher Committee on Central Bank Statistics (IFC) in 2019. The following link gives access to a report on the use of BI in Central Banks. https://www.bis.org/ifc/publ/ifc_report_bi_1910.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[Business Intelligence ABB is salient for semantic interoperability because it provides visual and data understanding functionalities to be provided to the users in form of reports and other king of visual diagrams.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessInteligenceTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuditManagerTechnologyService"> + <skos:notation><![CDATA[Audit Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuditManagerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Audit Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Audit Manager ABB is a Technology Service that enables the procedures of managing audits and workflows, tracking audit progress, and ensuring compliance with regulations and standards + +Source: Inspired in the definition provided by relebant cloud service organizations. + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Design Principles for Data Spaces -Position Paper. https://design-principles-for-data-spaces.org/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Audit Manager ABB is salient for the technical interoperability due to it implements the rules to assess business workflows of public administration services to ensure compliance with the regulation and open standards. + +Identifier: http://data.europa.eu/dr8/AuditManagerTechnologyService + +eira:ID: http://data.europa.eu/dr8/AuditManagerTechnologyService + +ABB name: eira:AuditManagerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:AuditManagerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuditManagerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Audit Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuditManagerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Audit Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/AuditManagerTechnologyService</eira:PURI> + <dcterms:type>eira:AuditManagerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Audit Manager ABB is a Technology Service that enables the procedures of managing audits and workflows, tracking audit progress, and ensuring compliance with regulations and standards]]></skos:definition> + <eira:definitionSource>Inspired in the definition provided by relebant cloud service organizations.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Design Principles for Data Spaces -Position Paper. https://design-principles-for-data-spaces.org/]]></skos:example> + <eira:iopSaliency><![CDATA[Audit Manager ABB is salient for the technical interoperability due to it implements the rules to assess business workflows of public administration services to ensure compliance with the regulation and open standards.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AuditManagerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/StreamingServerTechnologyService"> + <skos:notation><![CDATA[Streaming Server]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/StreamingServerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Streaming Server]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Streaming Server ABB is a Technology Service that implements the behaviour of specialised computer server designed to stream digital multimedia content to client devices over the Internet or a local network + +Source: Inspired in Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/streaming + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Study of use Open Source Software in the Public Sector. http://softlibre.unizar.es/manuales/legal/oss-fact-sheet.pdf + +LOST view: Technical view - Infrastructure + +Identifier: http://data.europa.eu/dr8/StreamingServerTechnologyService + +eira:ID: http://data.europa.eu/dr8/StreamingServerTechnologyService + +ABB name: eira:StreamingServerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:StreamingServerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/StreamingServerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Streaming Server]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/StreamingServerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Streaming Server]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/StreamingServerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/StreamingServerTechnologyService</eira:PURI> + <dcterms:type>eira:StreamingServerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Streaming Server ABB is a Technology Service that implements the behaviour of specialised computer server designed to stream digital multimedia content to client devices over the Internet or a local network]]></skos:definition> + <eira:definitionSource>Inspired in Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/streaming]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Study of use Open Source Software in the Public Sector. http://softlibre.unizar.es/manuales/legal/oss-fact-sheet.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/StreamingServerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticsTechnologyService"> + <skos:notation><![CDATA[Analytics]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Analytics]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Analytics ABB is a Technology service that enables the procedures of analysing a great amount of raw data to make conclusions about specific information. + +Source: Inspired in Data Act + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/data-act + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Europa Analytics is the corporate service that monitors and evaluates the effectiveness and efficiency of the European Commission's websites on Europa. https://commission.europa.eu/europa-analytics_en + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Analytics ABB is salient for technical and semantic interoperability in because it provides all functionalities to analyze huge amount of information by indicating inputs and outputs for the analytical services. Thus, semantic interoperability between analytical services can be provided as an interlink between processes and establish a common framework to map business processes in public administrations. + +Identifier: http://data.europa.eu/dr8/AnalyticsTechnologyService + +eira:ID: http://data.europa.eu/dr8/AnalyticsTechnologyService + +ABB name: eira:AnalyticsTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:AnalyticsTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticsTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Analytics]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Analytics]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AnalyticsTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/AnalyticsTechnologyService</eira:PURI> + <dcterms:type>eira:AnalyticsTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Analytics ABB is a Technology service that enables the procedures of analysing a great amount of raw data to make conclusions about specific information.]]></skos:definition> + <eira:definitionSource>Inspired in Data Act</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/data-act]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Europa Analytics is the corporate service that monitors and evaluates the effectiveness and efficiency of the European Commission's websites on Europa. https://commission.europa.eu/europa-analytics_en]]></skos:example> + <eira:iopSaliency><![CDATA[Analytics ABB is salient for technical and semantic interoperability in because it provides all functionalities to analyze huge amount of information by indicating inputs and outputs for the analytical services. Thus, semantic interoperability between analytical services can be provided as an interlink between processes and establish a common framework to map business processes in public administrations.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/GraphQLServerTechnologyService"> + <skos:notation><![CDATA[GraphQL Server]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/GraphQLServerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[GraphQL Server]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: GraphQL ABB is a Technology Service that implements the behaviour of a server-side runtime that execute queries using a type system you define for your data + +Source: GraphQL + +Source reference: https://graphql.org/learn/ + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Github is using GraphQL Server and API to allow users retreive the required data without having additional information that is not relevant for its purpose. https://docs.github.com/es/graphql + +LOST view: Technical view - Infrastructure + +Interoperability saliency: GraphQL Server ABB contributes to the semantic and technical interoperability because it set up the API that permits (i) access to the public administration information using semantics, (ii) exposes API following up common specifications related to GraphQL language. + +Identifier: http://data.europa.eu/dr8/GraphQLServerTechnologyService + +eira:ID: http://data.europa.eu/dr8/GraphQLServerTechnologyService + +ABB name: eira:GraphQLServerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <eira:GraphQLServerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/GraphQLServerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of GraphQL Server]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/GraphQLServerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of GraphQL Server]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/GraphQLServerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/GraphQLServerTechnologyService</eira:PURI> + <dcterms:type>eira:GraphQLServerTechnologyService</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[GraphQL ABB is a Technology Service that implements the behaviour of a server-side runtime that execute queries using a type system you define for your data]]></skos:definition> + <eira:definitionSource>GraphQL</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://graphql.org/learn/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Github is using GraphQL Server and API to allow users retreive the required data without having additional information that is not relevant for its purpose. https://docs.github.com/es/graphql]]></skos:example> + <eira:iopSaliency><![CDATA[GraphQL Server ABB contributes to the semantic and technical interoperability because it set up the API that permits (i) access to the public administration information using semantics, (ii) exposes API following up common specifications related to GraphQL language.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/GraphQLServerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainLedgerTechnologyService"> + <skos:notation><![CDATA[Blockchain Ledger]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainLedgerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Blockchain Ledger]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Blockchain Ledger ABB is a Technology Service that enables the procedures to record, share, and synchronize transactions in the respective electronic ledger. + +Source: World Bank + +Source reference: https://www.worldbank.org/en/topic/financialsector/brief/blockchain-dlt + +Additional information: Electronic Ledgers means the electronic master records of all contracts of the Sellers or the Issuer similar to and including the Contracts + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenCHAIN is an open-source blockchain platform with distributed ledger technology. This blockchain company is suitable for organizations managing digital assets in secure and robust ways. Blockchain technology does not require fees for mining and the Bitcoin blockchain is significant for its immutability. https://www.openchainproject.org/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Blockchain Ledger ABB is salient for technical interoperability because it established the elements to publish public services and subsequent information securely across a trustworthy network. + +Identifier: http://data.europa.eu/dr8/BlockchainLedgerTechnologyService + +eira:ID: http://data.europa.eu/dr8/BlockchainLedgerTechnologyService + +ABB name: eira:BlockchainLedgerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:BlockchainLedgerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainLedgerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Blockchain Ledger]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainLedgerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Blockchain Ledger]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BlockchainLedgerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/BlockchainLedgerTechnologyService</eira:PURI> + <dcterms:type>eira:BlockchainLedgerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Blockchain Ledger ABB is a Technology Service that enables the procedures to record, share, and synchronize transactions in the respective electronic ledger.]]></skos:definition> + <eira:definitionSource>World Bank</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.worldbank.org/en/topic/financialsector/brief/blockchain-dlt]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenCHAIN is an open-source blockchain platform with distributed ledger technology. This blockchain company is suitable for organizations managing digital assets in secure and robust ways. Blockchain technology does not require fees for mining and the Bitcoin blockchain is significant for its immutability. https://www.openchainproject.org/]]></skos:example> + <eira:iopSaliency><![CDATA[Blockchain Ledger ABB is salient for technical interoperability because it established the elements to publish public services and subsequent information securely across a trustworthy network.]]></eira:iopSaliency> + <skos:note><![CDATA[Electronic Ledgers means the electronic master records of all contracts of the Sellers or the Issuer similar to and including the Contracts]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainLedgerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PaaSTechnologyService"> + <skos:notation><![CDATA[PaaS]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PaaSTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[PaaS]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: PaaS ABB is a Technology Service that enables the procedures for delivering application infrastructure (middleware) capabilities as a service. There are multiple types of PaaS (xPaaS), including, among many more, application platform as a service (aPaaS), integration PaaS (iPaaS), API management PaaS (apimPaaS), function PaaS (fPaaS), business analytics PaaS (baPaaS), IoT PaaS and database PaaS (dbPaaS). PaaS capability can be delivered as provider-managed or self-managed, multitenant or dedicated. + +Source: Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/platform-as-a-service-paas + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenSHIFT is a secure and an enterprise-grade cloud-based container orchestration system with Kubernetes at the backend. It can be used both as a Red Hat Container Orchestration Engine and Platform-as-a-Service (PaaS). https://github.com/openshift/origin + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The PaaS ABB is salient for technical interoperability because it provides the mechanism to deploy and publish public administration services and make them accessible through the provided remote infrastructure. + +Identifier: http://data.europa.eu/dr8/PaaSTechnologyService + +eira:ID: ABB521 + +ABB name: eira:PaaSTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/IaaSTechnologyService" /> + <eira:PaaSTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PaaSTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of PaaS]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PaaSTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of PaaS]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PaaSTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/PaaSTechnologyService</eira:PURI> + <dcterms:type>eira:PaaSTechnologyService</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[PaaS ABB is a Technology Service that enables the procedures for delivering application infrastructure (middleware) capabilities as a service. There are multiple types of PaaS (xPaaS), including, among many more, application platform as a service (aPaaS), integration PaaS (iPaaS), API management PaaS (apimPaaS), function PaaS (fPaaS), business analytics PaaS (baPaaS), IoT PaaS and database PaaS (dbPaaS). PaaS capability can be delivered as provider-managed or self-managed, multitenant or dedicated.]]></skos:definition> + <eira:definitionSource>Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/platform-as-a-service-paas]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenSHIFT is a secure and an enterprise-grade cloud-based container orchestration system with Kubernetes at the backend. It can be used both as a Red Hat Container Orchestration Engine and Platform-as-a-Service (PaaS). https://github.com/openshift/origin]]></skos:example> + <eira:iopSaliency><![CDATA[The PaaS ABB is salient for technical interoperability because it provides the mechanism to deploy and publish public administration services and make them accessible through the provided remote infrastructure.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PaaSTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataCatalogTechnologyService"> + <skos:notation><![CDATA[Data Catalog]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataCatalogTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Catalog]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Catalog ABB is a Technology Service that enables the procedures of a centralised metadata repository to provide information about the data assets in a public administration + +Source: Inspired in JRC + +Source reference: https://data.jrc.ec.europa.eu/about + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Jount Research Centre Data Catalogue. https://data.jrc.ec.europa.eu/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Data Catalog ABB is salient for semantic interoperability because it provides grouped datasets of information enhanced with metadata to promote their discovery, sharing and understanding for other digital services and public administrations + +Identifier: http://data.europa.eu/dr8/DataCatalogTechnologyService + +eira:ID: http://data.europa.eu/dr8/DataCatalogTechnologyService + +ABB name: eira:DataCatalogTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-12-01 + +]]></skos:definition> + <eira:DataCatalogTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataCatalogTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Data Catalog]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataCatalogTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Catalog]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataCatalogTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/DataCatalogTechnologyService</eira:PURI> + <dcterms:type>eira:DataCatalogTechnologyService</dcterms:type> + <dcterms:modified>2022-12-1</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Catalog ABB is a Technology Service that enables the procedures of a centralised metadata repository to provide information about the data assets in a public administration]]></skos:definition> + <eira:definitionSource>Inspired in JRC</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://data.jrc.ec.europa.eu/about]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Jount Research Centre Data Catalogue. https://data.jrc.ec.europa.eu/]]></skos:example> + <eira:iopSaliency><![CDATA[Data Catalog ABB is salient for semantic interoperability because it provides grouped datasets of information enhanced with metadata to promote their discovery, sharing and understanding for other digital services and public administrations]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataCatalogTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService"> + <skos:notation><![CDATA[Federated Identity Provider]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Federated Identity Provider]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Federated Identity Provider ABB is a Technology Service that enables users to access multiple applications and services across different organizations or domains using a single set of credentials + +Source: Inpired in eIDAS + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/eidas-regulation + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Federated Identity can be achieved by implementing the OpenID Connect Federation specification. https://openid.net/specs/openid-connect-federation-1_0.html + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Federated Identity Provider ABB is salient for technical interoperability because it conforms to the network of identity provider systems to distribute the transference and identification of stakeholders to access and make use of public services. + +Identifier: http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService + +eira:ID: http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService + +ABB name: eira:FederatedIdentityProviderTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:FederatedIdentityProviderTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Federated Identity Provider]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Federated Identity Provider]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService</eira:PURI> + <dcterms:type>eira:FederatedIdentityProviderTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Federated Identity Provider ABB is a Technology Service that enables users to access multiple applications and services across different organizations or domains using a single set of credentials]]></skos:definition> + <eira:definitionSource>Inpired in eIDAS</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/eidas-regulation]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Federated Identity can be achieved by implementing the OpenID Connect Federation specification. https://openid.net/specs/openid-connect-federation-1_0.html]]></skos:example> + <eira:iopSaliency><![CDATA[Federated Identity Provider ABB is salient for technical interoperability because it conforms to the network of identity provider systems to distribute the transference and identification of stakeholders to access and make use of public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService"> + <skos:notation><![CDATA[Virtual Private Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Virtual Private Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Virtual Private Network ABB is a Technology Service that enables the procedures to implement a protected information system link utilizing tunnelling, security controls, and endpoint address translation giving the impression of a dedicated line + +Source: NIST + +Source reference: https://csrc.nist.gov/glossary/term/virtual_private_network + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Virtual Private Network service for accessing European Commission servers out of the Commission. https://wikis.ec.europa.eu/display/WEBGUIDE/01.+Access+to+servers+from+outside+the+European+Commission + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Virtual Private Network ABB is salient for technical interoperability because it implements standard methods to build a secure network to exchange information in public administration + +Identifier: http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService + +eira:ID: http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService + +ABB name: eira:VirtualPrivateNetworkTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:VirtualPrivateNetworkTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Virtual Private Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Virtual Private Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService</eira:PURI> + <dcterms:type>eira:VirtualPrivateNetworkTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Virtual Private Network ABB is a Technology Service that enables the procedures to implement a protected information system link utilizing tunnelling, security controls, and endpoint address translation giving the impression of a dedicated line]]></skos:definition> + <eira:definitionSource>NIST</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://csrc.nist.gov/glossary/term/virtual_private_network]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Virtual Private Network service for accessing European Commission servers out of the Commission. https://wikis.ec.europa.eu/display/WEBGUIDE/01.+Access+to+servers+from+outside+the+European+Commission]]></skos:example> + <eira:iopSaliency><![CDATA[Virtual Private Network ABB is salient for technical interoperability because it implements standard methods to build a secure network to exchange information in public administration]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService"> + <skos:notation><![CDATA[Relational Database Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Relational Database Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Relational Database Manager ABB is a Technology Service that implements the behaviour of a software system that provides access to and management of relational databases + +Source: Inspired in Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/rdbms-relational-database-management-system + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): MySQL manager, an SQL for MySQL. https://www.sqlmanager.net/products/mysql/manager + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Relational Database Manager ABB is salient for semantic interoperability because it establishes a common mechanism to query structured data and share the information using common data exchange models + +Identifier: http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService + +eira:ID: http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService + +ABB name: eira:RelationalDatabaseManagerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:RelationalDatabaseManagerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Relational Database Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Relational Database Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService</eira:PURI> + <dcterms:type>eira:RelationalDatabaseManagerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Relational Database Manager ABB is a Technology Service that implements the behaviour of a software system that provides access to and management of relational databases]]></skos:definition> + <eira:definitionSource>Inspired in Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/rdbms-relational-database-management-system]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): MySQL manager, an SQL for MySQL. https://www.sqlmanager.net/products/mysql/manager]]></skos:example> + <eira:iopSaliency><![CDATA[Relational Database Manager ABB is salient for semantic interoperability because it establishes a common mechanism to query structured data and share the information using common data exchange models]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationServerTechnologyService"> + <skos:notation><![CDATA[Application Server]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ApplicationServerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Application Server]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Application Server ABB is a Technology Service that implements the behaviour of system software that resides between the operating system (OS) on one side, the external resources (such as a database management system [DBMS], communications and Internet services) on another side and the users’ applications on the third side. + +Source: Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/application-server + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DIGIT/C Hosting Service - DIGIT/C offers a high availability and high performance hosting infrastructure that is being comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. http://ec.europa.eu/ipg/build/infrastructure/index_en.htm + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Application Server ABB is salient for semantic and technical interoperability because it implements the mechanism to expose access to applications using metadata. This exposition of application contributes to the integration of legacy systems and siloed information to expose to the different public service consumers. + +Identifier: http://data.europa.eu/dr8/ApplicationServerTechnologyService + +eira:ID: http://data.europa.eu/dr8/ApplicationServerTechnologyService + +ABB name: eira:ApplicationServerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:ApplicationServerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationServerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Application Server]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ApplicationServerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Application Server]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ApplicationServerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/ApplicationServerTechnologyService</eira:PURI> + <dcterms:type>eira:ApplicationServerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Application Server ABB is a Technology Service that implements the behaviour of system software that resides between the operating system (OS) on one side, the external resources (such as a database management system [DBMS], communications and Internet services) on another side and the users’ applications on the third side.]]></skos:definition> + <eira:definitionSource>Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/application-server]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DIGIT/C Hosting Service - DIGIT/C offers a high availability and high performance hosting infrastructure that is being comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. http://ec.europa.eu/ipg/build/infrastructure/index_en.htm]]></skos:example> + <eira:iopSaliency><![CDATA[Application Server ABB is salient for semantic and technical interoperability because it implements the mechanism to expose access to applications using metadata. This exposition of application contributes to the integration of legacy systems and siloed information to expose to the different public service consumers.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ApplicationServerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService"> + <skos:notation><![CDATA[Lightweight Directory Access Protocol]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Lightweight Directory Access Protocol]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Lightweight Directory Access ABB is a Technology Service that enables compliance with an open, vendor-neutral, industry-standard application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network. + +Source: CAMSS + +Source reference: https://joinup.ec.europa.eu/collection/common-assessment-method-standards-and-specifications-camss + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Lightweight Directory Access Protocol can be implemented in multiple platforms or systems, allowing to integrating an organisatio'n LDAP-enabled identity management service to other platforms such as Drupal. https://www.drupal.org/docs/contributed-modules/lightweight-directory-access-protocol-ldap + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Lightweight Directory Access ABB is salient for technical and semantic interoperability because it provides the needed software mechanism and the LDAP data exchange model to manage user authentication, user provisioning and access to public services. + +Identifier: http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService + +ABB name: eira:LightweightDirectoryAccessTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +eira:ID : http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService + +]]></skos:definition> + <eira:LightweightDirectoryAccessTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Lightweight Directory Access Protocol]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Lightweight Directory Access Protocol]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService</eira:PURI> + <dcterms:type>eira:LightweightDirectoryAccessTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Lightweight Directory Access ABB is a Technology Service that enables compliance with an open, vendor-neutral, industry-standard application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network.]]></skos:definition> + <eira:definitionSource>CAMSS</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/common-assessment-method-standards-and-specifications-camss]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Lightweight Directory Access Protocol can be implemented in multiple platforms or systems, allowing to integrating an organisatio'n LDAP-enabled identity management service to other platforms such as Drupal. https://www.drupal.org/docs/contributed-modules/lightweight-directory-access-protocol-ldap]]></skos:example> + <eira:iopSaliency><![CDATA[Lightweight Directory Access ABB is salient for technical and semantic interoperability because it provides the needed software mechanism and the LDAP data exchange model to manage user authentication, user provisioning and access to public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ManagementConsoleTechnologyService"> + <skos:notation><![CDATA[Management Console]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ManagementConsoleTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Management Console]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Management Console ABB is a Technology Service that enables the procedures to elaborate a centralised interface to manage and monitor digital platforms. + +Source: Inspired in the definition provided by relebant cloud service organizations. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Open e-TrustEx. https://joinup.ec.europa.eu/collection/e-trustex/solution/open-e-trustex/about + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Management Console ABB is salient for technical interoperability due to it contributes to consolidating the management and monitoring of public digital services to ensure their availability according to the service level agreements established. + +Identifier: http://data.europa.eu/dr8/ManagementConsoleTechnologyService + +eira:ID: http://data.europa.eu/dr8/ManagementConsoleTechnologyService + +ABB name: eira:ManagementConsoleTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:ManagementConsoleTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ManagementConsoleTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Management Console]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ManagementConsoleTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Management Console]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ManagementConsoleTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/ManagementConsoleTechnologyService</eira:PURI> + <dcterms:type>eira:ManagementConsoleTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Management Console ABB is a Technology Service that enables the procedures to elaborate a centralised interface to manage and monitor digital platforms.]]></skos:definition> + <eira:definitionSource>Inspired in the definition provided by relebant cloud service organizations.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Open e-TrustEx. https://joinup.ec.europa.eu/collection/e-trustex/solution/open-e-trustex/about]]></skos:example> + <eira:iopSaliency><![CDATA[Management Console ABB is salient for technical interoperability due to it contributes to consolidating the management and monitoring of public digital services to ensure their availability according to the service level agreements established.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ManagementConsoleTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PKICertificateManagerTechnologyService"> + <skos:notation><![CDATA[PKI Certificate Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PKICertificateManagerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[PKI Certificate Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: PKI Certificate Manager ABB is a Technology Service that enables the procedures to issue, maintain and revoke public key certificates + +Source: NIST + +Source reference: https://csrc.nist.gov/glossary/term/public_key_infrastructure + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): eDelivery - PKI Service. https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/PKI+Service + +LOST view: Technical view - Infrastructure + +Interoperability saliency: PKI Certificate Manager ABB is salient for technical interoperability because permits the public services to exchange information through the use of digital certificates that permit the accessibility to such service. + +Identifier: http://data.europa.eu/dr8/PKICertificateManagerTechnologyService + +eira:ID: http://data.europa.eu/dr8/PKICertificateManagerTechnologyService + +ABB name: eira:PKICertificateManagerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:PKICertificateManagerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PKICertificateManagerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of PKI Certificate Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PKICertificateManagerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of PKI Certificate Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PKICertificateManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/PKICertificateManagerTechnologyService</eira:PURI> + <dcterms:type>eira:PKICertificateManagerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[PKI Certificate Manager ABB is a Technology Service that enables the procedures to issue, maintain and revoke public key certificates]]></skos:definition> + <eira:definitionSource>NIST</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://csrc.nist.gov/glossary/term/public_key_infrastructure]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): eDelivery - PKI Service. https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/PKI+Service]]></skos:example> + <eira:iopSaliency><![CDATA[PKI Certificate Manager ABB is salient for technical interoperability because permits the public services to exchange information through the use of digital certificates that permit the accessibility to such service.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PKICertificateManagerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/GatewayTechnologyService"> + <skos:notation><![CDATA[Gateway]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/GatewayTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Gateway]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Gateway ABB is a Technology Service that enables the implementation of a component that converts information, data or other communications from one protocol or format to another + +Source: Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/gateway + +Synonym: + +Additional information: + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Single Digital Gateway from the European Commission is implemented via Your Europe Portal. This portal allows searching and exchanging information from businesses at the European and national level. information from EU and member states. https://europa.eu/youreurope/index_en.htm + +IoP Dimension: + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Gateway ABB is salient for technical interoperability because it physically transforms information, data and other communications from one protocol or format into another standard protocol format. + +Identifier: http://data.europa.eu/dr8/GatewayTechnologyService + +eira:ID: http://data.europa.eu/dr8/GatewayTechnologyService + +ABB name: eira:Gateway + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: + +]]></skos:definition> + <eira:GatewayTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/GatewayTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Gateway]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/GatewayTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Gateway]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/GatewayTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/GatewayTechnologyService</eira:PURI> + <dcterms:type>eira:Gateway</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Gateway ABB is a Technology Service that enables the implementation of a component that converts information, data or other communications from one protocol or format to another]]></skos:definition> + <eira:definitionSource>Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/gateway]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Single Digital Gateway from the European Commission is implemented via Your Europe Portal. This portal allows searching and exchanging information from businesses at the European and national level. information from EU and member states. https://europa.eu/youreurope/index_en.htm]]></skos:example> + <eira:iopSaliency><![CDATA[Gateway ABB is salient for technical interoperability because it physically transforms information, data and other communications from one protocol or format into another standard protocol format.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/GatewayTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/WebServerTechnologyService"> + <skos:notation><![CDATA[Web Server]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/WebServerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Web Server]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Web Server ABB is a Technology Service that implements the behaviour of a type of server software that handles HTTP (Hypertext Transfer Protocol) requests sent by clients, typically web browsers, and delivers web content back to the client in response + +Source: Inspired in ISA2-EIF + +Source reference: https://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_1&format=PDF + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DIGIT/C Hosting Service - DIGIT/C offers a high availability and high performance hosting infrastructure that is being comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. http://ec.europa.eu/ipg/build/infrastructure/index_en.htm + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Streaming Server is salient for semantic technical interoperability because it provides ICT systems to manage data streams related to public digital services. This ABB provides real-time interaction with the data following up streaming open specifications and metadata (if needed). + +Identifier: http://data.europa.eu/dr8/WebServerTechnologyService + +eira:ID: http://data.europa.eu/dr8/WebServerTechnologyService + +ABB name: eira:WebServerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:WebServerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/WebServerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Web Server]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/WebServerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Web Server]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/WebServerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/WebServerTechnologyService</eira:PURI> + <dcterms:type>eira:WebServerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Web Server ABB is a Technology Service that implements the behaviour of a type of server software that handles HTTP (Hypertext Transfer Protocol) requests sent by clients, typically web browsers, and delivers web content back to the client in response]]></skos:definition> + <eira:definitionSource>Inspired in ISA2-EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_1&format=PDF]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DIGIT/C Hosting Service - DIGIT/C offers a high availability and high performance hosting infrastructure that is being comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. http://ec.europa.eu/ipg/build/infrastructure/index_en.htm]]></skos:example> + <eira:iopSaliency><![CDATA[Streaming Server is salient for semantic technical interoperability because it provides ICT systems to manage data streams related to public digital services. This ABB provides real-time interaction with the data following up streaming open specifications and metadata (if needed).]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/WebServerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabricksTechnologyService"> + <skos:notation><![CDATA[Databricks]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DatabricksTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Databricks]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Databriks ABB is a Technology Service that enables the procedures of a collaborative workspace to process large amounts of public administration data + +Source: Inspired in Databriks + +Source reference: https://docs.databricks.com/introduction/index.html + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): IOStack is an H2020 funded by the European Commission that implemented Databricks as the tool for processing large amounts of data. https://ec.europa.eu/research/participants/documents/downloadPublic?documentIds=080166e5ae65ba9a&appId=PPGMS + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Databriks ABB is salient for semantic interoperability because it permits to break of public administration siloes through the construction of shared spaces to process and analyse data from different sources and domains. + +Identifier: http://data.europa.eu/dr8/DatabricksTechnologyService + +eira:ID: http://data.europa.eu/dr8/DatabricksTechnologyService + +ABB name: eira:DatabricksTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:DatabricksTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabricksTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Databricks]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DatabricksTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Databricks]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DatabricksTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/DatabricksTechnologyService</eira:PURI> + <dcterms:type>eira:DatabricksTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Databriks ABB is a Technology Service that enables the procedures of a collaborative workspace to process large amounts of public administration data]]></skos:definition> + <eira:definitionSource>Inspired in Databriks</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://docs.databricks.com/introduction/index.html]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): IOStack is an H2020 funded by the European Commission that implemented Databricks as the tool for processing large amounts of data. https://ec.europa.eu/research/participants/documents/downloadPublic?documentIds=080166e5ae65ba9a&appId=PPGMS]]></skos:example> + <eira:iopSaliency><![CDATA[Databriks ABB is salient for semantic interoperability because it permits to break of public administration siloes through the construction of shared spaces to process and analyse data from different sources and domains.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DatabricksTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SaasTechnologyService"> + <skos:notation><![CDATA[Saas]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SaasTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Saas]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: SaaS ABB is a Technology Service that enables the procedures for delivering software that is owned and managed remotely by one or more providers. The provider delivers software based on one set of common code and data definitions that is consumed in a one-to-many model by all contracted customers at any time on a pay-for-use basis or as a subscription based on use metrics. + +Source: Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/software-as-a-service-saas + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Drupal is content management software. It's used to make many of the websites and applications you use every day. Drupal has great standard features, like easy content authoring, reliable performance, and excellent security. But what sets it apart is its flexibility; modularity is one of its core principles. Its tools help you build the versatile, structured content that dynamic web experiences need. https://www.drupal.org/about + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The SaaS ABB is salient for organizational, semantic and technical and technical interoperability due to it provides the needed infrastructure to deliver public administration services on demand. Also, SaaS provides the functionalities of common data models and definitions to support the internal communication between software components. Finally, SaaS provides also the set up of business rules to ensure the correct performance of the software modules. + +Identifier: http://data.europa.eu/dr8/SaasTechnologyService + +eira:ID: ABB520 + +ABB name: eira:SaasTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PaaSTechnologyService" /> + <eira:SaasTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SaasTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Saas]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SaasTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Saas]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SaasTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/SaasTechnologyService</eira:PURI> + <dcterms:type>eira:SaasTechnologyService</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[SaaS ABB is a Technology Service that enables the procedures for delivering software that is owned and managed remotely by one or more providers. The provider delivers software based on one set of common code and data definitions that is consumed in a one-to-many model by all contracted customers at any time on a pay-for-use basis or as a subscription based on use metrics.]]></skos:definition> + <eira:definitionSource>Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/software-as-a-service-saas]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Drupal is content management software. It's used to make many of the websites and applications you use every day. Drupal has great standard features, like easy content authoring, reliable performance, and excellent security. But what sets it apart is its flexibility; modularity is one of its core principles. Its tools help you build the versatile, structured content that dynamic web experiences need. https://www.drupal.org/about]]></skos:example> + <eira:iopSaliency><![CDATA[The SaaS ABB is salient for organizational, semantic and technical and technical interoperability due to it provides the needed infrastructure to deliver public administration services on demand. Also, SaaS provides the functionalities of common data models and definitions to support the internal communication between software components. Finally, SaaS provides also the set up of business rules to ensure the correct performance of the software modules.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/SaasTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIManagerTechnologyService"> + <skos:notation><![CDATA[API Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIManagerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[API Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: API Manager ABB is a Technology Service that implements the behaviour of safely and securely publish APIs, either internally or externally + +Source: Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/api-management + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): API Manager, WSO2 API Manager is a complete platform for building, integrating, and exposing your digital services as managed APIs in the cloud, on-premise, and hybrid architectures to drive your digital transformation strategy. https://apim.docs.wso2.com/en/latest/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: API Manager ABB is salient for semantic interoperability due to its setting up the rules to share public administration digital services to facilitate their accessibility, discovery and sharing across platforms. These rules follow up existing standards and common practices in the API documentation and accessibility (Open APIs description). + +Identifier: http://data.europa.eu/dr8/APIManagerTechnologyService + +eira:ID: http://data.europa.eu/dr8/APIManagerTechnologyService + +ABB name: eira:APIManagerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIGatewayTechnologyService" /> + <eira:APIManagerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIManagerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of API Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIManagerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of API Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/APIManagerTechnologyService</eira:PURI> + <dcterms:type>eira:APIManagerTechnologyService</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[API Manager ABB is a Technology Service that implements the behaviour of safely and securely publish APIs, either internally or externally]]></skos:definition> + <eira:definitionSource>Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/api-management]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): API Manager, WSO2 API Manager is a complete platform for building, integrating, and exposing your digital services as managed APIs in the cloud, on-premise, and hybrid architectures to drive your digital transformation strategy. https://apim.docs.wso2.com/en/latest/]]></skos:example> + <eira:iopSaliency><![CDATA[API Manager ABB is salient for semantic interoperability due to its setting up the rules to share public administration digital services to facilitate their accessibility, discovery and sharing across platforms. These rules follow up existing standards and common practices in the API documentation and accessibility (Open APIs description).]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/APIManagerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ExternalTechnologyService"> + <skos:notation><![CDATA[External Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ExternalTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[External Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: External Service ABB is a Technology Service that enables the procedures to offer services that are delivered by a third-party organization or vendor. + +Source: Inspired in Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/esp-external-services-provider + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The External Service ABB is salient for organizational and semantic interoperability because it establishes the business rules and responsibilities to share digital services on the use of the public administration to complement the existing ones. This ABB also provides standardised data exchange models to share the information provided by external services. + +Identifier: http://data.europa.eu/dr8/ExternalTechnologyService + +eira:ID: http://data.europa.eu/dr8/ExternalTechnologyService + +ABB name: eira:ExternalTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:ExternalTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ExternalTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of External Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ExternalTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of External Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ExternalTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/ExternalTechnologyService</eira:PURI> + <dcterms:type>eira:ExternalTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[External Service ABB is a Technology Service that enables the procedures to offer services that are delivered by a third-party organization or vendor.]]></skos:definition> + <eira:definitionSource>Inspired in Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/esp-external-services-provider]]></eira:definitionSourceReference> + <eira:iopSaliency><![CDATA[The External Service ABB is salient for organizational and semantic interoperability because it establishes the business rules and responsibilities to share digital services on the use of the public administration to complement the existing ones. This ABB also provides standardised data exchange models to share the information provided by external services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ExternalTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BackupTechnologyService"> + <skos:notation><![CDATA[Backup]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BackupTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Backup]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Backup ABB is a is a Technology Service that implements the behaviour of a software tool that create a copy of important data or information to ensure that it can be recovered in case of data loss, corruption, or system failure + +Source: Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/backup-server + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Backup Archiving Recovery Open Sourced (bareos) is a set of computer programs that permits you (or the system administrator) to manage backup, recovery, and verification of computer data across a network of computers of different kinds. In technical terms, it is a network Client/Server based backup program. Bareos is relatively easy to use and efficient, while offering many advanced storage management features that make it easy to find and recover lost or damaged files. Due to its modular design, Bareos is scalable from small single computer systems to systems consisting of hundreds of computers located over a large network.. https://www.bareos.com/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Backup System ABB is salient for technical interoperability because it provides a secure mechanism to recover important information in case of unexpected behaviour of public administration services. + +Identifier: http://data.europa.eu/dr8/BackupTechnologyService + +eira:ID: http://data.europa.eu/dr8/BackupTechnologyService + +ABB name: eira:BackupTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:BackupTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BackupTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Backup]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BackupTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Backup]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BackupTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/BackupTechnologyService</eira:PURI> + <dcterms:type>eira:BackupTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Backup ABB is a is a Technology Service that implements the behaviour of a software tool that create a copy of important data or information to ensure that it can be recovered in case of data loss, corruption, or system failure]]></skos:definition> + <eira:definitionSource>Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/backup-server]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Backup Archiving Recovery Open Sourced (bareos) is a set of computer programs that permits you (or the system administrator) to manage backup, recovery, and verification of computer data across a network of computers of different kinds. In technical terms, it is a network Client/Server based backup program. Bareos is relatively easy to use and efficient, while offering many advanced storage management features that make it easy to find and recover lost or damaged files. Due to its modular design, Bareos is scalable from small single computer systems to systems consisting of hundreds of computers located over a large network.. https://www.bareos.com/]]></skos:example> + <eira:iopSaliency><![CDATA[Backup System ABB is salient for technical interoperability because it provides a secure mechanism to recover important information in case of unexpected behaviour of public administration services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BackupTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService"> + <skos:notation><![CDATA[Computing Hosting, Networking, and Data Hosting Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Computing Hosting, Networking, and Data Hosting Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Computing Hosting, Networking, and Data Hosting Infrastructure ABB are a Technology Service that enables the functionalities for i) hosting Interoperable European Solutions and ii) providing the necessary networks for operating these solutions. + +Source: ISA2 - EIA Action + +Source reference: https://digital-strategy.ec.europa.eu/en/news/isa2-interoperability-solutions-european-public-administrations-first-work-programme-adopted + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):DIGIT Hosting and Networking Infrastructure Service + +IoP Dimension: Structural IoP + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Computing Hosting, Networking and Data Hosting Infrastructure ABB is a key enabler interoperability enabler (*) for structural interoperability by enabling all the functionalities to host the Interoperable European Solutions (high availability and high-performance hosting infrastructure) and the network that can operate these solutions (a public and private network). Hosting and networking represent the lower level of the technical layer, but to be considered when designing an interoperable solution, as they can create interoperability barriers. Interoperability technical specifications need to be used at this level to ensure interoperability of the levels above. + +Identifier: http://data.europa.eu/dr8/ComputingHosting,Networking,andDataHostingInfrastructureTechnologyService + +eira:ID: ABB439 + +ABB name: eira:ComputingHosting,Networking,andDataHostingInfrastructureTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/StorageInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ManagementInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainerInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BlockchainInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrustInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/NetworkingInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DatabaseInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationComponent" /> + <eira:ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Computing Hosting, Networking, and Data Hosting Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Computing Hosting, Networking, and Data Hosting Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService</eira:PURI> + <dcterms:type>eira:ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Computing Hosting, Networking, and Data Hosting Infrastructure ABB are a Technology Service that enables the functionalities for i) hosting Interoperable European Solutions and ii) providing the necessary networks for operating these solutions.]]></skos:definition> + <eira:definitionSource>ISA2 - EIA Action</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/news/isa2-interoperability-solutions-european-public-administrations-first-work-programme-adopted]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):DIGIT Hosting and Networking Infrastructure Service]]></skos:example> + <eira:iopSaliency><![CDATA[The Computing Hosting, Networking and Data Hosting Infrastructure ABB is a key enabler interoperability enabler (*) for structural interoperability by enabling all the functionalities to host the Interoperable European Solutions (high availability and high-performance hosting infrastructure) and the network that can operate these solutions (a public and private network). Hosting and networking represent the lower level of the technical layer, but to be considered when designing an interoperable solution, as they can create interoperability barriers. Interoperability technical specifications need to be used at this level to ensure interoperability of the levels above.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DomainNameTechnologyService"> + <skos:notation><![CDATA[Domain Name Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DomainNameTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Domain Name Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Domain Name Service ABB is a Technology Service that enables the implementation of a directory which translates numeric IP addresses into Domain Names to identify users on the Internet + +Source: LAWINSIDER + +Source reference: https://www.lawinsider.com/dictionary/domain-name-service + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Europe Registry, Europe Registry is a trusted domain expert with over twenty years experience in the domain industry. We have multiple ICANN Accreditations and provide domain registration for country code top level domains (ccTLDs). https://www.europeregistry.com/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Domain Name Service ABB is salient for semantic interoperability because it implements a catalogue of internet addresses associated with the corresponding names to facilitate accessibility to public administration services. + +Identifier: http://data.europa.eu/dr8/DomainNameTechnologyService + +eira:ID: http://data.europa.eu/dr8/DomainNameTechnologyService + +ABB name: eira:DomainNameTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <eira:DomainNameTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DomainNameTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Domain Name Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DomainNameTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Domain Name Service]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DomainNameTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/DomainNameTechnologyService</eira:PURI> + <dcterms:type>eira:DomainNameTechnologyService</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Domain Name Service ABB is a Technology Service that enables the implementation of a directory which translates numeric IP addresses into Domain Names to identify users on the Internet]]></skos:definition> + <eira:definitionSource>LAWINSIDER</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.lawinsider.com/dictionary/domain-name-service]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Europe Registry, Europe Registry is a trusted domain expert with over twenty years experience in the domain industry. We have multiple ICANN Accreditations and provide domain registration for country code top level domains (ccTLDs). https://www.europeregistry.com/]]></skos:example> + <eira:iopSaliency><![CDATA[Domain Name Service ABB is salient for semantic interoperability because it implements a catalogue of internet addresses associated with the corresponding names to facilitate accessibility to public administration services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DomainNameTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockStorageTechnologyService"> + <skos:notation><![CDATA[Block Storage ]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BlockStorageTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Block Storage ]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Block Storage ABB is an Application Component that enables the behaviour of breaking data into separate pieces (blocks) and storing them with a unique identifier. + +Source: Inspired in referent cloud service providers + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Kibana at EU. https://big-data-test-infrastructure.ec.europa.eu/service-offering/kibana_en + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Block Storage ABB is salient for technical interoperability because it set up data storage and integration in fixed-sized blocks under a hierarchical infrastructure that permits ensuring their integrity through time. + +Identifier: http://data.europa.eu/dr8/BlockStorageTechnologyService + +eira:ID: http://data.europa.eu/dr8/BlockStorageTechnologyService + +ABB name: eira:BlockStorageTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:BlockStorageTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockStorageTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Block Storage]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BlockStorageTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Block Storage]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BlockStorageTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/BlockStorageTechnologyService</eira:PURI> + <dcterms:type>eira:BlockStorageTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Block Storage ABB is an Application Component that enables the behaviour of breaking data into separate pieces (blocks) and storing them with a unique identifier.]]></skos:definition> + <eira:definitionSource>Inspired in referent cloud service providers</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Kibana at EU. https://big-data-test-infrastructure.ec.europa.eu/service-offering/kibana_en]]></skos:example> + <eira:iopSaliency><![CDATA[Block Storage ABB is salient for technical interoperability because it set up data storage and integration in fixed-sized blocks under a hierarchical infrastructure that permits ensuring their integrity through time.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BlockStorageTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService"> + <skos:notation><![CDATA[Distributed Blockchain Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Distributed Blockchain Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: stributed Blockchain Network ABB is a Technology Service that enables the implementation procedures to manage tokens that may be utilised and/or exchanged, as communicated by the Company to the Token holders from time to time + +Source: World Bank + +Source reference: https://www.worldbank.org/en/topic/financialsector/brief/blockchain-dlt + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Oasis Network, The Oasis Network is a Layer 1 decentralized blockchain network designed to be uniquely scalable, privacy-first and versatile. The Network has two main architectural components, the consensus layer and the ParaTime layer: 1. The consensus layer is a scalable, high-throughput, secure, proof-of-stake consensus run by a decentralized set of validator nodes; 2. The ParaTime layer hosts many parallel runtimes (ParaTimes), each representing a replicated compute environment with shared state. https://docs.oasis.io/general/oasis-network/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Distributed Blockchain Network ABB is salient for technical interoperability because it establishes the infrastructure to share information and also makes the information consistent under distributed data stores. + +Identifier: http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService + +eira:ID: http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService + +ABB name: eira:DistributedBlockchainNetworkTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:DistributedBlockchainNetworkTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Distributed Blockchain Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Distributed Blockchain Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService</eira:PURI> + <dcterms:type>eira:DistributedBlockchainNetworkTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[stributed Blockchain Network ABB is a Technology Service that enables the implementation procedures to manage tokens that may be utilised and/or exchanged, as communicated by the Company to the Token holders from time to time]]></skos:definition> + <eira:definitionSource>World Bank</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.worldbank.org/en/topic/financialsector/brief/blockchain-dlt]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Oasis Network, The Oasis Network is a Layer 1 decentralized blockchain network designed to be uniquely scalable, privacy-first and versatile. The Network has two main architectural components, the consensus layer and the ParaTime layer: 1. The consensus layer is a scalable, high-throughput, secure, proof-of-stake consensus run by a decentralized set of validator nodes; 2. The ParaTime layer hosts many parallel runtimes (ParaTimes), each representing a replicated compute environment with shared state. https://docs.oasis.io/general/oasis-network/]]></skos:example> + <eira:iopSaliency><![CDATA[Distributed Blockchain Network ABB is salient for technical interoperability because it establishes the infrastructure to share information and also makes the information consistent under distributed data stores.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService"> + <skos:notation><![CDATA[Serverless Orchestrator]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Serverless Orchestrator]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Serveless Orchestration ABB is a Technology Service that implements the behaviour of coordinating and managing individual functions are deployed as separate, independent units of code that can be executed in response to specific events or triggers. + +Source: inspired in RedHat + +Source reference: https://www.redhat.com/en/topics/cloud-native-apps/what-is-serverless + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Architecture of Orchestration for serverless computing. https://ec.europa.eu/research/participants/documents/downloadPublic?documentIds=080166e5d0f56561&appId=PPGMS + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Serverless Orchestrator ABB is salient for technical interoperability because it establishes the events and individual functions to combine information from legacy and public administrations service to respond to the applications and stakeholders that consume its information. + +Identifier: http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService + +eira:ID: http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService + +ABB name: eira:ServerlessOrchestratorTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <eira:ServerlessOrchestratorTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Serverless Orchestrator]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Serverless Orchestrator]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService</eira:PURI> + <dcterms:type>eira:ServerlessOrchestratorTechnologyService</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Serveless Orchestration ABB is a Technology Service that implements the behaviour of coordinating and managing individual functions are deployed as separate, independent units of code that can be executed in response to specific events or triggers.]]></skos:definition> + <eira:definitionSource>inspired in RedHat</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.redhat.com/en/topics/cloud-native-apps/what-is-serverless]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Architecture of Orchestration for serverless computing. https://ec.europa.eu/research/participants/documents/downloadPublic?documentIds=080166e5d0f56561&appId=PPGMS]]></skos:example> + <eira:iopSaliency><![CDATA[Serverless Orchestrator ABB is salient for technical interoperability because it establishes the events and individual functions to combine information from legacy and public administrations service to respond to the applications and stakeholders that consume its information.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FileStorageTechnologyService"> + <skos:notation><![CDATA[File Storage]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FileStorageTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[File Storage]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: File storage ABB is a Technology Service that implements the behaviour of a software tool that refers to the process of storing and organizing digital files in a secure and efficient manner + +Source: Inspired in the definition provided by relebant database vendors + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): GARTNER- Distributed File Systems and Objects Storage Reviews and Ratings. https://www.gartner.com/reviews/market/distributed-file-systems-and-object-storage + +LOST view: Technical view - Infrastructure + +Interoperability saliency: File Storage ABB is salient for technical interoperability because it set up the data integration mechanism based on different files. This kind of file storage permit also ensures data provenance of the information considering file modification and creation. + +Identifier: http://data.europa.eu/dr8/FileStorageTechnologyService + +eira:ID: http://data.europa.eu/dr8/FileStorageTechnologyService + +ABB name: eira:FileStorageTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:FileStorageTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FileStorageTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of File Storage]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FileStorageTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of File Storage]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/FileStorageTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/FileStorageTechnologyService</eira:PURI> + <dcterms:type>eira:FileStorageTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[File storage ABB is a Technology Service that implements the behaviour of a software tool that refers to the process of storing and organizing digital files in a secure and efficient manner]]></skos:definition> + <eira:definitionSource>Inspired in the definition provided by relebant database vendors</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): GARTNER- Distributed File Systems and Objects Storage Reviews and Ratings. https://www.gartner.com/reviews/market/distributed-file-systems-and-object-storage]]></skos:example> + <eira:iopSaliency><![CDATA[File Storage ABB is salient for technical interoperability because it set up the data integration mechanism based on different files. This kind of file storage permit also ensures data provenance of the information considering file modification and creation.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/FileStorageTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService"> + <skos:notation><![CDATA[Graph Database Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Graph Database Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Graph Database manager ABB is a Technology Service that implements the behaviour of a software system that manages and manipulates data stores in the form of nodes, edges, and properties, which are represented as a graph + +Source: Inspired in the definition provided by relebant Graph database vendors + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): neo4j Graph Database management. https://neo4j.com/docs/graph-data-science/current/management-ops/ + +LOST view: Technical view - Infrastructure + +Identifier: http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService + +eira:ID: http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService + +ABB name: eira:GraphDatabaseManagerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:GraphDatabaseManagerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Graph Database Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Graph Database Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService</eira:PURI> + <dcterms:type>eira:GraphDatabaseManagerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Graph Database manager ABB is a Technology Service that implements the behaviour of a software system that manages and manipulates data stores in the form of nodes, edges, and properties, which are represented as a graph]]></skos:definition> + <eira:definitionSource>Inspired in the definition provided by relebant Graph database vendors</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): neo4j Graph Database management. https://neo4j.com/docs/graph-data-science/current/management-ops/]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService"> + <skos:notation><![CDATA[Inmutable Database Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Inmutable Database Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Immutable Database Manager ABB is a Technology Service that enables the procedure to manage data that cannot be (or shouldn't be) deleted or modified. + +Source: ODBMS + +Source reference: https://www.odbms.org/2015/10/the-rise-of-immutable-data-stores/ + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): immubd is a database written in Go, but unlike other databases, it is immutable: history is preserved and can't be changed without clients noticing. immudb can be used both as a key-value store, or as a relational database (SQL). immudb can be run as full database server with replicas or easily embedded as a lightweight database into application. https://docs.immudb.io/master/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Immutable Database Manager ABB is salient for technical interoperability because it establishes the mechanism to store information and also, manages that the stored information is cannot be deleted or modified. + +Identifier: http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService + +eira:ID: http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService + +ABB name: eira:InmutableDatabaseManagerTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:InmutableDatabaseManagerTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Inmutable Database Manager]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Inmutable Database Manager]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService</eira:PURI> + <dcterms:type>eira:InmutableDatabaseManagerTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Immutable Database Manager ABB is a Technology Service that enables the procedure to manage data that cannot be (or shouldn't be) deleted or modified.]]></skos:definition> + <eira:definitionSource>ODBMS</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.odbms.org/2015/10/the-rise-of-immutable-data-stores/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): immubd is a database written in Go, but unlike other databases, it is immutable: history is preserved and can't be changed without clients noticing. immudb can be used both as a key-value store, or as a relational database (SQL). immudb can be run as full database server with replicas or easily embedded as a lightweight database into application. https://docs.immudb.io/master/]]></skos:example> + <eira:iopSaliency><![CDATA[Immutable Database Manager ABB is salient for technical interoperability because it establishes the mechanism to store information and also, manages that the stored information is cannot be deleted or modified.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityProviderTechnologyService"> + <skos:notation><![CDATA[Identity Provider]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IdentityProviderTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Identity Provider]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Identity provider ABB is a Technology Service that enables the authentication of users and provides them with a secure means of accessing online resources and applications + +Source: Inpired in eIDAS + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/eidas-regulation + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services. EU Login is the entry gate to sign in to different European Commission services and/or other systems. EU Login verifies your identity and allows recovering your personal settings, history and access rights in a secure way. You can sign in using social media accounts or the EU Login account. https://webgate.ec.europa.eu/cas/about.html + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Identity Provider ABB is salient for technical and semantic interoperability because it provides mechanisms to ensure the identification of stakeholders (organizations or individuals) across multiple platforms around Europe. Thus, it permits: (i) making interoperable identities across the public service platforms, and (ii) secure identification to the public services. + +Identifier: http://data.europa.eu/dr8/IdentityProviderTechnologyService + +eira:ID: http://data.europa.eu/dr8/IdentityProviderTechnologyService + +ABB name: eira:IdentityProviderTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:IdentityProviderTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityProviderTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Identity Provider]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IdentityProviderTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Identity Provider]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentityProviderTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/IdentityProviderTechnologyService</eira:PURI> + <dcterms:type>eira:IdentityProviderTechnologyService</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Identity provider ABB is a Technology Service that enables the authentication of users and provides them with a secure means of accessing online resources and applications]]></skos:definition> + <eira:definitionSource>Inpired in eIDAS</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/eidas-regulation]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services. EU Login is the entry gate to sign in to different European Commission services and/or other systems. EU Login verifies your identity and allows recovering your personal settings, history and access rights in a secure way. You can sign in using social media accounts or the EU Login account. https://webgate.ec.europa.eu/cas/about.html]]></skos:example> + <eira:iopSaliency><![CDATA[Identity Provider ABB is salient for technical and semantic interoperability because it provides mechanisms to ensure the identification of stakeholders (organizations or individuals) across multiple platforms around Europe. Thus, it permits: (i) making interoperable identities across the public service platforms, and (ii) secure identification to the public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/IdentityProviderTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIGatewayTechnologyService"> + <skos:notation><![CDATA[API Gateway]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIGatewayTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[API Gateway]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: API Gateway ABB is a Technology Service that implements the behaviour of acting as a single entry point for multiple APIs (Application Programming Interfaces) + +Source: Inspired in Joinup + +Source reference: https://joinup.ec.europa.eu/collection/api4dt/about + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): API Gateway Authentication Bundle. It authenticates requests from European Commission service API Gateway. https://joinup.ec.europa.eu/collection/ecphp/solution/api-gw-authentication-php/about + +LOST view: Technical view - Infrastructure + +Interoperability saliency: API Gateway ABB is salient for semantic interoperability due to its setting up the rules to share multiple public administration digital services to facilitate their accessibility, discovery and sharing across platforms (catalogue of APIs). These rules follow up existing standards and common practices in the API documentation and accessibility (Open APIs description). + +Identifier: http://data.europa.eu/dr8/APIGatewayTechnologyService + +eira:ID: http://data.europa.eu/dr8/APIGatewayTechnologyService + +ABB name: eira:APIGatewayTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <eira:APIGatewayTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIGatewayTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of API Gateway]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIGatewayTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of API Gateway]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIGatewayTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/APIGatewayTechnologyService</eira:PURI> + <dcterms:type>eira:APIGatewayTechnologyService</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[API Gateway ABB is a Technology Service that implements the behaviour of acting as a single entry point for multiple APIs (Application Programming Interfaces)]]></skos:definition> + <eira:definitionSource>Inspired in Joinup</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/api4dt/about]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): API Gateway Authentication Bundle. It authenticates requests from European Commission service API Gateway. https://joinup.ec.europa.eu/collection/ecphp/solution/api-gw-authentication-php/about]]></skos:example> + <eira:iopSaliency><![CDATA[API Gateway ABB is salient for semantic interoperability due to its setting up the rules to share multiple public administration digital services to facilitate their accessibility, discovery and sharing across platforms (catalogue of APIs). These rules follow up existing standards and common practices in the API documentation and accessibility (Open APIs description).]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/APIGatewayTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService"> + <skos:notation><![CDATA[Enterprise Service Bus]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Enterprise Service Bus]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Enterprise Service Bus ABB is a Technology Service that enables integration between applications by acting as a centralized component to perform the transformation in data models, handle connectivity, perform message routing, convert communication protocols and manage the composition of multiple requests. + +Source: Gartner + +Source reference: https://www.gartner.com/en/documents/1405237 + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): eXTra Enterprise Service Bus (eESB), eESB is an Enterprise Service Bus for exchanging data between the institutes of the German pension insurance. To connect the services within one institute EJB-Technology is used. The communication with external partners and between the different institutes of the German pension insurance is based on SOAP-WebServices. As data structure for the general communication the eXTra-Standard is used to address the responsible service applications. https://joinup.ec.europa.eu/collection/egovernment/solution/extra-enterprise-service-bus-eesb/about + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Enterprise Service Bus ABB is salient for semantic and technical interoperability due to it ensuring (i) data sharing across different public service applications and infrastructures using specific enhanced datasets with metadata, and (ii) providing data sharing mechanism using open specifications and open data standards. + +Identifier: http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService + +eira:ID: ABB577 + +ABB name: eira:EnterpriseServiceBusTechnologyService + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping" /> + <eira:EnterpriseServiceBusTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Enterprise Service Bus]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Enterprise Service Bus]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService</eira:PURI> + <dcterms:type>eira:EnterpriseServiceBusTechnologyService</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Enterprise Service Bus ABB is a Technology Service that enables integration between applications by acting as a centralized component to perform the transformation in data models, handle connectivity, perform message routing, convert communication protocols and manage the composition of multiple requests.]]></skos:definition> + <eira:definitionSource>Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/documents/1405237]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): eXTra Enterprise Service Bus (eESB), eESB is an Enterprise Service Bus for exchanging data between the institutes of the German pension insurance. To connect the services within one institute EJB-Technology is used. The communication with external partners and between the different institutes of the German pension insurance is based on SOAP-WebServices. As data structure for the general communication the eXTra-Standard is used to address the responsible service applications. https://joinup.ec.europa.eu/collection/egovernment/solution/extra-enterprise-service-bus-eesb/about]]></skos:example> + <eira:iopSaliency><![CDATA[Enterprise Service Bus ABB is salient for semantic and technical interoperability due to it ensuring (i) data sharing across different public service applications and infrastructures using specific enhanced datasets with metadata, and (ii) providing data sharing mechanism using open specifications and open data standards.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SuccessfulPublicServiceImplementationOrientation"> + <skos:notation><![CDATA[Successful Public Service Implementation Orientation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SuccessfulPublicServiceImplementationOrientation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Successful Public Service Implementation Orientation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Successful Public Service Implementation Orientation ABB is a Principle refering to the implementation of the European interoperability framework, which is guided by the following vision: ‘Public administrations should make implementation decisions selecting a focus among alternative implementation orientations and considering the best fit with the public policy context. EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Essential -The EA Essential tool provides with a semantically-rich meta-model. This means accurate modelling which allows for sophisticated reporting. Essential can be configured to import data from a wide range of sources such as CMDBs, Business Process Modelling tools, PMO tools, etc. The Essential Import Utility REST API allows to schedule automated imports from external data sources to keep the repository accurate and current. Complex queries can be built on the repository using the query wizard in Essential Open Source. -In addition to traditional the Enterprise Architecture assets, Essential also manages information about the entire organization including resources, skills, contracts, risk, security and more. -https://www.enterprise-architecture.org/features.php]]></skos:definition> - <dcterms:identifier>ABB210</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyServiceComponent"> - <skos:notation>ConfigurationAndSolutionCartographyServiceComponent</skos:notation> - <skos:prefLabel xml:lang="en">Configuration and Solution Cartography Service Component</skos:prefLabel> - <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: -Implements the functionality of documenting the configuration and architecture of solutions. +Examples of resource based implementation orientations are the integration orientation, the technology orientation, the governance orientation, and the legal orientation.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:SuccessfulPublicServiceImplementationOrientation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SuccessfulPublicServiceImplementationOrientation_Properties"> + <skos:notation><![CDATA[Properties of Successful Public Service Implementation Orientation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SuccessfulPublicServiceImplementationOrientation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Successful Public Service Implementation Orientation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/SuccessfulPublicServiceImplementationOrientation" /> + <dcterms:type>eira:SuccessfulPublicServiceImplementationOrientation</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB412</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnologyNeutrality"> + <skos:notation><![CDATA[Technology Neutrality]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnologyNeutrality</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Technology Neutrality]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Technology Neutrality ABB is a Principle refering to the independency of specific technology choices, that therefore can operate on a variety of technology platforms + +Source: Europa +(https://ec.europa.eu/info/sites/default/files/xxii-3b-technology-neutrality_en.pdf) -Source: ISA2 - EIA Action +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:TechnologyNeutrality_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnologyNeutrality_Properties"> + <skos:notation><![CDATA[Properties of Technology Neutrality]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnologyNeutrality_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Technology Neutrality]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnologyNeutrality" /> + <dcterms:modified>2023-05-25</dcterms:modified> + <dcterms:type>eira:TechnologyNeutrality</dcterms:type> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB395</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnologicalNeutralityAndDataPortability"> + <skos:notation><![CDATA[Technological neutrality and data portability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnologicalNeutralityAndDataPortability</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Technological neutrality and data portability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Technological neutrality and data portability ABB is a Principle establishing European public services. Public administrations should focus on functional needs and defer decisions on technology as long as possible in order to minimise technological dependencies, to avoid imposing specific technical implementations or products on their constituents and to be able to adapt to the rapidly evolving technological environment. + +Public administrations should provide for access and reuse of their public services and data irrespective of specific technologies or products. + +The functioning of the digital single market requires data to be easily transferable among different systems to avoid lock-in, support the free movement of data. This requirement relates to data portability - the ability to move and reuse data easily among different applications and systems, which becomes even more challenging in cross-border scenarios. + +Source: EIF +(https://ec.europa.eu/isa2/eif_en) +The new European Interoperability Framework (EIF) is part of the Communication (COM(2017)134) from the European Commission adopted on 23 March 2017. The framework gives specific guidance on how to set up interoperable digital public services.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:TechnologicalNeutralityAndDataPortability_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnologicalNeutralityAndDataPortability_Properties"> + <skos:notation><![CDATA[Properties of Technological neutrality and data portability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnologicalNeutralityAndDataPortability_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Technological neutrality and data portability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnologicalNeutralityAndDataPortability" /> + <dcterms:type>eira:TechnologicalNeutralityAndDataPortability</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB305</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Multilingualism"> + <skos:notation><![CDATA[Multilingualism]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Multilingualism</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Multilingualism]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Multilingualism ABB is a Principle considering that European public services can potentially be used by anyone in any Member State. Citizens across Europe often have problems in accessing and using digital public services if these are not available in the languages they speak. + +A balance needs to be found between the expectations of citizens and businesses to be served in their own language(s) or their preferred language(s) and the ability of Member States’ public administrations to offer services in all official EU languages. +A suitable balance could be that European public services are available in the languages of the expected end-users, i.e. the number of languages is decided on the basis of users’ needs, such as the level to which the service is critical for the implementation of the digital single market or national policies, or the size of the relevant audience. + +Multilingualism comes into play not just in the user interface, but at all levels in the design of European public services. For example, the choices made on data representation in an electronic database should not limit its ability to support different languages. + +The multilingual aspect of interoperability becomes also relevant when a public service requires exchanges between information systems across language boundaries, as the meaning of the information exchanged must be preserved. + +Source: EIF +(https://ec.europa.eu/isa2/eif_en) +The new European Interoperability Framework (EIF) is part of the Communication (COM(2017)134) from the European Commission adopted on 23 March 2017. The framework gives specific guidance on how to set up interoperable digital public services.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:Multilingualism_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Multilingualism_Properties"> + <skos:notation><![CDATA[Properties of Multilingualism]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Multilingualism_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Multilingualism]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Multilingualism" /> + <dcterms:type>eira:Multilingualism</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB309</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EULFCompliance"> + <skos:notation><![CDATA[EULF compliance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EULFCompliance</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[EULF compliance]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +EULF compliance ABB is a Principle consisting of a package of case studies, specifications, guidelines, training materials, recommendations and actions required by public administrations and stakeholder communities to facilitate the implementation, use and expansion of INSPIRE in an e-government context. + +Source: Joinup +(https://joinup.ec.europa.eu/sites/default/files/news/attachment/jrc103110_1-dc246-d3.2_eulf_guideline_on_location_privacy_v1.00_final_-_pubsy.pdf) -INTEROPERABILITY SALIENCY: -The Configuration and Solution of Cartography Component ABB �is salient for technical interoperability because it provides the implementation of the functionalities which can be exploited to document the interoperabilty features of a solution or a set of solution/services. +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:EULFCompliance_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EULFCompliance_Properties"> + <skos:notation><![CDATA[Properties of EULF compliance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EULFCompliance_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of EULF compliance]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/EULFCompliance" /> + <dcterms:type>eira:EULFCompliance</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB394</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SubsidiarityAndProportionality"> + <skos:notation><![CDATA[Subsidiarity and proportionality]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SubsidiarityAndProportionality</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Subsidiarity and proportionality]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Subsidiarity and proportionality ABB is a Principle requiring EU decisions to be taken as closely as possible to the citizen + +Source: Europarl +(https://www.europarl.europa.eu/factsheets/en/sheet/7/the-principle-of-subsidiarity) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:SubsidiarityAndProportionality_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SubsidiarityAndProportionality_Properties"> + <skos:notation><![CDATA[Properties of Subsidiarity and proportionality]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SubsidiarityAndProportionality_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Subsidiarity and proportionality]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/SubsidiarityAndProportionality" /> + <dcterms:type>eira:SubsidiarityAndProportionality</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB407</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Proactiveness"> + <skos:notation><![CDATA[Proactiveness]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Proactiveness</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Proactiveness]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Proactiveness ABB is a Principle refering to proactive services, which are public services that a public institution delivers following its own initiative considering the presumable will by the person and that is delivered based on the information stored in the data collections belonging to the state information system. +Proactive service is based on life and business events and circumstances + +Source: Dictionary +(https://www.dictionary.com/browse/proactiveness) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:Proactiveness_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Proactiveness_Properties"> + <skos:notation><![CDATA[Properties of Proactiveness]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Proactiveness_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Proactiveness]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Proactiveness" /> + <dcterms:type>eira:Proactiveness</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB397</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IntegratedHorizontalUserExperience"> + <skos:notation><![CDATA[Integrated Horizontal User Experience]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IntegratedHorizontalUserExperience</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Integrated Horizontal User Experience]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Integrated horizontal user experience ABB is a Principle refering to a user's experience, when her/his experience using a digital interface is fluent and seamless, also when she/he navigates through different applications/contexts. + +Source: Economicshelp +(https://www.economicshelp.org/blog/glossary/horizontal-integration/) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:IntegratedHorizontalUserExperience_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IntegratedHorizontalUserExperience_Properties"> + <skos:notation><![CDATA[Properties of Integrated Horizontal User Experience]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IntegratedHorizontalUserExperience_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Integrated Horizontal User Experience]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/IntegratedHorizontalUserExperience" /> + <dcterms:type>eira:IntegratedHorizontalUserExperience</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB390</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicValue"> + <skos:notation><![CDATA[Public Value]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicValue</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Value]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Public values ABB is a Principle rooting in a reciprocal relationship between administrators and the citizenry. Value is created by satisfying politically expressed desires of citizens and clients. A digital public service should create and deliver public value to the society. + +Source: +(Meynhardt, T. (2009). Public Value: Organisationen machen Gesellschaft. In: OrganisationsEntwicklung. Zeitschrift für Unternehmensentwicklung und Change Management 2013, Nr. 4, S. 4-7) EXAMPLES: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): -Essential -The EA Essential tool provides with a semantically-rich meta-model. This means accurate modelling which allows for sophisticated reporting. Essential can be configured to import data from a wide range of sources such as CMDBs, Business Process Modelling tools, PMO tools, etc. The Essential Import Utility REST API allows to schedule automated imports from external data sources to keep the repository accurate and current. Complex queries can be built on the repository using the query wizard in Essential Open Source. -In addition to traditional the Enterprise Architecture assets, Essential also manages information about the entire organization including resources, skills, contracts, risk, security and more. -https://www.enterprise-architecture.org/features.php]]></skos:definition> - <dcterms:identifier>ABB213</dcterms:identifier> - <skos:broader rdf:resource="http://data.europa.eu/dr8/"/> - <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> - </skos:Concept> -</rdf:RDF> +Europass is a service providing value to the citizens that are looking for a way to structure their CV. + + +Source: (https://europa.eu/europass/en)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PublicValue_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicValue_Properties"> + <skos:notation><![CDATA[Properties of Public Value]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicValue_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Value]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicValue" /> + <dcterms:type>eira:PublicValue</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB411</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AssessmentOfEffectivenessAndEfficiency"> + <skos:notation><![CDATA[Assessment of Effectiveness and Efficiency]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AssessmentOfEffectivenessAndEfficiency</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Assessment of Effectiveness and Efficiency]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Assessment of effectiveness and efficiency ABB is a Principle helping in the identification of the value an interoperable European public service can provide. Examples are return on investment, total cost of ownership, level of flexibility and adaptability, reduced administrative burden, efficiency, reduced risk, transparency, simplification, improved working methods, and level of user satisfaction. + +Various technological solutions should be evaluated when striving to ensure the effectiveness and efficiency of a European public service. + +Source: ISA2 +(https://ec.europa.eu/isa2/eif_en) +The new European Interoperability Framework (EIF) is part of the Communication (COM(2017)134) from the European Commission adopted on 23 March 2017. The framework gives specific guidance on how to set up interoperable digital public services.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:AssessmentOfEffectivenessAndEfficiency_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AssessmentOfEffectivenessAndEfficiency_Properties"> + <skos:notation><![CDATA[Properties of Assessment of Effectiveness and Efficiency]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AssessmentOfEffectivenessAndEfficiency_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Assessment of Effectiveness and Efficiency]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/AssessmentOfEffectivenessAndEfficiency" /> + <dcterms:type>eira:AssessmentOfEffectivenessAndEfficiency</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB312</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanDIgitalSovereignty"> + <skos:notation><![CDATA[European digital sovereignty]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanDIgitalSovereignty</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[European digital sovereignty]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +European digital sovereignty ABB is a Principle entailing the ensurance that all underlying digital components of ICT solutions (hardware, software, and services) meet European requirements, including the requirements to deploy a secure cloud infrastructure and interoperable services that fully comply with European legal provisions and ethical values. + +Source: Europarl +(https://www.europarl.europa.eu/RegData/etudes/BRIE/2020/651992/EPRS_BRI(2020)651992_EN.pdf#:~:text=The%20notion%20of%20%27technological%27%20or%20%27digital%20sovereignty%27%20has,ability%20to%20act%20independently%20in%20the%20digital%20world2) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:EuropeanDIgitalSovereignty_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanDIgitalSovereignty_Properties"> + <skos:notation><![CDATA[Properties of European digital sovereignty]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanDIgitalSovereignty_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of European digital sovereignty]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/EuropeanDIgitalSovereignty" /> + <dcterms:type>eira:EuropeanDIgitalSovereignty</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB417</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Privacy"> + <skos:notation><![CDATA[Privacy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Privacy</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Privacy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Privacy ABB is a Principle refering to any freely given, specific, informed and unambiguous indication of the data subject's wishes by which he or she, by a statement or by a clear affirmative action, signifies agreement to the processing of personal data relating to him or her + +Source: Cambridge dictionary +(https://dictionary.cambridge.org/dictionary/english/privacy) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:Privacy_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Privacy_Properties"> + <skos:notation><![CDATA[Properties of Privacy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Privacy_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Privacy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Privacy" /> + <dcterms:type>eira:Privacy</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB393</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Innovation"> + <skos:notation><![CDATA[Innovation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Innovation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Innovation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Innovation ABB is a Principle entailing organisations and processes to rethink, and changing behaviour so that public services are delivered more efficiently to people. Implemented well, eGovernment enables citizens, enterprises and organisations to carry out their business with government more easily, more quickly and at lower cost. + +Source: Cambridge dictionary +(https://dictionary.cambridge.org/dictionary/english/innovation?q=Innovation) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:Innovation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Innovation_Properties"> + <skos:notation><![CDATA[Properties of Innovation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Innovation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Innovation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Innovation" /> + <dcterms:type>eira:Innovation</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB384</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/User-centricity"> + <skos:notation><![CDATA[User-centricity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/User-centricity</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[User-centricity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +User-centricity ABB is a Principle refering to putting users’ needs at the centre when determining which public services should be provided and how they should be delivered. Therefore, as far as possible, user needs and requirements should guide the design and development of public services, in accordance with the following expectations: i A multi-channel service delivery approach; ii A single point of contact should be made available to users; iii Users’ feedback should be systematically collected, assessed and used to design new public services and to further improve existing ones. + +Source: Joinup +(https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/user-centricity) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:User-centricity_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/User-centricity_Properties"> + <skos:notation><![CDATA[Properties of User-centricity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/User-centricity_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of User-centricity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/User-centricity" /> + <dcterms:type>eira:User-centricity</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB405</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InclusionAndAccessibility"> + <skos:notation><![CDATA[Inclusion and accessibility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InclusionAndAccessibility</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Inclusion and accessibility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Inclusion and accessibility ABB is a Principle enabling everyone to take full advantage of the opportunities offered by new technologies to access and make use of European public services, overcoming social and economic divides and exclusion. +Accessibility ensures that people with disabilities, the elderly and other disadvantaged groups can use public services at service levels comparable to those provided to other citizens. + +Inclusion and accessibility must be part of the whole development lifecycle of a European public service in terms of design, information content and delivery. It should comply with e-accessibility specifications widely recognised at European or international level. + +Inclusion and accessibility usually involve multi-channel delivery. Traditional paper-based or face-to-face service delivery may need to co-exist with electronic delivery. + +Inclusion and accessibility can also be improved by an information system’s ability to allow third parties to act on behalf of citizens who are unable, either permanently or temporarily, to make direct use of public services. + +Source: EIF +(https://ec.europa.eu/isa2/eif_en) +The new European Interoperability Framework (EIF) is part of the Communication (COM(2017)134) from the European Commission adopted on 23 March 2017. The framework gives specific guidance on how to set up interoperable digital public services.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:InclusionAndAccessibility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InclusionAndAccessibility_Properties"> + <skos:notation><![CDATA[Properties of Inclusion and accessibility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InclusionAndAccessibility_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Inclusion and accessibility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/InclusionAndAccessibility" /> + <dcterms:type>eira:InclusionAndAccessibility</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB307</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Accountability"> + <skos:notation><![CDATA[Accountability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Accountability</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Accountability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Accountability ABB is a Principle enabling the accountability of users and of public administrations. Transparency, liability, controllability, responsibility, and responsiveness are defined as distinct dimensions of accountability, providing an improvement on the current state of conceptual fuzziness. The typology provides a vocabulary for the core argument, that conflicting expectations borne of disparate conceptions of accountability undermine organizational effectiveness. + +Source: +(Williams, Reyes (2006) Leadership accountability in a globalizing world. London: Palgraave Macmillan) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +The digital technologies in elections is an example of accountability, since they are promoting transparency and accountablility. + +Source:(https://www.europarl.europa.eu/RegData/etudes/BRIE/2018/625178/EPRS_BRI(2018)625178_EN.pdf)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:Accountability_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Accountability_Properties"> + <skos:notation><![CDATA[Properties of Accountability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Accountability_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Accountability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Accountability" /> + <dcterms:type>eira:Accountability</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB414</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AdministrativeSimplification"> + <skos:notation><![CDATA[Administrative Simplification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AdministrativeSimplification</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Administrative Simplification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Administrative Simplification ABB is a Principle refering to streamlined delivery services. e.g.: +- Harmonised rules on eligibility and durability +- Greater use of simplified costs +- Linking payments with results +- e-Cohesion +- Proportional approach to control +- Simplification of solutions + +Source: Joinup +(https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/administrative-simplification) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:AdministrativeSimplification_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AdministrativeSimplification_Properties"> + <skos:notation><![CDATA[Properties of Administrative Simplification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AdministrativeSimplification_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Administrative Simplification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/AdministrativeSimplification" /> + <dcterms:type>eira:AdministrativeSimplification</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB388</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Openness"> + <skos:notation><![CDATA[Openness]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Openness</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Openness]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Openness ABB is a Principle relating to data, specifications and software, in the context of interoperable public services. + +Open government data (here simply referred ‘open data’) refers to the idea that all public data should be freely available for use and reuse by others, unless restrictions apply e.g. for protection of personal data, confidentiality, or intellectual property rights. Public administrations collect and generate huge amounts of data. The Directive on the reuse of public sector information (PSI)7 encourages Member States to make public information available for access and reuse as open data. The INSPIRE Directive8 requires, in addition, sharing of spatial datasets and services between public authorities with no restrictions or practical obstacles to its reuse. This data should be published with as few restrictions as possible and clear licences for its use to allow better scrutiny of administrations’ decision-making processes and realise transparency in practice. + +The use of open source software technologies and products can help save development cost, avoid a lock-in effect and allow fast adaptation to specific business needs because the developer communities that support them are constantly adapting them. Public administrations should not only use open source software but whenever possible contribute to the pertinent developer communities. Open source is an enabler of the underlying EIF principle on reusability. + +The level of openness of a specification/standard is decisive for the reuse of software components implementing that specification. This also applies when such components are used to introduce new European public services. If the openness principle applies in full: +* all stakeholders have the opportunity to contribute to the development of the specification and a public review is part of the decision-making process; +* the specification is available for everyone to study; +* intellectual property rights to the specification are licensed on FRAND9 terms, in a way that allows implementation in both proprietary and open source software10, and preferably on a royalty-free basis. + +Due to their positive effect on interoperability, the use of open specifications has been promoted in many policy statements and is encouraged for European public service delivery. The positive effect of open specifications is demonstrated by the internet ecosystem. However, public administrations may decide to use less open specifications if open ones do not exist or do not meet functional needs. In all cases, specifications should be mature and sufficiently supported by the market, unless they are being used to create innovative solutions. + +Lastly, openness also means empowering citizens and businesses to get involved in the design of new services, to contribute to service improvement and to give feedback about the quality of the existing public services. + +Source: EIF +(https://ec.europa.eu/isa2/eif_en) +The new European Interoperability Framework (EIF) is part of the Communication (COM(2017)134) from the European Commission adopted on 23 March 2017. The framework gives specific guidance on how to set up interoperable digital public services.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:Openness_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Openness_Properties"> + <skos:notation><![CDATA[Properties of Openness]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Openness_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Openness]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Openness" /> + <dcterms:type>eira:Openness</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB302</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Security"> + <skos:notation><![CDATA[Security]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Security</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Security]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Security ABB is a Principle refering to the support of the application of the eGovernment security policies in ICT. + +Source: EUR- LEX +(https://eur-lex.europa.eu/summary/glossary/foreign_security_policy.html) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +Security refers to the support of the application of the eGovernment security policies in ICT. The primary policies are: 1) Privacy by Design and by default, 2) security by design and by default, 3) security dimensions: confidentiality, integrity, availability, authenticity, non-repudiation, protection of personal data, professional secrecy, 4) principles of security: legality, transparency, proportionality and accountability; 4) Encourage the development and use of highly secure systems (long-term) and the reuse of existing secure solutions platforms and corresponding investments (reusability under the dual pillar approach); 5) Create stronger institutional supervision and oversight of security, of risks and of the maturity of the institution for its management; 6) Substantiate the data minimization principle by using anonymization techniques in all European eGovernment systems, 6) Stimulate technical and legal solutions that avoid or limit privacy risks caused by re-identification of previously anonymized data, 7) Make Privacy Impact Assessments of eGovernment systems mandatory and public, 8) Use gateways to achieve interoperability of different national eGovernment security tools, but aim at Europe-wide availability and usability of tools, 9) Ensure open and transparent evaluations of the trade-offs between privacy, security, usability, continuity, interoperability and costs of an eGovernment system and conduct corresponding risk/impact assessments, 10) Develop a policy strategy for improving the security of IT-systems used in Europe.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:Security_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Security_Properties"> + <skos:notation><![CDATA[Properties of Security]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Security_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Security]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Security" /> + <dcterms:type>eira:Security</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB385</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MarketCollaboration"> + <skos:notation><![CDATA[Market collaboration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MarketCollaboration</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Market collaboration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Market collaboration ABB is a Principle considering partnership relationships with private sector to design and deliver Digital public services. +Market Collaboration ensures efficient and effective use of resources, by seeking for reusable standards, that are open and supporting cost-effective interoperability between ICT capabilities and facilitate citizen-oriented business models + +Source: Lawinsider +(https://www.lawinsider.com/dictionary/collaboration-market-segment) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +Authorised Economic Operator (AEO) +The AEO concept is based on the Customs-to-Business partnership introduced by the World Customs Organisation (WCO). +Traders who voluntarily meet a range of criteria work in close cooperation with customs authorities to assure the common objective of supply chain security and are entitled to enjoy benefits throughout the EU. + +Source: (https://ec.europa.eu/taxation_customs/authorised-economic-operator-aeo_en)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:MarketCollaboration_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MarketCollaboration_Properties"> + <skos:notation><![CDATA[Properties of Market collaboration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MarketCollaboration_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Market collaboration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/MarketCollaboration" /> + <dcterms:type>eira:MarketCollaboration</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB415</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PreservationOfInformation"> + <skos:notation><![CDATA[Preservation of information]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PreservationOfInformation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Preservation of information]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Preservation of information ABB is a Principle requiring that decisions and data are stored and can be accessed for a specified time. This means that records18 and information in electronic form held by public administrations for the purpose of documenting procedures and decisions must be preserved and be converted, where necessary, to new media when old media become obsolete. The goal is to ensure that records and other forms of information keep their legibility, reliability and integrity and can be accessed as long as needed subject to security and privacy provisions. + +To guarantee the long-term preservation of electronic records and other kinds of information, formats should be chosen to ensure long-term accessibility, including preservation of associated electronic signatures or seals. In this regard, the use of qualified preservation services, in line with Regulation (EU) 910/2014, can ensure the long-term preservation of information. + +For information sources owned and managed by national administrations, preservation is a purely national matter. For information that is not strictly national, preservation becomes a European issue. In that case, an appropriate ‘preservation policy’ should be applied by the Member States concerned, to cope with any difficulties arising if the relevant information is used under different jurisdictions. + +Source: EIF +(https://ec.europa.eu/isa2/eif_en) +The new European Interoperability Framework (EIF) is part of the Communication (COM(2017)134) from the European Commission adopted on 23 March 2017. The framework gives specific guidance on how to set up interoperable digital public services.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:PreservationOfInformation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PreservationOfInformation_Properties"> + <skos:notation><![CDATA[Properties of Preservation of information]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PreservationOfInformation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Preservation of information]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/PreservationOfInformation" /> + <dcterms:type>eira:PreservationOfInformation</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB311</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Reusability"> + <skos:notation><![CDATA[Reusability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Reusability</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Reusability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Reusability ABB is a principle meaning that, public administrations confronted with a specific problem seek to benefit from the work of others by looking at what is available, assessing its usefulness or relevance to the problem at hand, and where appropriate, adopting solutions that have proven their value elsewhere. This requires the public administration to be open to sharing its interoperability solutions, concepts, frameworks, specifications, tools and components with others. + +Reusability of IT solutions (e.g. software components, Application Programming Interfaces, standards), information and data, is an enabler of interoperability and improves quality because it extends operational use, as well as saving money and time. This makes it a major contributor to the development of a digital single market in the EU. Some EU standards and specifications also exist in the DIFs and should be applied more widely. For example, the INSPIRE Directive sets out interoperability standards for addresses, cadastres, roads and many other data topics of relevance to many public administrations. These existing standards and specifications can and should be used more widely beyond the domain for which they were originally developed. + +Several public administrations and governments across the EU already promote sharing and reuse of IT solutions by adopting new business models, promoting the use of open source software for key ICT services and when deploying digital service infrastructure. + +There are some key challenges that limit the sharing and reuse of IT solutions, at technical, organisational, legal and communication levels. The ISA² sharing and reuse framework for IT solutions12 provides recommendations for public administrations to help them overcome these challenges and share/reuse common IT solutions. Reuse and sharing can be effectively supported by collaborative platforms. + +Source: EIF +(https://ec.europa.eu/isa2/eif_en) +The new European Interoperability Framework (EIF) is part of the Communication (COM(2017)134) from the European Commission adopted on 23 March 2017. The framework gives specific guidance on how to set up interoperable digital public services.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:Reusability_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Reusability_Properties"> + <skos:notation><![CDATA[Properties of Reusability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Reusability_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Reusability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Reusability" /> + <dcterms:type>eira:Reusability</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB304</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Accessibility"> + <skos:notation><![CDATA[Accessibility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Accessibility</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Accessibility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Accessibility ABB is a Principle ensuring that people with disabilities, the elderly and other disadvantaged groups can use public services at service levels comparable to those provided to other citizens. + +Source: Gartner +(https://www.gartner.com/en/human-resources/glossary/accessibility) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +All the official websites of the EU institutions should follow international guidelines for accessible web content. This means that texts, images, forms, sounds, etc. should be accessible and understandable by as many people as possible without discrimination. + +Source: (https://european-union.europa.eu/web-accessibility-policy_en)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:Accessibility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Accessibility_Properties"> + <skos:notation><![CDATA[Properties of Accessibility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Accessibility_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Accessibility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Accessibility" /> + <dcterms:type>eira:Accessibility</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB403</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConvergenceControlOnPublicPolicyGoalsAttainment"> + <skos:notation><![CDATA[Convergence control on public policy goals attainment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConvergenceControlOnPublicPolicyGoalsAttainment</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Convergence control on public policy goals attainment]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Convergence control on public policy goals attainment ABB is a Principle designing and implementating sufficient mechanisms in order to attain full visibility on effective realisation of public services, based on public policies, by putting in place processes and procedures that provide accountability to stakeholders + +Source: Europarl +(https://www.europarl.europa.eu/RegData/etudes/IDAN/2018/614502/IPOL_IDA(2018)614502_EN.pdf) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:ConvergenceControlOnPublicPolicyGoalsAttainment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConvergenceControlOnPublicPolicyGoalsAttainment_Properties"> + <skos:notation><![CDATA[Properties of Convergence control on public policy goals attainment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConvergenceControlOnPublicPolicyGoalsAttainment_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Convergence control on public policy goals attainment]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConvergenceControlOnPublicPolicyGoalsAttainment" /> + <dcterms:type>eira:ConvergenceControlOnPublicPolicyGoalsAttainment</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB386</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalInclusion"> + <skos:notation><![CDATA[Digital Inclusion]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalInclusion</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Inclusion]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Digital Inclusion ABB is a Principle relating to seamless, transparent, accessible and user-friendly digital government services. Citizens must be able to use such digital services without having legal knowledge. The members of our societies should have the opportunity to help shape the digital transformation and share their ideas and content with others unimpeded, while respecting the rights of third parties. The public sector should encourage such wider participation in policy-making by involving society in the design of public services through co-creation, ex-perimentation and collaboration. + +Source: Webjunction +(https://www.webjunction.org/explore-topics/digital-inclusion.html#:~:text=%22Digital%20inclusion%20is%20the%20ability%20of%20individuals%20and,digital%20inclusion%2C%20we%27ve%20created%20a%20Digital%20Inclusion%20Infographic.) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +Issuing of an authorisation by using digital means + +Source: (https://www.gov.gr/upourgeia/upourgeio-psephiakes-diakuberneses/psephiakes-diakuberneses/ekdose-exousiodoteses) + +]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:DigitalInclusion_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalInclusion_Properties"> + <skos:notation><![CDATA[Properties of Digital Inclusion]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalInclusion_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Inclusion]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalInclusion" /> + <dcterms:type>eira:DigitalInclusion</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB416</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CodeOfEthicsCompliance"> + <skos:notation><![CDATA[Code of ethics compliance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CodeOfEthicsCompliance</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Code of ethics compliance]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Code of ethics compliance ABB is a Principle refering to the expression of important values and standards that are also to be found in the law, but are not encumbered by the limitations and constraints that necessarily attach to legally-binding rules that can be used to impose sanctions. + +Source: Investopaidia +(https://www.investopedia.com/terms/c/code-of-ethics.asp#:~:text=Compliance-based%20codes%20of%20ethics%20not%20only%20set%20guidelines,codes%20of%20ethics%20to%20enforce%20laws%20and%20regulations.) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:CodeOfEthicsCompliance_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CodeOfEthicsCompliance_Properties"> + <skos:notation><![CDATA[Properties of Code of ethics compliance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CodeOfEthicsCompliance_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Code of ethics compliance]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/CodeOfEthicsCompliance" /> + <dcterms:type>eira:CodeOfEthicsCompliance</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB392</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceOrientation"> + <skos:notation><![CDATA[Service Orientation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceOrientation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Service Orientation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Service orientation ABB is a Principle facilitating a way of thinking in terms of services and service-based development and the outcomes of services. + +Source: Europa +(https://ec.europa.eu/isa2/sites/default/files/isa_annex_ii_eif_en.pdf) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:ServiceOrientation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceOrientation_Properties"> + <skos:notation><![CDATA[Properties of Service Orientation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceOrientation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Service Orientation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceOrientation" /> + <dcterms:type>eira:ServiceOrientation</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB386</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EvidenceBasedPublicPolicy"> + <skos:notation><![CDATA[Evidence based Public Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EvidenceBasedPublicPolicy</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Evidence based Public Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Evidence-based Public Policy ABB is a Principle looking at experimental evidences and incontrovertible data. +The primary goal is to improve the reliability of advice concerning the efficiency and effectiveness of policy settings and possible alternatives. + + +Source: (Baron, Jon (1 July 2018). "A Brief History of Evidence-Based Policy") + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +There are three crucial enabling factors that underpin modern conceptions of evidence-based policy (EBP): high-quality information bases on relevant topic areas, cohorts of professionals with skills in data analysis and policy evaluation, and political incentives for utilising evidence-based analysis and advice in governmental decision-making processes.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:EvidenceBasedPublicPolicy_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EvidenceBasedPublicPolicy_Properties"> + <skos:notation><![CDATA[Properties of Evidence based Public Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EvidenceBasedPublicPolicy_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Evidence based Public Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/EvidenceBasedPublicPolicy" /> + <dcterms:type>eira:EvidenceBasedPublicPolicy</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB409</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NewPublicManagementApproach"> + <skos:notation><![CDATA[New Public Management approach]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NewPublicManagementApproach</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[New Public Management approach]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +New Public Management approach ABB is a Principle arosing out of a concern with government failures, a belief in the efficacy and efficiency of markets, a belief in economic rationality, and a push away from large, centralized government agencies toward devolution and privatization. +In New Public Management, public managers are urged to ""steer, not row."" They steer by determining objectives, or what should be done, and by catalyzing service delivery, or how it should be done (rowing), via their choice of a particular ""tool"" or combination of tools (e.g., markets, regulation, taxes, subsidies, insurance, etc.) for achieving the objectives (Salamon 200) + +Source: Cordis +(https://cordis.europa.eu/article/id/159831-the-effects-of-new-public-management) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:NewPublicManagementApproach_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NewPublicManagementApproach_Properties"> + <skos:notation><![CDATA[Properties of New Public Management approach]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NewPublicManagementApproach_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of New Public Management approach]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/NewPublicManagementApproach" /> + <dcterms:type>eira:NewPublicManagementApproach</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB400</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPortability"> + <skos:notation><![CDATA[Data portability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataPortability</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data portability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Data portability ABB is a Principle refering to the ability to move and reuse data easily among different applications and systems, which becomes even more challenging in cross-border scenarios. + +Source: GDPR +(https://gdpr-text.com/read/article-20/) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +Data subjects have the right to receive their personal data and store it for further personal use. This allows the data subjects to manage and reuse their personal data. For example, an individual wants to retrieve their contact list from a webmail application to store their data in a personal data store. +]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:DataPortability_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPortability_Properties"> + <skos:notation><![CDATA[Properties of Data portability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataPortability_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data portability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataPortability" /> + <dcterms:type>eira:DataPortability</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB408</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SocialParticipation"> + <skos:notation><![CDATA[Social participation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SocialParticipation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Social participation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Social participiation ABB is a Principle refering to Promoting Civic Participation and Transparency of Government Decision-Making Processes covering policies concerning ICT: +• E-democracy +• E-participation +• Government-to-citizen (G2C) • Citizen-to-government (C2G) • Citizen-to-citizen (C2C) +• Open governance partnership • Grass-root activism and social +networking +• Political campaigns • Online media +• I-voting +• Mechanisms: e-petitions, online consultation +and crowd-sourcing platforms etc." + +Source: +(Social participation - Levasseur, Richard, Gauvin, Raymond, 2010; James et al., 2011) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +The digital technologies in elections in an example on how citizens can actively participate in the European Union. + +Source:(https://www.europarl.europa.eu/RegData/etudes/BRIE/2018/625178/EPRS_BRI(2018)625178_EN.pdf)]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:SocialParticipation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SocialParticipation_Properties"> + <skos:notation><![CDATA[Properties of Social participation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SocialParticipation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Social participation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/SocialParticipation" /> + <dcterms:type>eira:SocialParticipation</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB413</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Transparency"> + <skos:notation><![CDATA[Transparency]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Transparency</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Transparency]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Transparency ABB is a Principle refering to: +1. Enabling visibility inside the administrative environment of a public administration. This is about allowing other public administrations, citizens and businesses to view and understand administrative rules, processes11, data, services and decision-making. +2. Ensuring availability of interfaces with internal information systems. Public administrations operate a large number of what are often heterogeneous and disparate information systems in support of their internal processes. Interoperability depends on ensuring the availability of interfaces to these systems and the data they handle. In turn, interoperability facilitates reuse of systems and data, and enables these to be integrated into larger systems. +3. Securing the right to the protection of personal data, by respecting the applicable legal framework for the large volumes of personal data of citizens, held and managed by Public administrations. + +Source: EIF +(https://ec.europa.eu/isa2/eif_en) +The new European Interoperability Framework (EIF) is part of the Communication (COM(2017)134) from the European Commission adopted on 23 March 2017. The framework gives specific guidance on how to set up interoperable digital public services.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:Transparency_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Transparency_Properties"> + <skos:notation><![CDATA[Properties of Transparency]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Transparency_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Transparency]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Transparency" /> + <dcterms:type>eira:Transparency</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB303</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AdministrativeSimplification"> + <skos:notation><![CDATA[Administrative simplification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AdministrativeSimplification</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Administrative simplification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Administrative simplification ABB is a Principle improving and simplyfing administration processes when they do not provide public value. Administrative simplification can help businesses and citizens to reduce the administrative burden of complying with EU legislation or national obligations. Likewise, public administrations should introduce European public services supported by electronic means, including their interactions with other public administrations, citizens and businesses. + +Digitisation of public services should take place in accordance with the following concepts: +* digital-by-default, whenever appropriate, so that there is at least one digital channel available for accessing and using a given European public service; +* digital-first which means that priority is given to using public services via digital channels while applying the multi-channel delivery concept and the no-wrong-door policy, i.e. physical and digital channels co-exist. + +Source: EIF +(https://ec.europa.eu/isa2/eif_en) +The new European Interoperability Framework (EIF) is part of the Communication (COM(2017)134) from the European Commission adopted on 23 March 2017. The framework gives specific guidance on how to set up interoperable digital public services.]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:AdministrativeSimplification_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AdministrativeSimplification_Properties"> + <skos:notation><![CDATA[Properties of Administrative simplification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AdministrativeSimplification_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Administrative simplification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/AdministrativeSimplification" /> + <dcterms:type>eira:AdministrativeSimplification</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB310</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OnceOnly"> + <skos:notation><![CDATA[Once Only]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OnceOnly</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Once Only]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Once Only ABB is a Principle entailing that citizens and businesses provide diverse data only once in contact with public administrations, while public administration bodies take actions to internally share and reuse these data – even across borders – always in respect of data protection regulations and other constraints. + +Source: Europa +(https://ec.europa.eu/digital-building-blocks/wikis/display/CEFDIGITAL/2018/10/25/TOOP:+The+Once-Only+Principle#:~:text=On%201%20January%202017%2C%20the%20European%20Commission%20launched,diverse%20data%20only%20once%20to%20a%20public%20administration.) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:OnceOnly_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OnceOnly_Properties"> + <skos:notation><![CDATA[Properties of Once Only]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OnceOnly_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Once Only]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/OnceOnly" /> + <dcterms:type>eira:OnceOnly</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB391</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EULegislationCompliance"> + <skos:notation><![CDATA[EU Legislation Compliance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EULegislationCompliance</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[EU Legislation Compliance]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +EU Legislation Compliance ABB is a Principle being a property of a (national/local) legislation, to be coherent or to implement, European legislation. +A compliance assessment of EU Directives must be carried out in two stages: +(1) timely and systematic check whether Member States have transposed Union law; +(2) a timely and systematic conformity check of national transposing measures against the relevant Union legislation (correct transposition). + +While Member States are responsible for the timely and accurate transposition of directives as well as the correct application of the entire acquis, the Commission has to monitor the Member States’ efforts and ensure that their legislation complies with Union law. + +Source: Europa +(https://ec.europa.eu/environment/legal/compliance_en.htm) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:EULegislationCompliance_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EULegislationCompliance_Properties"> + <skos:notation><![CDATA[Properties of EU Legislation Compliance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EULegislationCompliance_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of EU Legislation Compliance]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/EULegislationCompliance" /> + <dcterms:type>eira:EULegislationCompliance</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB389</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConvergenceAssuranceOnPublicPolicyGoalsAttainment"> + <skos:notation><![CDATA[Convergence assurance on public policy goals attainment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConvergenceAssuranceOnPublicPolicyGoalsAttainment</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Convergence assurance on public policy goals attainment]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Convergence assurance on public policy goals attainment ABB is a Principle assessing the effectiveness of realisation of public services, based on public policies, by evaluating various technological solutions when striving to ensure the effectiveness and efficiency of a European public service. + +Source: Europarl +(https://www.europarl.europa.eu/RegData/etudes/IDAN/2018/614502/IPOL_IDA(2018)614502_EN.pdf) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:ConvergenceAssuranceOnPublicPolicyGoalsAttainment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConvergenceAssuranceOnPublicPolicyGoalsAttainment_Properties"> + <skos:notation><![CDATA[Properties of Convergence assurance on public policy goals attainment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConvergenceAssuranceOnPublicPolicyGoalsAttainment_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Convergence assurance on public policy goals attainment]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConvergenceAssuranceOnPublicPolicyGoalsAttainment" /> + <dcterms:type>eira:ConvergenceAssuranceOnPublicPolicyGoalsAttainment</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB401</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Trust"> + <skos:notation><![CDATA[Trust]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Trust</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Trust]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Trust ABB is a Principle entailing the reliance of citizens on trustworthy and verifiable digital government applications and services, which are in full conformity with high security standards and respond to user needs. Defence of the fundamental rights, protection of personal/private/sensitive data, avoidance of tracking and profiling, and security principles should be integrated in all policies with a digital dimension. To foster trust in digital interactions with the public sector, suitable regulatory frameworks must be provided that ensure transparency, predictability, security-by-design and, where necessary, reinforcement or adjustment of existing provisions + +Source: Cambridge dictionary +(https://dictionary.cambridge.org/dictionary/english/trust) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +Hypertext Transfer Protocol Secure (HTTPS) is an extension of the Hypertext Transfer Protocol (HTTP). It is used for secure communication over a computer network, and is widely used on the Internet. This protocol is used by digital services in European Commission. ]]></skos:definition> + <owl:deprecated>true</owl:deprecated> + <eira:Trust_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Trust_Properties"> + <skos:notation><![CDATA[Properties of Trust]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Trust_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Trust]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/Trust" /> + <dcterms:type>eira:Trust</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB388</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitectureRequirement"> + <skos:notation><![CDATA[Architecture Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitectureRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Architecture Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Architecture Requirement ABB is a Requirement being formulated as an agreed normative statement of a To-Be European Public Service + +Source: European Commission, ISA Programme +(https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +Stating that "an online support system is required" is considered an architectural requirement for the design of software. + +Source:(https://www.brainkart.com/article/Functional-Requirements---Software-Architectures_11271/#:~:text=The%20following%20are%20examples%20of%20explicit%20architectural%20requirements%3A,Functionality%208%20Usability%209%20Reliability%20More%20items...%20)]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityRequirement" /> + <owl:deprecated>true</owl:deprecated> + <eira:ArchitectureRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitectureRequirement_Properties"> + <skos:notation><![CDATA[Properties of Architecture Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitectureRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Architecture Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitectureRequirement" /> + <dcterms:type>eira:ArchitectureRequirement</dcterms:type> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB382</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalInteroperabilityRequirement"> + <skos:notation><![CDATA[Legal Interoperability Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalInteroperabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Legal Interoperability Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Legal Interoperability Requirement ABB is a Requirement that must be met to help achieve legal interoperability. + +Source: Joinup +(https://joinup.ec.europa.eu/sites/default/files/document/2019-06/High-level%20Interoperability%20Requirements%20Solution%20Architecture%20Template%20%28HL%20SAT%29%20Design%20Guidelines_0.pdf) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +European portals should be compliant with legal and legislative acts such as the General Data Protection Regulation + +Source: (https://ec.europa.eu/eusurvey/runner/SIQAT_v200?startQuiz=true&surveylanguage=EN)]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/ArchitectureRequirement" /> + <owl:deprecated>true</owl:deprecated> + <eira:LegalInteroperabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalInteroperabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Legal Interoperability Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalInteroperabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Legal Interoperability Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityRequirement" /> + <dcterms:type>eira:LegalInteroperabilityRequirement</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB347</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilityRequirement"> + <skos:notation><![CDATA[Organisational Interoperability Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Organisational Interoperability Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Organisational Interoperability Requirement ABB is a Requirement that must be met to help achieve organisational interoperability. + +Source: Joinup +(https://joinup.ec.europa.eu/sites/default/files/document/2019-06/High-level%20Interoperability%20Requirements%20Solution%20Architecture%20Template%20%28HL%20SAT%29%20Design%20Guidelines_0.pdf) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +European portals should be compliant with organisational agreements + +Source: (https://ec.europa.eu/eusurvey/runner/SIQAT_v200?startQuiz=true&surveylanguage=EN)]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/ArchitectureRequirement" /> + <owl:deprecated>true</owl:deprecated> + <eira:OrganisationalInteroperabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Organisational Interoperability Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Organisational Interoperability Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityRequirement" /> + <dcterms:type>eira:OrganisationalInteroperabilityRequirement</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB348</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInteroperabilityRequirement"> + <skos:notation><![CDATA[Technical Interoperability Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInteroperabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Technical Interoperability Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Technical Interoperability Requirement ABB is a Requirement that must be met to help achieve technical interoperability. + +Source: Joinup +(https://joinup.ec.europa.eu/sites/default/files/document/2019-06/High-level%20Interoperability%20Requirements%20Solution%20Architecture%20Template%20%28HL%20SAT%29%20Design%20Guidelines_0.pdf) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +European portals should be compliant with technical agreements, technical specifications. + +Source: (https://ec.europa.eu/eusurvey/runner/SIQAT_v200?startQuiz=true&surveylanguage=EN)]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/ArchitectureRequirement" /> + <owl:deprecated>true</owl:deprecated> + <eira:TechnicalInteroperabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInteroperabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Technical Interoperability Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInteroperabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Technical Interoperability Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityRequirement" /> + <dcterms:type>eira:TechnicalInteroperabilityRequirement</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB350</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticInteroperabilityRequirement"> + <skos:notation><![CDATA[Semantic Interoperability Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SemanticInteroperabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Semantic Interoperability Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Semantic Interoperability Requirement ABB is a Requirement that must be met to help achieve semantic interoperability. + +Source: Joinup +(https://joinup.ec.europa.eu/sites/default/files/document/2019-06/High-level%20Interoperability%20Requirements%20Solution%20Architecture%20Template%20%28HL%20SAT%29%20Design%20Guidelines_0.pdf) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +European portals should be compliant with semantic interoperability agreements, semantic interoperability specifications. + +Source: (https://ec.europa.eu/eusurvey/runner/SIQAT_v200?startQuiz=true&surveylanguage=EN)]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/ArchitectureRequirement" /> + <owl:deprecated>true</owl:deprecated> + <eira:SemanticInteroperabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticInteroperabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Semantic Interoperability Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SemanticInteroperabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Semantic Interoperability Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <owl:deprecated>true</owl:deprecated> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityRequirement" /> + <dcterms:type>eira:SemanticInteroperabilityRequirement</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:ABB_Status>Obsolete</eira:ABB_Status> + <eira:ID>ABB349</eira:ID> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyStructuralIopEnablersAssessment"> + <skos:notation><![CDATA[Key Structural IoP Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KeyStructuralIopEnablersAssessment</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Key Structural IoP Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[]]></skos:definition> + <eira:KeyStructuralIopEnablersAssessment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyStructuralIopEnablersAssessment_Properties"> + <skos:notation><![CDATA[Properties of Key Structural IoP Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KeyStructuralIopEnablersAssessment_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Key Structural IoP Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KeyStructuralIopEnablersAssessment" /> + <dcterms:type>eira:KeyStructuralIopEnablersAssessment</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Key Structural IoP Enablers ABB is a Grouping enabling information interpretation to share and/or reuse of organizational resources of digital public services]]></skos:definition> + <eira:definitionSource>ISA2-EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/eif_en/]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/KeyStructuralIopEnablersAssessment</eira:PURI> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/KeyStructuralIopEnablersAssessment</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyGovernanceIoPEnablersAssessment"> + <skos:notation><![CDATA[Key Governance IoP Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KeyGovernanceIoPEnablersAssessment</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Key Governance IoP Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[]]></skos:definition> + <eira:KeyGovernanceIoPEnablersAssessment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyGovernanceIoPEnablersAssessment_Properties"> + <skos:notation><![CDATA[Properties of Key Governance IoP Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KeyGovernanceIoPEnablersAssessment_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Key Governance IoP Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KeyGovernanceIoPEnablersAssessment" /> + <dcterms:type>eira:KeyGovernanceIoPEnablersAssessment</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Key Governance IoP Enablers ABB is a Grouping enabling common understanding and implementation of interoperability across public administration and borders through decisions on interoperability frameworks, institutional arrangements, organisational structures, roles and responsibilities, policies, agreements and other aspects of ensuring and monitoring interoperability.]]></skos:definition> + <eira:definitionSource>ISA2-EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/eif_en/]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/KeyGovernanceIoPEnablersAssessment</eira:PURI> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/KeyGovernanceIoPEnablersAssessment</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment"> + <skos:notation><![CDATA[Delegation of Powers Provisioning Digital Public Services]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Delegation of Powers Provisioning Digital Public Services]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Delegation of Powers Provisioning Digital Public Services ABB is an Assessment representing the extent to which the digital public service delivery is delegated to lower public administrative tiers or to private organisations acting on behalf of the public administration. + +Source: Scientific Foundations of Digital Governance and Transformation + +Source reference: https://books.google.gr/books?id=IB5iEAAAQBAJ&pg=PA298&lpg=PA298&dq=Delegation+of+Powers+Provisioning+Digital+Public+Services&source=bl&ots=jyuzPhj0Q8&sig=ACfU3U1-hD4udfrf3Ye_7Ywly0FATpCu6Q&hl=el&sa=X&ved=2ahUKEwjHhuyQ-KT3AhUEt6QKHTNbCCwQ6AF6BAgPEAM#v=onepage&q=Delegation%20of%20Powers%20Provisioning%20Digital%20Public%20Services&f=false + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OECD Designing and Delivering public services in the digital age (https://goingdigital.oecd.org/data/notes/No22_ToolkitNote_DigitalGovernment.pdf) + +IoP Dimension: Governance IoP + +LOST view: Legal View + +Interoperability saliency: The Delegation of Powers provisioning Digital Public Services ABB is salient for the legal interoperability due to it enables (i) the delegation of powers to local authorities to implement rules and metrics to monitor the digital public services; and (ii) the establishment of rules to balance the digital public services consumption. + +Identifier: http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment + +eira:ID: ABB492 + +ABB name: eira:DelegationOfPowersProvisioningDigitalPublicServicesAssessment + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-12-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyCourseOfAction" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyContextConstraint" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint" /> + <eira:DelegationOfPowersProvisioningDigitalPublicServicesAssessment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment_Properties"> + <skos:notation><![CDATA[Properties of Delegation of Powers Provisioning Digital Public Services]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Delegation of Powers Provisioning Digital Public Services]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment" /> + <eira:PURI>http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment</eira:PURI> + <dcterms:type>eira:DelegationOfPowersProvisioningDigitalPublicServicesAssessment</dcterms:type> + <dcterms:modified>2022-12-1</dcterms:modified> + <skos:definition><![CDATA[Delegation of Powers Provisioning Digital Public Services ABB is an Assessment representing the extent to which the digital public service delivery is delegated to lower public administrative tiers or to private organisations acting on behalf of the public administration.]]></skos:definition> + <eira:definitionSource>Scientific Foundations of Digital Governance and Transformation</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://books.google.gr/books?id=IB5iEAAAQBAJ&pg=PA298&lpg=PA298&dq=Delegation+of+Powers+Provisioning+Digital+Public+Services&source=bl&ots=jyuzPhj0Q8&sig=ACfU3U1-hD4udfrf3Ye_7Ywly0FATpCu6Q&hl=el&sa=X&ved=2ahUKEwjHhuyQ-KT3AhUEt6QKHTNbCCwQ6AF6BAgPEAM#v=onepage&q=Delegation%20of%20Powers%20Provisioning%20Digital%20Public%20Services&f=false]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OECD Designing and Delivering public services in the digital age (https://goingdigital.oecd.org/data/notes/No22_ToolkitNote_DigitalGovernment.pdf)]]></skos:example> + <eira:iopSaliency><![CDATA[The Delegation of Powers provisioning Digital Public Services ABB is salient for the legal interoperability due to it enables (i) the delegation of powers to local authorities to implement rules and metrics to monitor the digital public services; and (ii) the establishment of rules to balance the digital public services consumption.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment"> + <skos:notation><![CDATA[Granularity of Legal Requirements]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Granularity of Legal Requirements]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The Granularity of Legral requirements ABB is an Assessment that refers to the degree to which laws and regulations are broken down into specific requirements and standards that must be met. + +Source: Scientific Foundations of Digital Governance and Transformation + +Source reference: https://books.google.gr/books?id=IB5iEAAAQBAJ&pg=PA298&lpg=PA298&dq=Delegation+of+Powers+Provisioning+Digital+Public+Services&source=bl&ots=jyuzPhj0Q8&sig=ACfU3U1-hD4udfrf3Ye_7Ywly0FATpCu6Q&hl=el&sa=X&ved=2ahUKEwjHhuyQ-KT3AhUEt6QKHTNbCCwQ6AF6BAgPEAM#v=onepage&q=Delegation%20of%20Powers%20Provisioning%20Digital%20Public%20Services&f=false + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Study of use Open Source Software in the Public Sector. http://softlibre.unizar.es/manuales/legal/oss-fact-sheet.pdf + +LOST view: Legal View + +Interoperability saliency: The Granularity on Legal Requirements ABB is salient for governance and legal interoperability because it sets the rules and requirements devoted to i) reuse and elaborate public sector digital services; ii) data sharing rules to enable the exchange of data across different countries. + +Identifier: http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment + +eira:ID: http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment + +ABB name: eira:GranularityOfLegalRequirementsAssessment + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalActRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyContextConstraint" /> + <eira:GranularityOfLegalRequirementsAssessment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment_Properties"> + <skos:notation><![CDATA[Properties of Granularity of Legal Requirements]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Granularity of Legal Requirements]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment" /> + <eira:PURI>http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment</eira:PURI> + <dcterms:type>eira:GranularityOfLegalRequirementsAssessment</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <skos:definition><![CDATA[The Granularity of Legral requirements ABB is an Assessment that refers to the degree to which laws and regulations are broken down into specific requirements and standards that must be met.]]></skos:definition> + <eira:definitionSource>Scientific Foundations of Digital Governance and Transformation</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://books.google.gr/books?id=IB5iEAAAQBAJ&pg=PA298&lpg=PA298&dq=Delegation+of+Powers+Provisioning+Digital+Public+Services&source=bl&ots=jyuzPhj0Q8&sig=ACfU3U1-hD4udfrf3Ye_7Ywly0FATpCu6Q&hl=el&sa=X&ved=2ahUKEwjHhuyQ-KT3AhUEt6QKHTNbCCwQ6AF6BAgPEAM#v=onepage&q=Delegation%20of%20Powers%20Provisioning%20Digital%20Public%20Services&f=false]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Study of use Open Source Software in the Public Sector. http://softlibre.unizar.es/manuales/legal/oss-fact-sheet.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[The Granularity on Legal Requirements ABB is salient for governance and legal interoperability because it sets the rules and requirements devoted to i) reuse and elaborate public sector digital services; ii) data sharing rules to enable the exchange of data across different countries.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyBehaviouralIopEnablersAssessment"> + <skos:notation><![CDATA[Key Behavioural IoP Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KeyBehaviouralIopEnablersAssessment</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Key Behavioural IoP Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[]]></skos:definition> + <eira:KeyBehaviouralIopEnablersAssessment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyBehaviouralIopEnablersAssessment_Properties"> + <skos:notation><![CDATA[Properties of Key Behavioural IoP Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KeyBehaviouralIopEnablersAssessment_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Key Behavioural IoP Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KeyBehaviouralIopEnablersAssessment" /> + <dcterms:type>eira:KeyBehaviouralIopEnablersAssessment</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Key Behavioural IoP Enablers ABB is a Groping enabling the exchange of capabilities with internal and external peers to achieve the expected public administration outcomes.]]></skos:definition> + <eira:definitionSource>ISA2-EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/eif_en/]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/KeyBehaviouralIopEnablersAssessment</eira:PURI> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/KeyBehaviouralIopEnablersAssessment</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint"> + <skos:notation><![CDATA[Digital Solution Assumption]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Assumption]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Interoperable Digital Solution Constraint ABB is a Constraint that refers to the factor that limits the realization of the exchange and sharing of data across different platforms + +Source: ISA2-EIF + +Source reference: https://ec.europa.eu/isa2/eif_en/ + +Identifier: http://data.europa.eu/dr8/InteroperableDigitalSolutionConstraint + +ABB name: eira:InteroperableDigitalSolutionConstraint + +Last modification: 2022-23-01 + +]]></skos:definition> + <eira:DigitalSolutionAssumptionConstraint_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution Assumption]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution Assumption]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint</eira:PURI> + <dcterms:type>eira:DigitalSolutionAssumptionConstraint</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Solution Assumption ABB is a Constraint that refers to the factor that limits the realization of the exchange and sharing of data across different platforms]]></skos:definition> + <eira:definitionSource>ISA2-EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/eif_en/]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint"> + <skos:notation><![CDATA[Interoperable Digital Public Service Implementation Orientation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperable Digital Public Service Implementation Orientation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Interoperable Digital Public Service Implementation Orientation ABB is a Constraint that implements the approach that a digital public service owner has to follow to implement their digital public services. + +Source: European Interoperability Framework (EIF) + +Source reference: http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF + +Additional information: Studying the implementation orientation facilitate Member States in understanding the implementation impacts on the interoperability and the functioning of the digital public services from different perspectives. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The four implementation orientations identified in IDPSIO, integration, technology, governance, and legal (see the Joinup IDPSIO solution home page: https://joinup.ec.europa.eu/collection/european-interoperability-reference-architecture-eira/solution/egovera/release/v210). + +IoP Dimension: Governance IoP + +LOST view: Organisational view + +Interoperability saliency: Interoperable Digital Public Service Implementation Orientation ABB is salient for governance interoperability because it supports digital public service owners in deciding the approach to follow to implement their digital public services. + +Identifier: http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint + +eira:ID: ABB491 + +ABB name: eira:InteroperableDigitalPublicServiceImplementationOrientationConstraint + +EIRA concept: EIRA_ONTOLOGY_CLASS + +Last modification: 2022-12-01 + +]]></skos:definition> + <eira:InteroperableDigitalPublicServiceImplementationOrientationConstraint_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint_Properties"> + <skos:notation><![CDATA[Properties of Interoperable Digital Public Service Implementation Orientation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperable Digital Public Service Implementation Orientation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint" /> + <eira:PURI>http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint</eira:PURI> + <dcterms:type>eira:InteroperableDigitalPublicServiceImplementationOrientationConstraint</dcterms:type> + <dcterms:modified>2022-12-1</dcterms:modified> + <skos:definition><![CDATA[Interoperable Digital Public Service Implementation Orientation ABB is a Constraint that implements the approach that a digital public service owner has to follow to implement their digital public services.]]></skos:definition> + <eira:definitionSource>European Interoperability Framework (EIF)</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The four implementation orientations identified in IDPSIO, integration, technology, governance, and legal (see the Joinup IDPSIO solution home page: https://joinup.ec.europa.eu/collection/european-interoperability-reference-architecture-eira/solution/egovera/release/v210).]]></skos:example> + <eira:iopSaliency><![CDATA[Interoperable Digital Public Service Implementation Orientation ABB is salient for governance interoperability because it supports digital public service owners in deciding the approach to follow to implement their digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[Studying the implementation orientation facilitate Member States in understanding the implementation impacts on the interoperability and the functioning of the digital public services from different perspectives.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyConstraint"> + <skos:notation><![CDATA[Public Policy Constraint]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyConstraint</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Policy Constraint]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Public Policy Constraint ABB is a Constraint that imposes one or more restrictions on the way the Public Policy operates or may be realized. + +Source: Based on policy-making literature (e.g., Theory of Policy Constraint: https://www.synchronix.com/toc_exploit_subordinate_elevate.htm) as well as the definition of what a constraint is according to Archimate language. + +Source reference: https://pubs.opengroup.org/architecture/archimate3-doc/chap06.html + +Synonym: Public Policy Restriction + +Additional information: Cfr. https://ec.europa.eu/commission/presscorner/detail/en/ip_22_4503 for more information on the Path to the Digital Decade. + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Transparency: EIF Transparency Principle refers to: 1. Enabling visibility inside the administrative environment of a public administration. This is about allowing other public administrations, citizens and businesses to view and understand administrative rules, processes, data, services and decision-making. 2. Ensuring availability of interfaces with internal information systems. Public administrations operate a large number of what are often heterogeneous and disparate information systems in support of their internal processes. Interoperability depends on ensuring the availability of interfaces to these systems and the data they handle. In turn, interoperability facilitates reuse of systems and data, and enables these to be integrated into larger systems. 3. Securing the right to the protection of personal data, by respecting the applicable legal framework for the large volumes of personal data of citizens, held and managed by Public administrations.(https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf) + +IoP Dimension: Governance IoP + +LOST view: Legal view + +Interoperability saliency: The Public Policy Constraint ABB is salient for the governance interoperability because it imposes conditions on the implementation of the system (e.g., specific technology that is to be used), a restriction on the implementation process (e.g., time or budget constraints), or a restriction on the functioning of the system (e.g., legal constraints). + +Identifier: http://data.europa.eu/dr8/PublicPolicyConstraint + +eira:ID: http://data.europa.eu/dr8/PublicPolicyConstraint + +ABB name: eira:PublicPolicyConstraint + +EIRA concept: EIRA_ONTOLOGY_CLASS + +Last modification: 2023-10-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/PublicPolicyContextConstraint" /> + <eira:PublicPolicyConstraint_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyConstraint_Properties"> + <skos:notation><![CDATA[Properties of Public Policy Constraint]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyConstraint_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Policy Constraint]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyConstraint" /> + <eira:PURI>http://data.europa.eu/dr8/PublicPolicyConstraint</eira:PURI> + <dcterms:type>eira:PublicPolicyConstraint</dcterms:type> + <dcterms:modified>2023-10-1</dcterms:modified> + <eira:synonym>Public Policy Restriction</eira:synonym> + <skos:definition><![CDATA[Public Policy Constraint ABB is a Constraint that imposes one or more restrictions on the way the Public Policy operates or may be realized.]]></skos:definition> + <eira:definitionSource>Based on policy-making literature (e.g., Theory of Policy Constraint: https://www.synchronix.com/toc_exploit_subordinate_elevate.htm) as well as the definition of what a constraint is according to Archimate language.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/archimate3-doc/chap06.html]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Transparency: EIF Transparency Principle refers to: 1. Enabling visibility inside the administrative environment of a public administration. This is about allowing other public administrations, citizens and businesses to view and understand administrative rules, processes, data, services and decision-making. 2. Ensuring availability of interfaces with internal information systems. Public administrations operate a large number of what are often heterogeneous and disparate information systems in support of their internal processes. Interoperability depends on ensuring the availability of interfaces to these systems and the data they handle. In turn, interoperability facilitates reuse of systems and data, and enables these to be integrated into larger systems. 3. Securing the right to the protection of personal data, by respecting the applicable legal framework for the large volumes of personal data of citizens, held and managed by Public administrations.(https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf)]]></skos:example> + <eira:iopSaliency><![CDATA[The Public Policy Constraint ABB is salient for the governance interoperability because it imposes conditions on the implementation of the system (e.g., specific technology that is to be used), a restriction on the implementation process (e.g., time or budget constraints), or a restriction on the functioning of the system (e.g., legal constraints).]]></eira:iopSaliency> + <skos:note><![CDATA[Cfr. https://ec.europa.eu/commission/presscorner/detail/en/ip_22_4503 for more information on the Path to the Digital Decade.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyConstraint</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint"> + <skos:notation><![CDATA[Digital Solution Constraint]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Constraint]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Solution Constraint ABB is a Constraint that refers to the factor that limits the realization of the exchange and sharing of data across different platforms + +Source: ISA2-EIF + +Source reference: https://ec.europa.eu/isa2/eif_en/ + +IoP Dimension: Governance IoP + +Identifier: http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint + +ABB name: eira:DigitalSolutionConstraintConstraint + +Last modification: 2022-23-01 + +]]></skos:definition> + <eira:DigitalSolutionConstraintConstraint_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution Constraint]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution Constraint]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint</eira:PURI> + <dcterms:type>eira:DigitalSolutionConstraintConstraint</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Solution Constraint ABB is a Constraint that refers to the factor that limits the realization of the exchange and sharing of data across different platforms]]></skos:definition> + <eira:definitionSource>ISA2-EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/eif_en/]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyContextConstraint"> + <skos:notation><![CDATA[Public Policy Context]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyContextConstraint</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Policy Context]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Public Policy Context ABB is a Constraint that describes the background against which policy decisions are made, policy processes take place and stakeholders or actors engage with the policy. + +Source: Based on policy-making literature as well as the explanations provided by the European Commission when describing Public Policies. + +Source reference: https://onlinelibrary.wiley.com/doi/abs/10.1111/1468-0009.12026 + +Additional information: Public Policy Context is a specialisation of Public Policy Constraint. As such, Public Policy Context(s) provides the limits for the realisation of goals. In contrast to requirements, a Public Policy Constraint does not prescribe some intended functionality of the system to be realized but might impose restrictions on the implementation of the system (e.g., specific technology that is to be used, such as the usage of open source software), a restriction on the implementation process (e.g., time or budget constraints), or a restriction on the functioning of the system (e.g., legal constraints). + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The European Cybersecurity Strategy has won a relevant role in the European IT environment since Ukraine's was started. Cybersecurity attacks have become a regular war method. Therefore, the context for the strength and increasing efforts by the Commission is this singular event. The following link illustrates the state of the art: Russia's war on Ukraine: Timeline of cyber-attacks. https://www.europarl.europa.eu/thinktank/en/document/EPRS_BRI(2022)733549 + +IoP Dimension: Governance IoP + +LOST view: Legal view + +Interoperability saliency: The Public Policy Context ABB  is salient for the governance interoperability because it provides further limits and specifications used for the implementing of legal instruments; e.g., for its in recitals of Regulations, Directives, Implementing Acts and other legal instruments. + +Identifier: http://data.europa.eu/dr8/PublicPolicyContextConstraint + +eira:ID: http://data.europa.eu/dr8/PublicPolicyContextConstraint + +ABB name: eira:PublicPolicyContextConstraint + +EIRA concept: EIRA_ONTOLOGY_CLASS + +Last modification: 2023-10-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/PublicPolicyConstraint" /> + <eira:PublicPolicyContextConstraint_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyContextConstraint_Properties"> + <skos:notation><![CDATA[Properties of Public Policy Context]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyContextConstraint_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Policy Context]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyContextConstraint" /> + <eira:PURI>http://data.europa.eu/dr8/PublicPolicyContextConstraint</eira:PURI> + <dcterms:type>eira:PublicPolicyContextConstraint</dcterms:type> + <dcterms:modified>2023-10-1</dcterms:modified> + <skos:definition><![CDATA[Public Policy Context ABB is a Constraint that describes the background against which policy decisions are made, policy processes take place and stakeholders or actors engage with the policy.]]></skos:definition> + <eira:definitionSource>Based on policy-making literature as well as the explanations provided by the European Commission when describing Public Policies.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://onlinelibrary.wiley.com/doi/abs/10.1111/1468-0009.12026]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The European Cybersecurity Strategy has won a relevant role in the European IT environment since Ukraine's was started. Cybersecurity attacks have become a regular war method. Therefore, the context for the strength and increasing efforts by the Commission is this singular event. The following link illustrates the state of the art: Russia's war on Ukraine: Timeline of cyber-attacks. https://www.europarl.europa.eu/thinktank/en/document/EPRS_BRI(2022)733549]]></skos:example> + <eira:iopSaliency><![CDATA[The Public Policy Context ABB  is salient for the governance interoperability because it provides further limits and specifications used for the implementing of legal instruments; e.g., for its in recitals of Regulations, Directives, Implementing Acts and other legal instruments.]]></eira:iopSaliency> + <skos:note><![CDATA[Public Policy Context is a specialisation of Public Policy Constraint. As such, Public Policy Context(s) provides the limits for the realisation of goals. In contrast to requirements, a Public Policy Constraint does not prescribe some intended functionality of the system to be realized but might impose restrictions on the implementation of the system (e.g., specific technology that is to be used, such as the usage of open source software), a restriction on the implementation process (e.g., time or budget constraints), or a restriction on the functioning of the system (e.g., legal constraints).]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyContextConstraint</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint"> + <skos:notation><![CDATA[Means for Public Policy Objectives Convergence Assurance and Control]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Means for Public Policy Objectives Convergence Assurance and Control]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Means for Public Policy Objectives Convergence Assurance and Control ABB is a Constraint formalising the mechanisms that are to be used to assure union or uniformity regarding Public Policy Objectives. + +Source: Europarl + +Source reference: https://www.europarl.europa.eu/RegData/etudes/IDAN/2018/614502/IPOL_IDA(2018)614502_EN.pdf + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Policy Risk Management approaches and tools for public policy convergence assurance and control, as suggested in studies like the "Explaining Policy Convergence and Divergence through Policy Paradigm Shifts: A Comparative Analysis of Agricultural Risk Governance in OECD Countries" (https://www.tandfonline.com/doi/full/10.1080/13876988.2019.1674623) or in the abundant literature on Public Policy Convergence (see, for example, "Introduction: Cross-National Policy Convergence: Concepts, Approaches, and Explanatory Factors", https://www.researchgate.net/publication/30015252_Introduction_Cross-National_Policy_Convergence_Concepts_Approaches_and_Explanatory_Factors) + +IoP Dimension: Governance IoP + +LOST view: Organisational view + +Interoperability saliency: Means for Public Policy Objectives Convergence Assurance an Control ABB is relevant for the governance of the interoperability because it provides solution(s) to compare, analyse, measure and correct the gaps between what is actually being provided by the public digital services and what were the intended cross public policy objectives. + +Identifier: http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint + +eira:ID: http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint + +ABB name: eira:MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint + +EIRA concept: EIRA_ONTOLOGY_CLASS + +Last modification: 2022-13-01 + +]]></skos:definition> + <eira:MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint_Properties"> + <skos:notation><![CDATA[Properties of Means for Public Policy Objectives Convergence Assurance and Control]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Means for Public Policy Objectives Convergence Assurance and Control]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint" /> + <eira:PURI>http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint</eira:PURI> + <dcterms:type>eira:MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint</dcterms:type> + <dcterms:modified>2022-01-13</dcterms:modified> + <skos:definition><![CDATA[Means for Public Policy Objectives Convergence Assurance and Control ABB is a Constraint formalising the mechanisms that are to be used to assure union or uniformity regarding Public Policy Objectives.]]></skos:definition> + <eira:definitionSource>Europarl</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.europarl.europa.eu/RegData/etudes/IDAN/2018/614502/IPOL_IDA(2018)614502_EN.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Policy Risk Management approaches and tools for public policy convergence assurance and control, as suggested in studies like the "Explaining Policy Convergence and Divergence through Policy Paradigm Shifts: A Comparative Analysis of Agricultural Risk Governance in OECD Countries" (https://www.tandfonline.com/doi/full/10.1080/13876988.2019.1674623) or in the abundant literature on Public Policy Convergence (see, for example, "Introduction: Cross-National Policy Convergence: Concepts, Approaches, and Explanatory Factors", https://www.researchgate.net/publication/30015252_Introduction_Cross-National_Policy_Convergence_Concepts_Approaches_and_Explanatory_Factors)]]></skos:example> + <eira:iopSaliency><![CDATA[Means for Public Policy Objectives Convergence Assurance an Control ABB is relevant for the governance of the interoperability because it provides solution(s) to compare, analyse, measure and correct the gaps between what is actually being provided by the public digital services and what were the intended cross public policy objectives.]]></eira:iopSaliency> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRADimensionConstraint"> + <skos:notation><![CDATA[EIRA Dimension]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EIRADimensionConstraint</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[EIRA Dimension]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: EIRA Dimensiton ABB is a Constraint that represents a factor that limits the realization of goals. + +Source: Archimate + +Source reference: https://pubs.opengroup.org/architecture/archimate3-doc/chap06.html + +Identifier: http://data.europa.eu/dr8/EIRADimensionConstraint + +eira:ID: http://data.europa.eu/dr8/EIRADimensionConstraint + +ABB name: eira:EIRADimensionConstraint + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityDimensionBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement" /> + <eira:EIRADimensionConstraint_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRADimensionConstraint_Properties"> + <skos:notation><![CDATA[Properties of EIRA Dimension]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EIRADimensionConstraint_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of EIRA Dimension]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EIRADimensionConstraint" /> + <eira:PURI>http://data.europa.eu/dr8/EIRADimensionConstraint</eira:PURI> + <dcterms:type>eira:EIRADimensionConstraint</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[EIRA Dimensiton ABB is a Constraint that represents a factor that limits the realization of goals.]]></skos:definition> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/archimate3-doc/chap06.html]]></eira:definitionSourceReference> + <eira:definitionSource>Archimate</eira:definitionSource> + <skos:example><![CDATA[]]></skos:example> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/EIRADimensionConstraint</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver"> + <skos:notation><![CDATA[Creation of Interoperable European Solutions]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Creation of Interoperable European Solutions]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The Creation of Interoperable European Solutions Driver represents an external or internal condition that motivates the public organisation to define its goals and implement the changes necessary to create Digital Public Services. + +Source: ArchiMate + +Source reference: https://pubs.opengroup.org/architecture/archimate3-doc/index.html + +IoP Dimension: Structural IoP + +LOST view: Interoperability Motivation View + +Identifier: http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver + +eira:ID: http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver + +ABB name: eira:CreationOfInteroperableEuropeanSolutionsDriver + +]]></skos:definition> + <eira:CreationOfInteroperableEuropeanSolutionsDriver_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver_Properties"> + <skos:notation><![CDATA[Properties of Creation of Interoperable European Solutions]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Creation of Interoperable European Solutions]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver" /> + <eira:PURI>http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver</eira:PURI> + <dcterms:type>eira:CreationOfInteroperableEuropeanSolutionsDriver</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[The Creation of Interoperable European Solutions Driver represents an external or internal condition that motivates the public organisation to define its goals and implement the changes necessary to create Digital Public Services.]]></skos:definition> + <eira:definitionSource>ArchiMate</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/archimate3-doc/index.html]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AchieveSemanticInteroperabilityGoal"> + <skos:notation><![CDATA[Achieve Semantic Interoperability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AchieveSemanticInteroperabilityGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Achieve Semantic Interoperability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Achieve Semantic Interoperability ABB is a Goal. For the purpose of the EIF, interoperability is the ability of organisations to interact towards mutually beneficial goals, involving the sharing of information and knowledge between these organisations, through the business processes they support, by means of the exchange of data between their ICT systems. +The interoperability model which is applicable to all digital public services and may also be considered as an integral element of the interoperability-by-design paradigm. It includes: four layers of interoperability: legal, organisational, semantic and technical. + +Semantic interoperability ensures that the precise format and meaning of exchanged data and information is preserved and understood throughout exchanges between parties, in other words ‘what is sent is what is understood’. In the EIF, semantic interoperability covers both semantic and syntactic aspects. + +Source: EIF +(https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <eira:AchieveSemanticInteroperabilityGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AchieveSemanticInteroperabilityGoal_Properties"> + <skos:notation><![CDATA[Properties of Achieve Semantic Interoperability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AchieveSemanticInteroperabilityGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Achieve Semantic Interoperability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveSemanticInteroperabilityGoal" /> + <eira:PURI>http://data.europa.eu/dr8/AchieveSemanticInteroperabilityGoal</eira:PURI> + <dcterms:type>eira:AchieveSemanticInteroperabilityGoal</dcterms:type> + <dcterms:modified>2023-04-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Achieve Semantic Interoperability ABB is a Goal. For the purpose of the EIF, interoperability is the ability of organisations to interact towards mutually beneficial goals, involving the sharing of information and knowledge between these organisations, through the business processes they support, by means of the exchange of data between their ICT systems.]]></skos:definition> + <eira:definitionSource>EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[The interoperability model which is applicable to all digital public services and may also be considered as an integral element of the interoperability-by-design paradigm. It includes: four layers of interoperability: legal, organisational, semantic and technical.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/AchieveSemanticInteroperabilityGoal</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AchieveLegalInteroperabilityGoal"> + <skos:notation><![CDATA[Achieve Legal Interoperability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AchieveLegalInteroperabilityGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Achieve Legal Interoperability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Achieve Legal Interoperability ABB is a Goal. For the purpose of the EIF, interoperability is the ability of organisations to interact towards mutually beneficial goals, involving the sharing of information and knowledge between these organisations, through the business processes they support, by means of the exchange of data between their ICT systems. +The interoperability model which is applicable to all digital public services and may also be considered as an integral element of the interoperability-by-design paradigm. It includes: four layers of interoperability: legal, organisational, semantic and technical. + +Legal interoperability is about ensuring that organisations operating under different legal frameworks, policies and strategies are able to work together. + +Source: EIF +(https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <eira:AchieveLegalInteroperabilityGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AchieveLegalInteroperabilityGoal_Properties"> + <skos:notation><![CDATA[Properties of Achieve Legal Interoperability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AchieveLegalInteroperabilityGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Achieve Legal Interoperability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveLegalInteroperabilityGoal" /> + <eira:PURI>http://data.europa.eu/dr8/AchieveLegalInteroperabilityGoal</eira:PURI> + <dcterms:type>eira:AchieveLegalInteroperabilityGoal</dcterms:type> + <dcterms:modified>2023-04-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Achieve Legal Interoperability ABB is a Goal. For the purpose of the EIF, interoperability is the ability of organisations to interact towards mutually beneficial goals, involving the sharing of information and knowledge between these organisations, through the business processes they support, by means of the exchange of data between their ICT systems.]]></skos:definition> + <eira:definitionSource>EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[The interoperability model which is applicable to all digital public services and may also be considered as an integral element of the interoperability-by-design paradigm. It includes: four layers of interoperability: legal, organisational, semantic and technical.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/AchieveLegalInteroperabilityGoal</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal"> + <skos:notation><![CDATA[Achieve Technical Interoperability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Achieve Technical Interoperability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Achieve Technical Interoperability ABB is a Goal. For the purpose of the EIF, interoperability is the ability of organisations to interact towards mutually beneficial goals, involving the sharing of information and knowledge between these organisations, through the business processes they support, by means of the exchange of data between their ICT systems. +The interoperability model which is applicable to all digital public services and may also be considered as an integral element of the interoperability-by-design paradigm. It includes: four layers of interoperability: legal, organisational, semantic and technical. + +Technical interoperability covers the applications and infrastructures linking systems and services. Aspects of technical interoperability include interface specifications, interconnection services, data integration services, data presentation and exchange, and secure communication protocols + +Source: EIF +(https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <eira:AchieveTechnicalInteroperabilityGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal_Properties"> + <skos:notation><![CDATA[Properties of Achieve Technical Interoperability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Achieve Technical Interoperability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal" /> + <eira:PURI>http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal</eira:PURI> + <dcterms:type>eira:AchieveTechnicalInteroperabilityGoal</dcterms:type> + <dcterms:modified>2023-04-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[]]></skos:definition> + <eira:definitionSource></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal"> + <skos:notation><![CDATA[Digital Solution Architecture Decision]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Architecture Decision]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: An Architectural Decision Record (ADR) is a document that captures the key decisions made during the architectural design and development of a software system. It is used to record the rationale, alternatives considered, and trade-offs made during the decision-making process, as well as the context and implications of each decision. + +Source: Architectural Decision Records + +Source reference: https://adr.github.io/ + +IoP Dimension: Governance IoP + +LOST view: Interoperability Motivation View + +Identifier: http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal + +eira:ID: http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 24-04-2023 + +dct:identifier: A unique increasing number and date that usually follows the ADR-nnnn pattern to help sort them from old to new (ADR-20230412180800). The format to use is ADR-[YYYYMMDDHHmmSS]. + +dct:title: The title contains a short phrase describing the architectural decisions. + +dct:description: The description contains a full description of the architectural decisions. + +adr:context: The context explains why we need to make a decision. It also describes the alternatives along with the pros and cons. + +adr:decision: The decision describes the justification for why the particular solution was accepted. It has more emphasis on the why rather than the how. + +adr:status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +adr:consecuences: The consequences section contains information about the overall impact of an architectural decision. Every decision has trade-offs. That’s why it’s crucial to include the analysis to provide a clear picture. + +]]></skos:definition> + <eira:DigitalSolutionArchitectureDecisionGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution Architecture Decision]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution Architecture Decision]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</eira:PURI> + <dcterms:type></dcterms:type> + <dcterms:type>eira:ArchitecturalDecisionRecord</dcterms:type> + <dcterms:modified>2023-04-24</dcterms:modified> + <dcterms:identifier>A unique increasing number and date that usually follows the ADR-nnnn pattern to help sort them from old to new (ADR-20230412180800). The format to use is ADR-[YYYYMMDDHHmmSS].</dcterms:identifier> + <dcterms:title>The title contains a short phrase describing the architectural decisions.</dcterms:title> + <dcterms:description>The description contains a full description of the architectural decisions.</dcterms:description> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[An Architectural Decision Record (ADR) is a document that captures the key decisions made during the architectural design and development of a software system. It is used to record the rationale, alternatives considered, and trade-offs made during the decision-making process, as well as the context and implications of each decision.]]></skos:definition> + <eira:definitionSource>Architectural Decision Records</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://adr.github.io/]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:adr_context>The context explains why we need to make a decision. It also describes the alternatives along with the pros and cons.</eira:adr_context> + <eira:adr_decision>The decision describes the justification for why the particular solution was accepted. It has more emphasis on the why rather than the how.</eira:adr_decision> + <eira:adr_status>[Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)]</eira:adr_status> + <eira:adr_consecuences>The consequences section contains information about the overall impact of an architectural decision. Every decision has trade-offs. That’s why it’s crucial to include the analysis to provide a clear picture.</eira:adr_consecuences> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Interoperability Motivation View</eira:view> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AchieveInteroperabilityGoal"> + <skos:notation><![CDATA[Achieve Interoperability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AchieveInteroperabilityGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Achieve Interoperability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Achieve Interoperability ABB is a Goal. For the purpose of the EIF, interoperability is the ability of organisations to interact towards mutually beneficial goals, involving the sharing of information and knowledge between these organisations, through the business processes they support, by means of the exchange of data between their ICT systems. +The interoperability model which is applicable to all digital public services and may also be considered as an integral element of the interoperability-by-design paradigm. It includes: four layers of interoperability: legal, organisational, semantic and technical. + +Source: EIF +(https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf) +]]></skos:definition> + <eira:AchieveInteroperabilityGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AchieveInteroperabilityGoal_Properties"> + <skos:notation><![CDATA[Properties of Achieve Interoperability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AchieveInteroperabilityGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Achieve Interoperability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveInteroperabilityGoal" /> + <eira:PURI>http://data.europa.eu/dr8/AchieveInteroperabilityGoal</eira:PURI> + <dcterms:type>eira:AchieveInteroperabilityGoal</dcterms:type> + <dcterms:modified>2023-04-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Achieve Interoperability ABB is a Goal. For the purpose of the EIF, interoperability is the ability of organisations to interact towards mutually beneficial goals, involving the sharing of information and knowledge between these organisations, through the business processes they support, by means of the exchange of data between their ICT systems.]]></skos:definition> + <eira:definitionSource>EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[The interoperability model which is applicable to all digital public services and may also be considered as an integral element of the interoperability-by-design paradigm. It includes: four layers of interoperability: legal, organisational, semantic and technical.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/AchieveInteroperabilityGoal</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalAgendaGoal"> + <skos:notation><![CDATA[Digital Agenda]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalAgendaGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Agenda]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Agenda ABB is a Goal that describes all the measures required or planned in a systematic way to support public policy in adopting the digital transformation. + +Source: Inspired on the contents of the EU Digital Agenda + +Source reference: https://www.europarl.europa.eu/factsheets/en/sheet/64/digital-agenda-for-europe + +Additional information: Do not confuse Digital Agenda with Digitalisation Roadmap. An Agenda focuses on goals and priorities, e.g. protecting citizens and freedoms, developing a strong and vibrant economic base, building a climate-neutral, green, fair and social Europe, promoting European interests and values on the global stage, etc. A Roadmap focuses on the actions and deadlines that need to be executed to realise the Agenda. + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Digital Agenda for Europe. See https://www.europarl.europa.eu/factsheets/en/sheet/64/digital-agenda-for-europe. The widespread, rapid and extensive development of digital service platforms, as well as debates on public data spaces and new technologies such as artificial intelligence, affect all areas of our society. Many new ways to communicate, shop or access information online have been integrated into our daily lives and are constantly evolving. The European digital agenda for the decade 2020-2030 addresses these issues by focusing on creating secure digital spaces and services, creating a level playing field in digital markets with large platforms and strengthening Europe’s digital sovereignty, while contributing to the European goal of climate neutrality by 2050. + +IoP Dimension: Governance IoP + +LOST view: Organisational view + +Interoperability saliency: The Digital Agenda ABB is salient for governance interoperability since it establishes the main goals and priorities that the digital public services are expected to support (e.g., the overall aim of the Digital Agenda is to deliver sustainable economic and social benefits from a digital single market based on fast and ultra-fast internet and interoperable applications). + +Identifier: http://data.europa.eu/dr8/DigitalAgendaGoal + +eira:ID: ABB442 + +ABB name: eira:DigitalAgendaGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-12-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityStrategyGoal" /> + <eira:DigitalAgendaGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalAgendaGoal_Properties"> + <skos:notation><![CDATA[Properties of Digital Agenda]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalAgendaGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Agenda]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalAgendaGoal" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalAgendaGoal</eira:PURI> + <dcterms:type>eira:DigitalAgendaGoal</dcterms:type> + <dcterms:modified>2022-12-1</dcterms:modified> + <skos:definition><![CDATA[Digital Agenda ABB is a Goal that describes all the measures required or planned in a systematic way to support public policy in adopting the digital transformation.]]></skos:definition> + <eira:definitionSource>Inspired on the contents of the EU Digital Agenda</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.europarl.europa.eu/factsheets/en/sheet/64/digital-agenda-for-europe]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The Digital Agenda for Europe. See https://www.europarl.europa.eu/factsheets/en/sheet/64/digital-agenda-for-europe. The widespread, rapid and extensive development of digital service platforms, as well as debates on public data spaces and new technologies such as artificial intelligence, affect all areas of our society. Many new ways to communicate, shop or access information online have been integrated into our daily lives and are constantly evolving. The European digital agenda for the decade 2020-2030 addresses these issues by focusing on creating secure digital spaces and services, creating a level playing field in digital markets with large platforms and strengthening Europe’s digital sovereignty, while contributing to the European goal of climate neutrality by 2050.]]></skos:example> + <eira:iopSaliency><![CDATA[The Digital Agenda ABB is salient for governance interoperability since it establishes the main goals and priorities that the digital public services are expected to support (e.g., the overall aim of the Digital Agenda is to deliver sustainable economic and social benefits from a digital single market based on fast and ultra-fast internet and interoperable applications).]]></eira:iopSaliency> + <skos:note><![CDATA[Do not confuse Digital Agenda with Digitalisation Roadmap. An Agenda focuses on goals and priorities, e.g. protecting citizens and freedoms, developing a strong and vibrant economic base, building a climate-neutral, green, fair and social Europe, promoting European interests and values on the global stage, etc. A Roadmap focuses on the actions and deadlines that need to be executed to realise the Agenda.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalAgendaGoal</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityStrategyGoal"> + <skos:notation><![CDATA[Interoperability Strategy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityStrategyGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Strategy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Interoperability Strategy ABB is a Goal that enables the ability of disparate and diverse organisations to interact towards mutually beneficial and agreed common goals, involving the sharing of information and knowledge between the organisations, through the business processes they support, by means of the exchange of data between their respective ICT systems. + +Source: EIF + +Source reference: http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The vision laying down in the Interoperable Europe Act (see recitals) and additional information in https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A52022PC0720, and in https://www.europarl.europa.eu/legislative-train/theme-a-europe-fit-for-the-digital-age/file-eu-digital-interoperabilioty-strategy. + +IoP Dimension: Governance IoP + +LOST view: Organisational view + +Interoperability saliency: The Interoperability Strategy ABB is salient for governance interoperability because it helps governments and public administrations to cooperate, share information and deliver public services seamlessly across borders, sectors and organizational boundaries. Thus, for example, the Interoperable Europe Act supports public sector innovation and public-private 'GovTech' projects. It sets up a new cooperation framework for interoperability in the public sector. + +Identifier: http://data.europa.eu/dr8/InteroperabilityStrategyGoal + +eira:ID: ABB489 + +ABB name: eira:InteroperabilityStrategyGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-12-01 + +]]></skos:definition> + <eira:InteroperabilityStrategyGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityStrategyGoal_Properties"> + <skos:notation><![CDATA[Properties of Interoperability Strategy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityStrategyGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperability Strategy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityStrategyGoal" /> + <eira:PURI>http://data.europa.eu/dr8/InteroperabilityStrategyGoal</eira:PURI> + <dcterms:type>eira:InteroperabilityStrategyGoal</dcterms:type> + <dcterms:modified>2022-12-1</dcterms:modified> + <skos:definition><![CDATA[Interoperability Strategy ABB is a Goal that enables the ability of disparate and diverse organisations to interact towards mutually beneficial and agreed common goals, involving the sharing of information and knowledge between the organisations, through the business processes they support, by means of the exchange of data between their respective ICT systems.]]></skos:definition> + <eira:definitionSource>EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The vision laying down in the Interoperable Europe Act (see recitals) and additional information in https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A52022PC0720, and in https://www.europarl.europa.eu/legislative-train/theme-a-europe-fit-for-the-digital-age/file-eu-digital-interoperabilioty-strategy.]]></skos:example> + <eira:iopSaliency><![CDATA[The Interoperability Strategy ABB is salient for governance interoperability because it helps governments and public administrations to cooperate, share information and deliver public services seamlessly across borders, sectors and organizational boundaries. Thus, for example, the Interoperable Europe Act supports public sector innovation and public-private 'GovTech' projects. It sets up a new cooperation framework for interoperability in the public sector.]]></eira:iopSaliency> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityStrategyGoal</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AchieveOrganisationalInteroperabilityGoal"> + <skos:notation><![CDATA[Achieve Organisational Interoperability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AchieveOrganisationalInteroperabilityGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Achieve Organisational Interoperability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Achieve Organisational Interoperability ABB is Goal. For the purpose of the EIF, interoperability is the ability of organisations to interact towards mutually beneficial goals, involving the sharing of information and knowledge between these organisations, through the business processes they support, by means of the exchange of data between their ICT systems. +The interoperability model which is applicable to all digital public services and may also be considered as an integral element of the interoperability-by-design paradigm. It includes: four layers of interoperability: legal, organisational, semantic and technical. + +Organisational interoperability refers to the way in which public administrations align their business processes, responsibilities and expectations to achieve commonly agreed and mutually beneficial goals. In practice, organisational interoperability means documenting and integrating or aligning business processes and relevant information exchanged. Organisational interoperability also aims to meet the requirements of the user community by making services available, easily identifiable, accessible and user-focused. + +Source: EIF +(https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB):]]></skos:definition> + <eira:AchieveOrganisationalInteroperabilityGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AchieveOrganisationalInteroperabilityGoal_Properties"> + <skos:notation><![CDATA[Properties of Achieve Organisational Interoperability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AchieveOrganisationalInteroperabilityGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Achieve Organisational Interoperability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveOrganisationalInteroperabilityGoal" /> + <eira:PURI>http://data.europa.eu/dr8/AchieveOrganisationalInteroperabilityGoal</eira:PURI> + <dcterms:type>eira:AchieveOrganisationalInteroperabilityGoal</dcterms:type> + <dcterms:modified>2023-04-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Achieve Organisational Interoperability ABB is Goal. For the purpose of the EIF, interoperability is the ability of organisations to interact towards mutually beneficial goals, involving the sharing of information and knowledge between these organisations, through the business processes they support, by means of the exchange of data between their ICT systems.]]></skos:definition> + <eira:definitionSource>EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf]]></eira:definitionSourceReference> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:example><![CDATA[]]></skos:example> + <skos:note><![CDATA[The interoperability model which is applicable to all digital public services and may also be considered as an integral element of the interoperability-by-design paradigm. It includes: four layers of interoperability: legal, organisational, semantic and technical.Organisational interoperability refers to the way in which public administrations align their business processes, responsibilities and expectations to achieve commonly agreed and mutually beneficial goals. In practice, organisational interoperability means documenting and integrating or aligning business processes and relevant information exchanged. Organisational interoperability also aims to meet the requirements of the user community by making services available, easily identifiable, accessible and user-focused.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/AchieveOrganisationalInteroperabilityGoal</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyObjectiveGoal"> + <skos:notation><![CDATA[Public Policy Objective]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyObjectiveGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Policy Objective]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Public Policy Objective ABB is a Goal allowing public authorities to set the path towards the implementation of a public strategy. + +Source: EuroVoc + +Source reference: http://eurovoc.europa.eu/drupal/?q=request&concepturi=http%3A%2F%2Feurovoc.europa.eu%2F8466&termuri=http%3A%2F%2Feurovoc.europa.eu%2F209598&language=en&view=pt&ifacelang=en + +Additional information: Public Policy Objectives are usually formalized in the legislation. Thus, the EU data strategy is supported by a catalogue of legislation comprising the Data Act (https://digital-strategy.ec.europa.eu/en/policies/data-act), the Data Governance Act (https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:52020PC0767), the Interoperable Europe Act (https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A52022PC0720), and other ancillary binding legal instruments like the GDPR, eIDAS, the framework for the flow of non-personal data, as well as by non-binding instruments like the Communication of the Commission on a European data space (https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A52018DC0232) + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): In 2021-2027 EU cohesion policy has set a shorter, modern menu of 5 policy objectives supporting growth for the period 2021-2027. The Joint Action Plan includes actions on: 1. a more competitive and smarter Europe; 2. a greener, low carbon transitioning towards a net zero carbon economy; 3. a more connected Europe by enhancing mobility; 4. a more social and inclusive Europe; 5. Europe closer to citizens by fostering the sustainable and integrated development of all types of territories (https://ec.europa.eu/regional_policy/2021-2027_en) + +IoP Dimension: Governance IoP + +LOST view: Legal View + +Interoperability saliency: The Public Policy Objective ABB is salient for the governance of interoperability because it sets the path toward the definition of courses of action and frameworks that facilitates data sharing across EU countries. This ABB also is salient for legal interoperability due to it will drive the specification of legal requirements for the enablement of interoperability. + +Identifier: http://data.europa.eu/dr8/PublicPolicyObjectiveGoal + +eira:ID: ABB487 + +ABB name: eira:PublicPolicyObjectiveGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-09-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyCourseOfAction" /> + <eira:PublicPolicyObjectiveGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyObjectiveGoal_Properties"> + <skos:notation><![CDATA[Properties of Public Policy Objective]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyObjectiveGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Policy Objective]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyObjectiveGoal" /> + <eira:PURI>http://data.europa.eu/dr8/PublicPolicyObjectiveGoal</eira:PURI> + <dcterms:type>eira:PublicPolicyObjectiveGoal</dcterms:type> + <dcterms:modified>2023-09-1</dcterms:modified> + <skos:definition><![CDATA[Public Policy Objective ABB is a Goal allowing public authorities to set the path towards the implementation of a public strategy.]]></skos:definition> + <eira:definitionSource>EuroVoc</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eurovoc.europa.eu/drupal/?q=request&concepturi=http%3A%2F%2Feurovoc.europa.eu%2F8466&termuri=http%3A%2F%2Feurovoc.europa.eu%2F209598&language=en&view=pt&ifacelang=en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): In 2021-2027 EU cohesion policy has set a shorter, modern menu of 5 policy objectives supporting growth for the period 2021-2027. The Joint Action Plan includes actions on: 1. a more competitive and smarter Europe; 2. a greener, low carbon transitioning towards a net zero carbon economy; 3. a more connected Europe by enhancing mobility; 4. a more social and inclusive Europe; 5. Europe closer to citizens by fostering the sustainable and integrated development of all types of territories (https://ec.europa.eu/regional_policy/2021-2027_en)]]></skos:example> + <eira:iopSaliency><![CDATA[The Public Policy Objective ABB is salient for the governance of interoperability because it sets the path toward the definition of courses of action and frameworks that facilitates data sharing across EU countries. This ABB also is salient for legal interoperability due to it will drive the specification of legal requirements for the enablement of interoperability.]]></eira:iopSaliency> + <skos:note><![CDATA[Public Policy Objectives are usually formalized in the legislation. Thus, the EU data strategy is supported by a catalogue of legislation comprising the Data Act (https://digital-strategy.ec.europa.eu/en/policies/data-act), the Data Governance Act (https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:52020PC0767), the Interoperable Europe Act (https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A52022PC0720), and other ancillary binding legal instruments like the GDPR, eIDAS, the framework for the flow of non-personal data, as well as by non-binding instruments like the Communication of the Commission on a European data space (https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A52018DC0232)]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyObjectiveGoal</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal"> + <skos:notation><![CDATA[Interoperable European Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperable European Solution]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: +It is an interoperable european solution, developed by, or in behalf of, an European public administration that enables the delivery of a digital public service, all of it, in fulfilment of a shared European legislation framework, being managed according a shared governance framework, accessing semantic assets in a shared knowledge base and using digital resources of a shared platform enabling cross-border/cross-organization exchange of data, information, and knowledge indistinctly between public administrations, businesses and citizens in support to the implementation and advancement of an EU, national or local public policy. + +Based on ISA TES definition +https://joinup.ec.europa.eu/node/149889 + +IoP Dimension: Structural IoP, Behavioral IoP + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +eDelivery +Supporting secure and reliable exchange of data and documents +eDelivery is a network of nodes for digital communications. It is based on a distributed model where every participant becomes a node using standard transport protocols and security policies. eDelivery helps public administrations to exchange electronic data and documents with other public administrations, businesses and citizens, in an interoperable, secure, reliable and trusted way. eDelivery is one of the building blocks of the European Commission's Connecting Europe Facility (CEF). These building blocks are reusable specifications, software and services that will form part of a wide variety of IT systems in different policy domains of the EU. The CEF eDelivery building block is based on the AS4 messaging protocol, open and free for all, developed by the OASIS standards development organisation. To ease its adoption in Europe, eDelivery uses the AS4 implementation guidelines defined by the Member States in the e-SENS Large Scale Pilot. Organisations must install an Access Point, or use a Service Provider, to exchange information with the AS4 messaging protocol. +https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eDelivery +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedLegalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveInteroperabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveLegalInteroperabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedApplicationContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveSemanticInteroperabilityGoal" /> + <eira:InteroperableEuropeanSolutionGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal_Properties"> + <skos:notation><![CDATA[Properties of Interoperable European Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperable European Solution]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal" /> + <eira:PURI>http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal</eira:PURI> + <dcterms:type>eira:InteroperableEuropeanSolutionGoal</dcterms:type> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Interoperable Digital Solution ABB is a Goal that refers to a digital public service that can work seamlessly with other public services, systems and data across organisational and national boundaries]]></skos:definition> + <eira:definitionSource>ISA2</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/eif_en/]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <dcterms:modified>2023-04-24</dcterms:modified> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EifPrinciple"> + <skos:notation><![CDATA[EIF Principle]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EifPrinciple</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[EIF Principle]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: EIF Principle ABB is a Principle analysing European Public Services by driving the identification and formulation of interoperability requirements with higher levels of granularity and used to design European public services by driving the identification and formulation of interoperability specifications + +Source: EIF + +Source reference: https://ec.europa.eu/isa2/eif_en + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Transparency: EIF Transparency Principle refers to: 1. Enabling visibility inside the administrative environment of a public administration. This is about allowing other public administrations, citizens and businesses to view and understand administrative rules, processes, data, services and decision-making. 2. Ensuring availability of interfaces with internal information systems. Public administrations operate a large number of what are often heterogeneous and disparate information systems in support of their internal processes. Interoperability depends on ensuring the availability of interfaces to these systems and the data they handle. In turn, interoperability facilitates reuse of systems and data, and enables these to be integrated into larger systems. 3. Securing the right to the protection of personal data, by respecting the applicable legal framework for the large volumes of personal data of citizens, held and managed by Public administrations.(https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf) + +LOST view: Architecture Principle View + +Identifier: http://data.europa.eu/dr8/EifPrinciple + +eira:ID: ABB300 + +ABB name: eira:EifPrinciple + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveLegalInteroperabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveSemanticInteroperabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveOrganisationalInteroperabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple" /> + <eira:EifPrinciple_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EifPrinciple_Properties"> + <skos:notation><![CDATA[Properties of EIF Principle]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EifPrinciple_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of EIF Principle]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EifPrinciple" /> + <dcterms:modified>2022-01-23</dcterms:modified> + <dcterms:type>eira:EifPrinciple</dcterms:type> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource>EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/eif_en]]></eira:definitionSourceReference> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <eira:PURI>http://data.europa.eu/dr8/EifPrinciple</eira:PURI> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[EIF Principle ABB is a Principle analysing European Public Services by driving the identification and formulation of interoperability requirements with higher levels of granularity and used to design European public services by driving the identification and formulation of interoperability specifications]]></skos:definition> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Transparency: EIF Transparency Principle refers to: 1. Enabling visibility inside the administrative environment of a public administration. This is about allowing other public administrations, citizens and businesses to view and understand administrative rules, processes, data, services and decision-making. 2. Ensuring availability of interfaces with internal information systems. Public administrations operate a large number of what are often heterogeneous and disparate information systems in support of their internal processes. Interoperability depends on ensuring the availability of interfaces to these systems and the data they handle. In turn, interoperability facilitates reuse of systems and data, and enables these to be integrated into larger systems. 3. Securing the right to the protection of personal data, by respecting the applicable legal framework for the large volumes of personal data of citizens, held and managed by Public administrations.(https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf)]]></skos:example> + <skos:note><![CDATA[]]></skos:note> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/EifPrinciple</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple"> + <skos:notation><![CDATA[European Library of Architecture Principles]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[European Library of Architecture Principles]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: European Library of Architecture principles ABB is a Principle that aim to support interoperability and standardization in eGoverment across the EU. + +Source: ELAP + +Source reference: https://joinup.ec.europa.eu/collection/common-assessment-method-standards-and-specifications-camss/solution/elap + +Additional information: The European Library of Architecture Principles (ELAP) ABB is a principle intended to direct government organizations in initiating changes and implementing IT projects. Particularly when designing new or modified services, it is necessary to make visible how the principles are implemented and which considerations are made in this regard. The apply-or-explain principle applies here, whereby deviations are permitted provided that they are substantiated and recorded with good arguments so that they can be revisited at a later stage. This prevents important matters from being overlooked. + +Interoperability saliency: The European Library of Architecture Principles ABB is salient for governance interoperability due to it establishes the principles and framework to ensure interoperability at the European level. Also, the European Library of Architecture Principles ABB is salient for organizational interoperability due to it establishes requirements and business processes to enable interoperability between public services. + +Identifier: http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple + +eira:ID: ABB617 + +ABB name: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal" /> + <eira:EuropeanLibraryofArchitecturePrinciplesPrinciple_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple_Properties"> + <skos:notation><![CDATA[Properties of European Library of Architecture Principles]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of European Library of Architecture Principles]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple" /> + <eira:PURI>http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple</eira:PURI> + <dcterms:type>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[European Library of Architecture Principles (ELAP) ABB is a set of principles that aim to support interoperability and standardization in eGoverment across the EU.]]></skos:definition> + <eira:definitionSource>ELAP</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/common-assessment-method-standards-and-specifications-camss/solution/elap]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[The European Library of Architecture Principles (ELAP) ABB is salient for governance interoperability due to it establishes the principles and framework to ensure interoperability at the European level. Also, the European Library of Architecture Principles ABB is salient for organizational interoperability due to it establishes requirements and business processes to enable interoperability between public services.]]></eira:iopSaliency> + <skos:note><![CDATA[The European Library of Architecture Principles (ELAP) ABB is a set of principles intended to direct government organizations in initiating changes and implementing IT projects. Particularly when designing new or modified services, it is necessary to make visible how the principles are implemented and which considerations are made in this regard. The apply-or-explain principle applies here, whereby deviations are permitted provided that they are substantiated and recorded with good arguments so that they can be revisited at a later stage. This prevents important matters from being overlooked.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:view>Organisational view</eira:view> + <eira:view>Semantic view</eira:view> + <eira:view>Technical view - application</eira:view> + <eira:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitecturePrinciple"> + <skos:notation><![CDATA[<<ELAP:Architecture Principle>> Privacy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciple</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[<<ELAP:Architecture Principle>> Privacy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Architecture Principle ABB is a Principle defining the underlying general rules and guidelines for the use and deployment of all IT resources and assets across the enterprise. They reflect a level of consensus among the various elements of the enterprise, and form the basis for making future IT decisions. + +Source: TOGAF 9.2 The Open Group (https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap20.html#:~:text=Architecture%20Principles%20define%20the%20underlying,for%20making%20future%20IT%20decisions) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +The European Innovation Partnership on Smart Cities and Communities (EIP SCC) is a stakeholder driven initiative stimulated and supported by the European Commission. The EIP SCC has defined key priority areas which will be addressed including the architecture principle of Capabilities. Capabilities are the center element of the architectures to ensure that a common ground is +easy to be found. + +Source: (https://ec.europa.eu/research/participants/documents/downloadPublic?documentIds=080166e5b9a18c76&appId=PPGMS)]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/EifPrinciple" /> + <eira:ArchitecturePrinciple_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitecturePrinciple_Properties"> + <skos:notation><![CDATA[Properties of <<ELAP:Architecture Principle>> Privacy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciple_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of <<ELAP:Architecture Principle>> Privacy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple" /> + <dcterms:modified>2023-05-25</dcterms:modified> + <dcterms:type>eira:ArchitecturePrinciple</dcterms:type> + <eira:PURI>http://data.europa.eu/dr8/ArchitecturePrinciple</eira:PURI> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciple</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitecturePrinciple"> + <skos:notation><![CDATA[Architecture Principle]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciple</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Architecture Principle]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Principle ABB is a Principle defining the underlying general rules and guidelines for the use and deployment of all IT resources and assets across the enterprise. + +Source: TOGAF 9.2 The Open Group + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap20.html#:~:text=Architecture%20Principles%20define%20the%20underlying,for%20making%20future%20IT%20decisions + +Additional information: The architecture Principle reflects the level of consensus among the various elements of the enterprise, and form the basis for making future IT decisions. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The European Innovation Partnership on Smart Cities and Communities (EIP SCC) is a stakeholder driven initiative stimulated and supported by the European Commission. The EIP SCC has defined key priority areas which will be addressed including the architecture principle of Capabilities. Capabilities are the center element of the architectures to ensure that a common ground is easy to be found.(https://ec.europa.eu/research/participants/documents/downloadPublic?documentIds=080166e5b9a18c76&appId=PPGMS) + +LOST view: Architecture Principle view + +Interoperability saliency: The Architecture Principle ABB is salient for governance interoperability due to it lays the architectural framework to elaborate public services. Also, the Architecture Principle ABB is salient for organizational interoperability due to it establishes the requirements to sustain the business processes for enabling public services to exchange data. + +Identifier: http://data.europa.eu/dr8/ArchitecturePrinciple + +eira:ID: ABB381 + +ABB name: eira:ArchitecturePrinciple + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticFunctionalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticGovernanceContentGrouping" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/EifPrinciple" /> + <eira:ArchitecturePrinciple_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitecturePrinciple_Properties"> + <skos:notation><![CDATA[Properties of Architecture Principle]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciple_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Architecture Principle]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple" /> + <eira:PURI>http://data.europa.eu/dr8/ArchitecturePrinciple</eira:PURI> + <dcterms:type>eira:ArchitecturePrinciple</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Architecture Principle ABB is a Principle that enables general rules and guidelines for the use and deployment of all IT resources and assets across the enterprise.]]></skos:definition> + <eira:definitionSource>TOGAF 9.2 The Open Group</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap20.html#:~:text=Architecture%20Principles%20define%20the%20underlying,for%20making%20future%20IT%20decisions]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The European Innovation Partnership on Smart Cities and Communities (EIP SCC) is a stakeholder driven initiative stimulated and supported by the European Commission. The EIP SCC has defined key priority areas which will be addressed including the architecture principle of Capabilities. Capabilities are the center element of the architectures to ensure that a common ground is easy to be found.(https://ec.europa.eu/research/participants/documents/downloadPublic?documentIds=080166e5b9a18c76&appId=PPGMS)]]></skos:example> + <eira:iopSaliency><![CDATA[The Architecture Principle ABB is salient for governance interoperability due to it lays the architectural framework to elaborate public services. Also, the Architecture Principle ABB is salient for organizational interoperability due to it establishes the requirements to sustain the business processes for enabling public services to exchange data.]]></eira:iopSaliency> + <skos:note><![CDATA[The architecture Principle reflects the level of consensus among the various elements of the enterprise, and form the basis for making future IT decisions.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:view>Organisational view</eira:view> + <eira:view>Semantic view</eira:view> + <eira:view>Technical view - application</eira:view> + <eira:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciple</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitecturePrinciple"> + <skos:notation><![CDATA[<<ELAP:Architecture Principle>> Security]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciple</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[<<ELAP:Architecture Principle>> Security]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[DEFINITION: +Architecture Principle ABB is a Principle defining the underlying general rules and guidelines for the use and deployment of all IT resources and assets across the enterprise. They reflect a level of consensus among the various elements of the enterprise, and form the basis for making future IT decisions. + +Source: TOGAF 9.2 The Open Group (https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap20.html#:~:text=Architecture%20Principles%20define%20the%20underlying,for%20making%20future%20IT%20decisions) + +EXAMPLES: +The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): + +The European Innovation Partnership on Smart Cities and Communities (EIP SCC) is a stakeholder driven initiative stimulated and supported by the European Commission. The EIP SCC has defined key priority areas which will be addressed including the architecture principle of Capabilities. Capabilities are the center element of the architectures to ensure that a common ground is +easy to be found. + +Source: (https://ec.europa.eu/research/participants/documents/downloadPublic?documentIds=080166e5b9a18c76&appId=PPGMS)]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/EifPrinciple" /> + <eira:ArchitecturePrinciple_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitecturePrinciple_Properties"> + <skos:notation><![CDATA[Properties of <<ELAP:Architecture Principle>> Security]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciple_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of <<ELAP:Architecture Principle>> Security]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple" /> + <dcterms:modified>2023-05-25</dcterms:modified> + <dcterms:type>eira:ArchitecturePrinciple</dcterms:type> + <eira:PURI>http://data.europa.eu/dr8/ArchitecturePrinciple</eira:PURI> + <skos:definition><![CDATA[<<ELAP: Architecture Principle>> Security ABB is a Principle that refers to one of the prime principles found in any standard, and in any practice throughout the whole of IT. It encompassess the protection of valuable assets, by securing them safely within the boundaries of organizations, taking into account the ownership of the assets. This means that in any circumstance, one has to attend to the valuable property, being 'data' and 'technology' as a whole, both by securing access to (data)assets and by securing the proliferation of data(assets) outside the boundaries, for which one is responsible]]></skos:definition> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/common-assessment-method-standards-and-specifications-camss/solution/elap/distribution/elap-catalogue-v120rdf]]></eira:definitionSourceReference> + <eira:definitionSource>ELAP</eira:definitionSource> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciple</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Detail-LevelArchitectureBuildingBlockRequirement"> + <skos:notation><![CDATA[Detail-Level Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Detail-LevelArchitectureBuildingBlockRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Detail-Level Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Detail-Level Architecture Building Block Architecture is a Requirement formulating specific low-level capabilities of a software system. It should provide a structured and consistent approach to develop and maintain the system. This approach is based on breaking the system into smaller and manegable pieces (building blocks) and combined can create a robust and reliable system. + +Source: European Commission, ISA Programme + +Source reference: https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Stating that the Digital Public Service should use REST API to interface itself with other services and that it should use HTTPS protocol to guarantee data privacy is considered a detail-level architecture requirement for the design of software. Source:(https://www.brainkart.com/article/Functional-Requirements---Software-Architectures_11271/#:~:text=The%20following%20are%20examples%20of%20explicit%20architectural%20requirements%3A,Functionality%208%20Usability%209%20Reliability%20More%20items...%20) + +LOST view: Legal view + +Interoperability saliency: Detail-Level Architecture Building Block ABB is salient for semantic and technical interoperability because it determine (i) the interfaces to interact with the data (ii) the data exchange mechanism and (iii) the data privacy instruments to access and share the data. + +Identifier: http://data.europa.eu/dr8/Detail-LevelArchitectureRequirement + +eira:ID: ABB485 + +ABB name: eira:Detail-LevelArchitectureRequirement + +EIRA concept: EIRA_ONTOLOGY_CLASS + +Last modification: 2023-09-01 + +]]></skos:definition> + <eira:Detail-LevelArchitectureBuildingBlockRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Detail-LevelArchitectureBuildingBlockRequirement_Properties"> + <skos:notation><![CDATA[Properties of Detail-Level Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Detail-LevelArchitectureBuildingBlockRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Detail-Level Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Detail-LevelArchitectureBuildingBlockRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/Detail-LevelArchitectureBuildingBlockRequirement</eira:PURI> + <dcterms:type>eira:Detail-LevelArchitectureBuildingBlockRequirement</dcterms:type> + <dcterms:modified>2023-09-1</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Detail-Level Architecture Building Block ABB is a Requirement formulating specific low-level capabilities of a software system. It should provide a structured and consistent approach to develop and maintain the system. This approach is based on breaking the system into smaller and manegable pieces (building blocks) and combined can create a robust and reliable system.]]></skos:definition> + <eira:definitionSource>European Commission, ISA Programme</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Stating that the Digital Public Service should use REST API to interface itself with other services and that it should use HTTPS protocol to guarantee data privacy is considered a detail-level architecture requirement for the design of software. Source:(https://www.brainkart.com/article/Functional-Requirements---Software-Architectures_11271/#:~:text=The%20following%20are%20examples%20of%20explicit%20architectural%20requirements%3A,Functionality%208%20Usability%209%20Reliability%20More%20items...%20)]]></skos:example> + <eira:iopSaliency><![CDATA[Detail-Level Architecture Building Block ABB is salient for semantic and technical interoperability because it determine (i) the interfaces to interact with the data (ii) the data exchange mechanism and (iii) the data privacy instruments to access and share the data.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/Detail-LevelArchitectureBuildingBlockRequirement</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BindingInstrumentRequirement"> + <skos:notation><![CDATA[Binding Instrument]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BindingInstrumentRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Binding Instrument]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Binding Instrument ABB is a Business Object involving an obligation, which is available to the European institutions to carry out their tasks. + +Source: Eur-Lex + +Source reference: http://eur-lex.europa.eu/summary/glossary/community_legal_instruments.html + +Additional information: Additional Information: The European binding instruments listed in Article 288 of the Treaty on the Functioning of the European Union are: The European binding instruments listed in Article 288 of the Treaty on the Functioning of the European Union are: - regulations: these are binding in their entirety and directly applicable in all EU countries; - directives: these bind the EU countries as to the results to be achieved; they have to be transposed into the national legal framework and thus leave margin for manoeuvre as to the form and means of implementation; - decisions: these are fully binding on those to whom they are addressed; - recommendations and opinions: these are non-binding, declaratory instruments. + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Directive (EU) 2019/790 of the European Parliament and of the Council of 17 April 2019 on copyright and related rights in the Digital Single Market and amending Directives 96/9/EC and 2001/29/EC (Text with EEA relevance.). http://data.europa.eu/eli/dir/2019/790/oj + +IoP Dimension: Governance IoP + +LOST view: Legal view + +Interoperability saliency: The Binding Instrument ABB is relevant for legal and governance interoperability as, by being a specialisation of the Legal Act, it makes mandatory the implementation of the policy (and therefore the underlying interoperability implications). + +Identifier: http://data.europa.eu/dr8/BindingInstrumentRequirement + +eira:ID: ABB17 + +ABB name: eira:BindingInstrumentRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-10-01 + +]]></skos:definition> + <eira:BindingInstrumentRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BindingInstrumentRequirement_Properties"> + <skos:notation><![CDATA[Properties of Binding Instrument]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BindingInstrumentRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Binding Instrument]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BindingInstrumentRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/BindingInstrumentRequirement</eira:PURI> + <dcterms:type>eira:BindingInstrumentRequirement</dcterms:type> + <dcterms:modified>2023-10-1</dcterms:modified> + <skos:definition><![CDATA[Binding Instrument ABB is a Business Object involving an obligation, which is available to the European institutions to carry out their tasks.]]></skos:definition> + <eira:definitionSource>Eur-Lex</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/summary/glossary/community_legal_instruments.html]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Directive (EU) 2019/790 of the European Parliament and of the Council of 17 April 2019 on copyright and related rights in the Digital Single Market and amending Directives 96/9/EC and 2001/29/EC (Text with EEA relevance.). http://data.europa.eu/eli/dir/2019/790/oj]]></skos:example> + <eira:iopSaliency><![CDATA[The Binding Instrument ABB is relevant for legal and governance interoperability as, by being a specialisation of the Legal Act, it makes mandatory the implementation of the policy (and therefore the underlying interoperability implications).]]></eira:iopSaliency> + <skos:note><![CDATA[Additional Information: The European binding instruments listed in Article 288 of the Treaty on the Functioning of the European Union are: The European binding instruments listed in Article 288 of the Treaty on the Functioning of the European Union are: - regulations: these are binding in their entirety and directly applicable in all EU countries; - directives: these bind the EU countries as to the results to be achieved; they have to be transposed into the national legal framework and thus leave margin for manoeuvre as to the form and means of implementation; - decisions: these are fully binding on those to whom they are addressed; - recommendations and opinions: these are non-binding, declaratory instruments.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BindingInstrumentRequirement</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalActRequirement"> + <skos:notation><![CDATA[Legal Act]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalActRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Legal Act]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Legal Act ABB is a Business Object formalising a set of rules on a subject potentially including requirements concerning digital public services. + +Source: European Union Law + +Source reference: https://eur-lex.europa.eu/summary/glossary/legislative_acts.html + +Synonym: Legal Instrument + +Additional information: The granularity of the requirements might be of high level or detail level. Requirements of high-level granularity contain generic/abstract functional requirements like principles and/or recommendations with considerable degrees for transposition/execution and of not binding nature. On the other side, requirements of detail-level granularity imply a limited degree for transposition/execution and they contain specific/concrete functionalities, solution components, data, procedures, and/or technical specifications or standards to be used. EU legal acts are legislative or non-legislative acts adopted by the European institutions (Article 288 TFEU). With the entry into force of the Treaty of Lisbon on 1 December 2009. The names "European Union" or "EU" have replaced "European Community", "Community" or "EC". + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The COMMISSION REGULATION (EU) 2018/1881 of 3 December 2018 amending Regulation (EC) No 1907/2006 of the European Parliament and of the Council on the Registration, Evaluation, Authorisation and Restriction of Chemicals (REACH) as regards Annexes I, III,VI, VII, VIII, IX, X, XI, and XII to address nanoforms of substances (https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1544102387245&uri=CELEX:32018R1881) is an example of an SBB implementing a Legal Act ABB. + +IoP Dimension: Governance IoP + +LOST view: Legal view + +Interoperability saliency: The Legal Act ABB is salient for legal interoperability because it helps establish legal rules by ensuring compatible legal/juridical certainty in the exchange of information. + +Identifier: http://data.europa.eu/dr8/LegalActRequirement + +eira:ID: ABB164 + +ABB name: eira:LegalActRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-09-01 + +eira:requirement_or_constraint: [ Requirement | Constraint ] + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalClausesRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyCourseOfAction" /> + <eira:LegalActRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalActRequirement_Properties"> + <skos:notation><![CDATA[Properties of Legal Act]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalActRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Legal Act]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalActRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/LegalActRequirement</eira:PURI> + <dcterms:type>eira:LegalActRequirement</dcterms:type> + <dcterms:modified>2023-09-1</dcterms:modified> + <eira:synonym>Legal Instrument</eira:synonym> + <skos:definition><![CDATA[Legal Act ABB is a Business Object formalising a set of rules on a subject potentially including requirements concerning digital public services.]]></skos:definition> + <eira:definitionSource>European Union Law</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/summary/glossary/legislative_acts.html]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The COMMISSION REGULATION (EU) 2018/1881 of 3 December 2018 amending Regulation (EC) No 1907/2006 of the European Parliament and of the Council on the Registration, Evaluation, Authorisation and Restriction of Chemicals (REACH) as regards Annexes I, III,VI, VII, VIII, IX, X, XI, and XII to address nanoforms of substances (https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1544102387245&uri=CELEX:32018R1881) is an example of an SBB implementing a Legal Act ABB.]]></skos:example> + <eira:iopSaliency><![CDATA[The Legal Act ABB is salient for legal interoperability because it helps establish legal rules by ensuring compatible legal/juridical certainty in the exchange of information.]]></eira:iopSaliency> + <skos:note><![CDATA[The granularity of the requirements might be of high level or detail level. Requirements of high-level granularity contain generic/abstract functional requirements like principles and/or recommendations with considerable degrees for transposition/execution and of not binding nature. On the other side, requirements of detail-level granularity imply a limited degree for transposition/execution and they contain specific/concrete functionalities, solution components, data, procedures, and/or technical specifications or standards to be used. EU legal acts are legislative or non-legislative acts adopted by the European institutions (Article 288 TFEU). With the entry into force of the Treaty of Lisbon on 1 December 2009. The names "European Union" or "EU" have replaced "European Community", "Community" or "EC".]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/LegalActRequirement</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRAViewpointRequirement"> + <skos:notation><![CDATA[EIRA Viewpoint]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EIRAViewpointRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[EIRA Viewpoint]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: EIRA viewpoint ABB is a Requirement providing a perspective with specific stakeholders concern in mind. The EIRA© provides several viewpoints that conform to EIRA© views. (1) A specification of the conventions for a particular kind of architecture view. +Source: TOGAF + +Source reference: (https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html#tag_03_18) + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Highlevel viewpoint - The EIRA© Highlevel viewpoint models an introductory overview of the focal Architecture Building Blocks of each view. It aligns the EIRA© with the service delivery model described within the Interoperability Maturity Model (IMM), and the New European Interoperability Framework (EIF) conceptual model for public services. The ABBs included in the high-level viewpoint represent the points that link the EIRA©’s views enabling traceability between their different Architecture Building Blocks. They are not necessarily mandatory but should always be considered by a user of the EIRA© when executing one of its use cases. + +Identifier: http://data.europa.eu/dr8/EIRAViewpointRequirement + +eira:ID: ABB605 + +ABB name: eira:EIRAViewpointRequirement + +Last modification: 2022-20-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement" /> + <eira:EIRAViewpointRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRAViewpointRequirement_Properties"> + <skos:notation><![CDATA[Properties of EIRA Viewpoint]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EIRAViewpointRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of EIRA Viewpoint]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EIRAViewpointRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/EIRAViewpointRequirement</eira:PURI> + <dcterms:type>eira:EIRAViewpointRequirement</dcterms:type> + <dcterms:modified>2022-01-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[EIRA viewpoint ABB is a Requirement providing a perspective with specific stakeholders concern in mind. The EIRA© provides several viewpoints that conform to EIRA© views. (1) A specification of the conventions for a particular kind of architecture view.]]></skos:definition> + <eira:definitionSource>TOGAF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[(https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html#tag_03_18)]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Highlevel viewpoint - The EIRA© Highlevel viewpoint models an introductory overview of the focal Architecture Building Blocks of each view. It aligns the EIRA© with the service delivery model described within the Interoperability Maturity Model (IMM), and the New European Interoperability Framework (EIF) conceptual model for public services. The ABBs included in the high-level viewpoint represent the points that link the EIRA©’s views enabling traceability between their different Architecture Building Blocks. They are not necessarily mandatory but should always be considered by a user of the EIRA© when executing one of its use cases.]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/EIRAViewpointRequirement</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement"> + <skos:notation><![CDATA[Key Interoperability Enabler]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Key Interoperability Enabler]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Key Interoperability Enabler ABB is a Requirement enabling the efficient and effective delivery of public services across administrations. + +Source: European Commission, ISA Programme + +Source reference: (https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf) + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The European Digital Identity will be available to EU citizens, residents, and businesses who want to identify themselves or provide confirmation of certain personal information. It can be used for both online and offline public and private services across the EU. The Digital Identity is a key interoperability enabler because it enables the efficient and effective delivery of Identification.(https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/european-digital-identity_en#:~:text=Digital%20Identity%20for%20all%20Europeans%20The%20European%20Digital,offline%20public%20and%20private%20services%20across%20the%20EU.) + +Identifier: http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement + +eira:ID: ABB618 + +ABB name: eira:KeyInteroperabilityEnablerRequirement + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement" /> + <eira:KeyInteroperabilityEnablerRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement_Properties"> + <skos:notation><![CDATA[Properties of Key Interoperability Enabler]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Key Interoperability Enabler]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement</eira:PURI> + <dcterms:type>eira:KeyInteroperabilityEnablerRequirement</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Key Interoperability Enabler ABB is a Requirement enabling the efficient and effective delivery of public services across administrations.]]></skos:definition> + <eira:definitionSource>European Commission, ISA Programme</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[(https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf)]]></eira:definitionSourceReference> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The European Digital Identity will be available to EU citizens, residents, and businesses who want to identify themselves or provide confirmation of certain personal information. It can be used for both online and offline public and private services across the EU. The Digital Identity is a key interoperability enabler because it enables the efficient and effective delivery of Identification.(https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/european-digital-identity_en#:~:text=Digital%20Identity%20for%20all%20Europeans%20The%20European%20Digital,offline%20public%20and%20private%20services%20across%20the%20EU.)]]></skos:example> + <skos:note><![CDATA[]]></skos:note> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRAViewRequirement"> + <skos:notation><![CDATA[EIRA View]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EIRAViewRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[EIRA View]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: EIRA view ABB is a Requirement containing a graphical notation of the EIRA ontology. The EIRA consists of several architecture views (1) , including one view for each of the EIF interoperability levels. (1) An architecture view is a representation of a system from the perspective of a related set of concerns. + +Source: TOGAF + +Source reference: (https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html#tag_03_17) + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Legal View - The Legal view models the most salient public policy development enablers and implementation instruments that shall be considered in order to support the End to End design of interoperable digital public services. + +Identifier: http://data.europa.eu/dr8/EIRAViewRequirement + +eira:ID: ABB606 + +ABB name: eira:EIRAViewRequirement + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/EifInteroperabilityLevelBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement" /> + <eira:EIRAViewRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRAViewRequirement_Properties"> + <skos:notation><![CDATA[Properties of EIRA View]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EIRAViewRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of EIRA View]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EIRAViewRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/EIRAViewRequirement</eira:PURI> + <dcterms:type>eira:EIRAViewRequirement</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[EIRA view ABB is a Requirement containing a graphical notation of the EIRA ontology. The EIRA consists of several architecture views (1) , including one view for each of the EIF interoperability levels. (1) An architecture view is a representation of a system from the perspective of a related set of concerns.]]></skos:definition> + <eira:definitionSource>TOGAF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[(https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html#tag_03_17)]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Legal View - The Legal view models the most salient public policy development enablers and implementation instruments that shall be considered in order to support the End to End design of interoperable digital public services.]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/EIRAViewRequirement</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityRequirement"> + <skos:notation><![CDATA[Interoperability Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Interoperability Requirement ABB is a Requirement being formulated as an agreed normative statement in functional terms on a legal, organisational, semantic, or technical attribute of a To-Be European Public Service + +Source: European Commission, ISA Programme + +Source reference: (https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf) + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Ewshopp: - Interoperability requirements are for facilitating access to and integration of data within the project. These requirements cover data formats, vocabularies and shared systems of identifiers useful in data modelling to facilitate data enrichment tasks, as well as data manipulation functionalities needed to support them.(https://ec.europa.eu/research/participants/documents/downloadPublic?documentIds=080166e5b4c5d61e&appId=PPGMS) + +Identifier: http://data.europa.eu/dr8/InteroperabilityRequirement + +eira:ID: ABB346 + +ABB name: eira:InteroperabilityRequirement + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal" /> + <eira:InteroperabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Interoperability Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Interoperability Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/InteroperabilityRequirement</eira:PURI> + <dcterms:type>eira:InteroperabilityRequirement</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[The Interoperability Requirement is a Requirement being formulated as an agreed normative statement in functional terms on a legal, organisational, semantic, or technical attribute of a To-Be European Public Service]]></skos:definition> + <eira:definitionSource>European Commission, ISA Programme</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Ewshopp: - Interoperability requirements are for facilitating access to and integration of data within the project. These requirements cover data formats, vocabularies and shared systems of identifiers useful in data modelling to facilitate data enrichment tasks, as well as data manipulation functionalities needed to support them.(https://ec.europa.eu/research/participants/documents/downloadPublic?documentIds=080166e5b4c5d61e&appId=PPGMS)]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityRequirement</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalClausesRequirement"> + <skos:notation><![CDATA[Legal Clauses]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalClausesRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Legal Clauses]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Legal clauses ABB is a Requirement that refers to specific points or topics that permit to specify a legal document. + +Source: European Comision + +Source reference: https://commission.europa.eu/law/law-making-process/types-eu-law_en + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Clause 6 - Description of the transfer(s): The details of the transfer(s), and in particular the categories of personal data that are transferred and the purpose(s) for which they are transferred, are specified in Annex I.B. (http://data.europa.eu/eli/dec_impl/2021/914/oj) + +LOST view: Legal view + +Identifier: http://data.europa.eu/dr8/LegalClausesRequirement + +eira:ID: https://joinup.ec.europa.eu/data/dr8/LegalClauses + +ABB name: eira:LegalClausesRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-18-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedLegalContentGrouping" /> + <eira:LegalClausesRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalClausesRequirement_Properties"> + <skos:notation><![CDATA[Properties of Legal Clauses]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalClausesRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Legal Clauses]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalClausesRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/LegalClausesRequirement</eira:PURI> + <dcterms:type>eira:LegalClausesRequirement</dcterms:type> + <dcterms:modified>2022-01-18</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Legal clauses ABB is a Requirement that refers to specific points or topics that permit to specify a legal document.]]></skos:definition> + <eira:definitionSource>European Comision</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://commission.europa.eu/law/law-making-process/types-eu-law_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Clause 6 - Description of the transfer(s): The details of the transfer(s), and in particular the categories of personal data that are transferred and the purpose(s) for which they are transferred, are specified in Annex I.B. (http://data.europa.eu/eli/dec_impl/2021/914/oj)]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LegalClausesRequirement</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CapabilityRequirement"> + <skos:notation><![CDATA[Capability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CapabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Capability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Capability ABB is a Requirement that refers to the ability to develop, deploy, and maintain IoP applications and services. This includes knowledge and skills in areas such as software development, network engineering, data analytics, and cybersecurity + +Source: European Comission + +Source reference: https://digital-strategy.ec.europa.eu/en/library/definition-artificial-intelligence-main-capabilities-and-scientific-disciplines + +Identifier: http://data.europa.eu/dr8/CapabilityRequirement + +ABB name: eira:CapabilityRequirement + +Last modification: 2022-23-01 + +]]></skos:definition> + <eira:CapabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CapabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Capability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CapabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Capability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CapabilityRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/CapabilityRequirement</eira:PURI> + <dcterms:type>eira:CapabilityRequirement</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Capability ABB is a Requirement that refers to the ability to develop, deploy, and maintain IoP applications and services. This includes knowledge and skills in areas such as software development, network engineering, data analytics, and cybersecurity]]></skos:definition> + <eira:definitionSource>European Comission</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/library/definition-artificial-intelligence-main-capabilities-and-scientific-disciplines]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/CapabilityRequirement</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement"> + <skos:notation><![CDATA[EIRA Architecture Building Block]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[EIRA Architecture Building Block]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: EIRA Architecture Building Block ABB is a Requirement acting as a requirement of an intermediate level of granularity, in alignment with at least one EIF principle, formulated as an agreed normative statement in functional terms on a legal, organisational, semantic, or technical attribute of a To-Be European Public Service. An EIRA ABB might encapsulate several interoperability aspects + +Source: Europa + +Source reference: (https://ec.europa.eu/digital-building-blocks/wikis/display/CEFDIGITAL/What+is+a+Building+Block) + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): A Legal Act is an EIRA Architecture Building Block from a Legal view perspective. + +Identifier: http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement + +eira:ID: ABB607 + +ABB name: eira:EIRAArchitectureBuildingBlockRequirement + +Last modification: 2022-23-01 + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/ArchitectureBuildingBlockRequirement" /> + <eira:EIRAArchitectureBuildingBlockRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement_Properties"> + <skos:notation><![CDATA[Properties of EIRA Architecture Building Block]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of EIRA Architecture Building Block]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement</eira:PURI> + <dcterms:type>eira:EIRAArchitectureBuildingBlockRequirement</dcterms:type> + <dcterms:modified>2022-01-23</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[EIRA Architecture Building Block ABB is a Requirement acting as a requirement of an intermediate level of granularity, in alignment with at least one EIF principle, formulated as an agreed normative statement in functional terms on a legal, organisational, semantic, or technical attribute of a To-Be European Public Service. An EIRA ABB might encapsulate several interoperability aspects]]></skos:definition> + <eira:definitionSource>Europa</eira:definitionSource> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): A Legal Act is an EIRA Architecture Building Block from a Legal view perspective.]]></skos:example> + <eira:definitionSourceReference><![CDATA[(https://ec.europa.eu/digital-building-blocks/wikis/display/CEFDIGITAL/What+is+a+Building+Block)]]></eira:definitionSourceReference> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NationalLegalActRequirement"> + <skos:notation><![CDATA[National Legal Act]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NationalLegalActRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[National Legal Act]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: National Legal Act ABB is a Requirement enabling the adoption of laws on a national level. + +Source: Eur-Lex + +Source reference: https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=LEGISSUM:ai0032 + +Example: he following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Real Decreto 4/2010, de 8 de enero, por el que se regula el Esquema Nacional de Interoperabilidad en el ámbito de la Administración Electrónica. https://www.boe.es/eli/es/rd/2010/01/08/4. The example provider is a National Regulation from Spanish National Government regulating the Interoperability Scheme. + +LOST view: Legal view + +Interoperability saliency: National Legal Act ABB is salient for legal interoperability because it helps to achieve different EU member states legal and juridical certainty in the exchange of information for public services. + +Identifier: http://data.europa.eu/dr8/NationalLegalActRequirement + +eira:ID: ABB616 + +ABB name: eira:NationalLegalActRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-10-01 + +]]></skos:definition> + <eira:NationalLegalActRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NationalLegalActRequirement_Properties"> + <skos:notation><![CDATA[Properties of National Legal Act]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NationalLegalActRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of National Legal Act]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/NationalLegalActRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/NationalLegalActRequirement</eira:PURI> + <dcterms:type>eira:NationalLegalActRequirement</dcterms:type> + <dcterms:modified>2023-10-1</dcterms:modified> + <skos:definition><![CDATA[National Legal Act ABB is a Requirement enabling the adoption of laws on a national level.]]></skos:definition> + <eira:definitionSource>Eur-Lex</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=LEGISSUM:ai0032]]></eira:definitionSourceReference> + <skos:example><![CDATA[he following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Real Decreto 4/2010, de 8 de enero, por el que se regula el Esquema Nacional de Interoperabilidad en el ámbito de la Administración Electrónica. https://www.boe.es/eli/es/rd/2010/01/08/4. The example provider is a National Regulation from Spanish National Government regulating the Interoperability Scheme.]]></skos:example> + <eira:iopSaliency><![CDATA[National Legal Act ABB is salient for legal interoperability because it helps to achieve different EU member states legal and juridical certainty in the exchange of information for public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/NationalLegalActRequirement</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanLegalActRequirement"> + <skos:notation><![CDATA[European Legal Act]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLegalActRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[European Legal Act]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: European Legal Act ABB is a Requirement enabling the adoption of laws by the Institutions of the European Union in order to exercise the powers given to them by the EU Treaties. They come in five forms: regulations, directives, decisions, recommendations and opinions. + +Source: Eur-Lex + +Source reference: https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=LEGISSUM:ai0032 + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): TOLAR (https://tolar.io/)is a tool implemented as the outcome of the Seduproject, Hashnet is in the process of evaluation by the European Blockchain Partnership to become one of the pilot protocols for European Blockchain Service Infrastructure. https://www.seedeuproject.eu/partners/hashnet/ + +LOST view: Legal view + +Interoperability saliency: European Legal Act ABB is salient for legal interoperability because it helps to achieve European legal and juridical certainty in the exchange of information + +Identifier: http://data.europa.eu/dr8/EuropeanLegalActRequirement + +eira:ID: ABB615 + +ABB name: eira:EuropeanLegalActRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-09-01 + +]]></skos:definition> + <eira:EuropeanLegalActRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanLegalActRequirement_Properties"> + <skos:notation><![CDATA[Properties of European Legal Act]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLegalActRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of European Legal Act]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EuropeanLegalActRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/EuropeanLegalActRequirement</eira:PURI> + <dcterms:type>eira:EuropeanLegalActRequirement</dcterms:type> + <dcterms:modified>2023-09-1</dcterms:modified> + <skos:definition><![CDATA[European Legal Act ABB is a Requirement enabling the adoption of laws by the Institutions of the European Union in order to exercise the powers given to them by the EU Treaties. They come in five forms: regulations, directives, decisions, recommendations and opinions.]]></skos:definition> + <eira:definitionSource>Eur-Lex</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=LEGISSUM:ai0032]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): TOLAR (https://tolar.io/)is a tool implemented as the outcome of the Seduproject, Hashnet is in the process of evaluation by the European Blockchain Partnership to become one of the pilot protocols for European Blockchain Service Infrastructure. https://www.seedeuproject.eu/partners/hashnet/]]></skos:example> + <eira:iopSaliency><![CDATA[European Legal Act ABB is salient for legal interoperability because it helps to achieve European legal and juridical certainty in the exchange of information]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLegalActRequirement</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitectureBuildingBlockRequirement"> + <skos:notation><![CDATA[Digital Solution Functional Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitectureBuildingBlockRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Functional Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Building Block ABB is a Requirement constituting architecture model that describes a single aspect of the overall model. An Architecture Building Block describes generic characteristics and functionalities. Architecture Building Blocks are used to describe reference architectures, solution architecture templates or solution architectures of a specific solutions. + +Source: TOGAF + +Source reference: (https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html#tag_03_8) + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): "Support" can be considered an architectural building block, when it is used in the context of the designing of a software that should include online or offline support to users.(https://www.brainkart.com/article/Functional-Requirements---Software-Architectures_11271/#:~:text=The%20following%20are%20examples%20of%20explicit%20architectural%20requirements%3A,Functionality%208%20Usability%209%20Reliability%20More%20items...%20) + +Identifier: http://data.europa.eu/dr8/ArchitectureBuildingBlockRequirement + +eira:ID: ABB608 + +ABB name: eira:ArchitectureBuildingBlockRequirement + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement" /> + <eira:ArchitectureBuildingBlockRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitectureBuildingBlockRequirement_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution Functional Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitectureBuildingBlockRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution Functional Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitectureBuildingBlockRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/ArchitectureBuildingBlockRequirement</eira:PURI> + <dcterms:type>eira:ArchitectureBuildingBlockRequirement</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Architecture Building Block ABB is a Requirement constituting architecture model that describes a single aspect of the overall model. An Architecture Building Block describes generic characteristics and functionalities. Architecture Building Blocks are used to describe reference architectures, solution architecture templates or solution architectures of a specific solutions.]]></skos:definition> + <eira:definitionSource>TOGAF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[(https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html#tag_03_8)]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): "Support" can be considered an architectural building block, when it is used in the context of the designing of a software that should include online or offline support to users.(https://www.brainkart.com/article/Functional-Requirements---Software-Architectures_11271/#:~:text=The%20following%20are%20examples%20of%20explicit%20architectural%20requirements%3A,Functionality%208%20Usability%209%20Reliability%20More%20items...%20)]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitectureBuildingBlockRequirement</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Non-bindingInstrumentRequirement"> + <skos:notation><![CDATA[Non-binding Instrument]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Non-bindingInstrumentRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Non-binding Instrument]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Non-binding Instrument ABB is a Business Object, involving no obligation, which are available to the European institutions to carry out their tasks. + +Source: EUR-Lex + +Source reference: http://ec.europa.eu/eurostat/data/data-validation + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Opinion of the European Economic and Social Committee on Next Generation SME Strategy — Enhancing Effective and Swift Delivery (own-initiative opinion). https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A52021IE3668&qid=1664779252884 + +IoP Dimension: Governance IoP + +LOST view: Legal view + +Interoperability saliency: The Non-binding Instrument ABB is a key salient for the legal and governance interoperability enabler as a specialisation of the Legal Act, it makes the recommendation of implementation of the policies and rules. + +Identifier: http://data.europa.eu/dr8/Non-bindingInstrumentRequirement + +eira:ID: ABB113 + +ABB name: eira:Non-bindingInstrumentRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-10-01 + +]]></skos:definition> + <eira:Non-bindingInstrumentRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Non-bindingInstrumentRequirement_Properties"> + <skos:notation><![CDATA[Properties of Non-binding Instrument]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Non-bindingInstrumentRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Non-binding Instrument]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Non-bindingInstrumentRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/Non-bindingInstrumentRequirement</eira:PURI> + <dcterms:type>eira:Non-bindingInstrumentRequirement</dcterms:type> + <dcterms:modified>2023-10-1</dcterms:modified> + <skos:definition><![CDATA[Non-binding Instrument ABB is a Business Object, involving no obligation, which are available to the European institutions to carry out their tasks.]]></skos:definition> + <eira:definitionSource>EUR-Lex</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://ec.europa.eu/eurostat/data/data-validation]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Opinion of the European Economic and Social Committee on Next Generation SME Strategy — Enhancing Effective and Swift Delivery (own-initiative opinion). https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A52021IE3668&qid=1664779252884]]></skos:example> + <eira:iopSaliency><![CDATA[The Non-binding Instrument ABB is a key salient for the legal and governance interoperability enabler as a specialisation of the Legal Act, it makes the recommendation of implementation of the policies and rules.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/Non-bindingInstrumentRequirement</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IndividualStakeholder"> + <skos:notation><![CDATA[Individual]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IndividualStakeholder</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Individual]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Individual ABB is a Stakeholder that is a human being who may be dead or alive, but not imaginary. + +Source: SEMIC-CPV + +Source reference: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.00/#Person + +Synonym: Person + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Any instance of a person, for instance, Ursula von der Leyen, President of the European Commission. https://ec.europa.eu/commission/commissioners/2019-2024/president_en + +IoP Dimension: Behavioural IoP + +LOST view: Organisational view + +Interoperability saliency: The Individual ABB is salient for organizational and behavioural interoperability because it permits the identification of procedures and business rules related to this stakeholder that facilitates the exchange of data, information and knowledge between digital public services and individuals (and vice versa). + +Identifier: http://data.europa.eu/dr8/IndividualStakeholder + +eira:ID: ABB497 + +ABB name: eira:IndividualStakeholder + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-12-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/AgentBusinessRole" /> + <eira:IndividualStakeholder_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IndividualStakeholder_Properties"> + <skos:notation><![CDATA[Properties of Individual]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IndividualStakeholder_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Individual]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IndividualStakeholder" /> + <dcterms:modified>2023-12-1</dcterms:modified> + <dcterms:type>eira:IndividualStakeholder</dcterms:type> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource>SEMIC-CPV</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://semiceu.github.io/Core-Person-Vocabulary/releases/2.00/#Person]]></eira:definitionSourceReference> + <eira:iopSaliency><![CDATA[The Individual ABB is salient for organizational and behavioural interoperability because it permits the identification of procedures and business rules related to this stakeholder that facilitates the exchange of data, information and knowledge between digital public services and individuals (and vice versa).]]></eira:iopSaliency> + <eira:PURI>http://data.europa.eu/dr8/IndividualStakeholder</eira:PURI> + <eira:synonym>Person</eira:synonym> + <skos:definition><![CDATA[Individual ABB is a Stakeholder that is a human being who may be dead or alive, but not imaginary.]]></skos:definition> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Any instance of a person, for instance, Ursula von der Leyen, President of the European Commission. https://ec.europa.eu/commission/commissioners/2019-2024/president_en]]></skos:example> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/IndividualStakeholder</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationStakeholder"> + <skos:notation><![CDATA[Organisation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationStakeholder</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Organisation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Organization ABB is a Stakeholder that corresponds to a collection of people organized together into a community or other social, commercial or political structure. The group has some common purpose or reason for existence which goes beyond the set of people belonging to it and can act as an Agent. Organizations are often decomposable into hierarchical structures. + +Source: SEMIC-CPOV + +Source reference: https://semiceu.github.io/CPOV/releases/2.1.0/#Organization + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Any instance of an organisation with a legal personality, e.g. a Business, a Public Organisation, a Consortium, an NGO, etc. + +IoP Dimension: Behavioural IoP + +LOST view: Organisational view + +Interoperability saliency: The Organization ABB is relevant for behavioural and organizational interoperability because it permits the identification of procedures, stakeholders and intra-company frameworks that facilitate the exchange of data, information and knowledge between digital public services. + +Identifier: http://data.europa.eu/dr8/OrganisationStakeholder + +eira:ID: ABB494 + +ABB name: eira:OrganisationStakeholder + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-12-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InformationBusinessObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/LegalEntityStakeholder" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/PublicAdministrationStakeholder" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/BusinessStakeholder" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/LegalEntityStakeholder" /> + <eira:OrganisationStakeholder_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationStakeholder_Properties"> + <skos:notation><![CDATA[Properties of Organisation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationStakeholder_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Organisation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationStakeholder" /> + <eira:PURI>http://data.europa.eu/dr8/OrganisationStakeholder</eira:PURI> + <dcterms:type>eira:OrganisationStakeholder</dcterms:type> + <dcterms:modified>2022-12-1</dcterms:modified> + <skos:definition><![CDATA[Organization ABB is a Stakeholder that corresponds to a collection of people organized together into a community or other social, commercial or political structure. The group has some common purpose or reason for existence which goes beyond the set of people belonging to it and can act as an Agent. Organizations are often decomposable into hierarchical structures.]]></skos:definition> + <eira:definitionSource>SEMIC-CPOV</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://semiceu.github.io/CPOV/releases/2.1.0/#Organization]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Any instance of an organisation with a legal personality, e.g. a Business, a Public Organisation, a Consortium, an NGO, etc.]]></skos:example> + <eira:iopSaliency><![CDATA[The Organization ABB is relevant for behavioural and organizational interoperability because it permits the identification of procedures, stakeholders and intra-company frameworks that facilitate the exchange of data, information and knowledge between digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationStakeholder</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalEntityStakeholder"> + <skos:notation><![CDATA[Legal Entity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalEntityStakeholder</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Legal Entity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Legal Entity ABB is a Stakeholder that is a self-empoyed person, company, or organization that has legal rights and obligations. + +Source: SEMIC-CBV + +Source reference: https://semiceu.github.io/Core-Business-Vocabulary/releases/2.00/#Legal%20Entity + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Any instance of Business, Public Administration with legal personality or a Natural person. https://commission.europa.eu/publications/legal-entities_en + +IoP Dimension: Behavioural IoP + +LOST view: Organisational view + +Interoperability saliency: The Legal Entity ABB is salient for organizational and behavioural interoperability because it permits the identification of procedures and business rules related to this stakeholder that facilitates the exchange of data, information and knowledge between digital public services. + +Identifier: http://data.europa.eu/dr8/LegalEntityStakeholder + +eira:ID: ABB496 + +ABB name: eira:LegalEntityStakeholder + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-12-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/OrganisationStakeholder" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/AgentBusinessRole" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/OrganisationStakeholder" /> + <eira:LegalEntityStakeholder_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalEntityStakeholder_Properties"> + <skos:notation><![CDATA[Properties of Legal Entity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalEntityStakeholder_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Legal Entity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalEntityStakeholder" /> + <eira:PURI>http://data.europa.eu/dr8/LegalEntityStakeholder</eira:PURI> + <dcterms:type>eira:LegalEntityStakeholder</dcterms:type> + <dcterms:modified>2023-12-1</dcterms:modified> + <skos:definition><![CDATA[Legal Entity ABB is a Stakeholder that is a self-empoyed person, company, or organization that has legal rights and obligations.]]></skos:definition> + <eira:definitionSource>SEMIC-CBV</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://semiceu.github.io/Core-Business-Vocabulary/releases/2.00/#Legal%20Entity]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Any instance of Business, Public Administration with legal personality or a Natural person. https://commission.europa.eu/publications/legal-entities_en]]></skos:example> + <eira:iopSaliency><![CDATA[The Legal Entity ABB is salient for organizational and behavioural interoperability because it permits the identification of procedures and business rules related to this stakeholder that facilitates the exchange of data, information and knowledge between digital public services.]]></eira:iopSaliency> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LegalEntityStakeholder</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicAdministrationStakeholder"> + <skos:notation><![CDATA[Public Administration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministrationStakeholder</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Public Administration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Public Administration ABB is a Stakeholder that corresponds to an Organization that is defined as being part of the public sector by a legal framework at any level. In this scope, there are in charge of implementing public policy + +Source: SEMIC-CPOV + +Source reference: https://semiceu.github.io/CPOV/releases/2.1.0/#Public%20Organisation + +Additional information: The provision of digital public services are Public Administration's means of implementing e-Government. Certain countries make the difference between e-Government (policy implementation management) and e-Administration (administrative procedure management using electronic means). For these countries, the case of the SDG would fall under the e-Administration umbrella. + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The European Commission; the central, regional or local executive arm of a MS. + +IoP Dimension: Behavioural IoP + +LOST view: Organisational view + +Interoperability saliency: The Public Administration ABB is salient for behavioural and organizational interoperability because it represents the specific authority in charge of supporting the definition of procedures and business rules to publish digital business capabilities. It also allows the security assurance and control configuration associated with this authority or public entity, the discovery of data types that it can provide, as well as other aspects necessary to assure, monitor and control the exchange of data between this public entity and the digital public services providing to or consuming data from this stakeholder. + +Identifier: http://data.europa.eu/dr8/PublicAdministrationStakeholder + +eira:ID: ABB495 + +ABB name: eira:PublicAdministrationStakeholder + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-12-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/CoordinationCapacityValue" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AnalyticalCapacityValue" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RegulatoryCapacityValue" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DeliveryCapacityValue" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/OrganisationStakeholder" /> + <eira:PublicAdministrationStakeholder_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicAdministrationStakeholder_Properties"> + <skos:notation><![CDATA[Properties of Public Administration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministrationStakeholder_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Public Administration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicAdministrationStakeholder" /> + <eira:PURI>http://data.europa.eu/dr8/PublicAdministrationStakeholder</eira:PURI> + <dcterms:type>eira:PublicAdministrationStakeholder</dcterms:type> + <dcterms:modified>2022-12-1</dcterms:modified> + <skos:definition><![CDATA[Public Administration ABB is a Stakeholder that corresponds to an Organization that is defined as being part of the public sector by a legal framework at any level. In this scope, there are in charge of implementing public policy]]></skos:definition> + <eira:definitionSource>SEMIC-CPOV</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://semiceu.github.io/CPOV/releases/2.1.0/#Public%20Organisation]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The European Commission; the central, regional or local executive arm of a MS.]]></skos:example> + <eira:iopSaliency><![CDATA[The Public Administration ABB is salient for behavioural and organizational interoperability because it represents the specific authority in charge of supporting the definition of procedures and business rules to publish digital business capabilities. It also allows the security assurance and control configuration associated with this authority or public entity, the discovery of data types that it can provide, as well as other aspects necessary to assure, monitor and control the exchange of data between this public entity and the digital public services providing to or consuming data from this stakeholder.]]></eira:iopSaliency> + <skos:note><![CDATA[The provision of digital public services are Public Administration's means of implementing e-Government. Certain countries make the difference between e-Government (policy implementation management) and e-Administration (administrative procedure management using electronic means). For these countries, the case of the SDG would fall under the e-Administration umbrella.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministrationStakeholder</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessStakeholder"> + <skos:notation><![CDATA[Business]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessStakeholder</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Business]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Business ABB is a Stakeholder that correspond to an individual, group, or organization that has an interest or stake in the success or failure of a particular product or service. Indeed, they focus on making, buying or selling goods or even, providing services in pursuing a benefit. + +Source: Inspired in definition provided by relevant consultancy services + +Source reference: https://www.gartner.com/en/information-technology/glossary/business-process-as-a-service-bpaas + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The instance of an Economic Operator that is using a digital public service to submit a tender. + +IoP Dimension: Behavioural IoP + +LOST view: Organisational view + +Interoperability saliency: The Business ABB is salient for behavioural and organizational interoperability because it permits the identification of a specific stakeholder, which in turn allows the identification of its rights, permissions, and digital business capabilities. It also allows the security assurance and control configuration associated with this stakeholder, the discovery of data types that it can provide, as well as other aspects necessary to assure, monitor and control the exchange of data between this stakeholder and the digital public services providing to or consuming data from this stakeholder. + +Identifier: http://data.europa.eu/dr8/BusinessStakeholder + +eira:ID: http://data.europa.eu/dr8/BusinessStakeholder + +ABB name: eira:BusinessStakeholder + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-26-01 + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/OrganisationStakeholder" /> + <eira:BusinessStakeholder_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessStakeholder_Properties"> + <skos:notation><![CDATA[Properties of Business]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessStakeholder_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Business]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessStakeholder" /> + <eira:PURI>http://data.europa.eu/dr8/BusinessStakeholder</eira:PURI> + <dcterms:type>eira:BusinessStakeholder</dcterms:type> + <dcterms:modified>2022-01-26</dcterms:modified> + <skos:definition><![CDATA[Business ABB is a Stakeholder that correspond to an individual, group, or organization that has an interest or stake in the success or failure of a particular product or service. Indeed, they focus on making, buying or selling goods or even, providing services in pursuing a benefit.]]></skos:definition> + <eira:definitionSource>Inspired in definition provided by relevant consultancy services</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/business-process-as-a-service-bpaas]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The instance of an Economic Operator that is using a digital public service to submit a tender.]]></skos:example> + <eira:iopSaliency><![CDATA[The Business ABB is salient for behavioural and organizational interoperability because it permits the identification of a specific stakeholder, which in turn allows the identification of its rights, permissions, and digital business capabilities. It also allows the security assurance and control configuration associated with this stakeholder, the discovery of data types that it can provide, as well as other aspects necessary to assure, monitor and control the exchange of data between this stakeholder and the digital public services providing to or consuming data from this stakeholder.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessStakeholder</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DeliveryCapacityValue"> + <skos:notation><![CDATA[Delivery Capacity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DeliveryCapacityValue</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Delivery Capacity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The Delivery Capacity Value ABB refers to the ability of public administrations to deliver public services, programs, and policies effectively and efficiently to citizens and stakeholders. It encompasses the overall performance, effectiveness, and responsiveness of public administration in meeting the needs and expectations of the public. + +Source: Public Administration Reform: A Comparative Analysis + +IoP Dimension: Governance IoP + +Identifier: http://data.europa.eu/dr8/DeliveryCapacityValue + +eira:ID: http://data.europa.eu/dr8/DeliveryCapacityValue + +ABB name: eira:DeliveryCapacityValue + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver" /> + <eira:DeliveryCapacityValue_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DeliveryCapacityValue_Properties"> + <skos:notation><![CDATA[Properties of Delivery Capacity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DeliveryCapacityValue_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Delivery Capacity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DeliveryCapacityValue" /> + <eira:PURI>http://data.europa.eu/dr8/DeliveryCapacityValue</eira:PURI> + <dcterms:type>eira:DeliveryCapacityValue</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <skos:definition><![CDATA[The Delivery Capacity Value ABB refers to the ability of public administrations to deliver public services, programs, and policies effectively and efficiently to citizens and stakeholders. It encompasses the overall performance, effectiveness, and responsiveness of public administration in meeting the needs and expectations of the public.]]></skos:definition> + <eira:definitionSource>Public Administration Reform: A Comparative Analysis</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DeliveryCapacityValue</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticalCapacityValue"> + <skos:notation><![CDATA[Analytical Capacity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AnalyticalCapacityValue</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Analytical Capacity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The Analytical Capacity Value ABB refers to the ability of public administrations to gather, analyse, and utilize data and evidence in decision-making processes. It involves having the skills, tools, and institutional arrangements to collect, interpret, and apply data to inform policy development, program design, and performance monitoring. + +Source: Public Administration Reform: A Comparative Analysis + +IoP Dimension: Governance IoP + +Identifier: http://data.europa.eu/dr8/AnalyticalCapacityValue + +eira:ID: http://data.europa.eu/dr8/AnalyticalCapacityValue + +ABB name: eira:AnalyticalCapacityValue + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver" /> + <eira:AnalyticalCapacityValue_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticalCapacityValue_Properties"> + <skos:notation><![CDATA[Properties of Analytical Capacity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AnalyticalCapacityValue_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Analytical Capacity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AnalyticalCapacityValue" /> + <eira:PURI>http://data.europa.eu/dr8/AnalyticalCapacityValue</eira:PURI> + <dcterms:type>eira:AnalyticalCapacityValue</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <skos:definition><![CDATA[The Analytical Capacity Value ABB refers to the ability of public administrations to gather, analyse, and utilize data and evidence in decision-making processes. It involves having the skills, tools, and institutional arrangements to collect, interpret, and apply data to inform policy development, program design, and performance monitoring.]]></skos:definition> + <eira:definitionSource>Public Administration Reform: A Comparative Analysis</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/AnalyticalCapacityValue</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CoordinationCapacityValue"> + <skos:notation><![CDATA[Coordination Capacity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CoordinationCapacityValue</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Coordination Capacity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The Coordination Capacity Value ABB refers to mediating and bringing different administrative units and dispersed actors to work together to achieve joint actions. It is not only about vertical coordination by hierarchy but also about facilitating horizontal coordination across policy areas and organizations at the same administrative level. + +Source: Administrative coordination capacity; does the wickedness of policy areas matter? + +Source reference: https://www.duo.uio.no/bitstream/handle/10852/76072/10-108014494035-2019-1584147.pdf?sequence=4&isAllowed=y + +IoP Dimension: Governance IoP + +Identifier: http://data.europa.eu/dr8/CoordinationCapacityValue + +eira:ID: http://data.europa.eu/dr8/CoordinationCapacityValue + +ABB name: eira:CoordinationCapacityValue + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver" /> + <eira:CoordinationCapacityValue_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CoordinationCapacityValue_Properties"> + <skos:notation><![CDATA[Properties of Coordination Capacity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CoordinationCapacityValue_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Coordination Capacity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CoordinationCapacityValue" /> + <eira:PURI>http://data.europa.eu/dr8/CoordinationCapacityValue</eira:PURI> + <dcterms:type>eira:CoordinationCapacityValue</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <skos:definition><![CDATA[The Coordination Capacity Value ABB refers to mediating and bringing different administrative units and dispersed actors to work together to achieve joint actions. It is not only about vertical coordination by hierarchy but also about facilitating horizontal coordination across policy areas and organizations at the same administrative level.]]></skos:definition> + <eira:definitionSource>Administrative coordination capacity; does the wickedness of policy areas matter?</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.duo.uio.no/bitstream/handle/10852/76072/10-108014494035-2019-1584147.pdf?sequence=4&isAllowed=y]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/CoordinationCapacityValue</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RegulatoryCapacityValue"> + <skos:notation><![CDATA[Regulatory Capacity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RegulatoryCapacityValue</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Regulatory Capacity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The Regulatory Capacity Value ABB relates to a government's ability to develop, implement, and enforce regulations and rules effectively. It involves having the necessary resources, expertise, and mechanisms in place to establish and enforce regulatory frameworks that protect public interests, promote compliance, and achieve desired outcomes. + +Source: Public Administration Reform: A Comparative Analysis + +IoP Dimension: Governance IoP + +Identifier: http://data.europa.eu/dr8/RegulatoryCapacityValue + +eira:ID: http://data.europa.eu/dr8/RegulatoryCapacityValue + +ABB name: eira:RegulatoryCapacityValue + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver" /> + <eira:RegulatoryCapacityValue_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RegulatoryCapacityValue_Properties"> + <skos:notation><![CDATA[Properties of Regulatory Capacity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RegulatoryCapacityValue_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Regulatory Capacity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RegulatoryCapacityValue" /> + <eira:PURI>http://data.europa.eu/dr8/RegulatoryCapacityValue</eira:PURI> + <dcterms:type>eira:RegulatoryCapacityValue</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <skos:definition><![CDATA[The Regulatory Capacity Value ABB relates to a government's ability to develop, implement, and enforce regulations and rules effectively. It involves having the necessary resources, expertise, and mechanisms in place to establish and enforce regulatory frameworks that protect public interests, promote compliance, and achieve desired outcomes.]]></skos:definition> + <eira:definitionSource>Public Administration Reform: A Comparative Analysis</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/RegulatoryCapacityValue</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage"> + <skos:notation><![CDATA[Digitalisation Roadmap]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digitalisation Roadmap]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digitaliation Roadmap ABB is a Work Package that corresponds to a high-level vision and strategy referring to long-term business goal an organization wants to achieve, including digital initiatives and goals the organization will drive. + +Source: Inspired in referent consultancy companies and IEEE + +Source reference: https://roadmaps.ieee.org/guide-to-technology-roadmaps + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Digital roadmap for organising mobility authorities (OMAs). (https://cerre.eu/publications/mobility-as-a-service-maas-digital-roadmap-public-transport-authorities/) + +IoP Dimension: Governance IoP + +LOST view: Organisational view + +Interoperability saliency: Digitalization Roadmap ABB is salient for the governance, semantic and technical interoperability because it commonly offers (i) a transversal vision of existing reusable standards applied in the digitalization of the public sector, (ii) actions to ensure data exchange between digital services; (iii) technological software and assets that should be included in the digitalization of public administrations. + +Identifier: http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage + +eira:ID: ABB490 + +ABB name: eira:DigitalisationRoadmapWorkPackage + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-12-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalAgendaGoal" /> + <eira:DigitalisationRoadmapWorkPackage_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage_Properties"> + <skos:notation><![CDATA[Properties of Digitalisation Roadmap]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digitalisation Roadmap]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage</eira:PURI> + <dcterms:type>eira:DigitalisationRoadmapWorkPackage</dcterms:type> + <dcterms:modified>2022-12-1</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digitaliation Roadmap ABB is a Work Package that corresponds to a high-level vision and strategy referring to long-term business goal an organization wants to achieve, including digital initiatives and goals the organization will drive.]]></skos:definition> + <eira:definitionSource>Inspired in referent consultancy companies and IEEE</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://roadmaps.ieee.org/guide-to-technology-roadmaps]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Digital roadmap for organising mobility authorities (OMAs). (https://cerre.eu/publications/mobility-as-a-service-maas-digital-roadmap-public-transport-authorities/)]]></skos:example> + <eira:iopSaliency><![CDATA[Digitalization Roadmap ABB is salient for the governance, semantic and technical interoperability because it commonly offers (i) a transversal vision of existing reusable standards applied in the digitalization of the public sector, (ii) actions to ensure data exchange between digital services; (iii) technological software and assets that should be included in the digitalization of public administrations.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityEnablersGroup"> + <skos:notation><![CDATA[Security Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityEnablersGroup</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Security Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Security Enablers ABB is a Grouping that refers to components that enable the implementation and management of security controls and measures, and enable organizations to protect their digital assets and information from a wide range of cyber threats + +Source: Inspired n Cyber Resilience Act + +Source reference: https://digital-strategy.ec.europa.eu/en/library/cyber-resilience-act + +IoP Dimension: Structural IoP, Behavioral IoP + +LOST view: Technical view - application + +Interoperability saliency: The Security Enablers Grouping ABB is salient for interoperability because it aggregates the set of services and components that allow to secure systems and protect them from cyber threats. In this sense, security can play a relevant role, making systems safe and as consequence, ensuring their integrity. All these aspects can contribute to the development of an interoperable and secure environment of digital public services. + +Identifier: http://data.europa.eu/dr8/SecurityEnablersGroup + +eira:ID: http://data.europa.eu/dr8/SecurityEnablersGroup + +ABB name: eira:SecurityEnablersGroup + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditApplicationService" /> + <eira:SecurityEnablersGroup_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityEnablersGroup_Properties"> + <skos:notation><![CDATA[Properties of Security Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityEnablersGroup_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Security Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityEnablersGroup" /> + <eira:PURI>http://data.europa.eu/dr8/SecurityEnablersGroup</eira:PURI> + <dcterms:type>eira:SecurityEnablersGroup</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Security Enablers ABB is a Grouping that refers to components that enable the implementation and management of security controls and measures, and enable organizations to protect their digital assets and information from a wide range of cyber threats]]></skos:definition> + <eira:definitionSource>Inspired n Cyber Resilience Act</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/library/cyber-resilience-act]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[The Security Enablers Grouping ABB is salient for interoperability because it aggregates the set of services and components that allow to secure systems and protect them from cyber threats. In this sense, security can play a relevant role, making systems safe and as consequence, ensuring their integrity. All these aspects can contribute to the development of an interoperable and secure environment of digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityEnablersGroup</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NetworkingInfrastructureEnablers"> + <skos:notation><![CDATA[Networking Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NetworkingInfrastructureEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Networking Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Networking Infrastructure Enablers ABB is a Grouping of components and services that facilitate the creation and operation of computer networks. These enablers can include both hardware and software technologies and are essential for building and maintaining modern networks + +Source: ISA2 - EIA Action + +Source reference: https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/ + +Synonym: + +Additional information: + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ECC Report 301. https://docdb.cept.org/download/1395 + +IoP Dimension: + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Networking Infrastructure Enablers ABB is salient for the organizational and technical interoperability due to it provides (i) the set up of rules for establishing the correct communication in the public administration considering both public and private, (ii) establish the physical elements to balance the traffic and ensure the correct behaviour of the communication considering the system performance. + +Identifier: http://data.europa.eu/dr8/NetworkingInfrastructureEnablers + +eira:ID: http://data.europa.eu/dr8/NetworkingInfrastructureEnablers + +ABB name: eira:NetworkingInfrastructureEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DomainNameTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LoadBalancerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateCommunicationNetwork" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RouterTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/FirewallTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/GatewayTechnologyService" /> + <eira:NetworkingInfrastructureEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NetworkingInfrastructureEnablers_Properties"> + <skos:notation><![CDATA[Properties of Networking Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NetworkingInfrastructureEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Networking Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/NetworkingInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/NetworkingInfrastructureEnablers</eira:PURI> + <dcterms:type>eira:NetworkingInfrastructureEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Networking Infrastructure Enablers ABB is a Grouping of components and services that facilitate the creation and operation of computer networks. These enablers can include both hardware and software technologies and are essential for building and maintaining modern networks]]></skos:definition> + <eira:definitionSource>ISA2 - EIA Action</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ECC Report 301. https://docdb.cept.org/download/1395]]></skos:example> + <eira:iopSaliency><![CDATA[The Networking Infrastructure Enablers ABB is salient for the organizational and technical interoperability due to it provides (i) the set up of rules for establishing the correct communication in the public administration considering both public and private, (ii) establish the physical elements to balance the traffic and ensure the correct behaviour of the communication considering the system performance.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/NetworkingInfrastructureEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ManagementInfrastructureEnablers"> + <skos:notation><![CDATA[Management Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ManagementInfrastructureEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Management Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Management Infrastructure Enablers ABB is a Grouping that refers to the set of components and services to manage a public administration IT platforms efficiently and efficiency. + +Source: Inspired in PMI + +Source reference: https://www.pmi.org/learning/library/project-management-infrastructure-4647 + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Design Principles for Data Spaces -Position Paper. https://design-principles-for-data-spaces.org/ + +Interoperability saliency: Management Infrastructure Enablers ABB is salient for technical interoperability due to its set-up the implementation for managing and monitoring the public administration digital services to (i) ensure their correct behaviour, (ii) ensure the correct provision of resources, and (iii) guarantee the assessment of standards and regulations (including SLAs) + +Identifier: http://data.europa.eu/dr8/ManagementInfrastructureEnablers + +eira:ID: http://data.europa.eu/dr8/ManagementInfrastructureEnablers + +ABB name: eira:ManagementInfrastructureEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/TelemetryTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LoggerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ManagementConsoleTechnologyService" /> + <eira:ManagementInfrastructureEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ManagementInfrastructureEnablers_Properties"> + <skos:notation><![CDATA[Properties of Management Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ManagementInfrastructureEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Management Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ManagementInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/ManagementInfrastructureEnablers</eira:PURI> + <dcterms:type>eira:ManagementInfrastructureEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Management Infrastructure Enablers ABB is a Grouping that refers to the set of components and services to manage a public administration IT platforms efficiently and efficiency.]]></skos:definition> + <eira:definitionSource>Inspired in PMI</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.pmi.org/learning/library/project-management-infrastructure-4647]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Design Principles for Data Spaces -Position Paper. https://design-principles-for-data-spaces.org/]]></skos:example> + <eira:iopSaliency><![CDATA[Management Infrastructure Enablers ABB is salient for technical interoperability due to its set-up the implementation for managing and monitoring the public administration digital services to (i) ensure their correct behaviour, (ii) ensure the correct provision of resources, and (iii) guarantee the assessment of standards and regulations (including SLAs)]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ManagementInfrastructureEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TransationEnablersGrouping"> + <skos:notation><![CDATA[Translation Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TransationEnablersGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Translation Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Machine Translation Enablers ABB is a Groping that refers to tools or components that facilitate the translation of text from one language to another using machine learning techniques + +Source: Inspired in eTranslation + +Source reference: https://commission.europa.eu/resources-partners/etranslation_en + +IoP Dimension: Structural IoP, Behavioral IoP + +LOST view: Technical view - application + +Interoperability saliency: The Translation Enablers Grouping ABB is salient for technical interoperability because it comprises a set of tools and components that ensure the translation of digital public services to different languages in the European Union by using machine learning techniques. + +Identifier: http://data.europa.eu/dr8/TransationEnablersGrouping + +eira:ID: http://data.europa.eu/dr8/TransationEnablersGrouping + +ABB name: eira:TransationEnablersGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <eira:TransationEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TransationEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Translation Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TransationEnablersGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Translation Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TransationEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/TransationEnablersGrouping</eira:PURI> + <dcterms:type>eira:TransationEnablersGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Machine Translation Enablers ABB is a Groping that refers to tools or components that facilitate the translation of text from one language to another using machine learning techniques]]></skos:definition> + <eira:definitionSource>Inspired in eTranslation</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://commission.europa.eu/resources-partners/etranslation_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[The Translation Enablers Grouping ABB is salient for technical interoperability because it comprises a set of tools and components that ensure the translation of digital public services to different languages in the European Union by using machine learning techniques.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/TransationEnablersGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping"> + <skos:notation><![CDATA[Digital Workplace Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Workplace Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Workplace Enablers is a Grouping that refers to components or services that enable the collaboration of work aspects while security and privacy are ensured. + +Source: European Comission + +Source reference: https://ec.europa.eu/info/publications/digital-workplace-strategy_en + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Set of IT tools used by European Commission officials, workers, etc. There is a new strategy put in place by the Commission to improve the work of the different roles involved. https://europa.eu/digitec/news/digital-workplace-european-commission/ + +IoP Dimension: Structural IoP, Behavioral IoP + +LOST view: Technical view - application + +Interoperability saliency: The Digital Workplace Enablers Grouping ABB is salient for technical interoperability because it tools, components or services that allow the free collaboration of work aspects while security and privacy are ensured. The free collaboration is relevant for interoperability because allows to enable and maintain digital public services without the need of being at the Organisation responsible for digital public services head quarters + +Identifier: http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping + +eira:ID: http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping + +ABB name: eira:DigitalWorkplaceEnablersGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceApplicationService" /> + <eira:DigitalWorkplaceEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Digital Workplace Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Workplace Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping</eira:PURI> + <dcterms:type>eira:DigitalWorkplaceEnablersGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Workplace Enablers is a Grouping that refers to components or services that enable the collaboration of work aspects while security and privacy are ensured.]]></skos:definition> + <eira:definitionSource>European Comission</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/info/publications/digital-workplace-strategy_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Set of IT tools used by European Commission officials, workers, etc. There is a new strategy put in place by the Commission to improve the work of the different roles involved. https://europa.eu/digitec/news/digital-workplace-european-commission/]]></skos:example> + <eira:iopSaliency><![CDATA[The Digital Workplace Enablers Grouping ABB is salient for technical interoperability because it tools, components or services that allow the free collaboration of work aspects while security and privacy are ensured. The free collaboration is relevant for interoperability because allows to enable and maintain digital public services without the need of being at the Organisation responsible for digital public services head quarters]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyEnablersGrouping"> + <skos:notation><![CDATA[Privacy Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyEnablersGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Privacy Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Privacy Enablers ABB is a Grouping that refers to components and services that facilitate the implementation of privacy-related functionality within an application or system + +Source: ePrivacy Regulation + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/eprivacy-regulation + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): SOLVIT - Solvit is a mailbox service for the access, rectification or deletion of personal data.(http://ec.europa.eu/solvit/privacy-statement/#maincontentSec8) + +IoP Dimension: Structural IoP, Behavioral IoP + +LOST view: Technical view - application + +Interoperability saliency: The Privacy Enablers Grouping ABB is salient for technical interoperability because it comprises tools and components that facilitate the implementation of privacy-related functionality within an application or system. This is relevant for the implementation and deployment of digital public services. + +eira:ID: http://data.europa.eu/dr8/PrivacyEnablersGrouping + +ABB name: eira:PrivacyEnablersGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +eiraPURI: http://data.europa.eu/dr8/PrivacyEnablersGrouping + +]]></skos:definition> + <eira:PrivacyEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Privacy Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyEnablersGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Privacy Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyEnablersGrouping" /> + <dcterms:type>eira:PrivacyEnablersGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Privacy Enablers ABB is a Grouping that refers to components and services that facilitate the implementation of privacy-related functionality within an application or system]]></skos:definition> + <eira:definitionSource>ePrivacy Regulation</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/eprivacy-regulation]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): SOLVIT - Solvit is a mailbox service for the access, rectification or deletion of personal data.(http://ec.europa.eu/solvit/privacy-statement/#maincontentSec8)]]></skos:example> + <eira:iopSaliency><![CDATA[The Privacy Enablers Grouping ABB is salient for technical interoperability because it comprises tools and components that facilitate the implementation of privacy-related functionality within an application or system. This is relevant for the implementation and deployment of digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/PrivacyEnablersGrouping</eira:PURI> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyEnablersGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ComputingInfrastructureEnablers"> + <skos:notation><![CDATA[Computing Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ComputingInfrastructureEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Computing Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Computing Infrastructure Enablers ABB is a Grouping that refers to components and services that provide the development, deployment, and management of virtual and computing infrastructure + +Source: Inspired in Redhat + +Source reference: https://www.redhat.com/en/topics/virtualization/what-is-a-virtual-machine + +Synonym: + +Additional information: + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DIGIT/C Hosting Service - DIGIT/C offers a high availability and high performance hosting infrastructure that is being comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. http://ec.europa.eu/ipg/build/infrastructure/index_en.htm + +IoP Dimension: + +LOST view: Technical view - Infrastructure + +Interoperability saliency: The Computing Infrastructure Enablers ABB is salient for organizational and technical interoperability due to it providing (i) mechanisms to ensure the correct publication of public administration digital services, and (ii) physical elements that permit to host of public administration services in a standardised manner. + +Identifier: http://data.europa.eu/dr8/ComputingInfrastructureEnablers + +eira:ID: http://data.europa.eu/dr8/ComputingInfrastructureEnablers + +ABB name: eira:ComputingInfrastructureEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServerNode" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/VirtualMachineNode" /> + <eira:ComputingInfrastructureEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ComputingInfrastructureEnablers_Properties"> + <skos:notation><![CDATA[Properties of Computing Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ComputingInfrastructureEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Computing Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/ComputingInfrastructureEnablers</eira:PURI> + <dcterms:type>eira:ComputingInfrastructureEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Computing Infrastructure Enablers ABB is a Grouping that refers to components and services that provide the development, deployment, and management of virtual and computing infrastructure]]></skos:definition> + <eira:definitionSource>Inspired in Redhat</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.redhat.com/en/topics/virtualization/what-is-a-virtual-machine]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DIGIT/C Hosting Service - DIGIT/C offers a high availability and high performance hosting infrastructure that is being comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. http://ec.europa.eu/ipg/build/infrastructure/index_en.htm]]></skos:example> + <eira:iopSaliency><![CDATA[The Computing Infrastructure Enablers ABB is salient for organizational and technical interoperability due to it providing (i) mechanisms to ensure the correct publication of public administration digital services, and (ii) physical elements that permit to host of public administration services in a standardised manner.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ComputingInfrastructureEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticFunctionalContentGrouping"> + <skos:notation><![CDATA[Semantic Functional content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SemanticFunctionalContentGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Semantic Functional content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Semantic Functional Content ABB is a Grouping that refers to the procedures and mechanims to structure and organise the information to convey meaning and functionality. + +Source: Inspired in "Semantic Content" article + +Source reference: https://philpapers.org/rec/STOSC-2 + +Identifier: http://data.europa.eu/dr8/SemanticFunctionalContentGrouping + +eira:ID: http://data.europa.eu/dr8/SemanticFunctionalContentGrouping + +ABB name: eira:SemanticFunctionalContentGrouping + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataMappingDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OntologyDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataMappingCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OntologiesCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OpenDataRepresentation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataFormatDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MasterDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataModelDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataRepresentation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LinkedDataRepresentation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MetadataCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HashCodeDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSetCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/FormsStructureDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSetDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BaseRegistryDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSyntaxDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/VirtualDatasetDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LinkedOpenDataRepresentation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ReferenceDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeRepresentation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MetadataDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DistributedLedgerDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ControlledVocabularyDataObject" /> + <eira:SemanticFunctionalContentGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticFunctionalContentGrouping_Properties"> + <skos:notation><![CDATA[Properties of Semantic Functional content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SemanticFunctionalContentGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Semantic Functional content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticFunctionalContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/SemanticFunctionalContentGrouping</eira:PURI> + <dcterms:type>eira:SemanticFunctionalContentGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Semantic Functional Content ABB is a Grouping that enables the procedures and rules to structure and organise the information to convey meaning and functionality.]]></skos:definition> + <eira:definitionSource>Inspired in "Semantic Content" article</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://philpapers.org/rec/STOSC-2]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SemanticFunctionalContentGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyInteroperabilityEnablers"> + <skos:notation><![CDATA[Key Interoperability Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Key Interoperability Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedLegalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KeyGovernanceIoPEnablersAssessment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KeyStructuralIopEnablersAssessment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedApplicationContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KeyBehaviouralIopEnablersAssessment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityRequirement" /> + <eira:KeyInteroperabilityEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyInteroperabilityEnablers_Properties"> + <skos:notation><![CDATA[Properties of Key Interoperability Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Key Interoperability Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/KeyInteroperabilityEnablers</eira:PURI> + <dcterms:type>eira:KeyInteroperabilityEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[A Key Interoperability Enabler is a Grouping that enables the efficient and effective delivery of public services across administrations]]></skos:definition> + <eira:definitionSource>ISA2 Article 2 (14)</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32015D2240#d1e919-1-1]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataManagementEnablersGrouping"> + <skos:notation><![CDATA[Data Management Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataManagementEnablersGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Management Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Management Enablers ABB is a Grouping that refers to components and services that support effective data management practices and procedures. + +Source: Inspired in European Comision- Data Governance and data policies at the European Comission + +Source reference: https://commission.europa.eu/publications/data-governance-and-data-policies-european-commission_en + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Context Broker as a CEF Building Block. https://ec.europa.eu/digital-building-blocks/wikis/download/attachments/82773424/Context%20Broker%20Brochure.pdf?version=1&modificationDate=1558016168498&api=v2 + +IoP Dimension: Structural IoP, Behavioral IoP + +LOST view: Technical view - application + +Interoperability saliency: The Data Management Enablers Grouping ABB is salient for technical interoperability because it comprises the tools, components and services related to data management. Data Management Enablers are relevant as they support effective and efficient data management, ensuring that interoperability can be achieved between digital public services. + +eira:ID: http://data.europa.eu/dr8/DataManagementEnablersGrouping + +ABB name: eira:DataManagementEnablersGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +eiraPURI: http://data.europa.eu/dr8/DataManagementEnablersGrouping + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataVirtualizationApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataVirtualizationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataQualityApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataQualityApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService" /> + <eira:DataManagementEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataManagementEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Data Management Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataManagementEnablersGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Management Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataManagementEnablersGrouping" /> + <dcterms:type>eira:DataManagementEnablersGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Management Enablers ABB is a Grouping that refers to components and services that support effective data management practices and procedures.]]></skos:definition> + <eira:definitionSource>Inspired in European Comision- Data Governance and data policies at the European Comission</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://commission.europa.eu/publications/data-governance-and-data-policies-european-commission_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Context Broker as a CEF Building Block. https://ec.europa.eu/digital-building-blocks/wikis/download/attachments/82773424/Context%20Broker%20Brochure.pdf?version=1&modificationDate=1558016168498&api=v2]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Management Enablers Grouping ABB is salient for technical interoperability because it comprises the tools, components and services related to data management. Data Management Enablers are relevant as they support effective and efficient data management, ensuring that interoperability can be achieved between digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/DataManagementEnablersGrouping</eira:PURI> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataManagementEnablersGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers"> + <skos:notation><![CDATA[Data Lake Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Lake Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Lake Infrastructure Enablers ABB is a Grouping of a set of tools and digital services hat help organizations build and maintain a robust data lake infrastructure + +Source: Inspired in Forbes + +Source reference: https://www.forbes.com/sites/ciocentral/2011/07/21/big-data-requires-a-big-new-architecture/?sh=5be8fb361157 + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Smart Data Lake. https://smartdatalake.eu/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Data Lake Infrastructure Enabers ABB is salient for semantic and technical interoperability because it determines the needed infrastructure to host data management considering multiple data sources. This ABB also implements analytical services for ensuring data quality of the stored information. + +Identifier: http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers + +eira:ID: http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers + +ABB name: eira:DataLakeInfrsatructureEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataLakeStorageTechnologyService" /> + <eira:DataLakeInfrsatructureEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers_Properties"> + <skos:notation><![CDATA[Properties of Data Lake Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Lake Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers</eira:PURI> + <dcterms:type>eira:DataLakeInfrsatructureEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Lake Infrastructure Enablers ABB is a Grouping of a set of tools and digital services hat help organizations build and maintain a robust data lake infrastructure]]></skos:definition> + <eira:definitionSource>Inspired in Forbes</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.forbes.com/sites/ciocentral/2011/07/21/big-data-requires-a-big-new-architecture/?sh=5be8fb361157]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Smart Data Lake. https://smartdatalake.eu/]]></skos:example> + <eira:iopSaliency><![CDATA[Data Lake Infrastructure Enabers ABB is salient for semantic and technical interoperability because it determines the needed infrastructure to host data management considering multiple data sources. This ABB also implements analytical services for ensuring data quality of the stored information.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping"> + <skos:notation><![CDATA[User Experience Management Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[User Experience Management Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: User Experience Management Enablers ABB is a Grouping that refers to components and services that track, measure, analyze and improve any interaction people have with the organization + +Source: Inpired in referece business and cloud provider compabies + +Source reference: https://www.vmware.com/topics/glossary/content/experience-management.html + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Mi Carpeta Ciudadana Carpeta Ciudadana is a personal online space that facilitates your relationship with public administrations. https://carpetaciudadana.gob.es/carpeta/clave.htm + +LOST view: Technical view - application + +Interoperability saliency: The User Experience Management Enablers Grouping ABB is salient for technical interoperability because it comprises services and components that allow different parties involved in the use and delivery o public services, to exchange and provide data or information. + +eira:ID: http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping + +ABB name: eira:UserExperienceManagementEnablersGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +eiraPURI: http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService" /> + <eira:UserExperienceManagementEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of User Experience Management Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of User Experience Management Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping" /> + <dcterms:type>eira:UserExperienceManagementEnablersGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[User Experience Management Enablers ABB is a Grouping that refers to components and services that track, measure, analyze and improve any interaction people have with the organization]]></skos:definition> + <eira:definitionSource>Inpired in referece business and cloud provider compabies</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.vmware.com/topics/glossary/content/experience-management.html]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Mi Carpeta Ciudadana Carpeta Ciudadana is a personal online space that facilitates your relationship with public administrations. https://carpetaciudadana.gob.es/carpeta/clave.htm]]></skos:example> + <eira:iopSaliency><![CDATA[The User Experience Management Enablers Grouping ABB is salient for technical interoperability because it comprises services and components that allow different parties involved in the use and delivery o public services, to exchange and provide data or information.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping</eira:PURI> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers"> + <skos:notation><![CDATA[Analytics Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Analytics Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Analytics Infrastructure Enablers ABB is a Grouping that refers to the set of components and services that support the development and deployment of data analytics solutions + +Source: Inspired in CROS + +Source reference: https://ec.europa.eu/eurostat/cros/content/36-strategy-european-data-infrastructure_en + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Central banks increasingly need to use business intelligence (BI) systems to collect, manage and analyse data in order to inform policy decisions. This report presents the results of a survey conducted by the BIS’s Irving Fisher Committee on Central Bank Statistics (IFC) in 2019. The following link gives access to a report on the use of BI in Central Banks. https://www.bis.org/ifc/publ/ifc_report_bi_1910.pdf + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Analytics Infrastructure Enablers ABB is salient for the semantic and organizational interoperability because it sets the analytical environments that relate to (i) data processing of a large amount of data, (ii) data visualization and interaction, and (iii) catalogues discovery and data sharing across multiple workspaces. + +Identifier: http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers + +eira:ID: http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers + +ABB name: eira:AnalyticsInfrastructureEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DatabricksTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataCatalogTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AnalyticsTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessInteligenceTechnologyService" /> + <eira:AnalyticsInfrastructureEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers_Properties"> + <skos:notation><![CDATA[Properties of Analytics Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Analytics Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers</eira:PURI> + <dcterms:type>eira:AnalyticsInfrastructureEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Analytics Infrastructure Enablers ABB is a Grouping that refers to the set of components and services that support the development and deployment of data analytics solutions]]></skos:definition> + <eira:definitionSource>Inspired in CROS</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/eurostat/cros/content/36-strategy-european-data-infrastructure_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Central banks increasingly need to use business intelligence (BI) systems to collect, manage and analyse data in order to inform policy decisions. This report presents the results of a survey conducted by the BIS’s Irving Fisher Committee on Central Bank Statistics (IFC) in 2019. The following link gives access to a report on the use of BI in Central Banks. https://www.bis.org/ifc/publ/ifc_report_bi_1910.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[Analytics Infrastructure Enablers ABB is salient for the semantic and organizational interoperability because it sets the analytical environments that relate to (i) data processing of a large amount of data, (ii) data visualization and interaction, and (iii) catalogues discovery and data sharing across multiple workspaces.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIEnablersGrouping"> + <skos:notation><![CDATA[API Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIEnablersGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[API Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: API Enablers ABB is a Grouping that refers to components and frameworks that support the implementation and cataloguing of (open) software interfaces + +Source: European Comission + +Source reference: https://digital-strategy.ec.europa.eu/en/library/apis-enablers-digital-transformation-governments + +IoP Dimension: Structural IoP, Behavioral IoP + +LOST view: Technical view - application + +Interoperability saliency: The API Enablers Grouping ABB is salient for technical interoperability because this grouping composition of the different technologies that can implement software interfaces used to consume and provide data from public services. Implementing those technologies can enable interoperability throughout public services. + +Identifier: http://data.europa.eu/dr8/APIEnablersGrouping + +eira:ID: http://data.europa.eu/dr8/APIEnablersGrouping + +ABB name: eira:APIEnablersGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/WebServiceApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceRegistryDataObject" /> + <eira:APIEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of API Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIEnablersGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of API Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/APIEnablersGrouping</eira:PURI> + <dcterms:type>eira:APIEnablersGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[API Enablers ABB is a Grouping that refers to components and frameworks that support the implementation and cataloguing of (open) software interfaces]]></skos:definition> + <eira:definitionSource>European Comission</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/library/apis-enablers-digital-transformation-governments]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[The API Enablers Grouping ABB is salient for technical interoperability because this grouping composition of the different technologies that can implement software interfaces used to consume and provide data from public services. Implementing those technologies can enable interoperability throughout public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/APIEnablersGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustEnablersGrouping"> + <skos:notation><![CDATA[Trust Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TrustEnablersGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Trust Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Trust Enablers ABB is a Grouping that refers to components and services that facilitate the establishment and maintenance of secure-cross borders transactions and interactions. + +Source: Inspired in eIDAS + +Source reference: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG + +LOST view: Technical view - application + +Interoperability saliency: The Trust Enablers Grouping is salient for interoperability because it comprises the set of tools, services and applications that allow to secure the digital public services across borders. Trust enablers are focused on transactions and interactions between parties (services, platforms, individuals) related to services. By applying those mechanisms identities, and timestamps (amongst other aspects) can be guaranteed and ensure the trustworthy data exchange + +Identifier: http://data.europa.eu/dr8/TrustEnablersGrouping + +eira:ID: http://data.europa.eu/dr8/TrustEnablersGrouping + +ABB name: eira:TrustEnablersGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/BlockchainEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IntegrityVerificationApplicationService" /> + <eira:TrustEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Trust Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TrustEnablersGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Trust Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrustEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/TrustEnablersGrouping</eira:PURI> + <dcterms:type>eira:TrustEnablersGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Trust Enablers ABB is a Grouping that refers to components and services that facilitate the establishment and maintenance of secure-cross borders transactions and interactions.]]></skos:definition> + <eira:definitionSource>Inspired in eIDAS</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[The Trust Enablers Grouping is salient for interoperability because it comprises the set of tools, services and applications that allow to secure the digital public services across borders. Trust enablers are focused on transactions and interactions between parties (services, platforms, individuals) related to services. By applying those mechanisms identities, and timestamps (amongst other aspects) can be guaranteed and ensure the trustworthy data exchange]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/TrustEnablersGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustInfrastructureEnablers"> + <skos:notation><![CDATA[Trust Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TrustInfrastructureEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Trust Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Trust Infrastructure Enablers ABB is a Grouping of a set of components and services devoted to creating and managing public keys for encryption, which is a common method of securing data transfers on the internet + +Source: ENISA + +Source reference: https://www.enisa.europa.eu/topics/incident-response/glossary/public-key-infrastructure-pki + +Synonym: + +Additional information: + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): eDelivery - PKI Service. https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/PKI+Service + +IoP Dimension: + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Trust Infrastructure Enablers ABB is salient for organizational interoperability because it defines the rules and methodologies to ensure the secure and trustworthy exchange of information between public services. + +Identifier: http://data.europa.eu/dr8/TrustInfrastructureEnablers + +eira:ID: http://data.europa.eu/dr8/TrustInfrastructureEnablers + +ABB name: eira:TrustInfrastructureEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PKICertificateManagerTechnologyService" /> + <eira:TrustInfrastructureEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustInfrastructureEnablers_Properties"> + <skos:notation><![CDATA[Properties of Trust Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TrustInfrastructureEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Trust Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrustInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/TrustInfrastructureEnablers</eira:PURI> + <dcterms:type>eira:TrustInfrastructureEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Trust Infrastructure Enablers ABB is a Grouping of a set of components and services devoted to creating and managing public keys for encryption, which is a common method of securing data transfers on the internet]]></skos:definition> + <eira:definitionSource>ENISA</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.enisa.europa.eu/topics/incident-response/glossary/public-key-infrastructure-pki]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): eDelivery - PKI Service. https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/PKI+Service]]></skos:example> + <eira:iopSaliency><![CDATA[Trust Infrastructure Enablers ABB is salient for organizational interoperability because it defines the rules and methodologies to ensure the secure and trustworthy exchange of information between public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/TrustInfrastructureEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainEnablersGrouping"> + <skos:notation><![CDATA[Blockchain Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainEnablersGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Blockchain Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Blockchain Enablers ABB is a Grouping that refers to components and services that facilitate the development, deployment, and management of ledger technology applications + +Source: Inspired in European Blockchain Strategy + +Source reference: https://digital-strategy.ec.europa.eu/en/library/european-blockchain-strategy-brochure + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Fishcoin Project, is a project using Blockchain technologies for seafood traceability. https://fishcoin.co/ + +LOST view: Technical view - application + +Interoperability saliency: The Blockchain Enablers Grouping ABB is salient for interoperability because it comprises the tools, applications and services relevant to implement and deploying ledger technologies into digital public services. + +Identifier: http://data.europa.eu/dr8/BlockchainEnablersGrouping + +ABB name: eira:BlockchainEnablersGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +eira:PID: http://data.europa.eu/dr8/BlockchainEnablersGrouping + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/BlockchainApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BlockchainApplicationService" /> + <eira:BlockchainEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Blockchain Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainEnablersGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Blockchain Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BlockchainEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/BlockchainEnablersGrouping</eira:PURI> + <dcterms:type>eira:BlockchainEnablersGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Blockchain Enablers ABB is a Grouping that refers to components and services that facilitate the development, deployment, and management of ledger technology applications]]></skos:definition> + <eira:definitionSource>Inspired in European Blockchain Strategy</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/library/european-blockchain-strategy-brochure]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Fishcoin Project, is a project using Blockchain technologies for seafood traceability. https://fishcoin.co/]]></skos:example> + <eira:iopSaliency><![CDATA[The Blockchain Enablers Grouping ABB is salient for interoperability because it comprises the tools, applications and services relevant to implement and deploying ledger technologies into digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainEnablersGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers"> + <skos:notation><![CDATA[Identity and Access Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Identity and Access Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Identity and Access Infrastructure Enablers ABB is a Grouìng of a set of components and services that provide the underlying functionality to implement identity and access management solutions + +Source: Inspired in CAMSS + +Source reference: https://joinup.ec.europa.eu/collection/common-assessment-method-standards-and-specifications-camss + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Lightweight Directory Access Protocol can be implemented in multiple platforms or systems, allowing to integrating an organisatio'n LDAP-enabled identity management service to other platforms such as Drupal. https://www.drupal.org/docs/contributed-modules/lightweight-directory-access-protocol-ldap + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Identity and Access Infrastructure Enablers ABB is Salient for the technical, organizational and semantic interoperability because it provides (i) the setup and implementation of rules to access public services, (ii) the tools and mechanism to identify unequivocally organizations or individuals, (iii) the tools and mechanisms to facilitate the access and use of the public services + +Identifier: http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers + +eira:ID: http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers + +ABB name: eira:IdentityAndAccessInfrastructureEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentityProviderTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ActiveDirectoryTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService" /> + <eira:IdentityAndAccessInfrastructureEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers_Properties"> + <skos:notation><![CDATA[Properties of Identity and Access Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Identity and Access Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers</eira:PURI> + <dcterms:type>eira:IdentityAndAccessInfrastructureEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Identity and Access Infrastructure Enablers ABB is a Grouìng of a set of components and services that provide the underlying functionality to implement identity and access management solutions]]></skos:definition> + <eira:definitionSource>Inspired in CAMSS</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/common-assessment-method-standards-and-specifications-camss]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Lightweight Directory Access Protocol can be implemented in multiple platforms or systems, allowing to integrating an organisatio'n LDAP-enabled identity management service to other platforms such as Drupal. https://www.drupal.org/docs/contributed-modules/lightweight-directory-access-protocol-ldap]]></skos:example> + <eira:iopSaliency><![CDATA[Identity and Access Infrastructure Enablers ABB is Salient for the technical, organizational and semantic interoperability because it provides (i) the setup and implementation of rules to access public services, (ii) the tools and mechanism to identify unequivocally organizations or individuals, (iii) the tools and mechanisms to facilitate the access and use of the public services]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping"> + <skos:notation><![CDATA[Artificial Intelligence Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Artificial Intelligence Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Artificial Intelligence Enablers ABB is a Grouping that refers to components and services that provide the necessary infrastructure and resources for AI developers to build intelligent systems that can perform tasks that typically require human-like intelligence, such as perception, reasoning, learning, and decision-making + +Source: European Comision + +Source reference: https://digital-strategy.ec.europa.eu/en/library/definition-artificial-intelligence-main-capabilities-and-scientific-disciplines + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): PyTorch is a machine learning framework based on the Torch library, used for applications such as computer vision and natural language processing, originally developed by Meta AI and now part of the Linux Foundation umbrella. It is free and open-source software released under the modified BSD license. Although the Python interface is more polished and the primary focus of development, PyTorch also has a C++ interface. https://pytorch.org/ + +LOST view: Technical view - application + +Interoperability saliency: The Artificial Intelligence Enablers Grouping ABB is salient for technical interoperability because it comprises tools and services that provide the necessary infrastructure and resources for AI developers to build intelligent systems that can perform tasks that typically require human-like intelligence, such as perception, reasoning, learning, and decision-making. This can contribute to enabling and creating cutting-edge digital public services interoperable with others. + +eira:ID: http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping + +ABB name: eira:ArtificialIntelligenceEnablersGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +eiraPURI: http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent" /> + <eira:ArtificialIntelligenceEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Artificial Intelligence Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Artificial Intelligence Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping" /> + <dcterms:type>eira:ArtificialIntelligenceEnablersGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Artificial Intelligence Enablers ABB is a Grouping that refers to components and services that provide the necessary infrastructure and resources for AI developers to build intelligent systems that can perform tasks that typically require human-like intelligence, such as perception, reasoning, learning, and decision-making]]></skos:definition> + <eira:definitionSource>European Comision</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/library/definition-artificial-intelligence-main-capabilities-and-scientific-disciplines]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): PyTorch is a machine learning framework based on the Torch library, used for applications such as computer vision and natural language processing, originally developed by Meta AI and now part of the Linux Foundation umbrella. It is free and open-source software released under the modified BSD license. Although the Python interface is more polished and the primary focus of development, PyTorch also has a C++ interface. https://pytorch.org/]]></skos:example> + <eira:iopSaliency><![CDATA[The Artificial Intelligence Enablers Grouping ABB is salient for technical interoperability because it comprises tools and services that provide the necessary infrastructure and resources for AI developers to build intelligent systems that can perform tasks that typically require human-like intelligence, such as perception, reasoning, learning, and decision-making. This can contribute to enabling and creating cutting-edge digital public services interoperable with others.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping</eira:PURI> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangeEnablersGrouping"> + <skos:notation><![CDATA[Data Exchange Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeEnablersGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Exchange Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Exchange Enablers ABB is a Grouping that refers to tools or components that facilitate the exchange of data between systems or applications + +Source: EIFv2 + +Source reference: http://ec.europa.eu/isa/documents/isa_annex_ii_eif_en.pdf + +Example: The Data Exchange Service ABB  is salient for technical interoperability because it provides secure and trustworthy data exchange between different ICT systems as stated in the EIF: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses." + +IoP Dimension: Structural IoP, Behavioral IoP + +LOST view: Technical view - application + +Interoperability saliency: The Data Exchange Enablers Grouping ABB is salient for technical interoperability because it provides secure and trustworthy data exchange between different ICT systems as stated in the EIF: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses." + +Identifier: http://data.europa.eu/dr8/DataExchangeEnablersGrouping + +eira:ID: http://data.europa.eu/dr8/DataExchangeEnablersGrouping + +ABB name: eira:DataExchangeEnablersGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationComponent" /> + <eira:DataExchangeEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangeEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Data Exchange Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeEnablersGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Exchange Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangeEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DataExchangeEnablersGrouping</eira:PURI> + <dcterms:type>eira:DataExchangeEnablersGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Exchange Enablers ABB is a Grouping that refers to tools or components that facilitate the exchange of data between systems or applications]]></skos:definition> + <eira:definitionSource>EIFv2</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://ec.europa.eu/isa/documents/isa_annex_ii_eif_en.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[The Data Exchange Service ABB  is salient for technical interoperability because it provides secure and trustworthy data exchange between different ICT systems as stated in the EIF: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses."]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Exchange Enablers Grouping ABB is salient for technical interoperability because it provides secure and trustworthy data exchange between different ICT systems as stated in the EIF: "Define a common security and privacy framework and establish processes for public services to ensure secure and trustworthy data exchange between public administrations and in interactions with citizens and businesses."]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeEnablersGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticsEnablersGrouping"> + <skos:notation><![CDATA[Analytics Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsEnablersGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Analytics Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Analytics Enablers ABB is a Grouping that refers to components and services that serve any current or future Digital Service Infrastructure (DSI) requiring data analysis capabilities. + +Source: Inspired in Data Act + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/data-act + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Microsoft Power BI - Power BI is a business analytics service by Microsoft. It aims to provide interactive visualizations and business intelligence capabilities with an interface simple enough for end users to create their own reports and dashboards. It is part of the Microsoft Power Platform.(https://powerbi.microsoft.com/it-it/what-is-power-bi/) + +IoP Dimension: Structural IoP, Behavioral IoP + +LOST view: Technical view - application + +Interoperability saliency: The Analytics Enablers Grouping ABB is salient for technical Interoperability because it comprises tools and services that serve to digital service infrastructure of current or future digital services. + +eira:ID: http://data.europa.eu/dr8/AnalyticsEnablersGrouping + +ABB name: eira:AnalyticsEnablersGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +eiraPURI: http://data.europa.eu/dr8/AnalyticsEnablersGrouping + +]]></skos:definition> + <eira:AnalyticsEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticsEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Analytics Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsEnablersGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Analytics Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AnalyticsEnablersGrouping" /> + <dcterms:type>eira:AnalyticsEnablersGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Analytics Enablers ABB is a Grouping that refers to components and services that serve any current or future Digital Service Infrastructure (DSI) requiring data analysis capabilities.]]></skos:definition> + <eira:definitionSource>Inspired in Data Act</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/data-act]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Microsoft Power BI - Power BI is a business analytics service by Microsoft. It aims to provide interactive visualizations and business intelligence capabilities with an interface simple enough for end users to create their own reports and dashboards. It is part of the Microsoft Power Platform.(https://powerbi.microsoft.com/it-it/what-is-power-bi/)]]></skos:example> + <eira:iopSaliency><![CDATA[The Analytics Enablers Grouping ABB is salient for technical Interoperability because it comprises tools and services that serve to digital service infrastructure of current or future digital services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/AnalyticsEnablersGrouping</eira:PURI> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsEnablersGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers"> + <skos:notation><![CDATA[Knowledge Discovery Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Knowledge Discovery Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Knowledge discovery Enablers ABB is a Grouping that refers to components and services that facilitate the process of discovering insights and knowledge from data + +Source: European Comission-Open Science + +Source reference: https://research-and-innovation.ec.europa.eu/strategy/strategy-2020-2024/our-digital-future/open-science_en + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CELLAR. Cellar metadata is stored in a knowledge graph, and more specifically in a triple store. A SPARQL interface is used to query the metadata. https://op.europa.eu/en/web/cellar/cellar-data/metadata/knowledge-graph + +IoP Dimension: Structural IoP, Behavioral IoP + +LOST view: Technical view - application + +Interoperability saliency: The Knowledge Discovery Enablers Grouping ABB is salient for technical interoperability because it comprises tools, data services and components that enable and enhance the knowledge discovery process from data and information. + +Identifier: http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers + +eira:ID: http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers + +ABB name: eira:KnowledgeDiscoveryEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeTriplestore" /> + <eira:KnowledgeDiscoveryEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers_Properties"> + <skos:notation><![CDATA[Properties of Knowledge Discovery Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Knowledge Discovery Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers</eira:PURI> + <dcterms:type>eira:KnowledgeDiscoveryEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Knowledge discovery Enablers ABB is a Grouping that refers to components and services that facilitate the process of discovering insights and knowledge from data]]></skos:definition> + <eira:definitionSource>European Comission-Open Science</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://research-and-innovation.ec.europa.eu/strategy/strategy-2020-2024/our-digital-future/open-science_en]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): CELLAR. Cellar metadata is stored in a knowledge graph, and more specifically in a triple store. A SPARQL interface is used to query the metadata. https://op.europa.eu/en/web/cellar/cellar-data/metadata/knowledge-graph]]></skos:example> + <eira:iopSaliency><![CDATA[The Knowledge Discovery Enablers Grouping ABB is salient for technical interoperability because it comprises tools, data services and components that enable and enhance the knowledge discovery process from data and information.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedKnowledgeContentGrouping"> + <skos:notation><![CDATA[Shared Knowledge Content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SharedKnowledgeContentGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Shared Knowledge Content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Shared Knowledge Content ABB is a Grouping setting semantic (re)usable resources with convergence power, in relation to public policy goals attainment, enabling interoperability from a semantic perspective across public administrations, and borders. + +Source: Atlassian + +Source reference: https://www.atlassian.com/itsm/knowledge-management/what-is-a-knowledge-base + +Additional information: This convergence power is based on the enabling sense-making nature of these resources influencing the enactment of common understanding from the existing organisational information. The degree of achievement could range from an ideal perfect shared knowledge base (i.e. no interoperability barriers from the semantic perspective) to an imperfect or even null shared knowledge base (i.e. some interoperability barriers from the semantic perspective). The level of semantic interoperability will constrain digital public services cross levels in a public administration, cross public administrations, and cross borders. The shared knowledge base enables: i) structural interoperability with semantic resources supporting reusing and/or sharing of digital public services (i.e. data set catalogue); ii) behavioural interoperability with semantic resources supporting exchanging capabilities of data, information or knowledge with internal/external peers (i.e. Metadata mappings); and iii) governance interoperability with semantic resources supporting the assurance and control of collaboration with internal/external peers exchanging data, information, and knowledge cross legal jurisdictions (i.e. Sematic Interoperability Agreements). + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Eur-Lex (stylized EUR-Lex) is an official website of European Union law and other public documents of the European Union (EU), published in 24 official languages of the EU. The Official Journal (OJ) of the European Union is also published on Eur-Lex. Users can access Eur-Lex free of charge and also register for a free account, which offers extra features. https://eur-lex.europa.eu/homepage.html?locale=en + +IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP + +LOST view: Semantic view + +Interoperability saliency: The Shared Knowledge Content ABB is a key interoperability enabler because it supports to achieve semantic interoperability with public policy goals convergence value by all in all enabling i) the provision/consumption of data by public services, ii) the exchange of data, information, and knowledge between digital public services, and iii) collaboration between digital public services + +Identifier: http://data.europa.eu/dr8/SharedKnowledgeContentGrouping + +eira:ID: ABB366 + +ABB name: eira:SharedKnowledgeContentGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-16-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticGovernanceContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataMappingCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSetCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MetadataDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticFunctionalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OntologiesCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveSemanticInteroperabilityGoal" /> + <eira:SharedKnowledgeContentGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedKnowledgeContentGrouping_Properties"> + <skos:notation><![CDATA[Properties of Shared Knowledge Content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SharedKnowledgeContentGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Shared Knowledge Content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/SharedKnowledgeContentGrouping</eira:PURI> + <dcterms:type>eira:SharedKnowledgeContentGrouping</dcterms:type> + <dcterms:modified>2022-01-16</dcterms:modified> + <skos:definition><![CDATA[Shared Knowledge Content ABB is a Grouping setting semantic (re)usable resources, with convergence power, in relation to public policy goals attainment, enabling common understanding from existing information across public administrations, and borders.]]></skos:definition> + <eira:definitionSource>Atlassian</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.atlassian.com/itsm/knowledge-management/what-is-a-knowledge-base]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Eur-Lex (stylized EUR-Lex) is an official website of European Union law and other public documents of the European Union (EU), published in 24 official languages of the EU. The Official Journal (OJ) of the European Union is also published on Eur-Lex. Users can access Eur-Lex free of charge and also register for a free account, which offers extra features. https://eur-lex.europa.eu/homepage.html?locale=en]]></skos:example> + <eira:iopSaliency><![CDATA[The Shared Knowledge Content ABB is a key interoperability enabler (*) for governance, behavioural and structural interoperability. This ABB is salient for semantic interoperability with public policy goals convergence value by enabling i) the provision/consumption of data by public services, ii) the exchange of data, information, and knowledge between digital public services, and iii) collaboration between digital public services]]></eira:iopSaliency> + <skos:note><![CDATA[This convergence power is based on the enabling sense-making nature of these resources influencing the enactment of common understanding from the existing organisational information. The degree of achievement could range from an ideal perfect shared knowledge base (i.e. no interoperability barriers from the semantic perspective) to an imperfect or even null shared knowledge base (i.e. some interoperability barriers from the semantic perspective). The level of semantic interoperability will constrain digital public services cross levels in a public administration, cross public administrations, and cross borders. The shared knowledge base enables: i) structural interoperability with semantic resources supporting reusing and/or sharing of digital public services (i.e. data set catalogue); ii) behavioural interoperability with semantic resources supporting exchanging capabilities of data, information or knowledge with internal/external peers (i.e. Metadata mappings); and iii) governance interoperability with semantic resources supporting the assurance and control of collaboration with internal/external peers exchanging data, information, and knowledge cross legal jurisdictions (i.e. Sematic Interoperability Agreements).]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperable European Solution viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SharedKnowledgeContentGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceEnablersGrouping"> + <skos:notation><![CDATA[Dataspace Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceEnablersGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Dataspace Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Space Enablers ABB is a Grouping that refers to components and services that support the creation and management of a dataspace. + +Source: Inspired in IDSA + +Source reference: https://internationaldataspaces.org/why/data-spaces/ + +IoP Dimension: Structural IoP, Behavioral IoP + +LOST view: Technical view - application + +Interoperability saliency: The Data Spaces Enablers Grouping ABB is salient for technical interoperability because it comprises the core elements, components, and services required to set up Data Spaces that are interoperable between them. Data Spaces can be part of the environment for the implementation and delivery of interoperable digital public services. + +Identifier: http://data.europa.eu/dr8/DataSpaceEnablersGrouping + +eira:ID: http://data.europa.eu/dr8/DataSpaceEnablersGrouping + +ABB name: eira:DataSpaceEnablersGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSpaceApplicationService" /> + <eira:DataSpaceEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Dataspace Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceEnablersGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Dataspace Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSpaceEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DataSpaceEnablersGrouping</eira:PURI> + <dcterms:type>eira:DataSpaceEnablersGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Space Enablers ABB is a Grouping that refers to components and services that support the creation and management of a dataspace.]]></skos:definition> + <eira:definitionSource>Inspired in IDSA</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://internationaldataspaces.org/why/data-spaces/]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[The Data Spaces Enablers Grouping ABB is salient for technical interoperability because it comprises the core elements, components, and services required to set up Data Spaces that are interoperable between them. Data Spaces can be part of the environment for the implementation and delivery of interoperable digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceEnablersGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TestEnablersGrouping"> + <skos:notation><![CDATA[Test Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TestEnablersGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Test Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Test Enablers ABB is a Grouping that refers to the applications and services that support the development and deployment of conformance testing and validation. + +Source: Inspired in European Comision + +Source reference: https://digital-strategy.ec.europa.eu/en/faqs/testing-and-experimentation-facilities-tefs-questions-and-answers + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Interoperability Testbed - The Test Bed allows users to execute predefined test cases on their systems in order to test the conformance to standards and requirements, simulate a web-service, validate content and test a complete message exchange protocol. The Testbed manages test cases and users, and orchestrates domain-specific components, the domain-specific logic is in separate components that are used via web services. Test results are provided in a standardised, machine-readable format. The Test Bed also offers a test registry and repository (TRR) to store test artefacts (assertions, test cases, validation schemas, etc.) and compile test services (validation services, simulator services, etc.). Please visit the following website for more information: https://ec.europa.eu/isa2/solutions/interoperability-test-bed_en + +IoP Dimension: Governance IoP, Behavioural IoP + +LOST view: Technical view - application + +Interoperability saliency: The Test Enablers Grouping ABB is salient for interoperability because testing and validation solutions services are relevant aspects to ensure that they are conformant to relevant standards enabling interoperability. + +Identifier: http://data.europa.eu/dr8/TestEnablersGrouping + +eira:ID: http://data.europa.eu/dr8/TestEnablersGrouping + +ABB name: eira:TestEnablersGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestingApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestingApplicationService" /> + <eira:TestEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TestEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Test Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TestEnablersGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Test Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TestEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/TestEnablersGrouping</eira:PURI> + <dcterms:type>eira:TestEnablersGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Test Enablers ABB is a Grouping that refers to the applications and services that support the development and deployment of conformance testing and validation.]]></skos:definition> + <eira:definitionSource>Inspired in European Comision</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/faqs/testing-and-experimentation-facilities-tefs-questions-and-answers]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Interoperability Testbed - The Test Bed allows users to execute predefined test cases on their systems in order to test the conformance to standards and requirements, simulate a web-service, validate content and test a complete message exchange protocol. The Testbed manages test cases and users, and orchestrates domain-specific components, the domain-specific logic is in separate components that are used via web services. Test results are provided in a standardised, machine-readable format. The Test Bed also offers a test registry and repository (TRR) to store test artefacts (assertions, test cases, validation schemas, etc.) and compile test services (validation services, simulator services, etc.). Please visit the following website for more information: https://ec.europa.eu/isa2/solutions/interoperability-test-bed_en]]></skos:example> + <eira:iopSaliency><![CDATA[The Test Enablers Grouping ABB is salient for interoperability because testing and validation solutions services are relevant aspects to ensure that they are conformant to relevant standards enabling interoperability.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/TestEnablersGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers"> + <skos:notation><![CDATA[Application Integration Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Application Integration Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Application Integration Infrastructure Enablers ABB is a Grouping that refers to the set of components and services facilitating the integration of disparate applications and systems within an organization + +Source: Inspired in European Alliance for Industrial Data, Edge and Cloud + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/cloud-alliance + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): API Manager, WSO2 API Manager is a complete platform for building, integrating, and exposing your digital services as managed APIs in the cloud, on-premise, and hybrid architectures to drive your digital transformation strategy. https://apim.docs.wso2.com/en/latest/ + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Application Integration Infrastructure Enablers ABB is salient for semantic and technical interoperability because it provides mechanisms and assets to expose open APIs regarding public services that permit machines to discover and understand available public services. Also, this ABB facilitates data consumption and sharing through these public services exposed. + +Identifier: http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers + +eira:ID: http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers + +ABB name: eira:ApplicationIntegrationInfrastructureEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EventManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/GraphQLServerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIGatewayTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ApplicationServerTechnologyService" /> + <eira:ApplicationIntegrationInfrastructureEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers_Properties"> + <skos:notation><![CDATA[Properties of Application Integration Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Application Integration Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers</eira:PURI> + <dcterms:type>eira:ApplicationIntegrationInfrastructureEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Application Integration Infrastructure Enablers ABB is a Grouping that refers to the set of components and services facilitating the integration of disparate applications and systems within an organization]]></skos:definition> + <eira:definitionSource>Inspired in European Alliance for Industrial Data, Edge and Cloud</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/cloud-alliance]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): API Manager, WSO2 API Manager is a complete platform for building, integrating, and exposing your digital services as managed APIs in the cloud, on-premise, and hybrid architectures to drive your digital transformation strategy. https://apim.docs.wso2.com/en/latest/]]></skos:example> + <eira:iopSaliency><![CDATA[Application Integration Infrastructure Enablers ABB is salient for semantic and technical interoperability because it provides mechanisms and assets to expose open APIs regarding public services that permit machines to discover and understand available public services. Also, this ABB facilitates data consumption and sharing through these public services exposed.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping"> + <skos:notation><![CDATA[Technical Governance content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Technical Governance content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Technical Governance Content ABB is a Grouping that refers to formal decisions on technical frameworks, institutional arrangements, organisational structures, roles and responsibilities, policies, agreements and other aspects of ensuring and monitoring public services at national and EU levels + +Source: Inspired in EIF + +Source reference: https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf + +Identifier: http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping + +eira:ID: http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping + +ABB name: eira:TechnicalGovernanceContentGrouping + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceLevelAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping" /> + <eira:TechnicalGovernanceContentGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping_Properties"> + <skos:notation><![CDATA[Properties of Technical Governance content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Technical Governance content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping</eira:PURI> + <dcterms:type>eira:TechnicalGovernanceContentGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Technical Governance Content ABB is a Grouping that formalises decisions on technical frameworks, institutional arrangements, organisational structures, roles and responsibilities, policies, agreements and other aspects of ensuring and monitoring public services at national and EU levels]]></skos:definition> + <eira:definitionSource>Inspired in EIF</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/isa2/sites/default/files/eif_brochure_final.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Technical view - application</eira:view> + <eira:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping"> + <skos:notation><![CDATA[Shared Organisational Content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SharedOrganisationalContentGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Shared Organisational Content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Shared Organisational Content ABB is a Grouping setting organizational (re)usable resources with convergence power, to public policy goals attainment, enabling to reuse and share digital public services across public administrations and borders. + +Source: EUR-LEX + +Source reference: (https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32021R0695&qid=1646736486403) + +Additional information: This convergence power is based on the enabling communication and harmonization nature of these resources influencing collaboration cross levels in a public administration, cross public administrations, and cross borders. The degree of achievement could range from an ideal perfect shared governance framework (i.e. no interoperability barriers from the organisational perspective) to an imperfect or even null shared governance framework (i.e. some interoperability barriers from the organizational perspective). The level of organizational interoperability will constrain digital public services cross levels in a public administration, cross public administrations, and cross borders. The shared governance framework enables: i) structural interoperability with organisational resources supporting reusing and/or sharing of digital public services (i.e. public services catalogues); ii) behavioural interoperability with organisational resources supporting exchanging capabilities of data, information or knowledge with internal/external peers (i.e. user experience patterns and service delivery mode); and iii) governance interoperability with governance resources supporting the assurance and control of collaboration with internal/external peers exchanging data, information, and knowledge (i.e. Organisational Interoperability Agreements). + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The recent economic and financial crisis revealed weaknesses in the EU's economic governance. The EU responded by taking a wide range of measures to strengthen its governance and to facilitate a return to sustainable economic growth, job creation, financial stability and sound public finances.(https://ec.europa.eu/info/sites/default/files/eu-economic-governance-explained.pdf) + +IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP + +LOST view: Organisational view + +Interoperability saliency: The Shared Organisational Content ABB is a key interoperability enabler (*) for the governance, behavioural and structural enablers. This ABB is salient for legal interoperability because it defines the public policy goals that enable enabling i) sharing/provisioning/reusing/consumption of legislation on digital public services, ii) the exchange of data, information, and knowledge between digital public services, and iii) collaboration between digital public services + +Identifier: http://data.europa.eu/dr8/SharedOrganisationalContentGrouping + +eira:ID: ABB358 + +ABB name: eira:SharedOrganisationalContentGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-17-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveOrganisationalInteroperabilityGoal" /> + <eira:SharedOrganisationalContentGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping_Properties"> + <skos:notation><![CDATA[Properties of Shared Organisational Content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SharedOrganisationalContentGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Shared Organisational Content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/SharedOrganisationalContentGrouping</eira:PURI> + <dcterms:type>eira:SharedOrganisationalContentGrouping</dcterms:type> + <dcterms:modified>2022-01-17</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Shared Organisational Content ABB is a Grouping setting organizational (re)usable resources with convergence power, to public policy goals attainment, enabling to reuse and share digital public services across public administrations and borders.]]></skos:definition> + <eira:definitionSource>EUR-LEX</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[(https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32021R0695&qid=1646736486403)]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The recent economic and financial crisis revealed weaknesses in the EU's economic governance. The EU responded by taking a wide range of measures to strengthen its governance and to facilitate a return to sustainable economic growth, job creation, financial stability and sound public finances.(https://ec.europa.eu/info/sites/default/files/eu-economic-governance-explained.pdf)]]></skos:example> + <eira:iopSaliency><![CDATA[The Shared Organisational Content ABB is a key interoperability enabler (*) for the governance, behavioural and structural enablers. This ABB is salient for legal interoperability because it defines the public policy goals that enable enabling i) sharing/provisioning/reusing/consumption of legislation on digital public services, ii) the exchange of data, information, and knowledge between digital public services, and iii) collaboration between digital public services]]></eira:iopSaliency> + <skos:note><![CDATA[This convergence power is based on the enabling communication and harmonization nature of these resources influencing collaboration cross levels in a public administration, cross public administrations, and cross borders. The degree of achievement could range from an ideal perfect shared governance framework (i.e. no interoperability barriers from the organisational perspective) to an imperfect or even null shared governance framework (i.e. some interoperability barriers from the organizational perspective). The level of organizational interoperability will constrain digital public services cross levels in a public administration, cross public administrations, and cross borders. The shared governance framework enables: i) structural interoperability with organisational resources supporting reusing and/or sharing of digital public services (i.e. public services catalogues); ii) behavioural interoperability with organisational resources supporting exchanging capabilities of data, information or knowledge with internal/external peers (i.e. user experience patterns and service delivery mode); and iii) governance interoperability with governance resources supporting the assurance and control of collaboration with internal/external peers exchanging data, information, and knowledge (i.e. Organisational Interoperability Agreements).]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperable European Solution viewpoint</eira:viewpoint> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SharedOrganisationalContentGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers"> + <skos:notation><![CDATA[Artificial Intelligence Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Artificial Intelligence Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Artificial Intelligence Infrastructure Enablers ABB is a Grouping that refers to a set of components that facilitate the development and deployment of artificial intelligence applications + +Source: European Comission + +Source reference: https://digital-strategy.ec.europa.eu/en/library/definition-artificial-intelligence-main-capabilities-and-scientific-disciplines + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): AI Whatch Artificial Intelligence in public administrations. https://publications.jrc.ec.europa.eu/repository/bitstream/JRC120399/jrc120399_misuraca-ai-watch_public-services_30062020_def.pdf + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Artificial Intelligence Infrastructure Enablers ABB is salient for semantic interoperability because it refers to the generation of newer insights (knowledge) from public data to generate (i) new curated datasets and/or (ii) new public data assets based on the combination of other public data. + +Identifier: http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers + +eira:ID: http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers + +ABB name: eira:ArtificialIntelligenceInfrastructureEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/MachineLearningTechnologyService" /> + <eira:ArtificialIntelligenceInfrastructureEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers_Properties"> + <skos:notation><![CDATA[Properties of Artificial Intelligence Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Artificial Intelligence Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers</eira:PURI> + <dcterms:type>eira:ArtificialIntelligenceInfrastructureEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Artificial Intelligence Infrastructure Enablers ABB is a Grouping that refers to a set of components that facilitate the development and deployment of artificial intelligence applications]]></skos:definition> + <eira:definitionSource>European Comission</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/library/definition-artificial-intelligence-main-capabilities-and-scientific-disciplines]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): AI Whatch Artificial Intelligence in public administrations. https://publications.jrc.ec.europa.eu/repository/bitstream/JRC120399/jrc120399_misuraca-ai-watch_public-services_30062020_def.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[Artificial Intelligence Infrastructure Enablers ABB is salient for semantic interoperability because it refers to the generation of newer insights (knowledge) from public data to generate (i) new curated datasets and/or (ii) new public data assets based on the combination of other public data.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping"> + <skos:notation><![CDATA[Schedule Management Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Schedule Management Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Schedule Management Enablers ABB is a Grouping that enables the implementation of components and services to create, distribute and manage events at different scales inside a cloud platform. + +Source: Inspired in Redhat + +Source reference: https://www.redhat.com/en/topics/cloud-computing/what-is-cloud-management + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Chronos is a replacement for cron. It is a distributed and fault-tolerant scheduler that runs on top of Apache Mesos that can be used for job orchestration. It supports custom Mesos executors as well as the default command executor. Thus by default, Chronos executes sh (on most systems bash) scripts. https://sourceforge.net/projects/chronos.mirror/ + +IoP Dimension: Structural IoP, Behavioral IoP + +LOST view: Technical view - application + +Interoperability saliency: The Schedule Management Enablers Grouping ABB is salient for technical interoperability because it comprises the different services and tools that allow to organise and manage events within a platform for the delivery of a digital public service. It enables interoperability by allowing the management of events through a single point of access (for users and administrations) and the reuse of such information to an overall relationship between public administration and stakeholders. + +eira:ID: http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping + +ABB name: eira:ScheduleManagementEnablersGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +eiraPURI: http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgendaManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ScheduleManagementApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ScheduleManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgendaManagementApplicationComponent" /> + <eira:ScheduleManagementEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Schedule Management Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Schedule Management Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping" /> + <dcterms:type>eira:ScheduleManagementEnablersGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Schedule Management Enablers ABB is a Grouping that enables the implementation of components and services to create, distribute and manage events at different scales inside a cloud platform.]]></skos:definition> + <eira:definitionSource>Inspired in Redhat</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.redhat.com/en/topics/cloud-computing/what-is-cloud-management]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Chronos is a replacement for cron. It is a distributed and fault-tolerant scheduler that runs on top of Apache Mesos that can be used for job orchestration. It supports custom Mesos executors as well as the default command executor. Thus by default, Chronos executes sh (on most systems bash) scripts. https://sourceforge.net/projects/chronos.mirror/]]></skos:example> + <eira:iopSaliency><![CDATA[The Schedule Management Enablers Grouping ABB is salient for technical interoperability because it comprises the different services and tools that allow to organise and manage events within a platform for the delivery of a digital public service. It enables interoperability by allowing the management of events through a single point of access (for users and administrations) and the reuse of such information to an overall relationship between public administration and stakeholders.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping</eira:PURI> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticGovernanceContentGrouping"> + <skos:notation><![CDATA[Semantic Governance content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SemanticGovernanceContentGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Semantic Governance content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Semantic Governance Content ABB is a Grouping that refers to the concepts and terms to support the elaboration of rules and mechanims to enhance the availability, integrity, interoperability and security of data while respecting data protection and ethical rules + +Source: EUR-LEX + +Source reference: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:52020PC0767 + +Identifier: http://data.europa.eu/dr8/SemanticGovernanceContentGrouping + +eira:ID: http://data.europa.eu/dr8/SemanticGovernanceContentGrouping + +ABB name: eira:SemanticGovernanceContentGrouping + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/MasterDataPolicyBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OpenDataPolicyBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityPolicyBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyPolicyBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticFunctionalContentGrouping" /> + <eira:SemanticGovernanceContentGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticGovernanceContentGrouping_Properties"> + <skos:notation><![CDATA[Properties of Semantic Governance content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SemanticGovernanceContentGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Semantic Governance content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticGovernanceContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/SemanticGovernanceContentGrouping</eira:PURI> + <dcterms:type>eira:SemanticGovernanceContentGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Semantic Governance Content ABB is a Grouping of the concepts and terms to support the elaboration of rules and mechanisms to enhance the availability, integrity, interoperability and security of data while respecting data protection and ethical rules]]></skos:definition> + <eira:definitionSource>EUR-LEX</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:52020PC0767]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SemanticGovernanceContentGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainInfrastructureEnablers"> + <skos:notation><![CDATA[Blockchain Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainInfrastructureEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Blockchain Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Blockchain Infrastructure Enablers ABB is a Grouping of a set of components and services that permit building a digital ledger infrastructure of interconnected nodes to facilitate a trustworthy environment to share data. + +Source: European Comission + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/european-blockchain-services-infrastructure + +Synonym: + +Additional information: + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenCHAIN is an open-source blockchain platform with distributed ledger technology. This blockchain company is suitable for organizations managing digital assets in secure and robust ways. Blockchain technology does not require fees for mining and the Bitcoin blockchain is significant for its immutability. https://www.openchainproject.org/ + +IoP Dimension: + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Blockchain Infrastructure Enablers ABB is salient for organizational interoperability due to it setting up the rules for generating a trustworthy network that permits (i) sharing information related to public services securely and privately, and (ii) ensuring the public information is consistent in time. + +Identifier: http://data.europa.eu/dr8/BlockchainInfrastructureEnablers + +eira:ID: http://data.europa.eu/dr8/BlockchainInfrastructureEnablers + +ABB name: eira:BlockchainInfrastructureEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/BlockchainLedgerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService" /> + <eira:BlockchainInfrastructureEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainInfrastructureEnablers_Properties"> + <skos:notation><![CDATA[Properties of Blockchain Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainInfrastructureEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Blockchain Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BlockchainInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/BlockchainInfrastructureEnablers</eira:PURI> + <dcterms:type>eira:BlockchainInfrastructureEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Blockchain Infrastructure Enablers ABB is a Grouping of a set of components and services that permit building a digital ledger infrastructure of interconnected nodes to facilitate a trustworthy environment to share data.]]></skos:definition> + <eira:definitionSource>European Comission</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/european-blockchain-services-infrastructure]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenCHAIN is an open-source blockchain platform with distributed ledger technology. This blockchain company is suitable for organizations managing digital assets in secure and robust ways. Blockchain technology does not require fees for mining and the Bitcoin blockchain is significant for its immutability. https://www.openchainproject.org/]]></skos:example> + <eira:iopSaliency><![CDATA[Blockchain Infrastructure Enablers ABB is salient for organizational interoperability due to it setting up the rules for generating a trustworthy network that permits (i) sharing information related to public services securely and privately, and (ii) ensuring the public information is consistent in time.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainInfrastructureEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedApplicationContentGrouping"> + <skos:notation><![CDATA[Shared Application Content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SharedApplicationContentGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Shared Application Content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Shared Application Content ABB is a Grouping that refers to tools and services to perform the sharing of digital content or data between multiple users within an application or software program. + +Source: Inspired in referent cloud service providers definitions + +IoP Dimension: Governance IoP, Behavioural IoP, Structural IoP + +LOST view: Technical view - application + +Interoperability saliency: The Shared Application Content ABB is a key interoperability enabler (*) for governance, behavioural and structural interoperability because it aggregates components to enable knowledge sharing across public administration to achieve their public policy goals. + +Identifier: http://data.europa.eu/dr8/SharedApplicationContentGrouping + +eira:ID: http://data.europa.eu/dr8/SharedApplicationContentGrouping + +ABB name: eira:SharedApplicationContentGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-15-02 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/UXManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SoftwareComponentDiscoveryandCatalogueApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal" /> + <eira:SharedApplicationContentGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedApplicationContentGrouping_Properties"> + <skos:notation><![CDATA[Properties of Shared Application Content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SharedApplicationContentGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Shared Application Content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedApplicationContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/SharedApplicationContentGrouping</eira:PURI> + <dcterms:type>eira:SharedApplicationContentGrouping</dcterms:type> + <dcterms:modified>2022-02-15</dcterms:modified> + <eira:definitionSource>Inspired in referent cloud service providers definitions</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Shared Application Content ABB is a Grouping that refers to tools and services to perform the sharing of digital content or data between multiple users within an application or software program.]]></skos:definition> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[The Shared Application Content ABB is a key interoperability enabler (*) for governance, behavioural and structural interoperability because it aggregates components to enable knowledge sharing across public administration to achieve their public policy goals.]]></eira:iopSaliency> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperable European Solution viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SharedApplicationContentGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping"> + <skos:notation><![CDATA[Identification and Access Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Identification and Access Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Identification and Access Enablers ABB is a Grouping that refers to components to enable the secure identification and authentication of users, systems and services into a platform. + +Source: World Bank + +Source reference: https://id4d.worldbank.org/guide/enablers + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU Login - EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services. EU Login is the entry gate to sign in to different European Commission services and/or other systems. EU Login verifies your identity and allows recovering your personal settings, history and access rights in a secure way. You can sign in using social media accounts or the EU Login account. EU Login supports a variety of verification methods: • Password; • ECAS Mobile App PIN code; • ECAS Mobile App QR code; • On mobile authentication; • Mobile phone + SMS; • Token and Token CRAM. https://webgate.ec.europa.eu/cas/about.html + +IoP Dimension: Structural IoP, Behavioral IoP + +LOST view: Technical view - application + +Interoperability saliency: The Identification and Access Enablers Grouping ABB is salient for interoperability because it is composed of the different tools, mechanisms and platforms that can ensure the access rights, and the confidentiality of data. In general terms, identification and authentication are relevant aspects that can enable trustworthy data exchanges or harm data in interoperable digital services. + +Identifier: http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping + +eira:ID: http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping + +ABB name: eira:IdentificationAndAccessEnablersGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentificationApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentityMangementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuthenticationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RequestValidationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AccountingApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuthorisationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RegistrationApplicationService" /> + <eira:IdentificationAndAccessEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Identification and Access Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Identification and Access Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping</eira:PURI> + <dcterms:type>eira:IdentificationAndAccessEnablersGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Identification and Access Enablers ABB is a Grouping that refers to components to enable the secure identification and authentication of users, systems and services into a platform.]]></skos:definition> + <eira:definitionSource>World Bank</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://id4d.worldbank.org/guide/enablers]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): EU Login - EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services. EU Login is the entry gate to sign in to different European Commission services and/or other systems. EU Login verifies your identity and allows recovering your personal settings, history and access rights in a secure way. You can sign in using social media accounts or the EU Login account. EU Login supports a variety of verification methods: • Password; • ECAS Mobile App PIN code; • ECAS Mobile App QR code; • On mobile authentication; • Mobile phone + SMS; • Token and Token CRAM. https://webgate.ec.europa.eu/cas/about.html]]></skos:example> + <eira:iopSaliency><![CDATA[The Identification and Access Enablers Grouping ABB is salient for interoperability because it is composed of the different tools, mechanisms and platforms that can ensure the access rights, and the confidentiality of data. In general terms, identification and authentication are relevant aspects that can enable trustworthy data exchanges or harm data in interoperable digital services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainerInfrastructureEnablers"> + <skos:notation><![CDATA[Containers Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContainerInfrastructureEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Containers Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Containers Infrastructure Enabler ABB is a Grouping of components and services enabling a virtual packaging code and isolated applications for deployment of public services. + +Source: Inspired in referent cloud service providers + +Source reference: + +Synonym: + +Additional information: + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenSHIFT is a secure and an enterprise-grade cloud-based container orchestration system with Kubernetes at the backend. It can be used both as a Red Hat Container Orchestration Engine and Platform-as-a-Service (PaaS). https://github.com/openshift/origin + +IoP Dimension: + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Containers Infrastructure Enablers ABB is salient for organizational interoperability due to setting up the rules and business process to establish and manage the virtual tools that permit determining the functionality of the public digital services. + +Identifier: http://data.europa.eu/dr8/ContainerInfrastructureEnablers + +eira:ID: http://data.europa.eu/dr8/ContainerInfrastructureEnablers + +ABB name: eira:ContainerInfrastructureEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainersManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainerRegistryTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainerSystemSoftware" /> + <eira:ContainerInfrastructureEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainerInfrastructureEnablers_Properties"> + <skos:notation><![CDATA[Properties of Containers Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContainerInfrastructureEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Containers Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainerInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/ContainerInfrastructureEnablers</eira:PURI> + <dcterms:type>eira:ContainerInfrastructureEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Containers Infrastructure Enabler ABB is a Grouping of components and services enabling a virtual packaging code and isolated applications for deployment of public services.]]></skos:definition> + <eira:definitionSource>Inspired in referent cloud service providers</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): OpenSHIFT is a secure and an enterprise-grade cloud-based container orchestration system with Kubernetes at the backend. It can be used both as a Red Hat Container Orchestration Engine and Platform-as-a-Service (PaaS). https://github.com/openshift/origin]]></skos:example> + <eira:iopSaliency><![CDATA[Containers Infrastructure Enablers ABB is salient for organizational interoperability due to setting up the rules and business process to establish and manage the virtual tools that permit determining the functionality of the public digital services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ContainerInfrastructureEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers"> + <skos:notation><![CDATA[Workflow Orchestration Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Workflow Orchestration Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Workflow Orchestration Infrastructure Enablers ABB is a Grouping that refers to components and services that enable the coordination and automation of components through workflows across multiple systems, applications, and organizations. + +Source: Inspired in Redhat + +Source reference: https://www.redhat.com/en/topics/automation/what-is-orchestration + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): UNDP- Business Process Re-engineering Manual. https://www.undp.org/sites/g/files/zskgke326/files/migration/uz/BPR-Manual_designed---Eng---final.pdf + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Process Orchestration Infrastructure Enablers ABB is salient for organizational interoperability because it implements and defines the rules to manage different public administration services and matchmake the processes to provide effective responses to the public administration consumers. + +Identifier: http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers + +eira:ID: http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers + +ABB name: eira:WorkflowOrchestrationInfrastructureEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService" /> + <eira:WorkflowOrchestrationInfrastructureEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers_Properties"> + <skos:notation><![CDATA[Properties of Workflow Orchestration Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Workflow Orchestration Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers</eira:PURI> + <dcterms:type>eira:WorkflowOrchestrationInfrastructureEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Workflow Orchestration Infrastructure Enablers ABB is a Grouping that refers to components and services that enable the coordination and automation of components through workflows across multiple systems, applications, and organizations.]]></skos:definition> + <eira:definitionSource>Inspired in Redhat</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.redhat.com/en/topics/automation/what-is-orchestration]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): UNDP- Business Process Re-engineering Manual. https://www.undp.org/sites/g/files/zskgke326/files/migration/uz/BPR-Manual_designed---Eng---final.pdf]]></skos:example> + <eira:iopSaliency><![CDATA[Process Orchestration Infrastructure Enablers ABB is salient for organizational interoperability because it implements and defines the rules to manage different public administration services and matchmake the processes to provide effective responses to the public administration consumers.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrchestrationEnablers"> + <skos:notation><![CDATA[Orchestration Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Orchestration Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Orchestration Enablers ABB is a Grouping Component that refers to the components and practices that support the development and deployment of orchestration applications. + +Source: ETSI Network Functions Virtualisation Standard + +Source reference: https://portal.etsi.org/NFV/NFV_White_Paper2.pdf + +IoP Dimension: Structural IoP, Behavioral IoP + +LOST view: Technical view - application + +Interoperability saliency: The Orchestration Enablers Grouping ABB is salient for interoperability because it contains both, application services and components, that can enable the deployment and development of orchestration services. By enabling and promoting orchestration, the grouping can contribute to the creation and functioning of an interoperable ecosystem that can foster the digital public services interoperability + +Identifier: http://data.europa.eu/dr8/OrchestrationEnablers + +eira:ID: http://data.europa.eu/dr8/OrchestrationEnablers + +ABB name: eira:OrchestrationEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrchestrationApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrchestrationApplicationService" /> + <eira:OrchestrationEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrchestrationEnablers_Properties"> + <skos:notation><![CDATA[Properties of Orchestration Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Orchestration Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrchestrationEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/OrchestrationEnablers</eira:PURI> + <dcterms:type>eira:OrchestrationEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Orchestration Enablers ABB is a Grouping Component that refers to the components and practices that support the development and deployment of orchestration applications.]]></skos:definition> + <eira:definitionSource>ETSI Network Functions Virtualisation Standard</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://portal.etsi.org/NFV/NFV_White_Paper2.pdf]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[The Orchestration Enablers Grouping ABB is salient for interoperability because it contains both, application services and components, that can enable the deployment and development of orchestration services. By enabling and promoting orchestration, the grouping can contribute to the creation and functioning of an interoperable ecosystem that can foster the digital public services interoperability]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedLegalContentGrouping"> + <skos:notation><![CDATA[Shared Legal Content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SharedLegalContentGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Shared Legal Content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Shared Legal Content ABB is a Grouping setting legal (re)usable resources with convergence power, to public policy goals attainment, enabling to reuse and share legislations cross-legal jurisdictions through exchange of data, information, and knowledge. + +Source: EUR-LEX + +Source reference: (https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32021R0695&qid=1646736486403) + +Synonym: ABC + +Additional information: The degree of achievement could range from an ideal perfect shared legal framework (i.e. no interoperability barriers from the legal perspective) to an imperfect or even null shared legal framework (i.e. some interoperability barriers from the legal perspective). The level of legal interoperability will constrain digital public services cross-legal jurisdictions. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The past years have seen an extraordinary proliferation of sharing economy platforms, and the largest platforms have fast become global enterprises with market capitalisations that exceed competitors with “traditional†business concepts. These developments call into question a number of regulatory matters and pose new questions for national and European-level regulators. (https://www.intereconomics.eu/contents/year/2017/number/1/article/regulating-the-european-sharing-economy-state-of-play-and-challenges.html). + +IoP Dimension: Structural IoP, Behavioral IoP, Governance IoP + +LOST view: Legal view + +Interoperability saliency: The Shared Legal Content ABB is a key interoperability enabler (*) for governance, behavioural and structural interoperability because it supports to achieve of it with public policy goals convergence value by enabling i) sharing/provisioning/reusing/consumption of legislation on digital public services, ii) the exchange of data, information, and knowledge between digital public services, and iii) collaboration between digital public services. + +Identifier: http://data.europa.eu/dr8/SharedLegalContentGrouping + +eira:ID: ABB357 + +ABB name: eira:SharedLegalContentGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-10-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegislationCatalogueBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedApplicationContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveLegalInteroperabilityGoal" /> + <eira:SharedLegalContentGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedLegalContentGrouping_Properties"> + <skos:notation><![CDATA[Properties of Shared Legal Content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SharedLegalContentGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Shared Legal Content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedLegalContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/SharedLegalContentGrouping</eira:PURI> + <dcterms:type>eira:SharedLegalContentGrouping</dcterms:type> + <dcterms:modified>2023-10-1</dcterms:modified> + <eira:synonym>ABC</eira:synonym> + <skos:definition><![CDATA[Shared Legal Content ABB is a Grouping setting legal (re)usable resources with convergence power, to public policy goals attainment, enabling to reuse and share legislations cross-legal jurisdictions through exchange of data, information, and knowledge.]]></skos:definition> + <eira:definitionSource>EUR-LEX</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[(https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32021R0695&qid=1646736486403)]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): The past years have seen an extraordinary proliferation of sharing economy platforms, and the largest platforms have fast become global enterprises with market capitalisations that exceed competitors with “traditional†business concepts. These developments call into question a number of regulatory matters and pose new questions for national and European-level regulators. (https://www.intereconomics.eu/contents/year/2017/number/1/article/regulating-the-european-sharing-economy-state-of-play-and-challenges.html).]]></skos:example> + <eira:iopSaliency><![CDATA[The Shared Legal Content ABB is a key interoperability enabler (*) for governance, behavioural and structural interoperability because it supports to achieve of it with public policy goals convergence value by enabling i) sharing/provisioning/reusing/consumption of legislation on digital public services, ii) the exchange of data, information, and knowledge between digital public services, and iii) collaboration between digital public services.]]></eira:iopSaliency> + <skos:note><![CDATA[The degree of achievement could range from an ideal perfect shared legal framework (i.e. no interoperability barriers from the legal perspective) to an imperfect or even null shared legal framework (i.e. some interoperability barriers from the legal perspective). The level of legal interoperability will constrain digital public services cross-legal jurisdictions.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperable European Solution viewpoint</eira:viewpoint> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SharedLegalContentGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping"> + <skos:notation><![CDATA[Shared Infrastructure Content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SharedInfrastructureContentGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Shared Infrastructure Content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Shared Infrastructure Content ABB is a Grouping that refers to the set of tools and services that pools IT infrastructure provided by the service provider (e.g. hardware, operating system software, associated operating processes and tools) that can be physically used by several users at the time, thus being "shared". In particular, the service provider ensures compliance with all security standards and the logical separation of data and applications + +Source: Joinup + +Source reference: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/shared-infrastructure + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Shared Infrastructure Content ABB is a key interoperability enabler (*) for structural, behavioural and governance interoperability. It is salient for technical interoperability because it determines the tools and services that can be used by stakeholders or other digital services to interconnect services and data. This ABB also technically establish security standards compliance to deliver such public services. + +Identifier: http://data.europa.eu/dr8/SharedInfrastructureContentGrouping + +eira:ID: http://data.europa.eu/dr8/SharedInfrastructureContentGrouping + +ABB name: eira:SharedInfrastructureContentGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-31-01 + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnologyTechnologyInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal" /> + <eira:SharedInfrastructureContentGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping_Properties"> + <skos:notation><![CDATA[Properties of Shared Infrastructure Content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SharedInfrastructureContentGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Shared Infrastructure Content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/SharedInfrastructureContentGrouping</eira:PURI> + <dcterms:type>eira:SharedInfrastructureContentGrouping</dcterms:type> + <dcterms:modified>2022-01-31</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Shared Infrastructure Content ABB is a Grouping that refers to the set of tools and services that pools IT infrastructure provided by the service provider (e.g. hardware, operating system software, associated operating processes and tools) that can be physically used by several users at the time, thus being "shared". In particular, the service provider ensures compliance with all security standards and the logical separation of data and applications]]></skos:definition> + <eira:definitionSource>Joinup</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/shared-infrastructure]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[Shared Infrastructure Content ABB is a key interoperability enabler (*) for structural, behavioural and governance interoperability. It is salient for technical interoperability because it determines the tools and services that can be used by stakeholders or other digital services to interconnect services and data. This ABB also technically establish security standards compliance to deliver such public services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperable European Solution viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SharedInfrastructureContentGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers"> + <skos:notation><![CDATA[Content Delivery Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Content Delivery Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Content Delivery Infrastructure Enablers ABB is a Grouping that refers to the set of components and services that enable the delivery of digital content such as web pages, videos, images, and audio files to end-users + +Source: Inspired in the definition provided by relebant cloud service organizations. + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DIGIT/C Hosting Service - DIGIT/C offers a high availability and high performance hosting infrastructure that is being comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. http://ec.europa.eu/ipg/build/infrastructure/index_en.htm + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Content Delivery Infrastructure Enablers ABB is salient for semantic and technical interoperability because it provides ICT systems to manipulate, reuse and share batch and streaming data related to public administration services. + +Identifier: http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers + +eira:ID: http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers + +ABB name: eira:ContentDeliveryInfrastructureEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/StreamingServerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/WebServerTechnologyService" /> + <eira:ContentDeliveryInfrastructureEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers_Properties"> + <skos:notation><![CDATA[Properties of Content Delivery Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Content Delivery Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers</eira:PURI> + <dcterms:type>eira:ContentDeliveryInfrastructureEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Content Delivery Infrastructure Enablers ABB is a Grouping that refers to the set of components and services that enable the delivery of digital content such as web pages, videos, images, and audio files to end-users]]></skos:definition> + <eira:definitionSource>Inspired in the definition provided by relebant cloud service organizations.</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): DIGIT/C Hosting Service - DIGIT/C offers a high availability and high performance hosting infrastructure that is being comprised, among other elements, of back-end web server instances and application servers for hosting and serving both static and dynamic sites. http://ec.europa.eu/ipg/build/infrastructure/index_en.htm]]></skos:example> + <eira:iopSaliency><![CDATA[Content Delivery Infrastructure Enablers ABB is salient for semantic and technical interoperability because it provides ICT systems to manipulate, reuse and share batch and streaming data related to public administration services.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabaseInfrastructureEnablers"> + <skos:notation><![CDATA[Database Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DatabaseInfrastructureEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Database Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Database Infrastructure Enablers ABB is a Groping that enables the tools and technology services for efficient management and operation of data under a storage system. + +Source: Inspired in Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/dbms-database-management-system + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): MySQL manager, an SQL for MySQL. https://www.sqlmanager.net/products/mysql/manager + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Database Infrastructure Enablers ABB is salient for semantic and organization interoperability because it set up (i) tools to manage and manipulate data considering different types of data stores, (ii) establishes a data exchange mechanism to facilitate data understanding, (iii) manage data provenance through the public services interaction with the heterogeneous datastores. + +Identifier: http://data.europa.eu/dr8/DatabaseInfrastructureEnablers + +eira:ID: http://data.europa.eu/dr8/DatabaseInfrastructureEnablers + +ABB name: eira:DatabaseInfrastructureEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService" /> + <eira:DatabaseInfrastructureEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabaseInfrastructureEnablers_Properties"> + <skos:notation><![CDATA[Properties of Database Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DatabaseInfrastructureEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Database Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DatabaseInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/DatabaseInfrastructureEnablers</eira:PURI> + <dcterms:type>eira:DatabaseInfrastructureEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Database Infrastructure Enablers ABB is a Groping that enables the tools and technology services for efficient management and operation of data under a storage system.]]></skos:definition> + <eira:definitionSource>Inspired in Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/dbms-database-management-system]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): MySQL manager, an SQL for MySQL. https://www.sqlmanager.net/products/mysql/manager]]></skos:example> + <eira:iopSaliency><![CDATA[Database Infrastructure Enablers ABB is salient for semantic and organization interoperability because it set up (i) tools to manage and manipulate data considering different types of data stores, (ii) establishes a data exchange mechanism to facilitate data understanding, (iii) manage data provenance through the public services interaction with the heterogeneous datastores.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DatabaseInfrastructureEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping"> + <skos:notation><![CDATA[Application Presentation Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Application Presentation Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Application Presentation Enablers ABB is a Grouping that enables the implementation of visually appealing and interactive user interfaces for software applications + +Source: Inspired in Redhat + +Source reference: https://www.redhat.com/architect/5-essential-patterns-software-architecture + +IoP Dimension: Behavioral IoP + +LOST view: Technical view - application + +Interoperability saliency: The Application Presentation Enablers Grouping ABB is salient for interoperability because is composed of the Human Interface Application Interface which is a key interoperability enabler that facilitates the data exchange between parties using the digital public service. In addition, this is relevant for interoperability because the ABBs included can work as a tool through which to assess compatible interfaces. + +Identifier: http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping + +eira:ID: http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping + +ABB name: eira:ApplicationPresentationEnablersGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/HumanApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <eira:ApplicationPresentationEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Application Presentation Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Application Presentation Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping</eira:PURI> + <dcterms:type>eira:ApplicationPresentationEnablersGrouping</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Application Presentation Enablers ABB is a Grouping that enables the implementation of visually appealing and interactive user interfaces for software applications]]></skos:definition> + <eira:definitionSource>Inspired in Redhat</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.redhat.com/architect/5-essential-patterns-software-architecture]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <eira:iopSaliency><![CDATA[The Application Presentation Enablers Grouping ABB is salient for interoperability because is composed of the Human Interface Application Interface which is a key interoperability enabler that facilitates the data exchange between parties using the digital public service. In addition, this is relevant for interoperability because the ABBs included can work as a tool through which to assess compatible interfaces.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping"> + <skos:notation><![CDATA[Technical Infrastructure Functional content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Technical Infrastructure Functional content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/FacilityLocation" /> + <eira:TechnicalInfrastructureFunctionalContentGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping_Properties"> + <skos:notation><![CDATA[Properties of Technical Infrastructure Functional content]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Technical Infrastructure Functional content]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping</eira:PURI> + <skos:definition><![CDATA[Technical Infrastructure Functional Content ABB is a Grouping of hardware, software, and network components that support the operation and functionality of an organization's IT systems and cloud services.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:note><![CDATA[]]></skos:note> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <eira:iopDimension></eira:iopDimension> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/smarterwithgartner/10-must-have-competencies-for-infrastructure-operations-leaders]]></eira:definitionSourceReference> + <eira:definitionSource>Inspired in Gartner</eira:definitionSource> + <eira:synonym></eira:synonym> + <dcterms:modified>2023-05-25</dcterms:modified> + <dcterms:type></dcterms:type> + <eira:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers"> + <skos:notation><![CDATA[Digital Workplace Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Workplace Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Workplace Infrastructure Enablers ABB is a Grouping that enables the set of components and services that enable organizations to create and manage virtual workplaces environments and facilitate their access remotely. + +Source: Inspired in Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/remote-access + +Example: The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): PSI Remote Desktop Service from the European Open Science Cloud https://marketplace.eosc-portal.eu/services/remote-desktop-service?from_recommendation_panel=true&fromc=access-physical-einfrastructures + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Digital Workplace Infrastructure Enablers ABB is salient for technical interoperability due to it refers to setting up the workplace ecosystem to establish access to European public services remotely to access applications using open specifications and interfaces. + +Identifier: http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers + +eira:ID: http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers + +ABB name: eira:DigitalWorkplaceInfrastructureEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/RemoteDesktopTechnologyService" /> + <eira:DigitalWorkplaceInfrastructureEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers_Properties"> + <skos:notation><![CDATA[Properties of Digital Workplace Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Workplace Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers</eira:PURI> + <dcterms:type>eira:DigitalWorkplaceInfrastructureEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Digital Workplace Infrastructure Enablers ABB is a Grouping that enables the set of components and services that enable organizations to create and manage virtual workplaces environments and facilitate their access remotely.]]></skos:definition> + <eira:definitionSource>Inspired in Gartner</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/remote-access]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example on how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): PSI Remote Desktop Service from the European Open Science Cloud https://marketplace.eosc-portal.eu/services/remote-desktop-service?from_recommendation_panel=true&fromc=access-physical-einfrastructures]]></skos:example> + <eira:iopSaliency><![CDATA[Digital Workplace Infrastructure Enablers ABB is salient for technical interoperability due to it refers to setting up the workplace ecosystem to establish access to European public services remotely to access applications using open specifications and interfaces.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/StorageInfrastructureEnablers"> + <skos:notation><![CDATA[Storage Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/StorageInfrastructureEnablers</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Storage Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Storage Infrastructure Enablers ABB is a Grouping of a set of tools and digital services that facilitate the efficient and effective storage of data + +Source: TECHNOPEDIA + +Source reference: https://www.techopedia.com/definition/30476/storage-infrastructure + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): GARTNER- Distributed File Systems and Objects Storage Reviews and Ratings. https://www.gartner.com/reviews/market/distributed-file-systems-and-object-storage + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Storage Infrastructure Enablers ABB is salient for technical interoperability because it establishes the mechanism to (i) ensure the correct management of the information across single or multiple infrastructures, and (ii) minimize the effects of data loss in case of unexpected behaviour of public services through data recovery strategies. + +Identifier: http://data.europa.eu/dr8/StorageInfrastructureEnablers + +eira:ID: http://data.europa.eu/dr8/StorageInfrastructureEnablers + +ABB name: eira:StorageInfrastructureEnablers + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/BackupTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BlockStorageTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DistributedFileSystemTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/FileStorageTechnologyService" /> + <eira:StorageInfrastructureEnablers_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/StorageInfrastructureEnablers_Properties"> + <skos:notation><![CDATA[Properties of Storage Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/StorageInfrastructureEnablers_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Storage Infrastructure Enablers]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/StorageInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/StorageInfrastructureEnablers</eira:PURI> + <dcterms:type>eira:StorageInfrastructureEnablers</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Storage Infrastructure Enablers ABB is a Grouping of a set of tools and digital services that facilitate the efficient and effective storage of data]]></skos:definition> + <eira:definitionSource>TECHNOPEDIA</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.techopedia.com/definition/30476/storage-infrastructure]]></eira:definitionSourceReference> + <skos:example><![CDATA[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): GARTNER- Distributed File Systems and Objects Storage Reviews and Ratings. https://www.gartner.com/reviews/market/distributed-file-systems-and-object-storage]]></skos:example> + <eira:iopSaliency><![CDATA[Storage Infrastructure Enablers ABB is salient for technical interoperability because it establishes the mechanism to (i) ensure the correct management of the information across single or multiple infrastructures, and (ii) minimize the effects of data loss in case of unexpected behaviour of public services through data recovery strategies.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/StorageInfrastructureEnablers</dcterms:identifier> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FacilityLocation"> + <skos:notation><![CDATA[Facility Location]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FacilityLocation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Facility Location]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Facility Location ABB is a Location conceptual or physical place or position where a bussiness organization is placed. + +Source: Inspired in Archimate + +Source reference: https://pubs.opengroup.org/architecture/archimate3-doc/chap04.html + +LOST view: Technical view - Infrastructure + +Interoperability saliency: Facility Location ABB is salient for the organizational and technical interoperability because of (i) it determines the interlink between public administration business process removing existing barriers; (ii) set up needed mechanism between IT systems to remove fragmentation in service delivery. + +Identifier: http://data.europa.eu/dr8/FacilityLocation + +eira:ID: http://data.europa.eu/dr8/FacilityLocation + +ABB name: eira:FacilityLocation + +EIRA concept: eira:ArchitectureBuildingBlock + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/CloudComputingFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HybridCloudProviderFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateCloudFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicCloudComputingFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OnPremiseFacility" /> + <eira:FacilityLocation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FacilityLocation_Properties"> + <skos:notation><![CDATA[Properties of Facility Location]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FacilityLocation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Facility Location]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/FacilityLocation" /> + <eira:PURI>http://data.europa.eu/dr8/FacilityLocation</eira:PURI> + <dcterms:type>eira:FacilityLocation</dcterms:type> + <dcterms:modified>2023-05-25</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Facility Location ABB is a Location conceptual or physical place or position where a bussiness organization is placed.]]></skos:definition> + <eira:definitionSource>Inspired in Archimate</eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/archimate3-doc/chap04.html]]></eira:definitionSourceReference> + <eira:iopSaliency><![CDATA[Facility Location ABB is salient for the organizational and technical interoperability because of (i) it determines the interlink between public administration business process removing existing barriers; (ii) set up needed mechanism between IT systems to remove fragmentation in service delivery.]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/FacilityLocation</dcterms:identifier> + </skos:Concept> + <skos:Collection rdf:about="http://data.europa.eu/dr8/view/SemanticView"> + <skos:notation><![CDATA[SemanticView]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Semantic View]]></skos:prefLabel> + <skos:member rdf:resource="http://data.europa.eu/dr8/SecurityPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivacyPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OpenDataPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MasterDataPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SemanticAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecificationContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LinkedOpenDataRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LinkedDataRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/KnowledgeRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OpenDataRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BaseRegistryDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MasterDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ControlledVocabularyDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataFormatDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OntologiesCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataMappingCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/FormsStructureDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MetadataDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataModelDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataSetCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ReferenceDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/VirtualDatasetDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DistributedLedgerDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataMappingDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OntologyDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataSyntaxDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HashCodeDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataSetDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MetadataCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SemanticFunctionalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SemanticGovernanceContentGrouping"/> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/view/TechnicalView-Infrastructure"> + <skos:notation><![CDATA[TechnicalView-Infrastructure]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Technical View - Infrastructure]]></skos:prefLabel> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceLevelAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecificationContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivateCommunicationNetwork"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicCommunicationNetwork"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LocalAreaCommunicationNetwork"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SecurePublicCommunicationNetwork"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SensorDevice"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/RemoteDesktopClientDevice"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DesktopComputerDevice"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SmartDevice"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HybridCloudProviderFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HostingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OnPremiseFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivateCloudFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicCloudComputingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ExternalFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/CloudComputingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ServerNode"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/VirtualMachineNode"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ContainerSystemSoftware"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnologyTechnologyInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MachineLearningTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LoggerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ContainersManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/RouterTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DistributedFileSystemTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/RemoteDesktopTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TelemetryTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ContainerRegistryTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/IaaSTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ActiveDirectoryTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/FirewallTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataLakeStorageTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EventManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LoadBalancerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessInteligenceTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AuditManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/StreamingServerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AnalyticsTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/GraphQLServerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BlockchainLedgerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PaaSTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataCatalogTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ApplicationServerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ManagementConsoleTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PKICertificateManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/GatewayTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/WebServerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DatabricksTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SaasTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/APIManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ExternalTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BackupTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DomainNameTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BlockStorageTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/FileStorageTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/IdentityProviderTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/APIGatewayTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/NetworkingInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ManagementInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ComputingInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers"/> + <skos:member rdf:resource=""/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TrustInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BlockchainInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ContainerInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DatabaseInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/StorageInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/FacilityLocation"/> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/view/TechnicalView-Application"> + <skos:notation><![CDATA[TechnicalView-Application]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Technical View - Application]]></skos:prefLabel> + <skos:member rdf:resource="http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceLevelAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecificationContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataPublicationApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BlockchainApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ConformanceTestingApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedPlatformApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AuditApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-ArchivingApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivacyApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MetadataManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/IdentificationApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AgendaManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/FormsManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrchestrationApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MachineTranslationApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataVirtualizationApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ScheduleManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataQualityApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/APICatalogueApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceRegistryApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataAnalyticsApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MachineToMachineApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/WebServiceApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/APIApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HumanApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ConformanceTestingApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrchestrationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-SealCreationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AuditApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AgendaManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/RequestValidationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivacyApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ContentManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/FormsManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataVirtualizationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AuthorisationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-ArchivingApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/IntegrityVerificationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataSpaceApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-SealPreservationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-TimestampCreationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AuthenticationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataAnalyticsApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MetadataManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ScheduleManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataQualityApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AccountingApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-SignaturePreservationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MachineTranslationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/RegistrationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/IdentityMangementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataPublicationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BlockchainApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-SignatureCreationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceRegistryDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/APICatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/KnowledgeTriplestore"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SecurityEnablersGroup"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TransationEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivacyEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataManagementEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/APIEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TrustEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BlockchainEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataExchangeEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AnalyticsEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataSpaceEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TestEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedApplicationContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrchestrationEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping"/> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/view/LegalView"> + <skos:notation><![CDATA[LegalView]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Legal View]]></skos:prefLabel> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyCourseOfAction"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegislationCatalogueBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecificationContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/NationalLegalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalActRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyContextConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyObjectiveGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BindingInstrumentRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalActRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalClausesRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/NationalLegalActRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EuropeanLegalActRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Non-bindingInstrumentRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedLegalContentGrouping"/> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/view/OrganisationalView"> + <skos:notation><![CDATA[OrganisationalView]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Organisational View]]></skos:prefLabel> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalBusinessCapability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryMachineAgentBusinessActor"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryHumanAgentBusinessActor"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MobileAppBusinessInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DesktopAppBusinessInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceAppBusinessInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/WebPortalBusinessInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SecurityFrameworkBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InformationBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AgentBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataOwnerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicBusinessService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AgreementOnPrivacyContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AgreementOnDataSharingContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecificationContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalAgendaGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilityStrategyGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/IndividualStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalEntityStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicAdministrationStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping"/> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/InteroperabilitySecurityViewpoint"> + <skos:notation><![CDATA[InteroperabilitySecurityViewpoint]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Security Viewpoint]]></skos:prefLabel> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyCourseOfAction"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SecurityPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SecurityFrameworkBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedPlatformApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AuditApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/IdentificationApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MachineToMachineApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HumanApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-SealCreationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AuditApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/RequestValidationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/IntegrityVerificationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-SealPreservationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-TimestampCreationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AuthenticationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-SignaturePreservationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/RegistrationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-SignatureCreationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HostingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OnPremiseFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivateCloudFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicCloudComputingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EifPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple"/> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/InteroperabilityPrivacyViewpoint"> + <skos:notation><![CDATA[InteroperabilityPrivacyViewpoint]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Privacy Viewpoint]]></skos:prefLabel> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyCourseOfAction"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InformationBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataOwnerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicBusinessService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataPublicationApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-ArchivingApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivacyApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MetadataManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataQualityApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivacyApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-ArchivingApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MetadataManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataQualityApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataPublicationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/VirtualDatasetDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataMappingDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OntologyDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataSetDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EifPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalActRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/IndividualStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicAdministrationStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessStakeholder"/> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/HighlevelViewpoint"> + <skos:notation><![CDATA[HighlevelViewpoint]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Highlevel Viewpoint]]></skos:prefLabel> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalBusinessCapability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyCourseOfAction"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InformationBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataOwnerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicBusinessService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SemanticAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalActRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/KnowledgeRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedPlatformApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MachineToMachineApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HumanApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OntologyDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HostingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyContextConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalActRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SemanticFunctionalContentGrouping"/> + <skos:member rdf:resource=""/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SemanticGovernanceContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedApplicationContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedLegalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping"/> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/KeyInteroperabilityEnablersViewpoint"> + <skos:notation><![CDATA[KeyInteroperabilityEnablersViewpoint]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Key Interoperability Enablers Viewpoint]]></skos:prefLabel> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegislationCatalogueBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/APIApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/UXManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SoftwareComponentDiscoveryandCatalogueApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OntologiesCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataMappingCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MetadataDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataSetCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnologyTechnologyInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/KeyStructuralIopEnablersAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/KeyGovernanceIoPEnablersAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/KeyBehaviouralIopEnablersAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AchieveSemanticInteroperabilityGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AchieveLegalInteroperabilityGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AchieveOrganisationalInteroperabilityGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EifPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedApplicationContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedLegalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping"/> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/EIRAOntologyViewpoint"> + <skos:notation><![CDATA[EIRAOntologyViewpoint]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[EIRA Ontology Viewpoint]]></skos:prefLabel> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilityDimensionBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EifInteroperabilityLevelBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecificationContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MachineToMachineApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HumanApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SolutionSpecificationDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArtifact"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyContextConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EIRADimensionConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EifPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Detail-LevelArchitectureBuildingBlockRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EIRAViewpointRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EIRAViewRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilityRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/CapabilityRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArchitectureBuildingBlockRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedApplicationContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedLegalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping"/> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/InteroperableEuropeanSolutionViewpoint"> + <skos:notation><![CDATA[InteroperableEuropeanSolutionViewpoint]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperable European Solution Viewpoint]]></skos:prefLabel> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedPlatformApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MachineToMachineApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HumanApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedKnowledgeContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedApplicationContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedLegalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping"/> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/EnterpriseArchitectureFrameworkAlignmentGuidelinesViewpoint"> + <skos:notation><![CDATA[EnterpriseArchitectureFrameworkAlignmentGuidelinesViewpoint]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Enterprise Architecture Framework Alignment Guidelines Viewpoint]]></skos:prefLabel> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalBusinessCapability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataOwnerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyContextConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AchieveInteroperabilityGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyObjectiveGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicAdministrationStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DeliveryCapacityValue"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AnalyticalCapacityValue"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/CoordinationCapacityValue"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/RegulatoryCapacityValue"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedLegalContentGrouping"/> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/InteroperabilityGovernanceViewpoint"> + <skos:notation><![CDATA[InteroperabilityGovernanceViewpoint]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Governance Viewpoint]]></skos:prefLabel> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SecurityPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivacyPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OpenDataPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SecurityFrameworkBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MasterDataPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataOwnerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SemanticAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/FrameworkAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalAgendaGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilityStrategyGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SemanticGovernanceContentGrouping"/> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/RESTAPIViewpoint"> + <skos:notation><![CDATA[RESTAPIViewpoint]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[REST API Viewpoint]]></skos:prefLabel> + <skos:member rdf:resource="http://data.europa.eu/dr8/HTTPSLoadBalancerApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MachineToMachineApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HumanApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AuditApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/E-ArchivingApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AuthenticationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/FirewallApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/APIManagerApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicCommunicationNetwork"/> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/Deprecated"> + <skos:notation><![CDATA[Deprecated]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Deprecated]]></skos:prefLabel> + <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessCapability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Organisation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicServiceAgent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Citizen"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicAdministration"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Business"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/CapacityOfExchangingBusinessInformation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ExchangeOfBusinessInformation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceDeliveryMode"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServicesImplementationOrientation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyImplementationMandate"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalSkill"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessRule"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/FinancialResource"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicServiceManifestation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalProcedure"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EiraView"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OperationalProcedure"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Specification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/CharacterEncodingScheme"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/IdentifierScheme"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArchitectureBuildingBlock"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SyntaxEncodingScheme"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SchemaLevelMapping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalSpecification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilityGovernance"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ReferenceDataPolicy"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalPolicy"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SolutionSpecification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ConfigurationManagement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataLevelMapping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OperationalEnabler"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilitySpecification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicServiceComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyFormulationAndImplementationInstrument"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ImplementingGuideline"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataSyntax"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataEntity"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnabler"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ConformanceTestReport"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Solution"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperabilityStrategy"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalStructure"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicServiceCatalogue"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyDevelopmentEnabler"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DescriptiveMetadataPolicy"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityEnabler"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BaseRegistryDataPolicy"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EiraViewpoint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SecurityAndPrivacyPolicy"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyImplementation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataMapping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicPolicyEvaluation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/FormulationOfPublicPolicyScenarios"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DefinitionOfPublicPolicyObjectives"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ImpactAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumer"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumerAgent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicServiceDeliveryAgent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicServiceProvider"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Service"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalAgreements-InternationalTreaties"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AdministrationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessProcessManagementComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyServiceComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessIntelligenceComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/RecordManagementComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PartnerManagementComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/CollaborationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolution"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ContentManagementComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LoggingComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataWarehouseComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessReportingService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedPlatform"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LifecycleManagementService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ChoreographyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BusinessAnalyticsService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AudiovisualService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceRegistry"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MessagingService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/RecordManagementService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PartnerManagementService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LoggingService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataWarehouseService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DocumentManagementService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ContentManagementService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AdministrationAndMonitoringService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataStandard"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OpenData"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TransactionalData"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BaseRegistryData"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataStandardCatalogue"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DescriptiveMetadata"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Network"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivateHostingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HostingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicHostingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/NetworkingService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SuccessfulPublicServiceImplementationOrientation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnologyNeutrality"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnologicalNeutralityAndDataPortability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Multilingualism"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EULFCompliance"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SubsidiarityAndProportionality"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Proactiveness"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/IntegratedHorizontalUserExperience"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicValue"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AssessmentOfEffectivenessAndEfficiency"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EuropeanDIgitalSovereignty"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Privacy"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Innovation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/User-centricity"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InclusionAndAccessibility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Accountability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AdministrativeSimplification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Openness"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Security"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MarketCollaboration"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PreservationOfInformation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Reusability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Accessibility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ConvergenceControlOnPublicPolicyGoalsAttainment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalInclusion"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/CodeOfEthicsCompliance"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceOrientation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EvidenceBasedPublicPolicy"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/NewPublicManagementApproach"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataPortability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SocialParticipation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Transparency"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AdministrativeSimplification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OnceOnly"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EULegislationCompliance"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ConvergenceAssuranceOnPublicPolicyGoalsAttainment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Trust"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArchitectureRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityRequirement"/> + </skos:Collection> +</rdf:RDF> diff --git a/resources/patch/php/drupal/search_api/2829696.patch b/resources/patch/php/drupal/search_api/2829696.patch index 28e9fbeaf0e125f1976ac752dbe7246a431194d8..430551bc24ffc2fd1f6695c0e140534f7848d276 100644 --- a/resources/patch/php/drupal/search_api/2829696.patch +++ b/resources/patch/php/drupal/search_api/2829696.patch @@ -1,98 +1,39 @@ -Index: search_api.install -IDEA additional info: -Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP -<+>UTF-8 -=================================================================== diff --git a/search_api.install b/search_api.install ---- a/search_api.install -+++ b/search_api.install (date 1639305632036) +index 6eae352d..c2f94627 100644 +--- a/search_api.install ++++ b/search_api.install @@ -7,6 +7,7 @@ use Drupal\Component\Render\FormattableMarkup; use Drupal\Component\Render\MarkupInterface; +use Drupal\Core\Database\Database; use Drupal\Core\Database\DatabaseException; + use Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema; use Drupal\Core\Link; - use Drupal\search_api\Entity\Server; -@@ -35,7 +36,7 @@ +@@ -35,7 +36,7 @@ function search_api_schema() { 'item_id' => [ 'description' => 'The unique identifier of this item', 'type' => 'varchar', - 'length' => 150, -+ 'length' => 2048, ++ 'length' => 718, 'not null' => TRUE, ], 'changed' => [ -@@ -53,7 +54,6 @@ - 'indexes' => [ - 'indexing' => ['index_id', 'status', 'changed', 'item_id'], - ], -- 'primary key' => ['index_id', 'item_id'], - ]; - - return $schema; -@@ -139,6 +139,66 @@ +@@ -139,6 +140,19 @@ function search_api_requirements($phase) { return []; } +/** -+ * Increase the item_id column length to 2048. ++ * Increase the item_id column length to 718. + */ +function search_api_update_8001() { + $schema = Database::getConnection()->schema(); -+ -+ // Drop the primary index. Unique indexes, like primary key index, are -+ // limiting the length of a varchar column. The uniqueness of composed columns -+ // index_id and item_id is already checked when inserting records, in -+ // Basic::trackItemsInserted(), so we're covered. -+ // @see \Drupal\search_api\Plugin\search_api\tracker\Basic::trackItemsInserted() -+ $schema->dropPrimaryKey('search_api_item'); -+ -+ $schema->dropIndex('search_api_item', 'indexing'); + $schema->changeField('search_api_item', 'item_id', 'item_id', [ + 'description' => 'The unique identifier of this item', + 'type' => 'varchar', -+ 'length' => 2048, ++ 'length' => 718, + 'not null' => TRUE, + ]); -+ $spec = array( -+ 'description' => 'Stores the items which should be indexed for each index, and their state.', -+ 'fields' => [ -+ 'index_id' => [ -+ 'description' => 'The ID of the index this item belongs to', -+ 'type' => 'varchar', -+ 'length' => 50, -+ 'not null' => TRUE, -+ ], -+ 'datasource' => [ -+ 'description' => 'The plugin ID of the datasource this item belongs to', -+ 'type' => 'varchar', -+ 'length' => 50, -+ 'not null' => TRUE, -+ ], -+ 'item_id' => [ -+ 'description' => 'The unique identifier of this item', -+ 'type' => 'varchar', -+ 'length' => 2048, -+ 'not null' => TRUE, -+ ], -+ 'changed' => [ -+ 'description' => 'A timestamp indicating when the item was last changed', -+ 'type' => 'int', -+ 'unsigned' => TRUE, -+ 'not null' => TRUE, -+ ], -+ 'status' => [ -+ 'description' => 'Boolean indicating whether the item needs to be reindexed', -+ 'type' => 'int', -+ 'not null' => TRUE, -+ ], -+ ], -+ 'indexes' => [ -+ 'indexing' => ['index_id', 'status', 'changed', 'item_id'], -+ ], -+ ); -+ $schema->addIndex('search_api_item', 'indexing', ['index_id', 'status', 'changed', 'item_id'], $spec); +} + /** diff --git a/resources/runner/dev.yml b/resources/runner/dev.yml index 2a61419e8acd0b5025566d2a64382b059a24736e..8e15cac9ff04377ad48cd6c5988315ccc0dbd4bb 100644 --- a/resources/runner/dev.yml +++ b/resources/runner/dev.yml @@ -225,12 +225,21 @@ commands: # the supported languages should be extended (the "en" below). This # needs to repeat multiple times as the terms might. - DELETE { GRAPH ?g { ?entity ?field ?value } } WHERE { GRAPH ?g { ?entity ?field ?value . FILTER (LANG(?value) != "" && LANG(?value) != "en") } }; + # For EIRA_SKOS, after version 6, they have added all extra properties + # of the EIRA terms as separate terms in the graph. In order to properly + # handle these secondary terms in the website, we need to add them to + # a separate graph with a delete-insert statement for each of them. + # Move all terms from the <http://eira_skos> graph that their ID ends + # with _Properties to the <http://eira_skos_properties> graph. + - DELETE { GRAPH <http://eira_skos> { ?subject ?predicate ?object } } INSERT { GRAPH <http://eira_skos_properties> { ?subject ?predicate ?object } } WHERE { GRAPH <http://eira_skos> { ?subject ?predicate ?object . FILTER (regex(str(?subject), "_Properties$")) } }; + - DELETE {GRAPH <http://eira_skos> { ?subject ?predicate ?object } } INSERT { GRAPH <http://eira_skos_properties> { ?subject ?predicate ?object } } WHERE { GRAPH <http://eira_skos> { ?subject ?predicate ?object . FILTER (regex(str(?object), "_Properties$")) } }; + - WITH <http://eira_skos_properties> DELETE { ?subject skos:topConceptOf <http://data.europa.eu/dr8> } WHERE { ?subject a skos:Concept . }; # See ISAICP-3216. Add the "Concept" type to all collection elements so # that they are listed as Parent terms. - WITH <http://eira_skos> INSERT { ?subject a skos:Concept } WHERE { ?subject a skos:Collection . }; # Add the link to all "Concept" type elements so that they are all # considered as children of the EIRA vocabulary regardless of the depth. - - WITH <http://eira_skos> INSERT INTO <http://eira_skos> { ?subject skos:topConceptOf <http://data.europa.eu/dr8> } WHERE { ?subject a skos:Concept .}; + - WITH <http://eira_skos> INSERT { ?subject skos:topConceptOf <http://data.europa.eu/dr8> } WHERE { ?subject a skos:Concept .}; # Create a backwards connection from the children to the parent. - WITH <http://eira_skos> INSERT { ?member skos:broaderTransitive ?collection } WHERE { ?collection a skos:Collection . ?collection skos:member ?member }; # Remove deprecated countries from the country list. See ISAICP-3442. diff --git a/scripts/composer/post_update b/scripts/composer/post_update index 9cca57387ced8c03e8a0187d021bb09bb24ba991..bc7572c635461b60c5e63e7b20de0647b99efb36 100755 --- a/scripts/composer/post_update +++ b/scripts/composer/post_update @@ -3,6 +3,12 @@ # Build the codebase. test ! -f vendor/bin/run || vendor/bin/run toolkit:build-dev +# Task Runner has been moved in Toolkit. However, the Toolkit's runner is +# simplified and not ready to be used by Joinup because of DQA-5962. Ensure that +# the standalone Task Runner is used. +# @see https://citnet.tech.ec.europa.eu/CITnet/jira/browse/DQA-5962 +perl -i -pe 's/\/ec\-europa\/toolkit\/run/\/openeuropa\/task\-runner\/bin\/run/g' vendor/bin/run + # Run NPM install only if it's not bypassed. if [ ! -f .env ] || [ "$(grep 'COMPOSER_DISABLE_NODE_DEPENDENCIES=1' .env)" = "" ] then diff --git a/scripts/git/pre_push b/scripts/git/pre_push index 65ee8a631f912289d57342178b24e516d2f8cf9e..50cca16d42480c90c16b0f04ff7d76aa1f79ccf9 100755 --- a/scripts/git/pre_push +++ b/scripts/git/pre_push @@ -74,7 +74,7 @@ then FILE=$($DOCKER_EXEC_PREFIX realpath "$FILE") for ALLOWED_FILE in $ALLOWED_PATHS do - if [[ $FILE =~ ^${ALLOWED_FILE} ]] + if [[ $FILE =~ ^${ALLOWED_FILE} ]] && [ -f $FILE ] then FILES="$FILES $FILE" # Don't check the rest of allowed files. @@ -119,6 +119,7 @@ then fi # Run ESLint and save the exit code. +# TODO: Need a way to check only changed files, similar to PHP. echo "Running ESLint on all files..."; $DOCKER_EXEC_PREFIX ./node_modules/.bin/eslint --config .eslintrc.json --format compact --ext yml --ext js . ESLINT=$? diff --git a/tests/features/adms_ap_compliance.feature b/tests/features/adms_ap_compliance.feature index 724b8d29434ea9c24d4df2d41a90ae9a8d593e97..28e0f14fb2b0e121fce3a2c5f9d6d6500943ca4a 100644 --- a/tests/features/adms_ap_compliance.feature +++ b/tests/features/adms_ap_compliance.feature @@ -37,9 +37,9 @@ Feature: Joinup should be ADMS-AP compliant. | state | validated | | featured | no | And the following solutions: - | title | collection | author | description | logo | banner | owner | contact information | creation date | modification date | documentation | content creation | keywords | landing page | language | metrics page | moderation | topic | related solutions | solution type | source code repository | spatial coverage | status | translation | webdav creation | webdav url | wiki | state | featured | pinned in | - | Early Omega | Morbid Scattered Microphone | Andre Munson | <p>content</p> | logo.png | banner.jpg | Teddy Bass | Jocelyn Bass | 2017-11-01T8:00 | 2017-12-01T8:43 | text.pdf | registered users | ADMS, validation | http://www.example.com/landing1 | Interlingua | http://www.example.org/metrics1 | no | EU and European Policies | | Service Delivery Model | http://www.example.org/source | Canada | Completed | | no | http://www.example.org/webdav | http://www.example.org/wiki | validated | no | | - | Snake Timely | Morbid Scattered Microphone | Branson Winthrop | <p>content</p> | logo.png | banner.jpg | Teddy Bass | Jocelyn Bass | 2015-03-03T8:00 | 2018-02-14T18:43 | text.pdf | registered users | | http://www.example.com/landing2 | English | http://www.example.org/metrics2 | yes | Demography | Early Omega | Business Information | http://www.example.org/source | Canada | Completed | | yes | http://www.example.org/webdav | http://www.example.org/wiki | validated | no | | + | title | collection | author | description | logo | banner | owner | contact information | creation date | modification date | documentation | content creation | keywords | landing page | language | metrics page | moderation | topic | related solutions | solution type | source code repository | spatial coverage | status | translation | webdav creation | webdav url | wiki | state | featured | pinned in | + | Early Omega | Morbid Scattered Microphone | Andre Munson | <p>content</p> | logo.png | banner.jpg | Teddy Bass | Jocelyn Bass | 2017-11-01T8:00 | 2017-12-01T8:43 | text.pdf | registered users | ADMS, validation | http://www.example.com/landing1 | Interlingua | http://www.example.org/metrics1 | no | EU and European Policies | | Networking Infrastructure Enablers | http://www.example.org/source | Canada | Completed | | no | http://www.example.org/webdav | http://www.example.org/wiki | validated | no | | + | Snake Timely | Morbid Scattered Microphone | Branson Winthrop | <p>content</p> | logo.png | banner.jpg | Teddy Bass | Jocelyn Bass | 2015-03-03T8:00 | 2018-02-14T18:43 | text.pdf | registered users | | http://www.example.com/landing2 | English | http://www.example.org/metrics2 | yes | Demography | Early Omega | Gateway | http://www.example.org/source | Canada | Completed | | yes | http://www.example.org/webdav | http://www.example.org/wiki | validated | no | | And the following releases: | title | documentation | release number | release notes | creation date | is version of | state | status | spatial coverage | keywords | language | | Omega3 | text.pdf | 3.0.0 | New 3.0 | 2017-11-11T11:11 | Early Omega | validated | Completed | Andorra | food | Athapascan languages | diff --git a/tests/features/collection/collection_content.feature b/tests/features/collection/collection_content.feature index 03654f38d989c36f1c133ff600788c0862bdbf6e..2dc1a2b41b439ebca8f9ebc1be1ff54830441049 100644 --- a/tests/features/collection/collection_content.feature +++ b/tests/features/collection/collection_content.feature @@ -54,7 +54,7 @@ Feature: Collection content | Name | Costas Papazoglou | | E-mail address | CostasPapazoglou@example.com | And I select "Data gathering, data processing" from "Topic" - And I select "Logging Service" from "Solution type" + And I select "Networking Infrastructure Enablers" from "Solution type" And I press "Add existing" at the "Owner" field And I fill in "Owner" with "Particle sweeper" And I press "Add owner" @@ -162,6 +162,7 @@ Feature: Collection content And I should see the "Turin Egyptian Museum Reopened" tile And I should see the text "Last update: 19/11/2019" in the "Turin Egyptian Museum Reopened" tile And I should see the link "Turin Egyptian Museum Reopened" in the "Turin Egyptian Museum Reopened" tile + And I should not see the text "After more than two years." in the "Turin Egyptian Museum Reopened" tile And I should see the text "Supplier exchange" in the "Turin Egyptian Museum Reopened" tile And I should see the text "News" in the "Turin Egyptian Museum Reopened" tile # Check the video tile. diff --git a/tests/features/collection/last_update_time.feature b/tests/features/collection/last_update_time.feature index d93802bd9538fb25a6aa6c3a1a4fce8da629e2a9..38bfbb09a4f48965ca8eaaa105f1b571db27489e 100644 --- a/tests/features/collection/last_update_time.feature +++ b/tests/features/collection/last_update_time.feature @@ -102,7 +102,7 @@ Feature: Tests the collection last update time. # Editing the solution changes the last updated time. Given I go to the edit form of the "Roof Hole Cover" solution - And I select "Public Policy Cycle" from "Solution type" + And I select "Networking Infrastructure Enablers" from "Solution type" And I select "Demography" from "Topic" And I press "Publish" diff --git a/tests/features/communities/eif/solutions_page.feature b/tests/features/communities/eif/solutions_page.feature index 1e2f492072f1700050a3e11eaa18e12b3b3c4dc0..e1372c7d0827b29dca61bf882c12e6d8283a4863 100644 --- a/tests/features/communities/eif/solutions_page.feature +++ b/tests/features/communities/eif/solutions_page.feature @@ -73,7 +73,7 @@ Feature: As a user, visiting the EIF Toolbox page, I want to be able to filter And I fill in "Name" with "TikTok" And I fill in "E-mail address" with "where@example.com" And I select "E-health" from "Topic" - And I select "Public Policy Cycle" from "Solution type" + And I select "Networking Infrastructure Enablers" from "Solution type" And I press "Publish" When I go to "/collection/nifo-collection/solution/eif-toolbox/solutions" diff --git a/tests/features/communities/eira/eira.feature b/tests/features/communities/eira/eira.feature index 145ada517708c3784a07e27768a41b41a4aeca2d..54cbf29451717f04a1b754a7cbf534bcd2c3418a 100644 --- a/tests/features/communities/eira/eira.feature +++ b/tests/features/communities/eira/eira.feature @@ -10,3 +10,24 @@ Feature: As an anonymous user, when I visit /data/dr8, I should get the cached When I reload the page Then the page should be cached And the output should match the file contents of "../../../resources/fixtures/EIRA_SKOS.rdf" + + Scenario: The properties block should appear in EIRA pages with relevant data. + When I am logged in as a moderator + And I am on the homepage + And I click "RDF ID converter" + And I fill in "RDF entity ID or a URL" with "http://data.europa.eu/dr8/AnalyticalCapacityValue" + And I press "Go!" + + Then I should see the heading "Analytical Capacity" + And I should see the heading "EIRA properties" + + And I should see the following table rows: + | Namespace | URI | + | rdf: | http://www.w3.org/1999/02/22-rdf-syntax-ns# | + | dct: | http://purl.org/dc/terms/ | + | skos: | http://www.w3.org/2004/02/skos/core# | + | eira: | http://data.europa.eu/dr8/ | + | Property | Value | + | skos:notation | Properties of Analytical Capacity | + | eira:PURI | http://data.europa.eu/dr8/AnalyticalCapacityValue | + | eira:concept | eira:ArchitectureBuildingBlock | diff --git a/tests/features/communities/eupl/jla.feature b/tests/features/communities/eupl/jla.feature index 635a17a3340136adcd3d9e7449fb91ab577d6b3a..5ad24ce80c1e2bb7ff20d415f025d69b2cbcea49 100644 --- a/tests/features/communities/eupl/jla.feature +++ b/tests/features/communities/eupl/jla.feature @@ -86,6 +86,7 @@ Feature: And I should see the link "Edit tooltip descriptions" When I click "Edit tooltip descriptions" Then I should see the heading "Legal type" + And I should not see "View draft" in the "Use/reproduce" row When I click "Edit" in the "Use/reproduce" row Then I should see the heading "Edit term" And the following fields should not be disabled "Name" diff --git a/tests/features/custom_page/community_content_listing.feature b/tests/features/custom_page/community_content_listing.feature index ee9df81b4e46ce41190b695ec91995c00aa235ce..b0e176635010b0d570d8be5c88a3eaa84c944d80 100644 --- a/tests/features/custom_page/community_content_listing.feature +++ b/tests/features/custom_page/community_content_listing.feature @@ -155,6 +155,7 @@ Feature: And I uncheck "Show related content" When the following fields should not be visible "Global search, Allow shared content" And I check "Show related content" + And I check "Global search" And the following fields should be visible "Global search, Allow shared content" And I select "Discussion" from "Available filters" And I press "Add and configure filter" @@ -168,6 +169,9 @@ Feature: And I select "Event" from "Available filters" And I press "Add and configure filter" And I fill in "Event" with "20 year anniversary" + And I select "Collection" from "Available filters" + And I press "Add and configure filter" + And I fill in "Collection" with "Emulators" Then I drag the table row in the "Content listing field filter form" region at position 4 up And I press "Publish" Then I should see the heading "Chosen content" @@ -176,11 +180,14 @@ Feature: | What's your favourite N64 game? | | 20 year anniversary | | Rare Nintendo64 disk drive discovered | + | Emulators | When I open the header local tasks menu And I click "Edit" in the "Entity actions" region And I drag the table row in the "Content listing field filter form" region at position 3 up And I drag the table row in the "Content listing field filter form" region at position 2 up + And I click "Remove filter" at 5th filter of the 1st content listing paragraph + And I uncheck "Global search" And I press "Update" And I should see the following tiles in the correct order: | 20 year anniversary | @@ -485,6 +492,7 @@ Feature: When I press "List additional actions" And I click "Add Content listing" in the "Custom page body" paragraphs field + And I select "Solution" from "Available filters" And I press "Add and configure filter" And I fill in "Solution" with "Save the Planet" @@ -492,9 +500,11 @@ Feature: When I press "List additional actions" And I click "Add Content listing" in the "Custom page body" paragraphs field + And I select "Solution" from latest "Available filters" And I press latest "Add and configure filter" And I fill in the latest "Solution" field with "Fight Global Warming" + And I select "Solution" from latest "Available filters" And I press latest "Add and configure filter" And I fill in the latest "Solution" field with "The Green Alliance" @@ -524,12 +534,15 @@ Feature: When I press "List additional actions" And I click "Add Content listing" in the "Custom page body" paragraphs field + And I select "Solution" from "Available filters" And I press "Add and configure filter" And I fill in "Solution" with "Save gasoline" + And I select "Solution" from latest "Available filters" And I press latest "Add and configure filter" And I fill in the latest "Solution" field with "Fight battery mode" + And I select "Solution" from latest "Available filters" And I press latest "Add and configure filter" And I fill in the latest "Solution" field with "Black Noise" @@ -537,9 +550,11 @@ Feature: When I press "List additional actions" And I click "Add Content listing" in the "Custom page body" paragraphs field + And I select "Solution" from latest "Available filters" And I press latest "Add and configure filter" And I fill in the latest "Solution" field with "Black Noise" + And I select "Solution" from latest "Available filters" And I press latest "Add and configure filter" And I fill in the latest "Solution" field with "Fight battery mode" Then I press "Update" @@ -558,3 +573,92 @@ Feature: And I click "Remove filter" at 2nd filter of the 2nd content listing paragraph And I wait for AJAX to finish Then the 1st filter of the 2nd content listing paragraph value is "Black Noise" + + @javascript + Scenario: Regression test for ISAICP-7819 + See https://citnet.tech.ec.europa.eu/CITnet/jira/browse/ISAICP-7819 + + Given event content: + | title | collection | state | created | start date | end date | + | Event pagination 1 | Nintendo64 | validated | 2016-10-09 4:29am | now +8 day | now +9 day | + | Event pagination 2 | Nintendo64 | validated | 2016-10-08 4:29am | now +7 day | now +8 day | + | Event pagination 3 | Nintendo64 | validated | 2015-10-07 4:29am | now +6 day | now +7 day | + | Event pagination 4 | Nintendo64 | validated | 2014-10-06 4:29am | now +5 day | now +6 day | + | Event pagination 5 | Nintendo64 | validated | 2014-10-05 4:29am | now +4 day | now +5 day | + | Event pagination 6 | Nintendo64 | validated | 2013-10-04 4:29am | now +3 day | now +4 day | + | Event pagination 7 | Nintendo64 | validated | 2012-10-03 4:29am | now +2 day | now +3 day | + | Event pagination 8 | Nintendo64 | validated | 2011-10-02 4:29am | now +1 day | now +2 day | + | Event pagination 9 | Nintendo64 | validated | 2010-10-01 4:29am | now | now +1 day | + And news content: + | title | collection | state | + | News pagination 1 | Nintendo64 | validated | + | News pagination 2 | Nintendo64 | validated | + | News pagination 3 | Nintendo64 | validated | + | News pagination 4 | Nintendo64 | validated | + | News pagination 5 | Nintendo64 | validated | + | News pagination 6 | Nintendo64 | validated | + | News pagination 7 | Nintendo64 | validated | + | News pagination 8 | Nintendo64 | validated | + | News pagination 9 | Nintendo64 | validated | + | News pagination 10 | Nintendo64 | validated | + | News pagination 11 | Nintendo64 | validated | + | News pagination 12 | Nintendo64 | validated | + | News pagination 13 | Nintendo64 | validated | + | News pagination 14 | Nintendo64 | validated | + | News pagination 15 | Nintendo64 | validated | + | News pagination 16 | Nintendo64 | validated | + | News pagination 17 | Nintendo64 | validated | + | News pagination 18 | Nintendo64 | validated | + | News pagination 19 | Nintendo64 | validated | + | News pagination 20 | Nintendo64 | validated | + | News pagination 21 | Nintendo64 | validated | + | News pagination 22 | Nintendo64 | validated | + | News pagination 23 | Nintendo64 | validated | + + And custom_page content: + | title | collection | state | + | Pagination bug | Nintendo64 | published | + + Given I am logged in as a moderator + And I go to the edit form of the "Pagination bug" "custom page" + + # Paragraph #1. + Given I press "List additional actions" + Then I click "Add Content listing" in the "Custom page body" paragraphs field + And I fill in the 1st "Query presets" with "entity_bundle|news" in the "Custom page body" field + And I fill in the 1st "Limit" with "2" in the "Custom page body" field + + # Paragraph #2. + Then I press "List additional actions" + Then I click "Add Content listing" in the "Custom page body" paragraphs field + And I fill in the 2nd "Query presets" with "entity_bundle|event" in the "Custom page body" field + And I fill in the 2nd "Limit" with "2" in the "Custom page body" field + Then I press "Update" + And I should see the heading "Pagination bug" + Then I should see the tiles in the correct order: + | News pagination 1 | + | News pagination 2 | + | 30 year anniversary | + | Event pagination 1 | + + When I click "Go to page 2" + Then I should see the tiles in the correct order: + | News pagination 3 | + | News pagination 4 | + | 30 year anniversary | + | Event pagination 1 | + + When I click "Last page" + Then I should see the tiles in the correct order: + | News pagination 23 | + | Rare Nintendo64 disk drive discovered | + | 30 year anniversary | + | Event pagination 1 | + + # Check second paragraph pagination. + When I click "Go to page 2" + Then I should see the tiles in the correct order: + | News pagination 23 | + | Rare Nintendo64 disk drive discovered | + | Event pagination 2 | + | Event pagination 3 | diff --git a/tests/features/homepage.feature b/tests/features/homepage.feature index 651e105111b68c03b1ea3f34760ec2e693e74601..cfd666a326a1c370cb4c37708b93c8ae4a792782 100644 --- a/tests/features/homepage.feature +++ b/tests/features/homepage.feature @@ -59,7 +59,7 @@ Feature: Homepage When I click "More news" Then I should be on the advanced search page And I should see the following facet summary "News" - And the page should show the tiles "Preserve habitats, Transformative practices, Loss of wildlands, Ecosystem management" + And the page should show the tiles "Current biodiversity crisis, Environmental stewardship, Spatial reconstruction, Earlier transformations" @terms Scenario: Community content can be placed "In the spotlight" on the homepage @@ -67,8 +67,8 @@ Feature: Homepage | title | Mice in space | | state | validated | And news content: - | title | collection | topic | state | logo | body | - | Muscle atrophy | Mice in space | Finance in EU, Supplier exchange, E-health, E-justice | validated | blaise.jpg | Researchers from the University of Tsukuba have sent mice into space to explore effects of spaceflight and reduced gravity on muscle atrophy, or wasting, at the molecular level. | + | title | headline | collection | topic | state | logo | body | + | New muscles | Muscle atrophy | Mice in space | Finance in EU, Supplier exchange, E-health, E-justice | validated | blaise.jpg | Researchers from the University of Tsukuba have sent mice into space to explore effects of spaceflight and reduced gravity on muscle atrophy, or wasting, at the molecular level. | And discussion content: | title | collection | topic | state | logo | body | | Influence of gravity | Mice in space | Employment and Support Allowance | validated | ada.jpg | Space exploration has brought about many scientific and technological advances, yet manned spaceflights come at a cost to astronauts, including reduced skeletal muscle mass and strength. | @@ -80,16 +80,16 @@ Feature: Homepage | Stay at the ISS | Mice in space | EU and European Policies | validated | charles.jpg | Two groups of mice (six per group) were housed aboard the International Space Station for 35 days. One group was subjected to artificial gravity (1 g) and the other to microgravity. | And the "In the spotlight" content listing contains: | type | label | - | content | Muscle atrophy | + | content | New muscles | | content | Stay at the ISS | | content | Microgravity | When I am on the homepage Then the in the spotlight section should contain the following content: - | number | logo | topics | title | body | - | 1 | blaise.jpg | Finance in EU, Supplier exchange, +2 topics | Muscle atrophy | Researchers from the University of Tsukuba have sent mice into space to explore effects of spaceflight and reduced gravity on muscle atrophy | - | 2 | charles.jpg | EU and European Policies | Stay at the ISS | Two groups of mice (six per group) were housed aboard the International Space Station for 35 days. One group was subjected to artificial gravity (1 g) and the other to microgravity. | - | 3 | alan.jpg | HR, Statistics and Analysis, E-justice | Microgravity | Conventional studies investigating the effects of reduced gravity on muscle mass and function have used a ground control group that is not directly comparable to the space experimental group. | + | number | logo | topics | title | type | body | + | 1 | blaise.jpg | Finance in EU, Supplier exchange, +2 topics | New muscles | news | Researchers from the University of Tsukuba have sent mice into space to explore effects of spaceflight and reduced gravity on muscle atrophy | + | 2 | charles.jpg | EU and European Policies | Stay at the ISS | event | Two groups of mice (six per group) were housed aboard the International Space Station for 35 days. One group was subjected to artificial gravity (1 g) and the other to microgravity. | + | 3 | alan.jpg | HR, Statistics and Analysis, E-justice | Microgravity | document | Conventional studies investigating the effects of reduced gravity on muscle mass and function have used a ground control group that is not directly comparable to the space experimental group. | @terms Scenario Outline: Community content be highlighted on the homepage @@ -131,6 +131,12 @@ Feature: Homepage When I am on the homepage Then I should see "Light and height" as the Highlighted content And I should see the text "04-06-2021" in the "Light and height" tile + And I should see the link "Login or register to like this content" in the "Light and height" tile + + Given I am logged in as a moderator + When I am on the homepage + Then I should see the "Light and height" tile + And I should see the link "Like this content" in the "Light and height" tile Scenario: An event can be highlighted on the homepage Given event content: diff --git a/tests/features/joinup_core/reporting.feature b/tests/features/joinup_core/reporting.feature index 1e61401f451eade155922e3d3a9e1b21dfc50610..b852e7f2f31f3dc157bd2ea7bbb61703fa0dd094 100644 --- a/tests/features/joinup_core/reporting.feature +++ b/tests/features/joinup_core/reporting.feature @@ -49,8 +49,8 @@ Feature: And solutions: | title | collection | state | creation date | modification date | solution type | | Worthy Puppet | Monday's Artificial | validated | 2003-01-31T23:00 | 2015-12-07T13:57 | Interoperability Specification, Networking Service | - | Long Artificial | Restless Burst | validated | 2012-09-14T00:00 | 2012-12-04T16:19 | Data Set Catalogue | - | Beta Frozen | Restless Burst | validated | 2017-10-15T14:54 | 2017-11-24T12:43 | e-Signature Creation Service | + | Long Artificial | Restless Burst | validated | 2012-09-14T00:00 | 2012-12-04T16:19 | Networking Infrastructure Enablers | + | Beta Frozen | Restless Burst | validated | 2017-10-15T14:54 | 2017-11-24T12:43 | Data Owner | Given I am logged in as a moderator And I click "Reporting" in the "Administration toolbar" region @@ -79,8 +79,8 @@ Feature: # Same for the "Solution type" facet. And I should see the link "Interoperability Specification" in the "Left sidebar" region And I should see the link "Networking Service" in the "Left sidebar" region - And I should see the link "Data Set Catalogue" in the "Left sidebar" region - And I should see the link "e-Signature Creation Service" in the "Left sidebar" region + And I should see the link "Networking Infrastructure Enablers" in the "Left sidebar" region + And I should see the link "Data Owner" in the "Left sidebar" region # Verify that only solutions are shown. But I should not see the text "Monday's Artificial" And I should not see the text "Restless Burst" diff --git a/tests/features/joinup_group/short_id.feature b/tests/features/joinup_group/short_id.feature index bedce12a43c562ba8093037b0c796f30e79386c0..af13cf09099859d629b53d042b57c087e0b76f3f 100644 --- a/tests/features/joinup_group/short_id.feature +++ b/tests/features/joinup_group/short_id.feature @@ -97,7 +97,7 @@ Feature: | E-mail address | john.smith@example.com | # Existing owner. | Owner | Organisation example | - Then I select "http://data.europa.eu/dr8/DataExchangeService" from "Solution type" + Then I select "Data Owner" from "Solution type" And I select "Demography" from "Topic" # Short ID is case insensitive. diff --git a/tests/features/joinup_like/like.feature b/tests/features/joinup_like/like.feature index 1e02cad811d4202e3866d49f68b8e55da0b4fe7f..a65125e34711649641a7504f2764fa3af529878b 100644 --- a/tests/features/joinup_like/like.feature +++ b/tests/features/joinup_like/like.feature @@ -33,6 +33,18 @@ Feature: Like/unlike feature. Then I should see the link "Like" in the "Like block" And I see the text "Like (1)" in the "Like block" region + When I go to the homepage of the "Bulgaria" collection + Then I should see the "Very liked solution" tile + And I should see the statistics "1" in the "Very liked solution" tile + When I click the "Like this content" in the "Very liked solution" tile + Then I should see the statistics "2" in the "Very liked solution" tile + + When I visit the search page + Then I should see the "Very liked solution" tile + And I should see the statistics "2" in the "Very liked solution" tile + When I click the "Remove like from this content" in the "Very liked solution" tile + Then I should see the statistics "1" in the "Very liked solution" tile + Scenario: Anonymous user is asked to log in if they attempt to Like Given I am an anonymous user When I go to the homepage of the "Very liked solution" solution @@ -72,21 +84,161 @@ Feature: Like/unlike feature. | document | validated | | custom_page | published | - Scenario Outline: User can see a like button in tiles + Scenario Outline: Logged-in user can see and hit like button in document, discussion, events and news tiles Given <content type> content: - | title | solution | state | - | Liked <content type> content | Very liked solution | <state> | + | title | collection | state | author | + | Likeable <content type> | Bulgaria | validated | lisa Like | - When I am logged in as "Gregory Like" - And I go to the homepage of the "Very liked solution" solution - Then I should see the statistics "0" in the "Liked <content type> content" tile + Given I am logged in as "Gregory Like" + + # View mode tile (default) + When I go to the homepage of the "Bulgaria" collection + Then I should see the "Likeable <content type>" tile + And I should see the statistics "0" in the "Likeable <content type>" tile + When I click the "Like this content" in the "Likeable <content type>" tile + Then I should see the statistics "1" in the "Likeable <content type>" tile - When I click the "Like this content" in the "Liked <content type> content" tile - Then I should see the statistics "1" in the "Liked <content type> content" tile + # View mode tile horizontal + When I visit the search page + Then I should see the "Likeable <content type>" tile + And I should see the statistics "1" in the "Likeable <content type>" tile + When I click the "Remove like from this content" in the "Likeable <content type>" tile + Then I should see the statistics "0" in the "Likeable <content type>" tile Examples: - | content type | state | - | news | validated | - | event | validated | - | document | validated | + | content type | state | headline | + | document | validated | | + | event | validated | | + | news | validated | Likeable news | + + Scenario: Logged-in user can see and hit like button in custom page, discussion and solution tiles + Given the following solutions: + | title | state | collection | + | Likeable solution | validated | Bulgaria | + And "custom_page" content: + | title | collection | author | + | Likeable custom page | Bulgaria | Lisa Like | + And "discussion" content: + | title | collection | state | + | Likeable discussion | Bulgaria | validated | + + When I am logged in as "Gregory Like" + And I go to the homepage of the "Bulgaria" collection + + # Solution vertical tile (default) + Then I should see the "Likeable solution" tile + And I should see the statistics "0" in the "Likeable solution" tile + When I click the "Like this content" in the "Likeable solution" tile + Then I should see the statistics "1" in the "Likeable solution" tile + + Then I should see the link "Discussions" in the "Navigation menu" + When I click "Discussions" + + # Discussion vertical tile (default) + Then I should see the "Likeable discussion" tile + And I should see the statistics "0" in the "Likeable discussion" tile + When I click the "Like this content" in the "Likeable discussion" tile + Then I should see the statistics "1" in the "Likeable discussion" tile + + When I visit the search page + And I click "Lisa Like" + + # Custom page vertical tile (default) + Then I should see the "Likeable custom page" tile + And I should see the statistics "0" in the "Likeable custom page" tile + When I click the "Like this content" in the "Likeable custom page" tile + Then I should see the statistics "1" in the "Likeable custom page" tile + + Then I visit the search page + + # Solution horizontal tile + And I should see the "Likeable solution" tile + And I should see the statistics "1" in the "Likeable solution" tile + When I click the "Remove like from this content" in the "Likeable solution" tile + Then I should see the statistics "0" in the "Likeable solution" tile + + # Discussion horizontal tile + And I should see the "Likeable discussion" tile + And I should see the statistics "1" in the "Likeable discussion" tile + When I click the "Remove like from this content" in the "Likeable discussion" tile + Then I should see the statistics "0" in the "Likeable discussion" tile + + # Custom page horizontal tile + And I should see the "Likeable custom page" tile + And I should see the statistics "1" in the "Likeable custom page" tile + When I click the "Remove like from this content" in the "Likeable custom page" tile + Then I should see the statistics "0" in the "Likeable custom page" tile + And I should see the "Lisa Like" tile + + @javascript + Scenario: Tiles in the carousel should also give possibility to like content. + Given custom_page content: + | title | collection | author | status | + | Likeable custom page | Bulgaria | Lisa Like | published | + And document content: + | title | collection | state | + | Likeable document | Bulgaria | validated | + And discussion content: + | title | collection | state | + | Likeable discussion | Bulgaria | validated | + And news content: + | title | headline | collection | state | + | Likeable news | Likeable news | Bulgaria | validated | + And event content: + | title | collection | state | + | Likeable event | Bulgaria | validated | + And the following collection user memberships: + | collection | user | roles | state | + | Bulgaria | Lisa Like | administrator, facilitator | active | + + Given I am logged in as "Lisa Like" + And I go to the homepage of the "Bulgaria" collection + + And I open the plus button menu + And I click "Add custom page" + + And I fill in "Title" with "Carousel of likes" + + And I press "List additional actions" + And I press "Add Carousel" + + Then I select "Solution" from "Available filters" + And I press "Add and configure filter" + And I fill in "Solution" with "Very liked solution" + + Then I select "Custom page" from "Available filters" + And I press "Add and configure filter" + And I fill in "Custom page" with "Likeable custom page" + + Then I select "Discussion" from "Available filters" + And I press "Add and configure filter" + And I fill in "Discussion" with "Likeable discussion" + + Then I select "Document" from "Available filters" + And I press "Add and configure filter" + And I fill in "Document" with "Likeable document" + + Then I select "Event" from "Available filters" + And I press "Add and configure filter" + And I fill in "Event" with "Likeable event" + + Then I select "News" from "Available filters" + And I press "Add and configure filter" + And I fill in "News" with "Likeable news" + + When I press "Publish" + And I should see the "Very liked solution" tile + And I should see the link "Like this content" in the "Very liked solution" tile + And I should see the "Likeable custom page" tile + And I should see the link "Like this content" in the "Likeable custom page" tile + And I should see the "Likeable discussion" tile + And I should see the link "Like this content" in the "Likeable discussion" tile + And I should see the "Likeable document" tile + And I should see the link "Like this content" in the "Likeable document" tile + Then I press "Next item" + And I press "Next item" + And I should see the "Likeable event" tile + And I should see the link "Like this content" in the "Likeable event" tile + And I should see the "Likeable news" tile + And I should see the link "Like this content" in the "Likeable news" tile diff --git a/tests/features/joinup_search/group_search.feature b/tests/features/joinup_search/group_search.feature index 50156ad67f021411bceee9fa9ff2590746ae6168..df48a2709cac8292ade4c35c4527daf35fc30670 100644 --- a/tests/features/joinup_search/group_search.feature +++ b/tests/features/joinup_search/group_search.feature @@ -81,7 +81,7 @@ Feature: Search inside groups # only show the content of the collection. When I submit the search by pressing enter And I should see the following facet summary "Chalet construction" - And the page should show the tiles "Room sizes, Ground plan, Opening of the winter season, Materials natural, Resources, Inclined foundations" + And the page should show the tiles "Room sizes, Ground plan, Opening of the winter season, Natural materials, Resources, Inclined foundations" # Check that other types of pages in the collection also show the collection # as a chip. @@ -123,7 +123,7 @@ Feature: Search inside groups # only show the content of the solution. When I submit the search by pressing enter And I should see the following facet summary "Inclined foundations" - Then the page should show the tiles "Pre-alpha, Presenting DrillMaster X88, Rock types, Frozen still, Geography, Terrace?" + Then the page should show the tiles "Pre-alpha, Presenting DrillMaster X88, Rock types, Still frozen, Geography, Terrace?" # Do a search with a keyword. The chip for the solution should be present # so the results are filtered by keyword and solution. @@ -141,7 +141,7 @@ Feature: Search inside groups When I should toggle search bar in navbar And I press the remove button on the chip "Inclined foundations" And I enter "ground" in the search bar and press enter - Then the page should show the tiles "Ground plan, Pre-alpha, Materials natural, Presenting DrillMaster X88" + Then the page should show the tiles "Ground plan, Pre-alpha, Natural materials, Presenting DrillMaster X88" # Do a search with a keyword and removing the chip for the solution after # the keywords have been typed in. This should have the same result. @@ -150,7 +150,7 @@ Feature: Search inside groups And I enter "ground" in the search bar And I press the remove button on the chip "Inclined foundations" And I submit the search by pressing enter - Then the page should show the tiles "Ground plan, Pre-alpha, Materials natural, Presenting DrillMaster X88" + Then the page should show the tiles "Ground plan, Pre-alpha, Natural materials, Presenting DrillMaster X88" # Check that other types of pages in the solution also show the collection # as a chip. @@ -223,10 +223,10 @@ Feature: Search inside groups | Chalet construction | When I enter "ground" in the search bar and press enter And I should see the following facet summary "Chalet construction" - And the page should show the tiles "Ground plan, Materials natural" + And the page should show the tiles "Ground plan, Natural materials" When I remove the following facet summary "Chalet construction" Then the page should not contain any facet summary - And the page should show the tiles "Ground plan, Pre-alpha, Materials natural, Presenting DrillMaster X88" + And the page should show the tiles "Ground plan, Pre-alpha, Natural materials, Presenting DrillMaster X88" @javascript Scenario: Group filter chips appear in search bar after selecting them in facets diff --git a/tests/features/joinup_search/search.feature b/tests/features/joinup_search/search.feature index c0a0885765aaeb23acd01c7ea37bc1a0e4c4b2a5..96af49419c06ccd1da6c13298bce862ba1e5784e 100644 --- a/tests/features/joinup_search/search.feature +++ b/tests/features/joinup_search/search.feature @@ -18,23 +18,23 @@ Feature: Global search And news content: | title | headline | body | collection | topic | spatial coverage | state | | El Tuba de Los Lobos | El Celler de Can Roca | The best in town | Molecular cooking collection | Statistics and Analysis | Luxembourg | validated | - | Dummy title 1 | Dummy news 1 | Dummy body | Molecular cooking collection | E-inclusion | Luxembourg | validated | - | Dummy title 2 | Dummy news 2 | Dummy body | Molecular cooking collection | E-inclusion | Luxembourg | validated | - | Dummy title 3 | Dummy news 3 | Dummy body | Molecular cooking collection | E-inclusion | Luxembourg | validated | - | Dummy title 4 | Dummy news 4 | Dummy body | Molecular cooking collection | E-inclusion | Luxembourg | validated | + | Dummy news 1 | Dummy title 1 | Dummy body | Molecular cooking collection | E-inclusion | Luxembourg | validated | + | Dummy news 2 | Dummy title 2 | Dummy body | Molecular cooking collection | E-inclusion | Luxembourg | validated | + | Dummy news 3 | Dummy title 3 | Dummy body | Molecular cooking collection | E-inclusion | Luxembourg | validated | + | Dummy news 4 | Dummy title 4 | Dummy body | Molecular cooking collection | E-inclusion | Luxembourg | validated | When I visit the search page Then the response should not contain "data-drupal-facet-id=\"status\"" Given news content: | title | headline | body | collection | topic | spatial coverage | state | - | Rummy title 5 | Rummy news 5 | Dummy body | Molecular cooking collection | E-inclusion | Luxembourg | archived | - | Rummy title 6 | Rummy news 6 | Dummy body | Molecular cooking collection | E-inclusion | Luxembourg | archived | + | Rummy news 5 | Rummy title 5 | Dummy body | Molecular cooking collection | E-inclusion | Luxembourg | archived | + | Rummy news 6 | Rummy title 6 | Dummy body | Molecular cooking collection | E-inclusion | Luxembourg | archived | Given I am logged in as a user with the "authenticated" role Then I visit the search page # All content is visible. Then I should see the "Molecular cooking collection" tile - And I should see the "El Celler de Can Roca" tile + And I should see the "El Tuba de Los Lobos" tile And I should see the "Spherification" tile And I should see the "Foam" tile # Terms are sorted alphabetically @@ -73,7 +73,7 @@ Feature: Global search Then the "spatial coverage" checkbox facet should allow selecting the following values "Belgium (1), European Union (1)" And I should see the "Molecular cooking collection" tile And I should see the "Spherification" tile - But I should not see the "El Celler de Can Roca" tile + But I should not see the "El Tuba de Los Lobos" tile And I should not see the "Foam" tile # Test the spatial coverage facet. @@ -83,7 +83,7 @@ Feature: Global search And the "spatial coverage" checkbox facet should allow selecting the following values "Belgium (1), European Union (1)" And the "topic" checkbox facet should allow selecting the following values "Social and Political (1), Demography (1)" And I should see the "Molecular cooking collection" tile - But I should not see the "El Celler de Can Roca" tile + But I should not see the "El Tuba de Los Lobos" tile And I should not see the "Spherification" tile And I should not see the "Foam" tile @@ -110,7 +110,7 @@ Feature: Global search Then I click show more from the "spatial coverage" facet And the "spatial coverage" checkbox facet should allow selecting the following values "European Union (1), Luxembourg (5)" And I should not see the "Molecular cooking collection" tile - And I should see the "El Celler de Can Roca" tile + And I should see the "El Tuba de Los Lobos" tile But I should see the "Spherification" tile And I should see the "Foam" tile @@ -121,14 +121,14 @@ Feature: Global search Then I should see the "Molecular cooking collection" tile And I should see the "Foam" tile But I should not see the "Spherification" tile - And I should not see the "El Celler de Can Roca" tile + And I should not see the "El Tuba de Los Lobos" tile Given I am on the search page When I check the "Show only Archived items" checkbox from the "Status" facet And I should not see the "Molecular cooking collection" tile And I should not see the "Spherification" tile And I should not see the "Foam" tile - And I should not see the "El Celler de Can Roca" tile + And I should not see the "El Tuba de Los Lobos" tile And I should not see the "Dummy news 1" tile And I should not see the "Dummy news 2" tile And I should not see the "Dummy news 3" tile @@ -140,7 +140,7 @@ Feature: Global search And I should see the "Molecular cooking collection" tile And I should see the "Spherification" tile And I should see the "Foam" tile - And I should see the "El Celler de Can Roca" tile + And I should see the "El Tuba de Los Lobos" tile And I should see the "Dummy news 1" tile And I should see the "Dummy news 2" tile And I should see the "Dummy news 3" tile @@ -248,7 +248,7 @@ Feature: Global search # custom pages is added to their collection, we also match the collection. When I enter "omega" in the search bar and press enter Then I should see the text "SEARCH RESULTS (6)" - And the page should show the tiles "Collection alpha, News headline delta, Event Omega, Document omega, Discussion omega, Page omega" + And the page should show the tiles "Collection alpha, News omega, Event Omega, Document omega, Discussion omega, Page omega" # "Beta" is used in all the rdf entities body fields. When I enter "beta" in the search bar and press enter @@ -257,11 +257,11 @@ Feature: Global search # "Epsilon" is used in all the node entities body fields. When I enter "epsilon" in the search bar and press enter - Then the page should show the tiles "Collection alpha, News headline delta, Event Omega, Document omega, Discussion omega, Page omega" + Then the page should show the tiles "Collection alpha, News omega, Event Omega, Document omega, Discussion omega, Page omega" # "Alphabet" is used in all the keywords fields. When I enter "Alphabet" in the search bar and press enter - Then the page should show the tiles "Solution alpha, Release Alpha, News headline delta, Event Omega, Document omega" + Then the page should show the tiles "Solution alpha, Release Alpha, News omega, Event Omega, Document omega" # "Gamma" is used in the collection abstract. When I enter "gamma" in the search bar and press enter @@ -269,7 +269,7 @@ Feature: Global search # "Delta" is used in headline and short titles. When I enter "delta" in the search bar and press enter - Then the page should show the tiles "News headline delta, Event Omega, Document omega" + Then the page should show the tiles "News omega, Event Omega, Document omega" # Search for the event fields: agenda, location, address, organisation, scope. When I enter "agenda" in the search bar and press enter @@ -572,23 +572,23 @@ Feature: Global search Then the option "Relevance" should be selected And I should see the text "SEARCH RESULTS (3)" And I should see the following tiles in the correct order: - | Relativity news: Relativity theory | - | Relativity is the word | - | Absolutely nonsense | + | The uneven universe | + | Quantum information | + | The earth is square | And I should be on "/search?keys=Relativity&sort_by=relevance" Given I select "Creation Date" from "Sort by" Then I should see the following tiles in the correct order: - | Absolutely nonsense | - | Relativity news: Relativity theory | - | Relativity is the word | + | The earth is square | + | The uneven universe | + | Quantum information | And I should be on "/search?keys=Relativity&sort_by=creation-date" Given I select "Last Updated Date" from "Sort by" Then I should see the following tiles in the correct order: - | Relativity is the word | - | Relativity news: Relativity theory | - | Absolutely nonsense | + | Quantum information | + | The uneven universe | + | The earth is square | And I should be on "/search?keys=Relativity&sort_by=last-updated-date" @javascript @@ -782,6 +782,6 @@ Feature: Global search | The uneven universe | Relativity news: Relativity theory | I do care about the relativity keyword in the body. | Custom collection | validated | 02/01/2019 | 02/08/2019 | | The earth is square | Absolutely nonsense | Some news are not worth it but I will add relativity here anyway. | Custom collection | validated | 03/01/2019 | 01/08/2019 | When I visit the search page - Then I should see the text "Last update: 08/03/2019" in the "Relativity is the word" card - And I should see the text "Last update: 08/02/2019" in the "Relativity news: Relativity theory" card - And I should see the text "Last update: 08/01/2019" in the "Absolutely nonsense" card + Then I should see the text "Last update: 08/03/2019" in the "Quantum information" card + And I should see the text "Last update: 08/02/2019" in the "The uneven universe" card + And I should see the text "Last update: 08/01/2019" in the "The earth is square" card diff --git a/tests/features/moderator/site_alerts.feature b/tests/features/moderator/site_alerts.feature index ccadaea2107b651af078a1bffd2f97b0d4cbee9f..7d541cb3803f239694650a9e99e2c12f6a29e156 100644 --- a/tests/features/moderator/site_alerts.feature +++ b/tests/features/moderator/site_alerts.feature @@ -4,16 +4,18 @@ Feature: Site alerts As a moderator I want to be able to display a site wide alert + @javascript Scenario: Show a site wide alert and hide it again # Create a site wide alert as a moderator. Given I am logged in as a moderator When I click "Site alerts" in the "Administration toolbar" region - Then I should see the text "There are no site alerts yet." + Then I should see the text "There are no Sitewide Alerts yet." - When I click "Add Site Alert" - And I fill in "Label" with "Site maintenance 18:00-20:00" - And I select "Medium" from "Severity" - And I enter "Between 18:00 and 20:00 the site will be temporarily unavailable due to scheduled maintenance" in the "Message" wysiwyg editor + When I click "Add new Sitewide Alert" + And I fill in "Name" with "Site maintenance 18:00-20:00" + And I select "Medium" from "Alert Style" + And I select "Other" from "Category" + And I enter "Between 18:00 and 20:00 the site will be temporarily unavailable due to scheduled maintenance" in the "Alert Message" wysiwyg editor And I press "Save" # Anonymous users should see the alert. @@ -30,7 +32,6 @@ Feature: Site alerts And I click "Edit" And I uncheck "Active" And I press "Save" - Then I should see the text "Not Active" # The alert should no longer be shown. Given I am not logged in @@ -47,14 +48,19 @@ Feature: Site alerts Given I am not logged in And I am on the homepage Then I should see the text "Between 18:00 and 20:00 the site will be temporarily unavailable due to scheduled maintenance" + And I go to "/interoperable-europe" + And I should see the text "Between 18:00 and 20:00 the site will be temporarily unavailable due to scheduled maintenance" # An alert can also be removed entirely, if it does not need to be reused. Given I am logged in as a moderator When I click "Site alerts" in the "Administration toolbar" region - And I click "Delete" + And I click "Edit" + And I click "edit-delete" And I press "Delete" - Then I should see the message " The Site Alert Site maintenance 18:00-20:00 has been deleted." + Then I should see the message " The Sitewide Alert Site maintenance 18:00-20:00 has been deleted." Given I am not logged in And I am on the homepage Then I should not see the text "Between 18:00 and 20:00 the site will be temporarily unavailable due to scheduled maintenance" + And I go to "/interoperable-europe" + Then I should not see the text "Between 18:00 and 20:00 the site will be temporarily unavailable due to scheduled maintenance" diff --git a/tests/features/pin_in_collection.feature b/tests/features/pin_in_collection.feature index 73e9272f6f1e538133890da9d4c572716eb6489c..5c0444da3f73c0f35fe56c2c7c029ba020c47301 100644 --- a/tests/features/pin_in_collection.feature +++ b/tests/features/pin_in_collection.feature @@ -169,8 +169,8 @@ Feature: Pinning entities inside collections # When we are not in a collection page, the pin/unpin links should not be visible. When I am at "/search" - Then I should not see the contextual links "Pin, Unpin" in the "Important very" tile - And I should not see the contextual links "Pin, Unpin" in the "Information useful" tile + Then I should not see the contextual links "Pin, Unpin" in the "Very important" tile + And I should not see the contextual links "Pin, Unpin" in the "Useful information" tile # This scenario will be re-enabled in ISAICP-6771. # See https://citnet.tech.ec.europa.eu/CITnet/jira/browse/ISAICP-6771 diff --git a/tests/features/solution/add_solution.feature b/tests/features/solution/add_solution.feature index 19d05878fd9aed5dfe497540a5a09c3c6151d375..96f080025e01854b5fc39d480fee43fbd9baf7bc 100644 --- a/tests/features/solution/add_solution.feature +++ b/tests/features/solution/add_solution.feature @@ -84,7 +84,7 @@ Feature: "Add solution" visibility options. # Regression test to endure that the language terms "Multilingual Code" are not present. And the available options in the "Language" select should not include the "Multilingual Code" And I should see the description "For best result the image must be larger than 2400x345 pixels." for the "Banner" field - And the "Solution type" field should contain the "IOP specification underpinning View, Legal View, Organisational View, deprecated" option groups + And the "Solution type" field should contain the "EIRA Ontology Viewpoint, Legal View, Deprecated" option groups When I fill in the following: | Title | Espresso is the solution | | Description | This is a test text | @@ -92,7 +92,7 @@ Feature: "Add solution" visibility options. | Language | http://publications.europa.eu/resource/authority/language/VLS | | Name | Ernst Brice | | E-mail address | ernsy1999@gmail.com | - Then I select "http://data.europa.eu/dr8/DataExchangeService" from "Solution type" + Then I select "Data Owner" from "Solution type" And I select "Demography" from "Topic" # Attach a PDF to the documentation. And I upload the file "text.pdf" to "Upload a new file or enter a URL" @@ -150,7 +150,7 @@ Feature: "Add solution" visibility options. | Language | http://publications.europa.eu/resource/authority/language/VLS | | Name | Ajit Tamboli | | E-mail address | tambotamboli@gocloud.in | - Then I select "http://data.europa.eu/dr8/DataExchangeService" from "Solution type" + Then I select "Data Owner" from "Solution type" And I select "E-inclusion" from "Topic" # Attach a PDF to the documentation. And I upload the file "text.pdf" to "Upload a new file or enter a URL" diff --git a/tests/features/solution/solution_overview.feature b/tests/features/solution/solution_overview.feature index 756a8e6200d75bcea40943210194fdf434161c64..d136da035016f79b5e058704a03aba7b5f7a43c4 100644 --- a/tests/features/solution/solution_overview.feature +++ b/tests/features/solution/solution_overview.feature @@ -129,7 +129,7 @@ Feature: Solutions Overview | Language | http://publications.europa.eu/resource/authority/language/VLS | | Name | Ambrosio Morison | | E-mail address | ambrosio.morison@example.com | - Then I select "http://data.europa.eu/dr8/DataExchangeService" from "Solution type" + Then I select "Data Owner" from "Solution type" And I select "Demography" from "Topic" And I attach the file "logo.png" to "Logo" And I attach the file "banner.jpg" to "Banner" diff --git a/tests/features/solution/trr.feature b/tests/features/solution/trr.feature index c77f71cd7e3bdf823f96578012212046f14e2b07..1747018b3c5a6e0852b9d7f2b1862bede769f5dd 100644 --- a/tests/features/solution/trr.feature +++ b/tests/features/solution/trr.feature @@ -123,7 +123,7 @@ Feature: Creating a test (solution) in the TRR collection. When I select "Test Suite" from "Test resource type" And I press "Propose" Then I should see the error message 'Test resource type should be either "Test Bed", "Messaging Adapter" or "Document Validator" when solution type is set to "Test service" or "Conformance Testing Component".' - When I select "Test Scenario" from "Solution type" + When I select "Conformance Test Scenario" from "Solution type" And I select "Messaging Adapter" from "Test resource type" And I select "Agent" from "Actor" And I fill in "Business process" with "Notification Of Failure" diff --git a/tests/features/svg.feature b/tests/features/svg.feature index e492815d1a14d02f33f6760d67304fc65307fede..8a0c3931db32086d70763bc1ee4263dede567174 100644 --- a/tests/features/svg.feature +++ b/tests/features/svg.feature @@ -26,6 +26,7 @@ Feature: Test SVG attachments. And I attach the file "simple.svg" to "Image" And I wait for AJAX to finish Then I should not see the error message "Invalid or unsafe SVG file." + And I select "Half width" from "Use image style" And I press "Save" in the "Modal buttons" region Then the modal should be closed diff --git a/tests/features/taxonomy/curated_homepage_topics.feature b/tests/features/taxonomy/curated_homepage_topics.feature index 0ff1fb89faf253bcd5351d508a85193bc3bd0664..c1a5e6ed7921ce8f76a23eb3b325effa5f31d3a6 100644 --- a/tests/features/taxonomy/curated_homepage_topics.feature +++ b/tests/features/taxonomy/curated_homepage_topics.feature @@ -406,7 +406,7 @@ Feature: | Event 2 | | Event 3 | - Scenario Outline: Images should be shown for tile-two view modes. + Scenario Outline: Images should be shown for tile view modes. Given <type> content: | title | headline | short title | state | logo | published | | Custom tile | Custom tile | Custom tile | <state> | linus.jpeg | yes | @@ -441,7 +441,7 @@ Feature: | discussion | should not | list | validated | | discussion | should not | grid | validated | - Scenario: Up to 4 topics should be shown for tile-two view modes. + Scenario: Up to 4 topics should be shown for tile view modes. Given news content: | title | headline | body | state | created | changed | topic | | News 1 | News 1 | Test | validated | 01-01-2023 | 03-02-2023 | E-justice, Finance in EU, Supplier exchange, HR, Statistics and Analysis | @@ -467,18 +467,18 @@ Feature: And I click "E-justice" in the "Homepage topics" region # The change should not affect the order as the news publication date is the same. Then I should see the "News 1" tile - And I should see the link "E-justice" in the "News 1" tile - And I should see the link "Finance in EU" in the "News 1" tile - And I should see the link "Supplier exchange" in the "News 1" tile + And I should see the text "E-justice" in the "News 1" tile + And I should see the text "Finance in EU" in the "News 1" tile + But I should not see the text "Supplier exchange" in the "News 1" tile And I should not see the text "HR" in the "News 1" tile - And I should see the text "+2 topics" in the "News 1" tile + And I should see the text "+3 topics" in the "News 1" tile And I should see the "News 2" tile - And I should see the link "E-justice" in the "News 2" tile - And I should see the link "Finance in EU" in the "News 2" tile - And I should see the link "Supplier exchange" in the "News 2" tile - And I should see the link "Statistics and Analysis" in the "News 2" tile - And I should not see the text "+1 topic" in the "News 2" tile + And I should see the text "E-justice" in the "News 2" tile + And I should see the text "Finance in EU" in the "News 2" tile + But I should not see the text "Supplier exchange" in the "News 2" tile + And I should not see the text "Statistics and Analysis" in the "News 2" tile + And I should see the text "+2 topics" in the "News 2" tile Scenario: A configurable listing with no results should not print its title. Given news content: diff --git a/tests/features/taxonomy/eira.description_format.feature b/tests/features/taxonomy/eira.description_format.feature index a4a67b9b28d32268aba3fe84b380429fada07201..13f6ffd4798005447b90fd51998869442a282d42 100644 --- a/tests/features/taxonomy/eira.description_format.feature +++ b/tests/features/taxonomy/eira.description_format.feature @@ -8,9 +8,9 @@ Feature: When I am logged in as a moderator And I am on the homepage And I click "RDF ID converter" - And I fill in "RDF entity ID or a URL" with "http://data.europa.eu/dr8/PublicPolicy" + And I fill in "RDF entity ID or a URL" with "http://data.europa.eu/dr8/BusinessCapability" And I press "Go!" - Then I should see the heading "Public Policy" + Then I should see the heading "Business Capability" # The <br /> tags are not part of the original description. And the response should contain "<p>DESCRIPTION:<br />" And the response should contain "<p>INTEROPERABILITY SALIENCY:<br />" diff --git a/tests/features/taxonomy/eira.related_terms.feature b/tests/features/taxonomy/eira.related_terms.feature index 56f42ffa770da8bec51bcc13402e78fd44ffd749..848bb2decd594a8d6baa3c5c98cab32cdfbfcd7c 100644 --- a/tests/features/taxonomy/eira.related_terms.feature +++ b/tests/features/taxonomy/eira.related_terms.feature @@ -6,12 +6,14 @@ Feature: Scenario: Show related terms on the overview page. Given I am an anonymous user - When I go to the "Public Service Provider" eira term page - Then I should see the heading "Public Service Provider" + When I go to the "Networking Infrastructure Enablers" eira term page + Then I should see the heading "Networking Infrastructure Enablers" And I should see the following links: - | Citizen | - | Public Service Consumer | - | Public Service Delivery Agent | - | Service Delivery Model | - | Semantic Agreement | - | Technical Interoperability Agreement | + | Domain Name Service | + | Firewall | + | Gateway | + | Load Balancer | + | Private Network | + | Private Subnetwork | + | Router | + | Virtual Private Network | diff --git a/tests/features/update/7747.feature b/tests/features/update/7747.feature new file mode 100644 index 0000000000000000000000000000000000000000..52da1beda30c589b1a6f580e37b6c8ceaa20e159 --- /dev/null +++ b/tests/features/update/7747.feature @@ -0,0 +1,25 @@ +@api @group-clone @javascript +Feature: Test the installation of the new EIRA version. + + Scenario: The properties block should appear in EIRA pages with relevant data. + When I am logged in as a moderator + And I am on the homepage + And I click "RDF ID converter" + And I fill in "RDF entity ID or a URL" with "http://data.europa.eu/dr8/AnalyticalCapacityValue" + # Antibot protects the form and cannot be run without javascript. + # This is why we need to use the '@javascript' tag. + And I press "Go!" + + Then I should see the heading "Analytical Capacity" + And I should see the heading "EIRA properties" + + And I should see the following table rows: + | Namespace | URI | + | rdf: | http://www.w3.org/1999/02/22-rdf-syntax-ns# | + | dct: | http://purl.org/dc/terms/ | + | skos: | http://www.w3.org/2004/02/skos/core# | + | eira: | http://data.europa.eu/dr8/ | + | Property | Value | + | skos:notation | Properties of Analytical Capacity | + | eira:PURI | http://data.europa.eu/dr8/AnalyticalCapacityValue | + | eira:concept | eira:ArchitectureBuildingBlock | diff --git a/tests/src/Context/JoinupContext.php b/tests/src/Context/JoinupContext.php index 9e125161087f78239ed07030c811a79fe76e32cd..de3d940c0ba376829be3f9ee2f21adabce834385 100644 --- a/tests/src/Context/JoinupContext.php +++ b/tests/src/Context/JoinupContext.php @@ -2783,6 +2783,29 @@ public function fillLastFieldWithLabel($field, $value) { $last->setValue($value); } + /** + * Selects option in the latest select field with specified named value. + * + * @param string $select + * Select field. + * @param string $option + * Option name. + * + * @When I select :option from latest :select + */ + public function selectOptionForLatestSelect(string $select, string $option): void { + $page = $this->getSession()->getPage(); + + $selects = $page->findAll('named', ['select', $select]); + if (empty($selects)) { + throw new ElementNotFoundException($this->getSession() + ->getDriver(), 'select', 'label', $select); + } + + $field = array_pop($selects); + $field->selectOption($option); + } + /** * Presses the latest button with a given label. * @@ -3163,12 +3186,8 @@ public function givenTermNameChanges(string $old_name, string $new_name): void { */ public function getAllCardsInPage(): array { $locators = [ - // Legacy tile of Joinup theme. - '.listing__item--tile .listing__title', // Card style of Ventuno theme. '.tile .tile__title', - // Tiles as an article. - 'article.tile h1', // Carousel for non javascript test. '.glide__slides .slide span', // Carousel for javascript test. diff --git a/tests/src/Context/JoinupCoreContext.php b/tests/src/Context/JoinupCoreContext.php index 61566e7d6a8c048876d8c22cfbf983fba2fef2c9..3edeba0308ed0e97227fced3aecf969e6b2a0b3e 100644 --- a/tests/src/Context/JoinupCoreContext.php +++ b/tests/src/Context/JoinupCoreContext.php @@ -395,4 +395,25 @@ public function changeEntityWorkflowState(string $label, string $entity_type_id, $entity->save(); } + /** + * Asserts that the given HTML list of rows exists in the page. + * + * @param \Behat\Gherkin\Node\TableNode $table + * The table node. + * + * @Given /^I should see the following table rows:$/ + */ + public function iShouldSeeTheFollowingTableRows(TableNode $table): void { + $rows = $table->getRows(); + // Get all table rows/headers in the page regardless of the table. + $table_rows = $this->getSession()->getPage()->findAll('css', 'table tr'); + $table_rows = array_map(function ($row) { + return $row->getText(); + }, $table_rows); + + foreach ($rows as $row) { + Assert::assertContains(implode(' ', $row), $table_rows); + } + } + } diff --git a/tests/src/Traits/TraversingTrait.php b/tests/src/Traits/TraversingTrait.php index 84a0f67395c6433e89ec602018e0675a32636a66..9bf5e69901cbf67f7aeb9b93c29c0466e021e317 100644 --- a/tests/src/Traits/TraversingTrait.php +++ b/tests/src/Traits/TraversingTrait.php @@ -251,7 +251,6 @@ protected function getTiles(?string $region = NULL): array { '.card-title > h1 a', 'h2 a', 'h1.tile__title', - 'h1.tile-two__title', '.slide__title', ]); @@ -283,7 +282,6 @@ protected function getTiles(?string $region = NULL): array { protected function getTileByHeading(string $heading): NodeElement { $selectors = [ 'tile', - 'tile-two', ]; foreach ($selectors as $selector) { @@ -706,7 +704,6 @@ protected function getTileCssSelector(): string { return implode(', ', [ '.card .card-title', 'article.tile h1', - 'article.tile.tile-two', 'article.slide', ]); } diff --git a/web/modules/custom/asset_distribution/asset_distribution.module b/web/modules/custom/asset_distribution/asset_distribution.module index 566ae600c942a4ce95831deff34291a2caf77a9b..301d733917e8d61f40941b3bc993a89f0cc3f0a5 100644 --- a/web/modules/custom/asset_distribution/asset_distribution.module +++ b/web/modules/custom/asset_distribution/asset_distribution.module @@ -17,12 +17,13 @@ use Drupal\file_url\FileUrlHandler; use Drupal\rdf_entity\RdfInterface; use Drupal\solution\Exception\MissingSolutionException; +use Drupal\trr\TrrConstants; use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; /** * Implements hook_entity_bundle_info_alter(). */ -function asset_distribution_entity_bundle_info_alter(&$bundles) { +function asset_distribution_entity_bundle_info_alter(array &$bundles): void { if (!empty($bundles['rdf_entity']['asset_distribution'])) { $bundles['rdf_entity']['asset_distribution']['class'] = AssetDistribution::class; } @@ -65,7 +66,7 @@ function asset_distribution_entity_bundle_field_info_alter(array &$fields, Entit /** * Implements hook_form_FORM_ID_alter(). */ -function asset_distribution_form_rdf_entity_asset_distribution_form_alter(&$form, FormStateInterface $form_state) { +function asset_distribution_form_rdf_entity_asset_distribution_form_alter(array &$form, FormStateInterface $form_state): void { $rdf = \Drupal::routeMatch()->getParameter('rdf_entity'); // Bail out if the solution or asset_release is not present on the route. @@ -91,7 +92,7 @@ function asset_distribution_form_rdf_entity_asset_distribution_form_alter(&$form * that invokes this hook is also called for taxonomies and the bundle is * currently being skipped for the taxonomies. */ -function asset_distribution_sparql_bundle_load_alter($entity_values, &$bundles) { +function asset_distribution_sparql_bundle_load_alter(array $entity_values, array &$bundles): void { if (count($bundles) > 1 && in_array('solution', $bundles)) { if (isset($entity_values['http://purl.org/dc/terms/isVersionOf'])) { $bundles = array_diff($bundles, ['solution']); @@ -105,7 +106,7 @@ function asset_distribution_sparql_bundle_load_alter($entity_values, &$bundles) /** * Implements hook_ENTITY_TYPE_presave(). */ -function asset_distribution_rdf_entity_presave(RdfInterface $distribution) { +function asset_distribution_rdf_entity_presave(RdfInterface $distribution): void { if ($distribution->bundle() !== 'asset_distribution') { return; } @@ -202,7 +203,7 @@ function asset_distribution_preprocess_rdf_entity(array &$variables): void { * @return string|null * The term ID as URI or NULL, if the term doesn't exists. */ -function asset_distribution_get_file_type_term_by_mime($mime_type) { +function asset_distribution_get_file_type_term_by_mime(string $mime_type): ?string { /** @var \Drupal\sparql_entity_storage\Driver\Database\sparql\ConnectionInterface $sparql */ $sparql = \Drupal::service('sparql.endpoint'); @@ -233,7 +234,7 @@ function asset_distribution_get_file_type_term_by_mime($mime_type) { * * Implements hook_form_alter(). */ -function asset_distribution_form_alter(&$form, FormStateInterface $form_state, $form_id) { +function asset_distribution_form_alter(array &$form, FormStateInterface $form_state, string $form_id): void { // Act on distribution create and update form. if (!in_array($form_id, [ 'rdf_entity_asset_distribution_edit_form', @@ -271,13 +272,8 @@ function asset_distribution_form_alter(&$form, FormStateInterface $form_state, $ } $solution_types = $solution->get('field_is_solution_type')->getValue(); - $gitb_solution_types = [ - 'http://data.europa.eu/dr8/ConformanceTestingComponent', - 'http://data.europa.eu/dr8/ConformanceTestingService', - 'http://data.europa.eu/dr8/ConformanceTestScenario', - ]; foreach ($solution_types as $solution_type) { - if (in_array($solution_type['target_id'], $gitb_solution_types)) { + if (in_array($solution_type['target_id'], TrrConstants::getTestValues())) { $form['field_ad_gitb_compliant']['#access'] = TRUE; } } @@ -289,7 +285,7 @@ function asset_distribution_form_alter(&$form, FormStateInterface $form_state, $ * Cleanup entity reference field items to the deleted distribution from * solutions and releases. */ -function asset_distribution_rdf_entity_delete(RdfInterface $distribution) { +function asset_distribution_rdf_entity_delete(RdfInterface $distribution): void { if ($distribution->bundle() !== 'asset_distribution') { return; } @@ -318,7 +314,7 @@ function asset_distribution_rdf_entity_delete(RdfInterface $distribution) { /** * Implements hook_preprocess_HOOK(). */ -function asset_distribution_preprocess_views_view_field(&$variables) { +function asset_distribution_preprocess_views_view_field(array &$variables): void { $view = $variables['view']; $field = $variables['field']; if ($view->storage->id() !== 'asset_distribution_downloads' || $view->current_display !== 'page' || $field->field !== 'parent_entity_id') { @@ -343,7 +339,6 @@ function asset_distribution_preprocess_views_view_field(&$variables) { return; } - $storages[$entity_type] = $storage; $entity = $storage->load($entity_id); if (!empty($entity)) { $variables['output'] = $entity->toLink($entity->label()); diff --git a/web/modules/custom/joinup_communities/eira/src/Plugin/Block/EiraPropertiesBlock.php b/web/modules/custom/joinup_communities/eira/src/Plugin/Block/EiraPropertiesBlock.php new file mode 100644 index 0000000000000000000000000000000000000000..55ff2af6f8e2d765f231dea9d7f12092af25953e --- /dev/null +++ b/web/modules/custom/joinup_communities/eira/src/Plugin/Block/EiraPropertiesBlock.php @@ -0,0 +1,160 @@ +<?php + +declare(strict_types = 1); + +namespace Drupal\eira\Plugin\Block; + +use Drupal\Core\Block\BlockBase; +use Drupal\Core\Plugin\ContainerFactoryPluginInterface; +use Drupal\Core\Routing\CurrentRouteMatch; +use Drupal\sparql_entity_storage\Driver\Database\sparql\ConnectionInterface; +use Drupal\taxonomy\TermInterface; +use EasyRdf\RdfNamespace; +use EasyRdf\Resource; +use Symfony\Component\DependencyInjection\ContainerInterface; + +/** + * Provides an EIRA properties block. + * + * @Block( + * id = "eira_properties_block", + * admin_label = @Translation("EIRA properties block"), + * category = @Translation("EIRA") + * ) + */ +class EiraPropertiesBlock extends BlockBase implements ContainerFactoryPluginInterface { + + /** + * Constructs a new EiraPropertiesBlock instance. + * + * @param array $configuration + * The plugin configuration. + * @param string $pluginId + * The plugin_id for the plugin instance. + * @param mixed $pluginDefinition + * The plugin implementation definition. + * @param \Drupal\sparql_entity_storage\Driver\Database\sparql\ConnectionInterface $sparql + * The sparql endpoint service. + * @param \Drupal\Core\Routing\CurrentRouteMatch $currentRouteMatch + * The current_route_match service. + */ + public function __construct(array $configuration, $pluginId, $pluginDefinition, protected ConnectionInterface $sparql, protected CurrentRouteMatch $currentRouteMatch) { + parent::__construct($configuration, $pluginId, $pluginDefinition); + } + + /** + * {@inheritdoc} + */ + public static function create(ContainerInterface $container, array $configuration, $pluginId, $pluginDefinition): EiraPropertiesBlock { + return new static( + $configuration, + $pluginId, + $pluginDefinition, + $container->get('sparql.endpoint'), + $container->get('current_route_match') + ); + } + + /** + * {@inheritdoc} + */ + public function build(): array { + $term = $this->currentRouteMatch->getParameter('taxonomy_term'); + if (!$term instanceof TermInterface) { + return [ + '#markup' => $this->t('Not supported for non Term entities.'), + ]; + } + + $this->setupNamespaces(); + [$rows, $namespaces] = $this->getRows($term->id()); + + return [ + '#type' => 'container', + 'namespaces_table' => [ + '#theme' => 'table', + '#header' => [ + 'namespace' => $this->t('Namespace'), + 'uri' => $this->t('URI'), + ], + '#rows' => array_values($namespaces), + ], + 'properties_table' => [ + '#theme' => 'table', + '#header' => [ + 'property' => $this->t('Property'), + 'value' => $this->t('Value'), + ], + '#rows' => $rows, + ], + ]; + } + + /** + * Generates the row for the term with the provided ID. + * + * @param string $tid + * The term ID. + * + * @return array + * The row data. + */ + protected function getRows(string $tid): array { + $query = <<<SPARQL +PREFIX skos: <http://www.w3.org/2004/02/skos/core#> +PREFIX eira: <http://data.europa.eu/dr8/> +WITH <http://eira_skos_properties> +SELECT ?property ?value +WHERE { + ?s ?property ?value . + FILTER EXISTS { ?s skos:related <$tid> } +} +SPARQL; + + $results = $this->sparql->query($query); + $rows = []; + $namespaces = []; + foreach ($results as $result) { + $property = $result->property->getUri(); + // Do not show the skos:related property. + if ($property === 'http://www.w3.org/2004/02/skos/core#related') { + continue; + } + + $value = $result->value instanceof Resource ? $result->value->getUri() : $result->value->getValue(); + // Do not show empty values. + if (empty($value)) { + continue; + } + + $shortenedProperty = RdfNamespace::shorten($property); + $prefix = RdfNamespace::prefixOfUri($property); + $namespaces[$prefix] = [ + 'namespace' => $prefix . ':', + 'uri' => RdfNamespace::get($prefix), + ]; + + $rows[] = [ + 'property' => $shortenedProperty, + 'value' => $value, + ]; + } + return [$rows, $namespaces]; + } + + /** + * Sets up the namespaces. + * + * According to the requirements, the EIRA team needs some specific changes + * in the presented namespaces. Alter the data for this block to match the + * requirements. + */ + protected function setupNamespaces(): void { + RdfNamespace::set('eira', 'http://data.europa.eu/dr8/'); + // Replace the `dc` namespace with `dct` - requested by the client. + RdfNamespace::delete('dc'); + RdfNamespace::delete('dcterms'); + RdfNamespace::set('dct', 'http://purl.org/dc/terms/'); + } + +} diff --git a/web/modules/custom/joinup_communities/trr/js/trr.js b/web/modules/custom/joinup_communities/trr/js/trr.js index 545802677037df9b8cb55aa197bd9e8a7d3c5166..048cb73202bd1ef8017ddf45d8421b4503b58456 100644 --- a/web/modules/custom/joinup_communities/trr/js/trr.js +++ b/web/modules/custom/joinup_communities/trr/js/trr.js @@ -6,14 +6,8 @@ /** * Hides/shows fields on the solution form for the TRR community. */ -(() => { +((drupalSettings) => { Drupal.trrSolution = { - solutionTerms: [ - "http://data.europa.eu/dr8/ConformanceTestingComponent", - "http://data.europa.eu/dr8/ConformanceTestingService", - "http://data.europa.eu/dr8/ConformanceTestScenario", - ], - fieldsSelector: "#edit-field-is-test-resource-type-wrapper,#edit-field-is-actor-wrapper,#edit-field-is-business-process-wrapper,#edit-field-is-product-type-wrapper,#edit-field-is-standardization-level-wrapper", @@ -30,7 +24,7 @@ }); const selectedTrrTerms = solutionTypes.filter((item) => - Drupal.trrSolution.solutionTerms.includes(item) + drupalSettings.trrTestValues.includes(item) ); document .querySelectorAll(Drupal.trrSolution.fieldsSelector) @@ -58,4 +52,4 @@ }); }, }; -})(); +})(drupalSettings); diff --git a/web/modules/custom/joinup_communities/trr/src/Plugin/Validation/Constraint/SolutionTestResourceTypeConstraintValidator.php b/web/modules/custom/joinup_communities/trr/src/Plugin/Validation/Constraint/SolutionTestResourceTypeConstraintValidator.php index ee1018d80bc796551f81f876ff566d278fca4f53..de5c29644312d585c8da66f2f11490c658a5f5de 100644 --- a/web/modules/custom/joinup_communities/trr/src/Plugin/Validation/Constraint/SolutionTestResourceTypeConstraintValidator.php +++ b/web/modules/custom/joinup_communities/trr/src/Plugin/Validation/Constraint/SolutionTestResourceTypeConstraintValidator.php @@ -5,6 +5,7 @@ namespace Drupal\trr\Plugin\Validation\Constraint; use Drupal\joinup_core\Traits\FieldItemsTrait; +use Drupal\trr\TrrConstants; use Symfony\Component\Validator\Constraint; use Symfony\Component\Validator\ConstraintValidator; @@ -32,20 +33,16 @@ public function validate($items, Constraint $constraint): void { $solution_types = $this->getFieldItemListMainPropertyValues($solution_type_field); $current_values = $this->getFieldItemListMainPropertyValues($items); - if (in_array('http://data.europa.eu/dr8/ConformanceTestScenario', $solution_types)) { - if (array_diff($current_values, $this->allowedTestScenarioTypes())) { - $this->context->addViolation($constraint->invalidTestScenarioMessage); - } + if (in_array(TrrConstants::BUSINESS_OBJECT, $solution_types) && array_diff($current_values, $this->allowedTestScenarioTypes())) { + $this->context->addViolation($constraint->invalidTestScenarioMessage); } $service_or_component = [ - 'http://data.europa.eu/dr8/ConformanceTestingComponent', - 'http://data.europa.eu/dr8/ConformanceTestingService', + TrrConstants::APPLICATION_COMPONENT, + TrrConstants::APPLICATION_SERVICE, ]; - if (array_intersect($service_or_component, $solution_types)) { - if (array_diff($current_values, $this->allowedServiceAndComponentTypes())) { - $this->context->addViolation($constraint->invalidTestServiceOrComponentMessage); - } + if (array_intersect($service_or_component, $solution_types) && array_diff($current_values, $this->allowedServiceAndComponentTypes())) { + $this->context->addViolation($constraint->invalidTestServiceOrComponentMessage); } } diff --git a/web/modules/custom/joinup_communities/trr/src/TrrConstants.php b/web/modules/custom/joinup_communities/trr/src/TrrConstants.php new file mode 100644 index 0000000000000000000000000000000000000000..6ff5ab14c4ff68657f5cf218725981f35289948e --- /dev/null +++ b/web/modules/custom/joinup_communities/trr/src/TrrConstants.php @@ -0,0 +1,48 @@ +<?php + +declare(strict_types = 1); + +namespace Drupal\trr; + +/** + * A class of constants related to the TRR test fields functionality. + */ +class TrrConstants { + + /** + * The TRR test values. + * + * @var string[] + */ + const APPLICATION_COMPONENT = 'http://data.europa.eu/dr8/ConformanceTestingApplicationComponent'; + const APPLICATION_SERVICE = 'http://data.europa.eu/dr8/ConformanceTestingApplicationService'; + const BUSINESS_OBJECT = 'http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject'; + + /** + * The TRR test related fields. + * + * @var string[] + */ + const TEST_RELATED_FIELDS = [ + 'field_is_actor', + 'field_is_business_process', + 'field_is_product_type', + 'field_is_standardization_level', + 'field_is_test_resource_type', + ]; + + /** + * Returns the test values as an array. + * + * @return string[] + * The test values. + */ + public static function getTestValues(): array { + return [ + self::APPLICATION_COMPONENT, + self::APPLICATION_SERVICE, + self::BUSINESS_OBJECT, + ]; + } + +} diff --git a/web/modules/custom/joinup_communities/trr/trr.module b/web/modules/custom/joinup_communities/trr/trr.module index a84314a0705e9852eadbc2246d23e47da574a26a..b6e2ae5498a51ece36e537a3c8750bb817ee00cd 100644 --- a/web/modules/custom/joinup_communities/trr/trr.module +++ b/web/modules/custom/joinup_communities/trr/trr.module @@ -11,28 +11,18 @@ use Drupal\Core\Form\FormStateInterface; use Drupal\rdf_entity\RdfInterface; use Drupal\solution\Entity\SolutionInterface; +use Drupal\trr\TrrConstants; /** * Implements hook_entity_bundle_field_info_alter(). */ -function trr_entity_bundle_field_info_alter(&$fields, EntityTypeInterface $entity_type, $bundle) { +function trr_entity_bundle_field_info_alter(&$fields, EntityTypeInterface $entity_type, $bundle): void { if ($entity_type->id() === 'rdf_entity' && $bundle === 'solution') { - $required_taxonomy_fields = [ - 'field_is_actor', - 'field_is_business_process', - 'field_is_product_type', - 'field_is_standardization_level', - 'field_is_test_resource_type', - ]; - foreach ($required_taxonomy_fields as $field) { + foreach (TrrConstants::TEST_RELATED_FIELDS as $field) { if (isset($fields[$field])) { $fields[$field]->addConstraint('RequiredIfOtherFieldHasValue', [ 'field' => 'field_is_solution_type', - 'values' => [ - 'http://data.europa.eu/dr8/ConformanceTestingComponent', - 'http://data.europa.eu/dr8/ConformanceTestingService', - 'http://data.europa.eu/dr8/ConformanceTestScenario', - ], + 'values' => TrrConstants::getTestValues(), ]); } } @@ -46,7 +36,7 @@ function trr_entity_bundle_field_info_alter(&$fields, EntityTypeInterface $entit /** * Implements hook_form_FORM_ID_alter(). */ -function trr_form_rdf_entity_solution_edit_form_alter(&$form, FormStateInterface $form_state) { +function trr_form_rdf_entity_solution_edit_form_alter(&$form, FormStateInterface $form_state): void { // Delegate the edit form alteration to the same alter hook // as the create form. trr_form_rdf_entity_solution_form_alter($form, $form_state); @@ -55,8 +45,9 @@ function trr_form_rdf_entity_solution_edit_form_alter(&$form, FormStateInterface /** * Implements hook_form_FORM_ID_alter(). */ -function trr_form_rdf_entity_solution_form_alter(&$form, FormStateInterface $form_state) { +function trr_form_rdf_entity_solution_form_alter(&$form, FormStateInterface $form_state): void { $form['#attached']['library'][] = 'trr/solution-trr'; + $form['#attached']['drupalSettings']['trrTestValues'] = TrrConstants::getTestValues(); } /** @@ -67,17 +58,9 @@ function trr_rdf_entity_presave(RdfInterface $entity): void { return; } - $related_fields = [ - 'field_is_test_resource_type', - 'field_is_actor', - 'field_is_business_process', - 'field_is_product_type', - 'field_is_standardization_level', - ]; - // Clear the TRR fields when none of the Solution type values is a TRR value. if (!_trr_contains_trr_fields($entity)) { - foreach ($related_fields as $field) { + foreach (TrrConstants::TEST_RELATED_FIELDS as $field) { $entity->set($field, ''); } } @@ -90,15 +73,10 @@ function trr_rdf_entity_presave(RdfInterface $entity): void { * The RDF entity. */ function _trr_contains_trr_fields(RdfInterface $entity): bool { - $solution_types = [ - 'http://data.europa.eu/dr8/ConformanceTestingComponent', - 'http://data.europa.eu/dr8/ConformanceTestingService', - 'http://data.europa.eu/dr8/ConformanceTestScenario', - ]; $field_is_solution_type = $entity->get('field_is_solution_type')->getValue(); $target_ids = array_map(function ($value) { return $value['target_id']; }, $field_is_solution_type); - return (bool) count(array_intersect($target_ids, $solution_types)); + return (bool) count(array_intersect($target_ids, TrrConstants::getTestValues())); } diff --git a/web/modules/custom/joinup_core/joinup_core.deploy.php b/web/modules/custom/joinup_core/joinup_core.deploy.php index d23968e7228443fda98e0ee39020ff58a89ecadd..adb043942d52b2a0100f848906d1ed2e7d6fba29 100644 --- a/web/modules/custom/joinup_core/joinup_core.deploy.php +++ b/web/modules/custom/joinup_core/joinup_core.deploy.php @@ -13,3 +13,39 @@ */ declare(strict_types = 1); + +use Drupal\Core\File\Exception\FileException; + +/** + * Removal of spam content files. + */ +function joinup_core_deploy_109500(): void { + /** @var \Drupal\Core\File\FileSystemInterface $fileSystem */ + $fileSystem = \Drupal::service('file_system'); + + $files = [ + 'public://document/2022-12/black-panther-2-wakanda-forever-free-w2tk.pdf', + 'public://document/2022-12/fury-vs-chisora-live-wise.pdf', + 'public://document/2022-12/2021-Crack-Adobe-Illustrator-CC-2018-2521-64Bit-2021-Crack.pdf', + ]; + + foreach ($files as $file) { + try { + $fileSystem->delete($file); + } + catch (FileException $e) { + } + } +} + +/** + * Import the new version of EIRA. + */ +function joinup_core_deploy_109501(): string { + $fixtures_helper = \Drupal::getContainer()->get( + 'joinup_rdf.vocabulary_fixtures.helper' + ); + $fixtures_helper->importFixtures('eira_skos'); + + return 'Imported eira_skos and ran after import queries.'; +} diff --git a/web/modules/custom/joinup_core/joinup_core.info.yml b/web/modules/custom/joinup_core/joinup_core.info.yml index 230b0f616cf4063e771d4eed99024275c0184c78..3a38b91cb1640655950bc5e182d9e98ffd04e103 100644 --- a/web/modules/custom/joinup_core/joinup_core.info.yml +++ b/web/modules/custom/joinup_core/joinup_core.info.yml @@ -15,4 +15,3 @@ dependencies: - 'rdf_entity:rdf_entity' - 'rdf_entity:rdf_taxonomy' - 'redirect:redirect' - - 'site_alert:site_alert' diff --git a/web/modules/custom/joinup_core/joinup_core.install b/web/modules/custom/joinup_core/joinup_core.install index 3b6ea26f2bbcc0edce7a26bbd563a2689a1a033a..f851fb879d77827215d86b5a9eee0bc52956f404 100644 --- a/web/modules/custom/joinup_core/joinup_core.install +++ b/web/modules/custom/joinup_core/joinup_core.install @@ -7,6 +7,7 @@ declare(strict_types = 1); +use Drupal\Core\Database\Database; use Drupal\Core\Site\Settings; use Drupal\user\Entity\User; @@ -92,3 +93,39 @@ function joinup_core_requirements($phase): array { return $requirements; } + +/** + * Update length and set back primary key in search_api_item. + */ +function joinup_core_update_109500(): void { + $schema = Database::getConnection()->schema(); + + $schema->changeField('search_api_item', 'item_id', 'item_id', [ + 'description' => 'The unique identifier of this item', + 'type' => 'varchar', + 'length' => 718, + 'not null' => TRUE, + ]); + + if (!$schema->indexExists('search_api_item', 'PRIMARY')) { + $schema->addPrimaryKey('search_api_item', ['index_id', 'item_id']); + } +} + +/** + * Remove all site alert entities. + */ +function joinup_core_update_109501(): void { + $ids = \Drupal::entityQuery('site_alert') + ->accessCheck(FALSE) + ->execute(); + if (empty($ids)) { + return; + } + + $items = \Drupal::entityTypeManager()->getStorage('site_alert') + ->loadMultiple($ids); + foreach ($items as $item) { + $item->delete(); + } +} diff --git a/web/modules/custom/joinup_core/joinup_core.links.menu.yml b/web/modules/custom/joinup_core/joinup_core.links.menu.yml index a0d5082f7601754e33b5721e319395c2d51fc1b4..3da8630e62e9967f1c6a6db00e3f33ab30de82cf 100644 --- a/web/modules/custom/joinup_core/joinup_core.links.menu.yml +++ b/web/modules/custom/joinup_core/joinup_core.links.menu.yml @@ -20,13 +20,6 @@ joinup_core.edit_support_menu: parent: system.admin weight: 0 -joinup_core.site_alerts: - title: 'Site alerts' - route_name: entity.site_alert.collection - description: 'Manage site wide alerts.' - parent: system.admin - weight: 3 - joinup_core.support.contact: title: 'Contact support' menu_name: support diff --git a/web/modules/custom/joinup_core/joinup_core.module b/web/modules/custom/joinup_core/joinup_core.module index d526796a648a7f5cc53cd2bca813b5a14b6e8dce..1924c3d22e46f2162db92464f07ce5ff2714d9f6 100644 --- a/web/modules/custom/joinup_core/joinup_core.module +++ b/web/modules/custom/joinup_core/joinup_core.module @@ -16,14 +16,12 @@ use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Entity\EntityTypeInterface; use Drupal\Core\Field\BaseFieldDefinition; -use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Session\AccountInterface; use Drupal\Core\StreamWrapper\StreamWrapperManager; use Drupal\block\BlockInterface; use Drupal\joinup_core\ETransBlockConfiguration; use Drupal\joinup_core\Element\Datetime; use Drupal\joinup_core\Entity\OutdatedContentInterface; -use Drupal\joinup_core\JoinupSiteAlertListBuilder; use Drupal\joinup_core\Plugin\Field\FieldType\OutdatedContentFieldItemList; use Drupal\joinup_core\Plugin\Field\FieldWidget\ImageLibraryWidget; use Drupal\joinup_workflow\ArchivableEntityInterface; @@ -64,18 +62,6 @@ function joinup_core_cron(): void { \Drupal::getContainer()->get('batch.storage')->cleanup(); } -/** - * Implements hook_form_BASE_FORM_ID_alter(). - * - * Alters the Site Alert entity form to hide the scheduling of the alerts. Due - * to a bug in the core page cache module the scheduling can only work using an - * additional AJAX call which is undesirable in our case. By disabling the - * scheduling the alerts are managed manually and the page cache works normally. - */ -function joinup_core_form_site_alert_form_alter(&$form, FormStateInterface $form_state, $form_id) { - $form['scheduling']['#access'] = FALSE; -} - /** * Implements hook_entity_base_field_info(). * @@ -110,19 +96,6 @@ function joinup_core_entity_base_field_info(EntityTypeInterface $entity_type) { return $fields; } -/** - * Implements hook_entity_type_alter(). - */ -function joinup_core_entity_type_alter(array &$entity_types) { - // Check that the Site Alert entity type is defined, so we can avoid depending - // on the Site Alert module. - if (isset($entity_types['site_alert'])) { - // Override the list builder with a version which omits the unused 'Start - // time' and 'End time' columns. - $entity_types['site_alert']->setListBuilderClass(JoinupSiteAlertListBuilder::class); - } -} - /** * Implements hook_node_links_alter(). */ diff --git a/web/modules/custom/joinup_core/src/JoinupSiteAlertListBuilder.php b/web/modules/custom/joinup_core/src/JoinupSiteAlertListBuilder.php deleted file mode 100644 index 528cd302d5e5e6121419083a91141047096b7ac7..0000000000000000000000000000000000000000 --- a/web/modules/custom/joinup_core/src/JoinupSiteAlertListBuilder.php +++ /dev/null @@ -1,58 +0,0 @@ -<?php - -declare(strict_types = 1); - -namespace Drupal\joinup_core; - -use Drupal\Core\Entity\EntityInterface; -use Drupal\Core\Entity\EntityListBuilder; - -/** - * Joinup specific implementation of the SiteAlertListBuilder. - * - * Omits the "Start time" and "End time" columns from the table, which are not - * used in Joinup. - * - * @see \joinup_core_entity_type_alter() - */ -class JoinupSiteAlertListBuilder extends EntityListBuilder { - - /** - * {@inheritdoc} - */ - public function buildHeader() { - $header = [ - 'active' => [ - 'data' => $this->t('Active'), - 'field' => 'active', - 'specifier' => 'active', - 'class' => [RESPONSIVE_PRIORITY_MEDIUM], - ], - 'label' => [ - 'data' => $this->t('Label'), - 'field' => 'label', - 'specifier' => 'label', - ], - 'message' => [ - 'data' => $this->t('Message'), - 'field' => 'message', - 'specifier' => 'message', - 'class' => [RESPONSIVE_PRIORITY_LOW], - ], - ]; - return $header + parent::buildHeader(); - } - - /** - * {@inheritdoc} - */ - public function buildRow(EntityInterface $entity) { - $row = [ - 'active' => ($entity->getActive()) ? $this->t('Active') : $this->t('Not Active'), - 'label' => $entity->label(), - 'message' => check_markup($entity->get('message')->value, $entity->get('message')->format), - ]; - return $row + parent::buildRow($entity); - } - -} diff --git a/web/modules/custom/joinup_like/joinup_like.module b/web/modules/custom/joinup_like/joinup_like.module index d4e77940e820a099583640d4164ca69c0829db64..5b7086ab3bb95f0aeb6b0d3baa78a2e1f8e943d8 100644 --- a/web/modules/custom/joinup_like/joinup_like.module +++ b/web/modules/custom/joinup_like/joinup_like.module @@ -29,19 +29,37 @@ function joinup_like_theme(array $existing, string $type, string $theme, string * Implements hook_theme_suggestions_alter(). */ function joinup_like_theme_suggestions_flag_count_alter(&$suggestions, array $variables): void { - $suggestions[] = 'flag_count__' . $variables['view_mode']; + _joinup_like_flag_suggestions_alter($suggestions, $variables, 'flag_count__'); } /** * Implements hook_theme_suggestions_alter(). */ function joinup_like_theme_suggestions_flag_count_archived_alter(&$suggestions, array $variables): void { - $suggestions[] = 'flag_count_archived__' . $variables['view_mode']; + _joinup_like_flag_suggestions_alter($suggestions, $variables, 'flag_count_archived__'); } /** * Implements hook_theme_suggestions_alter(). */ function joinup_like_theme_suggestions_flag_count_text_alter(&$suggestions, array $variables): void { - $suggestions[] = 'flag_count_text__' . $variables['view_mode']; + _joinup_like_flag_suggestions_alter($suggestions, $variables, 'flag_count_text__'); +} + +/** + * Implements hook_theme_suggestions_alter(). + */ +function _joinup_like_flag_suggestions_alter(&$suggestions, array $variables, string $original_suggestion): void { + $tiles_view_modes = [ + 'view_mode_tile', + 'view_mode_tile_horizontal', + 'highlighted', + 'carousel', + ]; + if (in_array($variables['view_mode'], $tiles_view_modes)) { + $suggestions[] = $original_suggestion . 'mini'; + } + else { + $suggestions[] = $original_suggestion . 'button'; + } } diff --git a/web/modules/custom/joinup_rdf/joinup_rdf.module b/web/modules/custom/joinup_rdf/joinup_rdf.module index 9ee7c0476ec1789ba20433db90d727727cb0f770..24892aec542e6aeb4b5b925d033ca89dae5a5528 100644 --- a/web/modules/custom/joinup_rdf/joinup_rdf.module +++ b/web/modules/custom/joinup_rdf/joinup_rdf.module @@ -86,6 +86,17 @@ function joinup_rdf_entity_base_field_info(EntityTypeInterface $entity_type) { return $fields; } +/** + * Implements hook_entity_type_alter(). + */ +function joinup_rdf_entity_type_alter(array &$entity_types): void { + /** @var \Drupal\Core\Entity\EntityTypeInterface[] $entity_types */ + if (isset($entity_types['rdf_entity'])) { + // Add validation constraint to the node entity. + $entity_types['rdf_entity']->addConstraint('IDMaxLength'); + } +} + /** * Implements hook_ENTITY_TYPE_storage_load(). * diff --git a/web/modules/custom/joinup_rdf/joinup_rdf.permissions.yml b/web/modules/custom/joinup_rdf/joinup_rdf.permissions.yml new file mode 100644 index 0000000000000000000000000000000000000000..10a0ad1bbc1ed3d1ddaee9e9e331ae8befacccda --- /dev/null +++ b/web/modules/custom/joinup_rdf/joinup_rdf.permissions.yml @@ -0,0 +1,9 @@ +import RDF vocabularies: + title: 'Import RDF vocabularies' + description: 'Allows access to /joinup-rdf/vocabulary-importer.' + restrict access: true + +run direct SPARQL queries: + title: 'Run direct SPARQL queries' + description: 'Allows access to /joinup-rdf/sparql-query.' + restrict access: true diff --git a/web/modules/custom/joinup_rdf/joinup_rdf.routing.yml b/web/modules/custom/joinup_rdf/joinup_rdf.routing.yml new file mode 100644 index 0000000000000000000000000000000000000000..d733cdf7a56b4ad0462277782534a47029d73bb3 --- /dev/null +++ b/web/modules/custom/joinup_rdf/joinup_rdf.routing.yml @@ -0,0 +1,15 @@ +joinup_rdf.vocabulary_importer: + path: '/joinup-rdf/vocabulary-importer' + defaults: + _title: 'Vocabulary Importer' + _form: 'Drupal\joinup_rdf\Form\VocabularyImporterForm' + requirements: + _permission: 'import RDF vocabularies' + +joinup_rdf.sparql_query: + path: '/joinup-rdf/sparql-query' + defaults: + _title: 'Sparql Query' + _form: 'Drupal\joinup_rdf\Form\SparqlQueryForm' + requirements: + _permission: 'run direct SPARQL queries' diff --git a/web/modules/custom/joinup_rdf/src/Form/SparqlQueryForm.php b/web/modules/custom/joinup_rdf/src/Form/SparqlQueryForm.php new file mode 100644 index 0000000000000000000000000000000000000000..fcb29395890eb6129c0280665e81852c962235cb --- /dev/null +++ b/web/modules/custom/joinup_rdf/src/Form/SparqlQueryForm.php @@ -0,0 +1,212 @@ +<?php + +declare(strict_types = 1); + +namespace Drupal\joinup_rdf\Form; + +use Drupal\Component\Utility\Random; +use Drupal\Core\Form\FormBase; +use Drupal\Core\Form\FormStateInterface; +use Drupal\sparql_entity_storage\Driver\Database\sparql\ConnectionInterface; +use Symfony\Component\DependencyInjection\ContainerInterface; + +/** + * Provides a Joinup RDF form. + */ +final class SparqlQueryForm extends FormBase { + + /** + * The SPARQL endpoint. + * + * @var \Drupal\sparql_entity_storage\Driver\Database\sparql\ConnectionInterface $endpoint + * The SPARQL endpoint. + */ + public function __construct(protected ConnectionInterface $endpoint) {} + + /** + * {@inheritdoc} + */ + public static function create(ContainerInterface $container): self { + return new static( + $container->get('sparql.endpoint'), + ); + } + + /** + * {@inheritdoc} + */ + public function getFormId(): string { + return 'joinup_rdf_sparql_query'; + } + + /** + * {@inheritdoc} + */ + public function buildForm(array $form, FormStateInterface $form_state): array { + // Add some AJAX buttons that provide quick queries for the user. + $this->addAdditionalQuickActionQueries($form); + + // A textarea to input the SPARQL query. + $form['query'] = [ + '#type' => 'textarea', + '#title' => $this->t('SPARQL query'), + '#required' => TRUE, + // Setup ajax parameters so that the `fetch_all_graphs` button can + // trigger an ajax callback. + '#prefix' => '<div id="edit-query">', + '#suffix' => '</div>', + '#default_value' => $form_state->getValue('query'), + ]; + + $form['actions'] = [ + '#type' => 'submit', + '#value' => $this->t('Send'), + '#ajax' => [ + 'callback' => '::ajaxSubmit', + 'wrapper' => 'results-container', + ], + ]; + + // A markup element to display the results. + $form['results_container'] = [ + '#type' => 'details', + '#title' => $this->t('Results'), + '#open' => TRUE, + '#attributes' => [ + 'id' => 'results-container', + ], + ]; + $form['results_container']['results'] = [ + '#type' => 'markup', + '#markup' => '<pre>' . $form_state->getValue('results') . '</pre>', + ]; + + return $form; + } + + /** + * Adds some AJAX buttons that provide quick queries for the user. + * + * @param array $form + * The form. + */ + protected function addAdditionalQuickActionQueries(array &$form): void { + // Add an AJAX button that checks the write permission by inserting and + // deleting a triple. + $form['check-write-permission'] = [ + '#type' => 'button', + '#value' => $this->t('Check write permission'), + '#ajax' => [ + 'callback' => '::ajaxCheckWritePermission', + 'wrapper' => 'results-container', + ], + '#limit_validation_errors' => [], + ]; + + foreach ($this->getQuickActionQueries() as $buttonName => $query) { + $form[$buttonName] = [ + '#type' => 'button', + '#value' => $this->t('Quick query: @buttonName', [ + '@buttonName' => ucfirst(str_replace('-', ' ', $buttonName)), + ]), + '#ajax' => [ + 'callback' => '::ajaxQuickActionQuery', + 'wrapper' => 'edit-query', + ], + '#limit_validation_errors' => [], + '#attributes' => [ + 'data-selector' => $buttonName, + ], + ]; + } + } + + /** + * Ajax callback to fetch all graphs. + */ + public function ajaxQuickActionQuery(array &$form, FormStateInterface $form_state): array { + $buttonName = $form_state->getTriggeringElement()['#attributes']['data-selector']; + $query = $this->getQuickActionQueries()[$buttonName]; + $form['query']['#value'] = $query; + return $form['query']; + } + + /** + * Ajax callback to test write permissions. + */ + public function ajaxCheckWritePermission(array &$form, FormStateInterface $form_state): array { + $random = new Random(); + $graph = 'http://example.com/' . $random->name(10, TRUE); + $query = "WITH <$graph> INSERT DATA { <http://example.com> <http://example.com> <http://example.com> }"; + try { + $results = $this->endpoint->query($query); + $value = $results->dump(); + } + catch (\Exception $e) { + $value = $e->getMessage(); + } + + // Delete the triple. + $query = "CLEAR GRAPH <$graph>"; + try { + $results = $this->endpoint->query($query); + $value .= "\n" . $results->dump(); + } + catch (\Exception $e) { + $value .= "\n" . $e->getMessage(); + } + + $form['results_container']['results']['#markup'] = '<pre>' . $value . '</pre>'; + return $form['results_container']; + } + + /** + * Ajax callback to submit the form. + */ + public function ajaxSubmit(array &$form, FormStateInterface $formState): array { + $query = $formState->getValue('query'); + if (empty(trim($query))) { + $formState->setErrorByName('query', $this->t('The query cannot be empty.')); + } + + // If the query is valid, we execute it and display the results. + if (!$formState->getErrors()) { + $value = ''; + try { + $results = $this->endpoint->query($query); + } + catch (\Exception $e) { + $value = $e->getMessage(); + } + $value .= $results ? $results->dump() : ''; + $form['results_container']['results']['#markup'] = '<pre>' . $value . '</pre>'; + } + + return $form['results_container']; + } + + /** + * Returns the quick action queries. + * + * @return array + * The quick action queries. + */ + protected function getQuickActionQueries(): array { + return [ + 'fetch-graphs' => "SELECT DISTINCT ?g\nWHERE {\n GRAPH ?graph { ?s ?p ?o } .\n BIND (str(?graph) as ?g) \n}", + 'graph-triples-count' => "SELECT COUNT(*)\nFROM <INSERT_GRAPH_HERE>\nWHERE {\n ?s ?p ?o \n} LIMIT 100", + 'properties-of-graph' => "SELECT DISTINCT ?p\nFROM <INSERT_GRAPH_HERE>\nWHERE {\n ?s ?p ?o \n} LIMIT 100", + ]; + } + + /** + * {@inheritdoc} + */ + public function validateForm(array &$form, FormStateInterface $form_state): void {} + + /** + * {@inheritdoc} + */ + public function submitForm(array &$form, FormStateInterface $form_state): void {} + +} diff --git a/web/modules/custom/joinup_rdf/src/Form/VocabularyImporterForm.php b/web/modules/custom/joinup_rdf/src/Form/VocabularyImporterForm.php new file mode 100644 index 0000000000000000000000000000000000000000..237a51aa07d11e00572cb9fae73b248c657c127b --- /dev/null +++ b/web/modules/custom/joinup_rdf/src/Form/VocabularyImporterForm.php @@ -0,0 +1,116 @@ +<?php + +declare(strict_types = 1); + +namespace Drupal\joinup_rdf\Form; + +use Drupal\Core\Form\FormBase; +use Drupal\Core\Form\FormStateInterface; +use Drupal\joinup_rdf\VocabularyFixturesHelperInterface; +use Symfony\Component\DependencyInjection\ContainerInterface; + +/** + * Provides a Joinup RDF form. + */ +final class VocabularyImporterForm extends FormBase { + + /** + * The vocabulary fixtures helper. + * + * @var \Drupal\joinup_rdf\VocabularyFixturesHelperInterface $vocabularyFixturesHelper + * The vocabulary fixtures helper. + */ + public function __construct(protected VocabularyFixturesHelperInterface $vocabularyFixturesHelper) {} + + /** + * {@inheritdoc} + */ + public static function create(ContainerInterface $container): self { + return new static( + $container->get('joinup_rdf.vocabulary_fixtures.helper') + ); + } + + /** + * {@inheritdoc} + */ + public function getFormId(): string { + return 'joinup_rdf_vocabulary_importer'; + } + + /** + * {@inheritdoc} + */ + public function buildForm(array $form, FormStateInterface $form_state): array { + $data = $this->vocabularyFixturesHelper->getFixturesData(); + foreach ($data as $vocabulary => $info) { + $vocabularies[$vocabulary] = ucfirst(str_replace(['_', '-'], ' ', $vocabulary)); + } + + $form['vocabulary'] = [ + '#type' => 'select', + '#title' => $this->t('Vocabulary'), + '#options' => $vocabularies, + '#required' => TRUE, + ]; + + $form['actions'] = [ + '#type' => 'submit', + '#value' => $this->t('Import'), + '#ajax' => [ + 'callback' => '::ajaxSubmit', + 'wrapper' => 'results-container', + ], + ]; + + // A markup element to display the results. + $form['results_container'] = [ + '#type' => 'details', + '#title' => $this->t('Results'), + '#open' => TRUE, + '#attributes' => [ + 'id' => 'results-container', + ], + ]; + $form['results_container']['results'] = [ + '#type' => 'markup', + '#markup' => '<pre>' . $form_state->getValue('results') . '</pre>', + ]; + + return $form; + } + + /** + * Ajax callback for the form. + * + * @param array $form + * The form array. + * @param \Drupal\Core\Form\FormStateInterface $form_state + * The form state. + * + * @return array + * The form array. + */ + public function ajaxSubmit(array &$form, FormStateInterface $form_state): array { + $vocabulary = $form_state->getValue('vocabulary'); + + try { + $messages = $this->vocabularyFixturesHelper->importFixtures($vocabulary); + } + catch (\Exception $e) { + $this->messenger()->addError($this->t('An error occurred while importing the vocabulary: @error', [ + '@error' => $e->getMessage(), + ])); + } + + $this->messenger()->addStatus($this->t('Import was completed with no errors.')); + $form['results_container']['results']['#markup'] = '<pre>' . implode(PHP_EOL, $messages) . '</pre>'; + return $form['results_container']; + } + + /** + * {@inheritdoc} + */ + public function submitForm(array &$form, FormStateInterface $form_state): void {} + +} diff --git a/web/modules/custom/joinup_rdf/src/Plugin/Validation/Constraint/IDMaxLengthConstraint.php b/web/modules/custom/joinup_rdf/src/Plugin/Validation/Constraint/IDMaxLengthConstraint.php new file mode 100644 index 0000000000000000000000000000000000000000..60ed7b2ae5c40ad1e8e9241e507488de187e765c --- /dev/null +++ b/web/modules/custom/joinup_rdf/src/Plugin/Validation/Constraint/IDMaxLengthConstraint.php @@ -0,0 +1,34 @@ +<?php + +declare(strict_types = 1); + +namespace Drupal\joinup_rdf\Plugin\Validation\Constraint; + +use Symfony\Component\Validator\Constraint; + +/** + * Checks that id entity value is not too long. + * + * @Constraint( + * id = "IDMaxLength", + * label = @Translation("ID max length constraint", context = "Validation"), + * type = {"entity"} + * ) + */ +class IDMaxLengthConstraint extends Constraint { + + /** + * Max length. + * + * @var int + */ + public int $max = 697; + + /** + * The error message that will be shown if the value is too long. + * + * @var string + */ + public string $errorMessage = 'Entity id "%id" can not be longer than %max characters'; + +} diff --git a/web/modules/custom/joinup_rdf/src/Plugin/Validation/Constraint/IDMaxLengthConstraintValidator.php b/web/modules/custom/joinup_rdf/src/Plugin/Validation/Constraint/IDMaxLengthConstraintValidator.php new file mode 100644 index 0000000000000000000000000000000000000000..c06e85eea937498f41874e2b8b412ca00020827f --- /dev/null +++ b/web/modules/custom/joinup_rdf/src/Plugin/Validation/Constraint/IDMaxLengthConstraintValidator.php @@ -0,0 +1,36 @@ +<?php + +declare(strict_types = 1); + +namespace Drupal\joinup_rdf\Plugin\Validation\Constraint; + +use Drupal\Core\Entity\EntityInterface; +use Symfony\Component\Validator\Constraint; +use Symfony\Component\Validator\ConstraintValidator; + +/** + * Validates the IDMaxLength constraint. + */ +class IDMaxLengthConstraintValidator extends ConstraintValidator { + + /** + * {@inheritdoc} + */ + public function validate(mixed $entity, Constraint $constraint): void { + if (!$entity instanceof EntityInterface || is_null($entity->id())) { + return; + } + + /** @var \Drupal\joinup_rdf\Plugin\Validation\Constraint\IDMaxLengthConstraint $constraint */ + if (mb_strlen($entity->id()) > $constraint->max) { + $this->context->addViolation( + $constraint->errorMessage, + [ + '%id' => $entity->id(), + '%max' => $constraint->max, + ] + ); + } + } + +} diff --git a/web/modules/custom/joinup_rdf/src/VocabularyFixturesHelper.php b/web/modules/custom/joinup_rdf/src/VocabularyFixturesHelper.php index 64966157257adc52a2531141f2b376b2d98e43b1..99c132811fbe6d528be7b008410d715f1a2ad8a6 100644 --- a/web/modules/custom/joinup_rdf/src/VocabularyFixturesHelper.php +++ b/web/modules/custom/joinup_rdf/src/VocabularyFixturesHelper.php @@ -7,6 +7,8 @@ use Drupal\sparql_entity_storage\Driver\Database\sparql\ConnectionInterface; use EasyRdf\Graph; use EasyRdf\GraphStore; +use EasyRdf\Http\Response; +use EasyRdf\Sparql\Result; /** * Contains helper methods to handle and import vocabularies from fixtures. @@ -31,17 +33,9 @@ public function __construct(ConnectionInterface $connection) { } /** - * Returns an array of allowed values and data related to the imports. - * - * @return array - * An array of allowed values where each entry is a an array containing the - * following data: - * - graph: The graph uri of the vocabulary. - * - filename: The filename of the vocabulary. - * - extra queries: Extra queries that should run after each import of the - * file. + * {@inheritdoc} */ - protected function getFixturesData(): array { + public function getFixturesData(): array { return [ 'licence-legal-type' => [ 'graph' => 'http://licence-legal-type', @@ -57,27 +51,40 @@ protected function getFixturesData(): array { 'filename' => 'eif_solution_type.rdf', 'extra queries' => [], ], + 'eira_skos' => [ + 'graph' => 'http://eira_skos', + 'filename' => 'EIRA_SKOS.rdf', + 'extra queries' => [ + 'DELETE { GRAPH <http://eira_skos> { ?subject ?predicate ?object } } INSERT { GRAPH <http://eira_skos_properties> { ?subject ?predicate ?object } } WHERE { GRAPH <http://eira_skos> { ?subject ?predicate ?object . FILTER (regex(str(?subject), "_Properties$")) } }', + 'DELETE {GRAPH <http://eira_skos> { ?subject ?predicate ?object } } INSERT { GRAPH <http://eira_skos_properties> { ?subject ?predicate ?object } } WHERE { GRAPH <http://eira_skos> { ?subject ?predicate ?object . FILTER (regex(str(?object), "_Properties$")) } }', + 'WITH <http://eira_skos_properties> DELETE { ?subject skos:topConceptOf <http://data.europa.eu/dr8> } WHERE { ?subject a skos:Concept . }', + 'WITH <http://eira_skos> INSERT { ?subject a skos:Concept } WHERE { ?subject a skos:Collection . }', + 'WITH <http://eira_skos> INSERT { ?subject skos:topConceptOf <http://data.europa.eu/dr8> } WHERE { ?subject a skos:Concept .}', + 'WITH <http://eira_skos> INSERT { ?member skos:broaderTransitive ?collection } WHERE { ?collection a skos:Collection . ?collection skos:member ?member }', + 'WITH <http://countries-skos> DELETE { ?entity ?field ?value. } WHERE { ?entity ?field ?value . ?entity <http://publications.europa.eu/ontology/authority/end.use> ?date . FILTER ( bound(?date) ) }', + ], + ], ]; } /** * {@inheritdoc} */ - public function clearFixturesGraph(string $graph_uri): void { - $this->connection->getSparqlClient()->clear($graph_uri); + public function clearFixturesGraph(string $graph_uri): Response|Result { + return $this->connection->getSparqlClient()->clear($graph_uri); } /** * {@inheritdoc} */ - public function importFixtures(string $fixture_key, bool $clear_graph = TRUE): void { + public function importFixtures(string $fixture_key, bool $clear_graph = TRUE): array { $fixtures_data = $this->getFixturesData(); if (!isset($fixtures_data[$fixture_key])) { throw new \Exception("Invalid option '{$fixture_key}' supply'."); } $filename = DRUPAL_ROOT . '/../resources/fixtures/' . $fixtures_data[$fixture_key]['filename']; - $this->importFixtureToGraph( + return $this->importFixtureToGraph( $filename, $fixtures_data[$fixture_key]['graph'], $clear_graph, @@ -88,20 +95,39 @@ public function importFixtures(string $fixture_key, bool $clear_graph = TRUE): v /** * {@inheritdoc} */ - public function importFixtureToGraph(string $filename, string $graph_uri, bool $clear_graph = TRUE, array $extra_queries = []): void { + public function importFixtureToGraph(string $filename, string $graph_uri, bool $clear_graph = TRUE, array $extra_queries = []): array { + $messages = []; + $messages[] = "======== File path: {$filename} ========\n"; + $messages[] = "File exists: " . (file_exists($filename) ? 'yes' : 'no') . "\n"; + $messages[] = "File readable: " . (is_readable($filename) ? 'yes' : 'no') . "\n"; + $messages[] = "File size: " . filesize($filename) . " bytes.\n"; + $messages[] = "======== End file path ========\n"; if ($clear_graph) { - $this->clearFixturesGraph($graph_uri); + $results = $this->clearFixturesGraph($graph_uri); + $messages[] = $results->dump() . "\n"; } $graph = new Graph($graph_uri); - $graph->parseFile($filename); + $triples_added = $graph->parseFile($filename); + $messages[] = "======== Adding triples to the graph ========\n"; + $messages[] = "Added {$triples_added} triples to graph store object {$graph_uri}.\n"; + $messages[] = "======== End adding triples to the graph ========\n"; $graph_store = $this->getDefaultGraphStore(); - $graph_store->insert($graph); + $response = $graph_store->insert($graph); + $messages[] = "======== Inserting graph into the store ========\n"; + $messages[] = "Response: {$response->asString()}\n"; + $messages[] = "======== End inserting graph into the store ========\n"; foreach ($extra_queries as $query) { - $this->connection->query($query); + $results = $this->connection->query($query); + $messages[] = "======== Running extra query ========\n"; + $messages[] = "Query: {$query}\n"; + $messages[] = $results->dump() . "\n"; + $messages[] = "======== End running extra query ========\n"; } + + return $messages; } /** diff --git a/web/modules/custom/joinup_rdf/src/VocabularyFixturesHelperInterface.php b/web/modules/custom/joinup_rdf/src/VocabularyFixturesHelperInterface.php index 4d75c0cdd6834c25f0990ce8ce3167dda7d53e58..407f16a3e1746dc9ae6b6e43396aa01e19dfd6bf 100644 --- a/web/modules/custom/joinup_rdf/src/VocabularyFixturesHelperInterface.php +++ b/web/modules/custom/joinup_rdf/src/VocabularyFixturesHelperInterface.php @@ -4,18 +4,34 @@ namespace Drupal\joinup_rdf; +use EasyRdf\Http\Response; +use EasyRdf\Sparql\Result; + /** * Interface for services that provide fixtures import related helper methods. */ interface VocabularyFixturesHelperInterface { + /** + * Returns an array of allowed values and data related to the imports. + * + * @return array + * An array of allowed values where each entry is a an array containing the + * following data: + * - graph: The graph uri of the vocabulary. + * - filename: The filename of the vocabulary. + * - extra queries: Extra queries that should run after each import of the + * file. + */ + public function getFixturesData(): array; + /** * Clears the given graph URI. * * @param string $graph_uri * The graph URI to clear. */ - public function clearFixturesGraph(string $graph_uri): void; + public function clearFixturesGraph(string $graph_uri): Response|Result; /** * Imports a single file fixture into the SPARQL endpoint. @@ -25,8 +41,11 @@ public function clearFixturesGraph(string $graph_uri): void; * without the extension. * @param bool $clear_graph * Whether to clear the graph before importing. Defaults to TRUE. + * + * @return array + * An array of log messages. */ - public function importFixtures(string $fixture_key, bool $clear_graph = TRUE): void; + public function importFixtures(string $fixture_key, bool $clear_graph = TRUE): array; /** * Imports a single file into the SPARQL endpoint. @@ -39,7 +58,10 @@ public function importFixtures(string $fixture_key, bool $clear_graph = TRUE): v * Whether to clear the graph before importing. Defaults to TRUE. * @param array $extra_queries * An array of extra queries to run after the import. + * + * @return array + * An array of log messages. */ - public function importFixtureToGraph(string $filename, string $graph_uri, bool $clear_graph = TRUE, array $extra_queries = []): void; + public function importFixtureToGraph(string $filename, string $graph_uri, bool $clear_graph = TRUE, array $extra_queries = []): array; } diff --git a/web/modules/custom/joinup_rdf/tests/src/Unit/IDMaxLengthConstraintValidatorTest.php b/web/modules/custom/joinup_rdf/tests/src/Unit/IDMaxLengthConstraintValidatorTest.php new file mode 100644 index 0000000000000000000000000000000000000000..27a72a2dd7ee41416188d31b31d9c6d759ace429 --- /dev/null +++ b/web/modules/custom/joinup_rdf/tests/src/Unit/IDMaxLengthConstraintValidatorTest.php @@ -0,0 +1,63 @@ +<?php + +declare(strict_types = 1); + +namespace Drupal\Tests\joinup_rdf\Unit; + +use Drupal\Core\Entity\EntityInterface; +use Drupal\Tests\UnitTestCase; +use Drupal\joinup_rdf\Plugin\Validation\Constraint\IDMaxLengthConstraint; +use Drupal\joinup_rdf\Plugin\Validation\Constraint\IDMaxLengthConstraintValidator; +use Symfony\Component\Validator\Context\ExecutionContextInterface; + +/** + * Tests the IDMaxLength constraint. + * + * @coversDefaultClass \Drupal\joinup_rdf\Plugin\Validation\Constraint\IDMaxLengthConstraintValidator + */ +class IDMaxLengthConstraintValidatorTest extends UnitTestCase { + + /** + * @covers ::validate + * + * @dataProvider providerValidate + */ + public function testValidate(EntityInterface $entity, bool $valid, int $max): void { + $context = $this->createMock(ExecutionContextInterface::class); + + if ($valid) { + $context->expects($this->never()) + ->method('addViolation'); + } + else { + $context->expects($this->once()) + ->method('addViolation'); + } + + $constraint = new IDMaxLengthConstraint(); + $constraint->max = $max; + + $validator = new IDMaxLengthConstraintValidator(); + $validator->initialize($context); + $validator->validate($entity, $constraint); + } + + /** + * Data provider for ::testValidate. + */ + public function providerValidate(): array { + $data = []; + + $entity = $this->getMockBuilder(EntityInterface::class) + ->getMock(); + $entity->expects($this->any()) + ->method('id') + ->willReturn('https://joinup.ec.europa.eu'); + + $data[] = [$entity, TRUE, 100]; + $data[] = [clone $entity, FALSE, 10]; + + return $data; + } + +} diff --git a/web/modules/custom/joinup_rdf_graph/joinup_rdf_graph.module b/web/modules/custom/joinup_rdf_graph/joinup_rdf_graph.module index 247e15235d0fb1c9978b62f054fc443e6a43372e..6a0b1c2c37e47cd99816b19ce1cec82a56a58964 100644 --- a/web/modules/custom/joinup_rdf_graph/joinup_rdf_graph.module +++ b/web/modules/custom/joinup_rdf_graph/joinup_rdf_graph.module @@ -13,6 +13,7 @@ use Drupal\Core\Site\Settings; use Drupal\joinup_rdf_graph\Entity\RdfGraph; use Drupal\joinup_rdf_graph\Entity\RdfGraphInterface; +use Drupal\rdf_taxonomy\Entity\RdfTerm; /** * Implements hook_entity_bundle_info_alter(). @@ -27,7 +28,7 @@ function joinup_rdf_graph_entity_bundle_info_alter(array &$bundles): void { * Implements hook_entity_operation_alter(). */ function joinup_rdf_graph_entity_operation_alter(array &$operations, EntityInterface $rdf_graph): void { - if ($rdf_graph instanceof RdfGraphInterface) { + if ($rdf_graph instanceof RdfGraphInterface || $rdf_graph instanceof RdfTerm) { // RDF graph bundle doesn't support drafts. unset($operations['draft']); } diff --git a/web/modules/custom/joinup_search/src/EventSubscriber/SearchApiFieldTagSubscriber.php b/web/modules/custom/joinup_search/src/EventSubscriber/SearchApiFieldTagSubscriber.php index 6ee04c3906f4291af659c45fe7b0697e1e71f564..2b0f50f35d2fce6c0cf431bcf0c5be2944882f8a 100644 --- a/web/modules/custom/joinup_search/src/EventSubscriber/SearchApiFieldTagSubscriber.php +++ b/web/modules/custom/joinup_search/src/EventSubscriber/SearchApiFieldTagSubscriber.php @@ -59,20 +59,20 @@ public function communityContentParagraphQueryAlter(QueryPreExecuteEvent $event) $field_value = $query->getOption('search_api_field item')->value; /** @var \Drupal\search_api\Query\Query $query */ - if (!empty($field_value['global_search'])) { - $query->addCondition('entity_groups', NULL, '<>'); - } - elseif (!empty($field_value['show_shared'])) { - $or = $query - ->createConditionGroup('or') - ->addCondition('shared_in', [$group->id()], 'IN') - ->addCondition('entity_groups', [$group->id()], 'IN'); - $query->addConditionGroup($or); - } - else { - // Show only content belonging to the same group. - $query->addCondition('entity_groups', [$group->id()], 'IN'); + if (empty($field_value['global_search'])) { + if (!empty($field_value['show_shared'])) { + $or = $query + ->createConditionGroup('or') + ->addCondition('shared_in', [$group->id()], 'IN') + ->addCondition('entity_groups', [$group->id()], 'IN'); + $query->addConditionGroup($or); + } + else { + // Show only content belonging to the same group. + $query->addCondition('entity_groups', [$group->id()], 'IN'); + } } + // Remove all results if no presets or content filter. if (empty($field_value['query_presets']) && !array_key_exists('query_builder', $field_value)) { $query->addCondition($parent_entity->getEntityType() diff --git a/web/modules/custom/joinup_search/src/Plugin/Derivative/BundleAutocompleteDeriver.php b/web/modules/custom/joinup_search/src/Plugin/Derivative/BundleAutocompleteDeriver.php index b9e4ee3a259a88c0d2aa9354a18d5d7ea5042d52..d5346bfe592a2b6e45640a4fdbc5ba555ac797a8 100644 --- a/web/modules/custom/joinup_search/src/Plugin/Derivative/BundleAutocompleteDeriver.php +++ b/web/modules/custom/joinup_search/src/Plugin/Derivative/BundleAutocompleteDeriver.php @@ -81,6 +81,7 @@ protected function bundleMap(): array { 'rdf_entity' => [ 'solr_field_name' => 'id', 'allowed_bundles' => [ + 'collection', 'solution', ], ], diff --git a/web/modules/custom/joinup_sitewide_alert/drush.services.yml b/web/modules/custom/joinup_sitewide_alert/drush.services.yml new file mode 100644 index 0000000000000000000000000000000000000000..f00a48754a9f65c73228d81758e89a6f402d7f73 --- /dev/null +++ b/web/modules/custom/joinup_sitewide_alert/drush.services.yml @@ -0,0 +1,6 @@ +services: + joinup_sitewide_alert.commands: + class: \Drupal\joinup_sitewide_alert\Commands\SitewideAlertCommands + arguments: ['@entity_type.manager'] + tags: + - { name: drush.command } diff --git a/web/modules/custom/joinup_sitewide_alert/joinup_sitewide_alert.info.yml b/web/modules/custom/joinup_sitewide_alert/joinup_sitewide_alert.info.yml new file mode 100644 index 0000000000000000000000000000000000000000..8c5c064144b1104c6390160f789bedb154d9f326 --- /dev/null +++ b/web/modules/custom/joinup_sitewide_alert/joinup_sitewide_alert.info.yml @@ -0,0 +1,8 @@ +name: Joinup Sitewide alerts +description: Contains customisation for sitewide_alert module. +type: module +package: Joinup +core_version_requirement: ">= 9.4" + +dependencies: + - sitewide_alert:sitewide_alert diff --git a/web/modules/custom/joinup_sitewide_alert/joinup_sitewide_alert.links.menu.yml b/web/modules/custom/joinup_sitewide_alert/joinup_sitewide_alert.links.menu.yml new file mode 100644 index 0000000000000000000000000000000000000000..ef415b261d1725cc01aecb76b7739b361aab96ed --- /dev/null +++ b/web/modules/custom/joinup_sitewide_alert/joinup_sitewide_alert.links.menu.yml @@ -0,0 +1,7 @@ +# Add handy links to configuration forms to the administration menu. +joinup_sitewide_alert.site_alerts: + title: 'Site alerts' + route_name: entity.sitewide_alert.collection + description: 'Manage site wide alerts.' + parent: system.admin + weight: 3 diff --git a/web/modules/custom/joinup_sitewide_alert/joinup_sitewide_alert.module b/web/modules/custom/joinup_sitewide_alert/joinup_sitewide_alert.module new file mode 100644 index 0000000000000000000000000000000000000000..67113ce54fb9f546dfdd05a29102d27f74b03335 --- /dev/null +++ b/web/modules/custom/joinup_sitewide_alert/joinup_sitewide_alert.module @@ -0,0 +1,40 @@ +<?php + +/** + * @file + * Hook implementations for the Joinup Sitewide Alert module. + */ + +declare(strict_types = 1); + +use Drupal\Component\Utility\Html; + +/** + * Set dynamic allowed values for the icon field. + * + * @return array + * An array of possible key and value options. + * + * @see options_allowed_values() + */ +function joinup_sitewide_alert_allowed_values(): array { + $themeHandler = \Drupal::service('theme_handler'); + $spritePath = $themeHandler->getTheme( + $themeHandler->getDefault() + )->getPath() . '/assets/icons/icons.svg'; + if (!file_exists($spritePath)) { + return []; + } + + $content = file_get_contents($spritePath); + $icons = []; + + $dom = Html::load($content); + $xp = new DOMXPath($dom); + $ids = $xp->query("//@id"); + foreach ($ids as $id) { + $icons[$id->nodeValue] = $id->nodeValue; + } + + return $icons; +} diff --git a/web/modules/custom/joinup_sitewide_alert/src/Commands/SitewideAlertCommands.php b/web/modules/custom/joinup_sitewide_alert/src/Commands/SitewideAlertCommands.php new file mode 100644 index 0000000000000000000000000000000000000000..ce7d9af2adbaa032d1bb0373390dd706ddfae7c9 --- /dev/null +++ b/web/modules/custom/joinup_sitewide_alert/src/Commands/SitewideAlertCommands.php @@ -0,0 +1,70 @@ +<?php + +declare(strict_types = 1); + +namespace Drupal\joinup_sitewide_alert\Commands; + +use Drupal\Core\Entity\EntityTypeManagerInterface; +use Drush\Commands\DrushCommands; + +/** + * Sitewide alert drush commands. + * + * @see \Drush\Drupal\Commands\sql\SanitizeCommands::sanitize() + */ +class SitewideAlertCommands extends DrushCommands { + + /** + * Constructs a new instance. + * + * @param \Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager + * The entity type manager service. + */ + public function __construct( + public EntityTypeManagerInterface $entityTypeManager) { + parent::__construct(); + } + + /** + * Unpublish Sitewide entity. + * + * @param array[] $options + * Command options. + * + * @command joinup:unpublish-alert + * + * @throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException + * @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException + * @throws \Drupal\Core\Entity\EntityStorageException + */ + public function unpublishAlert(array $options = ['category' => NULL]): void { + $storage = $this->entityTypeManager->getStorage('sitewide_alert'); + + $query = $storage->getQuery() + ->condition('status', 1) + ->accessCheck(FALSE); + if (empty($options['category'])) { + $query->condition('category', $options['category']); + } + + $results = $query->execute(); + if (empty($results)) { + $this->output() + ->writeln('There are no entities which can be unpublished'); + return; + } + + /** @var \Drupal\sitewide_alert\Entity\SitewideAlertInterface[] $alerts */ + $alerts = $storage->loadMultiple($results); + foreach ($alerts as $alert) { + $alert->setUnpublished(); + $alert->save(); + + $this->output()->writeln( + dt('Alert "@label" has been unpublished.', ['@label' => $alert->label()]) + ); + } + + } + +} diff --git a/web/modules/custom/joinup_test/drush.services.yml b/web/modules/custom/joinup_test/drush.services.yml deleted file mode 100644 index fd09747e3c0a115ba27391b6f3b6484c9673118d..0000000000000000000000000000000000000000 --- a/web/modules/custom/joinup_test/drush.services.yml +++ /dev/null @@ -1,6 +0,0 @@ -services: - joinup_test.commands: - class: \Drupal\joinup_test\Commands\JoinupTestCommands - arguments: [ '@state' ] - tags: - - { name: drush.command } diff --git a/web/modules/custom/joinup_test/joinup_test.services.yml b/web/modules/custom/joinup_test/joinup_test.services.yml index 6a61dce527f253187feda78fbf3714d5afb3a045..d225fcb2720bf41d38b4b68bcf76fec0e332d12b 100644 --- a/web/modules/custom/joinup_test/joinup_test.services.yml +++ b/web/modules/custom/joinup_test/joinup_test.services.yml @@ -1,9 +1,4 @@ services: - joinup_test.event_subscriber: - class: Drupal\joinup_test\EventSubscriber\JoinupTestSubscriber - arguments: ['@path.matcher', '@state', '@messenger'] - tags: - - { name: event_subscriber } joinup_test.config_overrider: class: Drupal\joinup_test\Config\JoinupTestConfigOverrider arguments: ['@state', '@config.factory'] diff --git a/web/modules/custom/joinup_test/src/Commands/JoinupTestCommands.php b/web/modules/custom/joinup_test/src/Commands/JoinupTestCommands.php deleted file mode 100644 index 6658fd1dc5d307fffacfabf4794002e0fe8d734c..0000000000000000000000000000000000000000 --- a/web/modules/custom/joinup_test/src/Commands/JoinupTestCommands.php +++ /dev/null @@ -1,133 +0,0 @@ -<?php - -declare(strict_types = 1); - -namespace Drupal\joinup_test\Commands; - -use Drupal\Core\Messenger\MessengerInterface; -use Drupal\Core\State\StateInterface; -use Drupal\Core\StringTranslation\StringTranslationTrait; -use Drupal\site_alert\Entity\SiteAlert; -use Drush\Commands\DrushCommands; - -/** - * A Drush commandfile. - * - * In addition to this file, you need a drush.services.yml - * in root of your module, and a composer.json file that provides the name - * of the services file to use. - * - * See these files for an example of injecting Drupal services: - * - http://cgit.drupalcode.org/devel/tree/src/Commands/DevelCommands.php - * - http://cgit.drupalcode.org/devel/tree/drush.services.yml - */ -class JoinupTestCommands extends DrushCommands { - - use StringTranslationTrait; - - /** - * A set of site alerts to show. - */ - protected const DEFAULT_ALERTS = [ - 'low' => 'Joinup has a new look! <a href="#">Let us know</a> what you think.', - 'medium' => 'We are migrating to EU Login. Please <a href="#">update your account</a> at your earliest convenience.', - 'high' => 'Scheduled maintenance is taking place at 17h CET. It will require a downtime of 15 minutes. <a href="#">What\'s new</a>', - ]; - - /** - * A set of status messages to show. - */ - protected const DEFAULT_MESSAGES = [ - MessengerInterface::TYPE_STATUS => [ - 'You are signed in successfully.', - 'Your Joinup subscription has been activated. <a href="#">Manage your subscriptions</a>', - ], - MessengerInterface::TYPE_WARNING => [ - 'We are migrating to EU Login and your account needs to be linked. <a href="#">Learn more</a>', - ], - MessengerInterface::TYPE_ERROR => [ - 'Your message could not be delivered. Contact <a href="#">Joinup tech support</a> for assistance.', - ], - ]; - - /** - * The state manager service. - * - * @var \Drupal\Core\State\StateInterface - */ - protected $stateManager; - - /** - * Constructs a JoinupTestCommands object. - * - * @param \Drupal\Core\State\StateInterface $state - * The state manager service. - */ - public function __construct(StateInterface $state) { - parent::__construct(); - $this->stateManager = $state; - } - - /** - * Sets up success, warning, notification messages and site alerts. - * - * @usage joinup_test:setup_messages - * Shows all status messages and site alerts. - * - * @command joinup_test:setup_messages - * @aliases jt-sm - */ - public function setupTestMessages(string $message = 'Some random text message.'): void { - $state = $this->stateManager->get('joinup_test_messages'); - if (!empty($state)) { - $this->logger->notice('Previous messages have been found and will be cleared now.'); - $this->clearTestMessages(); - } - - foreach (self::DEFAULT_ALERTS as $severity => $message) { - $site_alert = SiteAlert::create([ - 'active' => 1, - 'severity' => $severity, - 'label' => $severity, - 'message' => $message, - ]); - $site_alert->save(); - $state['site_alerts'][] = $site_alert->id(); - } - // This will be used to display the messenger messages. - $state['messages'] = self::DEFAULT_MESSAGES; - - $this->stateManager->set('joinup_test_messages', $state); - $this->logger()->success("The messages will be be shown in the website."); - } - - /** - * Clears up the test messages from the homepage. - * - * @usage joinup_test:clear_messages - * Removes all site alerts and stops showing test messages. - * - * @command joinup_test:clear_messages - * @aliases jt-cm - */ - public function clearTestMessages(string $message = 'Some random text message.'): void { - $state = $this->stateManager->get('joinup_test_messages'); - - if (empty($state)) { - // Restore the state first before setting up the new messages. - $this->logger()->info('The test messages do not seem to be enabled. Ignoring.'); - return; - } - - foreach ($state['site_alerts'] as $alert_id) { - // Avoid errors if the site alert has been deleted in a different way. - if ($site_alert = SiteAlert::load($alert_id)) { - $site_alert->delete(); - } - } - - $this->stateManager->delete('joinup_test_messages'); - $this->logger()->success('All messages have been cleared.'); - } - -} diff --git a/web/modules/custom/joinup_test/src/EventSubscriber/JoinupTestSubscriber.php b/web/modules/custom/joinup_test/src/EventSubscriber/JoinupTestSubscriber.php deleted file mode 100644 index bfc6b3754df140150835c55cba6520a9be2b0844..0000000000000000000000000000000000000000 --- a/web/modules/custom/joinup_test/src/EventSubscriber/JoinupTestSubscriber.php +++ /dev/null @@ -1,85 +0,0 @@ -<?php - -declare(strict_types = 1); - -namespace Drupal\joinup_test\EventSubscriber; - -use Drupal\Component\Render\FormattableMarkup; -use Drupal\Core\Messenger\MessengerInterface; -use Drupal\Core\Path\PathMatcherInterface; -use Drupal\Core\State\StateInterface; -use Symfony\Component\EventDispatcher\EventSubscriberInterface; -use Symfony\Component\HttpKernel\Event\RequestEvent; -use Symfony\Component\HttpKernel\KernelEvents; - -/** - * Joinup test event subscriber. - */ -class JoinupTestSubscriber implements EventSubscriberInterface { - - /** - * The path matcher service. - * - * @var \Drupal\Core\Path\PathMatcherInterface - */ - protected $pathMatcher; - - /** - * The state manager service. - * - * @var \Drupal\Core\State\StateInterface - */ - protected $stateManager; - - /** - * The messenger service. - * - * @var \Drupal\Core\Messenger\MessengerInterface - */ - protected $messenger; - - /** - * Constructs a JoinupTestSubscriber object. - * - * @param \Drupal\Core\Path\PathMatcherInterface $path - * The path matcher service. - * @param \Drupal\Core\State\StateInterface $state - * The state manager service. - * @param \Drupal\Core\Messenger\MessengerInterface $messenger - * The messenger service. - */ - public function __construct(PathMatcherInterface $path, StateInterface $state, MessengerInterface $messenger) { - $this->pathMatcher = $path; - $this->stateManager = $state; - $this->messenger = $messenger; - } - - /** - * Kernel request event handler. - * - * @param \Symfony\Component\HttpKernel\Event\RequestEvent $event - * Response event. - */ - public function onKernelRequest(RequestEvent $event): void { - $state = $this->stateManager->get('joinup_test_messages'); - if (empty($state)) { - return; - } - - foreach ($state['messages'] as $type => $messages) { - foreach ($messages as $message) { - $this->messenger->addMessage(new FormattableMarkup($message, []), $type); - } - } - } - - /** - * {@inheritdoc} - */ - public static function getSubscribedEvents(): array { - return [ - KernelEvents::REQUEST => ['onKernelRequest'], - ]; - } - -} diff --git a/web/modules/custom/joinup_video/src/Plugin/video_embed_field/Provider/JoinupEcVideo.php b/web/modules/custom/joinup_video/src/Plugin/video_embed_field/Provider/JoinupEcVideo.php index c519d7029dfbfd255a1b6fa66b5b804c52e052ae..5be217074eb5f48c6b7f58e6d174f2e0a870dd10 100644 --- a/web/modules/custom/joinup_video/src/Plugin/video_embed_field/Provider/JoinupEcVideo.php +++ b/web/modules/custom/joinup_video/src/Plugin/video_embed_field/Provider/JoinupEcVideo.php @@ -76,6 +76,8 @@ public static function getIdFromInput($input) { '#^(?:(?:https?:)?//)?ec\.europa\.eu/(?:.*ref=)?(?<id>[^&\?]+)#i', // New style uris. '#^(?:(?:https?:)?//)?audiovisual\.ec\.europa\.eu/embed/index.html(?:.*ref=)?(?<id>[^&\?]+)#i', + // Another updates to uris. + '#^(?:(?:https?:)?//)?audiovisual\.ec\.europa\.eu/corporateplayer/index.html(?:.*video=)?(?<id>[^&\?]+)#i', ]; foreach ($expressions as $expression) { preg_match($expression, $input, $matches); diff --git a/web/modules/custom/search_api_field/src/Plugin/Field/FieldFormatter/SearchFormatter.php b/web/modules/custom/search_api_field/src/Plugin/Field/FieldFormatter/SearchFormatter.php index 47700f4b6ab4454e0f41a3a9516566b57ba4886f..fb93062c8e13d4c911f6e944adf8baf20724717a 100644 --- a/web/modules/custom/search_api_field/src/Plugin/Field/FieldFormatter/SearchFormatter.php +++ b/web/modules/custom/search_api_field/src/Plugin/Field/FieldFormatter/SearchFormatter.php @@ -162,12 +162,19 @@ public function viewElements(FieldItemListInterface $items, $langcode): array { return []; } + // Build the pager. The $element will ensure that a unique identifier is + // assigned to each pager. This is required because the search_api_field + // is a field that can appear anywhere it can be attached. For example, a + // search_api_field might be directly attached to an entity but also as a + // paragraph. Without this, all pagers would change all fields. + static $element = 0; + try { - $query = $this->getSearchQuery($settings, $item); + $query = $this->getSearchQuery($settings, $item, $element); $result = $query->execute(); // Extract the limit value from the query as it might have been altered // doing execution. - $render = $this->renderSearchResults($result, (int) $query->getOption('limit')); + $render = $this->renderSearchResults($result, (int) $query->getOption('limit'), $element); } catch (SearchApiException $exception) { $this->logger->log(RfcLogLevel::ERROR, 'Failed to execute query with error "@message".', Error::decodeException($exception)); @@ -199,6 +206,8 @@ public function viewElements(FieldItemListInterface $items, $langcode): array { $this->mergeQueryCacheMetadata($render, $archived_items); + $element++; + return $render; } @@ -209,16 +218,18 @@ public function viewElements(FieldItemListInterface $items, $langcode): array { * The settings configured in the field. * @param \Drupal\search_api_field\Plugin\Field\FieldType\SearchItemInterface $item * The field item. + * @param int $element + * The page element number. * * @return \Drupal\search_api\Query\QueryInterface * The prepared query. */ - protected function getSearchQuery(array $settings, SearchItemInterface $item): QueryInterface { + protected function getSearchQuery(array $settings, SearchItemInterface $item, int $element): QueryInterface { $field_definition = $this->fieldDefinition; $options = [ 'limit' => !empty($settings['limit']) ? $settings['limit'] : 10, - 'offset' => !is_null($this->request->get('page')) ? $this->request->get('page') * $settings['limit'] : 0, + 'offset' => !is_null($this->request->get('page')) ? $this->pagerManager->findPage($element) * (int) $settings['limit'] : 0, 'search_api_field entity' => $item->getEntity(), 'search_api_field item' => $item, ]; @@ -293,11 +304,13 @@ protected function getArchivedQuery(array $settings, SearchItemInterface $item): * The query results object. * @param int $limit * The number of results to show for each page. + * @param int $element + * The page element number. * * @return array * The render array for the search results. */ - protected function renderSearchResults(ResultSetInterface $result, int $limit): array { + protected function renderSearchResults(ResultSetInterface $result, int $limit, int $element): array { $view_mode_settings = $this->fieldDefinition->getSetting('view_modes'); $results = []; @@ -356,12 +369,6 @@ protected function renderSearchResults(ResultSetInterface $result, int $limit): '#results' => $results, ]; - // Build the pager. The $element will ensure that a unique identifier is - // assigned to each pager. This is required because the search_api_field - // is a field that can appear anywhere it can be attached. For example, a - // search_api_field might be directly attached to an entity but also as a - // paragraph. Without this, all pagers would change all fields. - static $element = 0; $build['#pager'] = [ '#type' => 'pager', '#element' => $element, diff --git a/web/modules/custom/voc_comparer/src/Form/EiraVocabularyVersionCompareForm.php b/web/modules/custom/voc_comparer/src/Form/EiraVocabularyVersionCompareForm.php index 71f5b1b627993791807ffad0bdb132afc4c2ed9e..5c73d230d70d10b51dd1025e24ecc5a2404e21f5 100644 --- a/web/modules/custom/voc_comparer/src/Form/EiraVocabularyVersionCompareForm.php +++ b/web/modules/custom/voc_comparer/src/Form/EiraVocabularyVersionCompareForm.php @@ -213,8 +213,8 @@ public function calculateNewTerms(array &$context): string { $context['results']['compare']['new'][$row->term->getUri()] = [ 'id' => $row->term->getUri(), 'label' => $row->label->getValue(), - 'category_id' => $row->category->getUri(), - 'category_label' => $row->category_label->getValue(), + 'category_id' => isset($row->category) ? $row->category->getUri() : '', + 'category_label' => isset($row->category_label) ? $row->category_label->getValue() : '', ]; } @@ -439,6 +439,10 @@ protected function newSiblingsOfRemovedUsedTermsToRenderArray(): array { $rows = []; foreach ($removed_terms as $term) { + if (empty($term['siblings'])) { + continue; + } + $first_row = array_slice($term['siblings'], 0, 1); $first_row = reset($first_row); $rows[] = [ diff --git a/web/profiles/joinup/src/Form/ExportStatisticsPerGroupForm.php b/web/profiles/joinup/src/Form/ExportStatisticsPerGroupForm.php index 281a38ddbbf52480df0b88558ebdcb6c26c42892..83093200c7efcfa15c0f3d8c2c52f4feaedf26a3 100644 --- a/web/profiles/joinup/src/Form/ExportStatisticsPerGroupForm.php +++ b/web/profiles/joinup/src/Form/ExportStatisticsPerGroupForm.php @@ -196,8 +196,6 @@ public function generateGroupStatistics(string $entity_id, array &$context): voi $group_content['solution'] = $group->field_ar_affiliates->count(); } - // Get the total members count. - $memberships = $this->mysql->query($this->getMembersCountQuery($group->id()))->fetchField(); $description = $group->hasField('field_ar_description') ? $group->field_ar_description->value : $group->field_is_description->value; // Add data to the final array. @@ -230,7 +228,7 @@ public function generateGroupStatistics(string $entity_id, array &$context): voi + $group_content['document']['archived'] + $group_content['event']['archived'] + $group_content['news']['archived'], - 'Number of members' => $memberships, + 'Number of members' => collection_member_count($group), 'Description word count' => str_word_count(strip_tags($description)), 'Total number of likes' => !empty($content_ids) ? $this->getLikesCount($content_ids) : 0, ]; @@ -293,22 +291,6 @@ private function getReleasesAndDistributionsQuery(string $entity_id): string { ?entity_id <http://joinup.eu/rdf_entity/group> <{$entity_id}> } } -QUERY; - } - - /** - * Helper method to return a query to fetch the number of members in a group. - * - * @param string $entity_id - * The group ID. - * - * @return string - * The query. - */ - private function getMembersCountQuery(string $entity_id): string { - return <<<QUERY -SELECT COUNT(og.uid) FROM {og_membership} og -WHERE entity_id = '{$entity_id}' AND state = 'active' QUERY; } diff --git a/web/themes/iop/assets/css/theme.min.css b/web/themes/iop/assets/css/theme.min.css index ce04f1803a348949651599fa77923f9de339479b..e595f7fb91f90523dfde6230a8c95a7ac5289ae5 100644 --- a/web/themes/iop/assets/css/theme.min.css +++ b/web/themes/iop/assets/css/theme.min.css @@ -1,2 +1,2 @@ -@charset "UTF-8";@import "fonts/cyrillic-400.css";@import "fonts/latin-400.css";@import "fonts/latin-ext-400.css";@import "fonts/greek-400.css";@import "fonts/cyrillic-500.css";@import "fonts/latin-500.css";@import "fonts/latin-ext-500.css";@import "fonts/greek-500.css";@import "fonts/cyrillic-700.css";@import "fonts/latin-700.css";@import "fonts/latin-ext-700.css";@import "fonts/greek-700.css";@import "fonts/cyrillic-400-italic.css";@import "fonts/latin-400-italic.css";@import "fonts/latin-ext-400-italic.css";@import "fonts/greek-400-italic.css";@import "fonts/cyrillic-500-italic.css";@import "fonts/latin-500-italic.css";@import "fonts/latin-ext-500-italic.css";@import "fonts/greek-500-italic.css";@import "fonts/cyrillic-700-italic.css";@import "fonts/latin-700-italic.css";@import "fonts/latin-ext-700-italic.css";@import "fonts/greek-700-italic.css";.fs-sm,.fs-xs{color:#858a8c}.fw-medium{color:#555859}.fw-medium.h2,.fw-medium.h3,.fw-medium.h4,.h1,h1,h2.fw-medium,h3.fw-medium,h4.fw-medium{color:#05161e}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#082330;font-weight:400;line-height:1.2;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h1,h1{font-size:2rem}}.h2,h2{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h2,h2{font-size:1.5rem}}.h3,h3{font-size:1.25rem}.h4,.h5,.h6,h4,h5,h6{font-size:1rem}.small,small{font-size:.875em}.mark,mark{background-color:#fff3cd;padding:.1875em}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:400;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:400;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:400;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:400;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:400;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:400;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6d7173;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}a{text-underline-offset:2px}a:not(.text-underline-hover):not(.standalone){text-decoration-color:rgba(8,35,48,.3)}a:not(.text-underline-hover):not(.standalone):visited{text-decoration-color:rgba(111,66,193,.3)}a:not(.text-underline-hover):not(.standalone):hover{text-decoration-color:currentColor}a:not(.text-underline-hover):not(.standalone):hover:visited{text-decoration-color:#6f42c1}a.standalone,a.text-underline-hover{text-decoration-color:transparent}a.standalone:hover,a.text-underline-hover:hover{text-decoration-color:currentColor}a.standalone:hover:visited,a.text-underline-hover:hover:visited{text-decoration-color:#6f42c1}svg{fill:currentColor}@media (max-width:767.98px){.n-mx-container{margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem}}.bg-lighter{background-color:#fafbfc}.bg-gray-200{background-color:#f5f6f7}.bg-gray-400{background-color:#a2a8ab}.border-gray-300{border-color:#dadee0}.grid-3-9{grid-template-columns:25% 75%}.clearfix:after{clear:both;content:"";display:block}.text-bg-primary{background-color:RGBA(8,35,48,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-secondary{background-color:RGBA(25,211,197,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-success{background-color:RGBA(24,191,128,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-info{background-color:RGBA(13,118,139,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-warning{background-color:RGBA(235,168,67,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-danger{background-color:RGBA(235,52,52,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-light{background-color:RGBA(248,249,250,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-dark{background-color:RGBA(33,37,41,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-brand{background-color:RGBA(35,141,193,var(--bs-bg-opacity,1))!important;color:#000!important}.link-primary{color:#082330!important}.link-primary:focus,.link-primary:hover{color:#061c26!important}.link-secondary{color:#19d3c5!important}.link-secondary:focus,.link-secondary:hover{color:#47dcd1!important}.link-success{color:#18bf80!important}.link-success:focus,.link-success:hover{color:#46cc99!important}.link-info{color:#0d768b!important}.link-info:focus,.link-info:hover{color:#0a5e6f!important}.link-warning{color:#eba843!important}.link-warning:focus,.link-warning:hover{color:#efb969!important}.link-danger{color:#eb3434!important}.link-danger:focus,.link-danger:hover{color:#ef5d5d!important}.link-light{color:#f8f9fa!important}.link-light:focus,.link-light:hover{color:#f9fafb!important}.link-dark{color:#212529!important}.link-dark:focus,.link-dark:hover{color:#1a1e21!important}.link-brand{color:#238dc1!important}.link-brand:focus,.link-brand:hover{color:#4fa4cd!important}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:60}.fixed-bottom{bottom:0}.sticky-top{position:sticky;top:0;z-index:50}.sticky-bottom{bottom:0;position:sticky;z-index:50}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:50}.sticky-sm-bottom{bottom:0;position:sticky;z-index:50}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:50}.sticky-md-bottom{bottom:0;position:sticky;z-index:50}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:50}.sticky-lg-bottom{bottom:0;position:sticky;z-index:50}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:50}.sticky-xl-bottom{bottom:0;position:sticky;z-index:50}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:50}.sticky-xxl-bottom{bottom:0;position:sticky;z-index:50}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentcolor;display:inline-block;min-height:1em;opacity:.25;width:1px}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.w-min-content{width:-moz-min-content!important;width:min-content!important}.mw-100{max-width:100%!important}.mw-date{max-width:10rem!important}.mw-col-date{max-width:calc(10rem + var(--bs-gutter-x))!important}.mw-listing-img{max-width:10rem!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-2-5{margin:.75rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-2-5{margin-top:.75rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-2-5{margin-right:.75rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-2-5{margin-bottom:.75rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-2-5{margin-left:.75rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-2-5{padding:.75rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-2-5{padding-top:.75rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-2-5{padding-right:.75rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-2-5{padding-bottom:.75rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-2-5{padding-left:.75rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fs-sm{font-size:.875rem!important}.fs-xs{font-size:.75rem!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-semibold{font-weight:600!important}.fw-bolder{font-weight:bolder!important}.fw-md,.fw-medium{font-weight:500!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-brand{--bs-text-opacity:1;color:rgba(var(--bs-brand-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#495057!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-brand{--bs-bg-opacity:1;background-color:rgba(var(--bs-brand-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-date{--bs-bg-opacity:1;background-color:#1698af!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-2xl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important}.rounded-end,.rounded-top{border-top-right-radius:var(--bs-border-radius)!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-start{border-top-left-radius:var(--bs-border-radius)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.border-sm{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-sm-0{border:0!important}.border-top-sm{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-sm-0{border-top:0!important}.border-bottom-sm{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-sm-0{border-bottom:0!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-2-5{margin:.75rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-2-5{margin-top:.75rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-2-5{margin-right:.75rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-2-5{margin-bottom:.75rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-2-5{margin-left:.75rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-2-5{padding:.75rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-2-5{padding-top:.75rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-2-5{padding-right:.75rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-2-5{padding-bottom:.75rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-2-5{padding-left:.75rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.border-md{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-md-0{border:0!important}.border-top-md{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-md-0{border-top:0!important}.border-bottom-md{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-md-0{border-bottom:0!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-2-5{margin:.75rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-2-5{margin-top:.75rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-2-5{margin-right:.75rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-2-5{margin-bottom:.75rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-2-5{margin-left:.75rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-2-5{padding:.75rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-2-5{padding-top:.75rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-2-5{padding-right:.75rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-2-5{padding-bottom:.75rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-2-5{padding-left:.75rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.border-lg{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-lg-0{border:0!important}.border-top-lg{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-lg-0{border-top:0!important}.border-bottom-lg{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-lg-0{border-bottom:0!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-2-5{margin:.75rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-2-5{margin-top:.75rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-2-5{margin-right:.75rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-2-5{margin-bottom:.75rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-2-5{margin-left:.75rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-2-5{padding:.75rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-2-5{padding-top:.75rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-2-5{padding-right:.75rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-2-5{padding-bottom:.75rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-2-5{padding-left:.75rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.border-xl{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-xl-0{border:0!important}.border-top-xl{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-xl-0{border-top:0!important}.border-bottom-xl{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-xl-0{border-bottom:0!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-2-5{margin:.75rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-2-5{margin-top:.75rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-2-5{margin-right:.75rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-2-5{margin-bottom:.75rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-2-5{margin-left:.75rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-2-5{padding:.75rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-2-5{padding-top:.75rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-2-5{padding-right:.75rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-2-5{padding-bottom:.75rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-2-5{padding-left:.75rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.border-xxl{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-xxl-0{border:0!important}.border-top-xxl{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-xxl-0{border-top:0!important}.border-bottom-xxl{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-xxl-0{border-bottom:0!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-2-5{margin:.75rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-2-5{margin-top:.75rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-2-5{margin-right:.75rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-2-5{margin-bottom:.75rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-2-5{margin-left:.75rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-2-5{padding:.75rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-2-5{padding-top:.75rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-2-5{padding-right:.75rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-2-5{padding-bottom:.75rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-2-5{padding-left:.75rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}a:hover:visited{text-decoration-color:currentColor!important}a.call-to-action{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 30' style='enable-background:new 0 0 100 30' xml:space='preserve'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' y1='15.5' x2='100' y2='15.5'%3E%3Cstop offset='.106' style='stop-color:%23268dc2'/%3E%3Cstop offset='.129' style='stop-color:%232c94c1'/%3E%3Cstop offset='.216' style='stop-color:%233ea9bc'/%3E%3Cstop offset='.302' style='stop-color:%2348b6ba'/%3E%3Cstop offset='.382' style='stop-color:%234cbab9'/%3E%3Cstop offset='.682' style='stop-color:%23ced955'/%3E%3Cstop offset='.734' style='stop-color:%23d1d44f'/%3E%3Cstop offset='.805' style='stop-color:%23d9c43d'/%3E%3Cstop offset='.887' style='stop-color:%23e6ac20'/%3E%3Cstop offset='.956' style='stop-color:%23f39202'/%3E%3C/linearGradient%3E%3Cpath d='M1 17.6s11.27-6.1 24.01-6.1 34.3 8 49 8 24.99-4 24.99-4' style='fill:none;stroke:url(%23a);stroke-width:4;stroke-linecap:round;stroke-miterlimit:10'/%3E%3C/svg%3E");background-position:center 1.125em;background-repeat:no-repeat;background-size:100% 16px;color:#082330;display:inline-block;height:2em}a.call-to-action:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 30' style='enable-background:new 0 0 100 30' xml:space='preserve'%3E%3Cpath d='M1 17.6s11.27-6.1 24.01-6.1 34.3 8 49 8 24.99-4 24.99-4' style='fill:none;stroke:%233d3f40;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10'/%3E%3C/svg%3E");color:#000;text-decoration:none}.layout-container .region-featured{height:0}.layout-container:not(.listing) .page-header{margin-bottom:1rem}@media (min-width:768px){.layout-container:not(.listing) .page-header{margin-bottom:2rem}}.layout-container.listing .page-header{margin-bottom:-1rem}@media (min-width:768px){.layout-container.listing .page-header{margin-bottom:-2rem}} +@charset "UTF-8";@import "fonts/cyrillic-400.css";@import "fonts/latin-400.css";@import "fonts/latin-ext-400.css";@import "fonts/greek-400.css";@import "fonts/cyrillic-500.css";@import "fonts/latin-500.css";@import "fonts/latin-ext-500.css";@import "fonts/greek-500.css";@import "fonts/cyrillic-700.css";@import "fonts/latin-700.css";@import "fonts/latin-ext-700.css";@import "fonts/greek-700.css";@import "fonts/cyrillic-400-italic.css";@import "fonts/latin-400-italic.css";@import "fonts/latin-ext-400-italic.css";@import "fonts/greek-400-italic.css";@import "fonts/cyrillic-500-italic.css";@import "fonts/latin-500-italic.css";@import "fonts/latin-ext-500-italic.css";@import "fonts/greek-500-italic.css";@import "fonts/cyrillic-700-italic.css";@import "fonts/latin-700-italic.css";@import "fonts/latin-ext-700-italic.css";@import "fonts/greek-700-italic.css";.fs-sm,.fs-xs{color:#858a8c}.fw-medium{color:#555859}.fw-medium.h2,.fw-medium.h3,.fw-medium.h4,.h1,h1,h2.fw-medium,h3.fw-medium,h4.fw-medium{color:#05161e}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#082330;font-weight:400;line-height:1.2;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h1,h1{font-size:2rem}}.h2,h2{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h2,h2{font-size:1.5rem}}.h3,h3{font-size:1.25rem}.h4,.h5,.h6,h4,h5,h6{font-size:1rem}.small,small{font-size:.875em}.mark,mark{background-color:#fff3cd;padding:.1875em}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:400;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:400;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:400;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:400;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:400;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:400;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6d7173;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}a{text-underline-offset:2px}a:not(.text-underline-hover):not(.standalone){text-decoration-color:rgba(8,35,48,.3)}a:not(.text-underline-hover):not(.standalone):visited{text-decoration-color:rgba(111,66,193,.3)}a:not(.text-underline-hover):not(.standalone):hover{text-decoration-color:currentColor}a:not(.text-underline-hover):not(.standalone):hover:visited{text-decoration-color:#6f42c1}a.standalone,a.text-underline-hover{text-decoration-color:transparent}a.standalone:hover,a.text-underline-hover:hover{text-decoration-color:currentColor}a.standalone:hover:visited,a.text-underline-hover:hover:visited{text-decoration-color:#6f42c1}svg{fill:currentColor}@media (max-width:767.98px){.n-mx-container{margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem}}.bg-lighter{background-color:#fafbfc}.bg-gray-200{background-color:#f5f6f7}.bg-gray-400{background-color:#a2a8ab}.border-gray-300{border-color:#dadee0}.grid-3-9{grid-template-columns:25% 75%}.clearfix:after{clear:both;content:"";display:block}.text-bg-primary{background-color:RGBA(8,35,48,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-secondary{background-color:RGBA(25,211,197,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-success{background-color:RGBA(24,191,128,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-info{background-color:RGBA(13,118,139,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-warning{background-color:RGBA(235,168,67,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-danger{background-color:RGBA(235,52,52,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-light{background-color:RGBA(248,249,250,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-dark{background-color:RGBA(33,37,41,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-brand{background-color:RGBA(35,141,193,var(--bs-bg-opacity,1))!important;color:#000!important}.link-primary{color:#082330!important}.link-primary:focus,.link-primary:hover{color:#061c26!important}.link-secondary{color:#19d3c5!important}.link-secondary:focus,.link-secondary:hover{color:#47dcd1!important}.link-success{color:#18bf80!important}.link-success:focus,.link-success:hover{color:#46cc99!important}.link-info{color:#0d768b!important}.link-info:focus,.link-info:hover{color:#0a5e6f!important}.link-warning{color:#eba843!important}.link-warning:focus,.link-warning:hover{color:#efb969!important}.link-danger{color:#eb3434!important}.link-danger:focus,.link-danger:hover{color:#ef5d5d!important}.link-light{color:#f8f9fa!important}.link-light:focus,.link-light:hover{color:#f9fafb!important}.link-dark{color:#212529!important}.link-dark:focus,.link-dark:hover{color:#1a1e21!important}.link-brand{color:#238dc1!important}.link-brand:focus,.link-brand:hover{color:#4fa4cd!important}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:60}.fixed-bottom{bottom:0}.sticky-top{position:sticky;top:0;z-index:50}.sticky-bottom{bottom:0;position:sticky;z-index:50}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:50}.sticky-sm-bottom{bottom:0;position:sticky;z-index:50}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:50}.sticky-md-bottom{bottom:0;position:sticky;z-index:50}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:50}.sticky-lg-bottom{bottom:0;position:sticky;z-index:50}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:50}.sticky-xl-bottom{bottom:0;position:sticky;z-index:50}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:50}.sticky-xxl-bottom{bottom:0;position:sticky;z-index:50}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentcolor;display:inline-block;min-height:1em;opacity:.25;width:1px}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.w-min-content{width:-moz-min-content!important;width:min-content!important}.mw-100{max-width:100%!important}.mw-date{max-width:10rem!important}.mw-col-date{max-width:calc(10rem + var(--bs-gutter-x))!important}.mw-listing-img{max-width:10rem!important}.h-0{height:0!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-2-5{margin:.75rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-2-5{margin-top:.75rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-2-5{margin-right:.75rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-2-5{margin-bottom:.75rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-2-5{margin-left:.75rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-2-5{padding:.75rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-2-5{padding-top:.75rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-2-5{padding-right:.75rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-2-5{padding-bottom:.75rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-2-5{padding-left:.75rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fs-sm{font-size:.875rem!important}.fs-xs{font-size:.75rem!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-semibold{font-weight:600!important}.fw-bolder{font-weight:bolder!important}.fw-md,.fw-medium{font-weight:500!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-brand{--bs-text-opacity:1;color:rgba(var(--bs-brand-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#495057!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-brand{--bs-bg-opacity:1;background-color:rgba(var(--bs-brand-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-date{--bs-bg-opacity:1;background-color:#1698af!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-2xl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important}.rounded-end,.rounded-top{border-top-right-radius:var(--bs-border-radius)!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-start{border-top-left-radius:var(--bs-border-radius)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.border-sm{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-sm-0{border:0!important}.border-top-sm{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-sm-0{border-top:0!important}.border-bottom-sm{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-sm-0{border-bottom:0!important}.h-sm-0{height:0!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-2-5{margin:.75rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-2-5{margin-top:.75rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-2-5{margin-right:.75rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-2-5{margin-bottom:.75rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-2-5{margin-left:.75rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-2-5{padding:.75rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-2-5{padding-top:.75rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-2-5{padding-right:.75rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-2-5{padding-bottom:.75rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-2-5{padding-left:.75rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.border-md{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-md-0{border:0!important}.border-top-md{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-md-0{border-top:0!important}.border-bottom-md{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-md-0{border-bottom:0!important}.h-md-0{height:0!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-2-5{margin:.75rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-2-5{margin-top:.75rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-2-5{margin-right:.75rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-2-5{margin-bottom:.75rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-2-5{margin-left:.75rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-2-5{padding:.75rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-2-5{padding-top:.75rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-2-5{padding-right:.75rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-2-5{padding-bottom:.75rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-2-5{padding-left:.75rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.border-lg{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-lg-0{border:0!important}.border-top-lg{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-lg-0{border-top:0!important}.border-bottom-lg{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-lg-0{border-bottom:0!important}.h-lg-0{height:0!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-2-5{margin:.75rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-2-5{margin-top:.75rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-2-5{margin-right:.75rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-2-5{margin-bottom:.75rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-2-5{margin-left:.75rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-2-5{padding:.75rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-2-5{padding-top:.75rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-2-5{padding-right:.75rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-2-5{padding-bottom:.75rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-2-5{padding-left:.75rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.border-xl{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-xl-0{border:0!important}.border-top-xl{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-xl-0{border-top:0!important}.border-bottom-xl{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-xl-0{border-bottom:0!important}.h-xl-0{height:0!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-2-5{margin:.75rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-2-5{margin-top:.75rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-2-5{margin-right:.75rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-2-5{margin-bottom:.75rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-2-5{margin-left:.75rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-2-5{padding:.75rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-2-5{padding-top:.75rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-2-5{padding-right:.75rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-2-5{padding-bottom:.75rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-2-5{padding-left:.75rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.border-xxl{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-xxl-0{border:0!important}.border-top-xxl{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-xxl-0{border-top:0!important}.border-bottom-xxl{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-xxl-0{border-bottom:0!important}.h-xxl-0{height:0!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-2-5{margin:.75rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-2-5{margin-top:.75rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-2-5{margin-right:.75rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-2-5{margin-bottom:.75rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-2-5{margin-left:.75rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-2-5{padding:.75rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-2-5{padding-top:.75rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-2-5{padding-right:.75rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-2-5{padding-bottom:.75rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-2-5{padding-left:.75rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}a:hover:visited{text-decoration-color:currentColor!important}a.call-to-action{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 30' style='enable-background:new 0 0 100 30' xml:space='preserve'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' y1='15.5' x2='100' y2='15.5'%3E%3Cstop offset='.106' style='stop-color:%23268dc2'/%3E%3Cstop offset='.129' style='stop-color:%232c94c1'/%3E%3Cstop offset='.216' style='stop-color:%233ea9bc'/%3E%3Cstop offset='.302' style='stop-color:%2348b6ba'/%3E%3Cstop offset='.382' style='stop-color:%234cbab9'/%3E%3Cstop offset='.682' style='stop-color:%23ced955'/%3E%3Cstop offset='.734' style='stop-color:%23d1d44f'/%3E%3Cstop offset='.805' style='stop-color:%23d9c43d'/%3E%3Cstop offset='.887' style='stop-color:%23e6ac20'/%3E%3Cstop offset='.956' style='stop-color:%23f39202'/%3E%3C/linearGradient%3E%3Cpath d='M1 17.6s11.27-6.1 24.01-6.1 34.3 8 49 8 24.99-4 24.99-4' style='fill:none;stroke:url(%23a);stroke-width:4;stroke-linecap:round;stroke-miterlimit:10'/%3E%3C/svg%3E");background-position:center 1.125em;background-repeat:no-repeat;background-size:100% 16px;color:#082330;display:inline-block;height:2em}a.call-to-action:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 30' style='enable-background:new 0 0 100 30' xml:space='preserve'%3E%3Cpath d='M1 17.6s11.27-6.1 24.01-6.1 34.3 8 49 8 24.99-4 24.99-4' style='fill:none;stroke:%233d3f40;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10'/%3E%3C/svg%3E");color:#000;text-decoration:none}.layout-container:not(.listing) .page-header{margin-bottom:1rem}@media (min-width:768px){.layout-container:not(.listing) .page-header{margin-bottom:2rem}}.layout-container.listing .page-header+.content{margin-top:-1rem}@media (min-width:768px){.layout-container.listing .page-header+.content{margin-top:-2rem}} /*# sourceMappingURL=theme.min.css.map */ \ No newline at end of file diff --git a/web/themes/iop/iop.libraries.yml b/web/themes/iop/iop.libraries.yml index f6f1299390171ac2684add46f4af52521942cfba..a853d4053f3a17fd16a13ed27c235c7fdca6f707 100644 --- a/web/themes/iop/iop.libraries.yml +++ b/web/themes/iop/iop.libraries.yml @@ -30,12 +30,12 @@ listing: accordion-faq: css: theme: - assets/css/accordion-faq.min.css: { minified: true } + assets/css/accordion-faq.min.css: { minified: true, preprocess: false } join: css: theme: - assets/css/join.min.css: { minified: true } + assets/css/join.min.css: { minified: true, preprocess: false } navbar: css: @@ -70,12 +70,12 @@ paragraph--2-column-featured-right: paragraph--call-to-action: css: theme: - assets/css/paragraph--call-to-action.min.css: { minified: true } + assets/css/paragraph--call-to-action.min.css: { minified: true, preprocess: false } paragraph--carousel: css: theme: - assets/css/paragraph--carousel.min.css: { minified: true } + assets/css/paragraph--carousel.min.css: { minified: true, preprocess: false } assets/css/glide.core.min.css: { minified: true } dependencies: - iop/paragraph--carousel.js diff --git a/web/themes/iop/iop.theme b/web/themes/iop/iop.theme index 9acd704f66acb98d5090276275256b979f693663..32810884325171c24746c98855bc99ce3e440805 100644 --- a/web/themes/iop/iop.theme +++ b/web/themes/iop/iop.theme @@ -54,7 +54,7 @@ function iop_preprocess_paragraph__image(array &$variables): void { /** * Implements hook_preprocess_HOOK(). */ -function iop_preprocess_page(&$variables) { +function iop_preprocess_page(array &$variables): void { $route_name = \Drupal::routeMatch()->getRouteName(); $node = \Drupal::routeMatch()->getParameter('node'); if ($node instanceof NodeInterface) { @@ -102,7 +102,18 @@ function iop_preprocess_page(&$variables) { /** * Implements hook_preprocess_HOOK(). */ -function iop_preprocess_node(&$variables) { +function iop_preprocess_node(array &$variables): void { + if ($variables['view_mode'] === 'carousel' && !empty($variables['image'])) { + $variables['image'] = $variables['node']->getLogoAsRenderArray([ + 'label' => 'hidden', + 'type' => 'responsive_image', + 'settings' => [ + 'responsive_image_style' => 'iop_carousel', + 'image_link' => 'none', + ], + ]); + } + // Disables the "Report" link for IOP except news and events. $node = \Drupal::routeMatch()->getParameter('node'); if (!$node instanceof NodeInterface || @@ -124,7 +135,7 @@ function iop_preprocess_node(&$variables) { /** * Implements hook_preprocess_HOOK(). */ -function iop_preprocess_node__custom_page__full(&$variables) { +function iop_preprocess_node__custom_page__full(array &$variables): void { $node = $variables['node']; if (($node instanceof CustomPageInterface) && ($group = $node->getGroup()) @@ -238,3 +249,19 @@ function iop_preprocess_page_title(array &$variables): void { $variables['url_more'] = $link; } } + +/** + * Implements hook_preprocess_HOOK(). + */ +function iop_preprocess_rdf_entity(array &$variables): void { + if ($variables['view_mode'] === 'carousel' && !empty($variables['image'])) { + $variables['image'] = $variables['rdf_entity']->getLogoAsRenderArray([ + 'label' => 'hidden', + 'type' => 'responsive_image', + 'settings' => [ + 'responsive_image_style' => 'iop_carousel', + 'image_link' => 'none', + ], + ]); + } +} diff --git a/web/themes/iop/src/scss/04-theme.scss b/web/themes/iop/src/scss/04-theme.scss index 9ecbce5934e7def1375b5fee34a00c318570f53f..ee15472f687fc240094129150c0900aaacbeaad7 100644 --- a/web/themes/iop/src/scss/04-theme.scss +++ b/web/themes/iop/src/scss/04-theme.scss @@ -44,9 +44,6 @@ a.call-to-action { // Layout .layout-container { - .region-featured { - height: 0; - } &:not(.listing) { .page-header { margin-bottom: $spacer * 1; // 16px @@ -56,10 +53,10 @@ a.call-to-action { } } &.listing { - .page-header { - margin-bottom: $spacer * -1; // -16px + .page-header + .content { + margin-top: $spacer * -1; // -16px @include media-breakpoint-up(md) { - margin-bottom: $spacer * -2; // -32px + margin-top: $spacer * -2; // -32px } } } diff --git a/web/themes/iop/src/scss/partials/overrides/_utilities.scss b/web/themes/iop/src/scss/partials/overrides/_utilities.scss index 7afc90eed59b49994b817faaa8fae4b21e0bf6f7..01e181fd47c2bcdc0e3fca3ab9e30f960f9595f6 100644 --- a/web/themes/iop/src/scss/partials/overrides/_utilities.scss +++ b/web/themes/iop/src/scss/partials/overrides/_utilities.scss @@ -15,6 +15,14 @@ $utilities: map-merge( "border-width": null, "viewport-width": null, "min-viewport-width": null, + "height": ( + responsive: true, + property: height, + class: h, + values: ( + 0: 0, + ) + ), "max-height": null, "viewport-height": null, "min-viewport-height": null, diff --git a/web/themes/iop/templates/content/node--carousel.html.twig b/web/themes/iop/templates/content/node--carousel.html.twig index ec8ebc165e9bf775485fa94fb2f156ce92373074..501a1e299c2ae4354b08b530eff42cd0e30814ae 100644 --- a/web/themes/iop/templates/content/node--carousel.html.twig +++ b/web/themes/iop/templates/content/node--carousel.html.twig @@ -87,13 +87,10 @@ %} {% if node.bundle is same as 'news' %} {% set icon = 'newspaper' %} - {% set logo = content.field_news_logo %} {% elseif node.bundle is same as 'event' %} {% set icon = 'calendar3' %} - {% set logo = content.field_event_logo %} {% elseif node.bundle is same as 'custom_page' %} {% set icon = 'file-earmark-richtext' %} - {% set logo = content.field_custom_page_logo %} {% endif %} <article{{ attributes.addClass(classes) }}> {{ title_prefix }} @@ -101,9 +98,9 @@ {% block content %} <a href="{{ url }}" rel="bookmark" title="{{ 'Read'|t }}: {{ label|render|striptags|trim }}" tabindex="-1"> - {% if logo["#items"] is not empty %} + {% if image %} <figure class="slide__figure"> - {{ logo }} + {{ image }} </figure> {% else %} <figure class="slide__figure"> diff --git a/web/themes/iop/templates/layout/page.html.twig b/web/themes/iop/templates/layout/page.html.twig index 721eec642fab980f773db475f104ae58e7db1183..a2c0698a1b34fd1c93148cd38acd1f2752846650 100644 --- a/web/themes/iop/templates/layout/page.html.twig +++ b/web/themes/iop/templates/layout/page.html.twig @@ -59,7 +59,7 @@ {% endif %} {% if page.featured|render|striptags|trim is not empty %} - <div class="region-featured"> + <div class="region-featured{% if page_header %} h-0{% endif %}"> <div class="container"> {{ page.featured }} </div> @@ -75,11 +75,9 @@ </div> {% endif %} - {% if page.messages|render|striptags|trim is not empty %} - <div class="container mt-5"> - {{ page.messages }} - </div> - {% endif %} + <div class="container"> + {{ page.messages }} + </div> {% if page.content_top %} <div class="container"> diff --git a/web/themes/iop/templates/rdf_entity/rdf-entity--carousel.html.twig b/web/themes/iop/templates/rdf_entity/rdf-entity--carousel.html.twig index 9d8edf213d92507d8ecac9ef46d1268d162eec9d..5576b9e5b0365fabe02e42d2ac8d3553561efd10 100644 --- a/web/themes/iop/templates/rdf_entity/rdf-entity--carousel.html.twig +++ b/web/themes/iop/templates/rdf_entity/rdf-entity--carousel.html.twig @@ -7,14 +7,47 @@ * - logo_url: The absolute path to the logo URL. */ #} -<article{{ attributes.addClass('glide__slide') }}> + +{% + set classes = [ + node.bundle|clean_class, + node.bundle|clean_class ~ '--' ~ view_mode|clean_class, + 'glide__slide', + 'slide', +] +%} +{% + set title_classes = [ + 'h6', + 'text-center', + 'slide__title', +] +%} +{% if rdf_entity.bundle is same as 'collection' %} + {% set icon = 'folder2-open' %} +{% else %} + {% set icon = 'clipboard2-check' %} +{% endif %} +<article{{ attributes.addClass(classes) }}> {{ title_prefix }} - {% if not page %} - <h2{{ title_attributes }}> - <a href="{{ url }}" rel="bookmark">{{ label }}</a> - </h2> - {% endif %} {{ title_suffix }} -{# {{ content }}#} + {% block content %} + <a href="{{ url }}" rel="bookmark" title="{{ 'Read'|t }}: {{ label|render|striptags|trim }}" tabindex="-1"> + {% if image %} + <figure class="slide__figure"> + {{ image }} + </figure> + {% else %} + <figure class="slide__figure"> + <svg class="slide__svg"> + <use xlink:href="{{ bcl_icon_path }}#{{ icon }}"></use> + </svg> + </figure> + {% endif %} + </a> + <h1{{ title_attributes.addClass(title_classes) }}> + <a class="slide__title-link" href="{{ url }}" rel="bookmark">{{ label }}</a> + </h1> + {% endblock %} </article> diff --git a/web/themes/ventuno/assets/css/alert.min.css b/web/themes/ventuno/assets/css/alert.min.css index 62e65a145d7359764fcccf5679e624eb11971fe4..2e74fbed3508e3476bd224082dbb196568860dc6 100644 --- a/web/themes/ventuno/assets/css/alert.min.css +++ b/web/themes/ventuno/assets/css/alert.min.css @@ -1,2 +1,2 @@ -.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:1px solid var(--bs-alert-border-color);--bs-alert-border-radius:0.375rem;background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);color:var(--bs-alert-color);margin-bottom:var(--bs-alert-margin-bottom);padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{--bs-alert-color:#0c2347;--bs-alert-bg:#e8ebf1;--bs-alert-border-color:#d0d8e4}.alert-primary .alert-link{color:#0a1c39}.alert-secondary{--bs-alert-color:#5c6064;--bs-alert-bg:#fdfeff;--bs-alert-border-color:#fafcfe}.alert-secondary .alert-link{color:#4a4d50}.alert-success{--bs-alert-color:#0e734d;--bs-alert-bg:#e8f9f2;--bs-alert-border-color:#d1f2e6}.alert-success .alert-link{color:#0b5c3e}.alert-info{--bs-alert-color:#084753;--bs-alert-bg:#e7f1f3;--bs-alert-border-color:#cfe4e8}.alert-info .alert-link{color:#063942}.alert-warning{--bs-alert-color:#8d6528;--bs-alert-bg:#fdf6ec;--bs-alert-border-color:#fbeed9}.alert-warning .alert-link{color:#715120}.alert-danger{--bs-alert-color:#8d1f1f;--bs-alert-bg:#fdebeb;--bs-alert-border-color:#fbd6d6}.alert-danger .alert-link{color:#711919}.alert-light{--bs-alert-color:#636464;--bs-alert-bg:#fefeff;--bs-alert-border-color:#fefefe}.alert-light .alert-link{color:#4f5050}.alert-dark{--bs-alert-color:#141619;--bs-alert-bg:#e9e9ea;--bs-alert-border-color:#d3d3d4}.alert-dark .alert-link{color:#101214}.alert-brand{--bs-alert-color:#0a4585;--bs-alert-bg:#e7f1fc;--bs-alert-border-color:#cfe3f8}.alert-brand .alert-link{color:#08376a}.alert-light{background:#fff;border-color:#f8f9fa}.alert-dark{background:#f5f6f7;border-color:#a2a8ab}.alert p:last-of-type{margin-bottom:0}.alert a{color:#0f69cb} +.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:1px solid var(--bs-alert-border-color);--bs-alert-border-radius:0.375rem;background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);color:var(--bs-alert-color);margin-bottom:var(--bs-alert-margin-bottom);padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{--bs-alert-color:#0c2347;--bs-alert-bg:#e8ebf1;--bs-alert-border-color:#d0d8e4}.alert-primary .alert-link{color:#0a1c39}.alert-secondary{--bs-alert-color:#5c6064;--bs-alert-bg:#fdfeff;--bs-alert-border-color:#fafcfe}.alert-secondary .alert-link{color:#4a4d50}.alert-success{--bs-alert-color:#0e734d;--bs-alert-bg:#e8f9f2;--bs-alert-border-color:#d1f2e6}.alert-success .alert-link{color:#0b5c3e}.alert-info{--bs-alert-color:#084753;--bs-alert-bg:#e7f1f3;--bs-alert-border-color:#cfe4e8}.alert-info .alert-link{color:#063942}.alert-warning{--bs-alert-color:#8d6528;--bs-alert-bg:#fdf6ec;--bs-alert-border-color:#fbeed9}.alert-warning .alert-link{color:#715120}.alert-danger{--bs-alert-color:#8d1f1f;--bs-alert-bg:#fdebeb;--bs-alert-border-color:#fbd6d6}.alert-danger .alert-link{color:#711919}.alert-light{--bs-alert-color:#636464;--bs-alert-bg:#fefeff;--bs-alert-border-color:#fefefe}.alert-light .alert-link{color:#4f5050}.alert-dark{--bs-alert-color:#141619;--bs-alert-bg:#e9e9ea;--bs-alert-border-color:#d3d3d4}.alert-dark .alert-link{color:#101214}.alert-brand{--bs-alert-color:#0a4585;--bs-alert-bg:#e7f1fc;--bs-alert-border-color:#cfe3f8}.alert-brand .alert-link{color:#08376a}.alert-light{background:#fff;border-color:#f8f9fa}.alert-dark{background:#f5f6f7;border-color:#a2a8ab}.alert{margin-top:1rem}.alert p:last-of-type{margin-bottom:0}.alert a{color:#0f69cb} /*# sourceMappingURL=alert.min.css.map */ \ No newline at end of file diff --git a/web/themes/ventuno/assets/css/tabledrag.min.css b/web/themes/ventuno/assets/css/tabledrag.min.css index 7d24b01a8844534c31d0d334736886bed3319beb..a34688de565dd4fa24cd9603b46b62d43794f7d4 100644 --- a/web/themes/ventuno/assets/css/tabledrag.min.css +++ b/web/themes/ventuno/assets/css/tabledrag.min.css @@ -1,2 +1,2 @@ -.alert,.messages{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:1px solid var(--bs-alert-border-color);--bs-alert-border-radius:0.375rem;background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);color:var(--bs-alert-color);margin-bottom:var(--bs-alert-margin-bottom);padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{--bs-alert-color:#0c2347;--bs-alert-bg:#e8ebf1;--bs-alert-border-color:#d0d8e4}.alert-primary .alert-link{color:#0a1c39}.alert-secondary{--bs-alert-color:#5c6064;--bs-alert-bg:#fdfeff;--bs-alert-border-color:#fafcfe}.alert-secondary .alert-link{color:#4a4d50}.alert-success,.messages--success{--bs-alert-color:#0e734d;--bs-alert-bg:#e8f9f2;--bs-alert-border-color:#d1f2e6}.alert-success .alert-link,.messages--success .alert-link{color:#0b5c3e}.alert-info{--bs-alert-color:#084753;--bs-alert-bg:#e7f1f3;--bs-alert-border-color:#cfe4e8}.alert-info .alert-link{color:#063942}.alert-warning,.messages--warning{--bs-alert-color:#8d6528;--bs-alert-bg:#fdf6ec;--bs-alert-border-color:#fbeed9}.alert-warning .alert-link,.messages--warning .alert-link{color:#715120}.alert-danger,.messages--danger{--bs-alert-color:#8d1f1f;--bs-alert-bg:#fdebeb;--bs-alert-border-color:#fbd6d6}.alert-danger .alert-link,.messages--danger .alert-link{color:#711919}.alert-light{--bs-alert-color:#636464;--bs-alert-bg:#fefeff;--bs-alert-border-color:#fefefe}.alert-light .alert-link{color:#4f5050}.alert-dark{--bs-alert-color:#141619;--bs-alert-bg:#e9e9ea;--bs-alert-border-color:#d3d3d4}.alert-dark .alert-link{color:#101214}.alert-brand{--bs-alert-color:#0a4585;--bs-alert-bg:#e7f1fc;--bs-alert-border-color:#cfe3f8}.alert-brand .alert-link{color:#08376a}.alert-light{background:#fff;border-color:#f8f9fa}.alert-dark{background:#f5f6f7;border-color:#a2a8ab}.alert p:last-of-type,.messages p:last-of-type{margin-bottom:0}.alert a,.messages a{color:#0f69cb}.tabledrag-toggle-weight-wrapper{display:none}.js .field--widget-paragraphs th .paragraphs-actions{margin-right:0}.js .field--widget-paragraphs td{padding:.5rem}.joinup-nodrag .field-multiple-drag,.joinup-nodrag a.tabledrag-handle{display:none}.joinup-nodrag .table td.field-multiple-drag{padding:0;width:0}.joinup-nodrag .table td.delta-order{min-width:5rem}.draggable .field-multiple-drag,.draggable .tabledrag-handle-cell{padding-right:0;position:relative;width:45px}.draggable .field-multiple-drag a.tabledrag-handle,.draggable .tabledrag-handle-cell a.tabledrag-handle{height:2rem;margin-left:0;width:2rem}.draggable .field-multiple-drag a.tabledrag-handle .handle,.draggable .tabledrag-handle-cell a.tabledrag-handle .handle{height:2rem;margin:0;padding:0;position:absolute;top:calc(50% - 1rem);width:2rem} +.alert,.messages{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:1px solid var(--bs-alert-border-color);--bs-alert-border-radius:0.375rem;background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);color:var(--bs-alert-color);margin-bottom:var(--bs-alert-margin-bottom);padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{--bs-alert-color:#0c2347;--bs-alert-bg:#e8ebf1;--bs-alert-border-color:#d0d8e4}.alert-primary .alert-link{color:#0a1c39}.alert-secondary{--bs-alert-color:#5c6064;--bs-alert-bg:#fdfeff;--bs-alert-border-color:#fafcfe}.alert-secondary .alert-link{color:#4a4d50}.alert-success,.messages--success{--bs-alert-color:#0e734d;--bs-alert-bg:#e8f9f2;--bs-alert-border-color:#d1f2e6}.alert-success .alert-link,.messages--success .alert-link{color:#0b5c3e}.alert-info{--bs-alert-color:#084753;--bs-alert-bg:#e7f1f3;--bs-alert-border-color:#cfe4e8}.alert-info .alert-link{color:#063942}.alert-warning,.messages--warning{--bs-alert-color:#8d6528;--bs-alert-bg:#fdf6ec;--bs-alert-border-color:#fbeed9}.alert-warning .alert-link,.messages--warning .alert-link{color:#715120}.alert-danger,.messages--danger{--bs-alert-color:#8d1f1f;--bs-alert-bg:#fdebeb;--bs-alert-border-color:#fbd6d6}.alert-danger .alert-link,.messages--danger .alert-link{color:#711919}.alert-light{--bs-alert-color:#636464;--bs-alert-bg:#fefeff;--bs-alert-border-color:#fefefe}.alert-light .alert-link{color:#4f5050}.alert-dark{--bs-alert-color:#141619;--bs-alert-bg:#e9e9ea;--bs-alert-border-color:#d3d3d4}.alert-dark .alert-link{color:#101214}.alert-brand{--bs-alert-color:#0a4585;--bs-alert-bg:#e7f1fc;--bs-alert-border-color:#cfe3f8}.alert-brand .alert-link{color:#08376a}.alert-light{background:#fff;border-color:#f8f9fa}.alert-dark{background:#f5f6f7;border-color:#a2a8ab}.alert,.messages{margin-top:1rem}.alert p:last-of-type,.messages p:last-of-type{margin-bottom:0}.alert a,.messages a{color:#0f69cb}.tabledrag-toggle-weight-wrapper{display:none}.js .field--widget-paragraphs th .paragraphs-actions{margin-right:0}.js .field--widget-paragraphs td{padding:.5rem}.joinup-nodrag .field-multiple-drag,.joinup-nodrag a.tabledrag-handle{display:none}.joinup-nodrag .table td.field-multiple-drag{padding:0;width:0}.joinup-nodrag .table td.delta-order{min-width:5rem}.draggable .field-multiple-drag,.draggable .tabledrag-handle-cell{padding-right:0;position:relative;width:45px}.draggable .field-multiple-drag a.tabledrag-handle,.draggable .tabledrag-handle-cell a.tabledrag-handle{height:2rem;margin-left:0;width:2rem}.draggable .field-multiple-drag a.tabledrag-handle .handle,.draggable .tabledrag-handle-cell a.tabledrag-handle .handle{height:2rem;margin:0;padding:0;position:absolute;top:calc(50% - 1rem);width:2rem} /*# sourceMappingURL=tabledrag.min.css.map */ \ No newline at end of file diff --git a/web/themes/ventuno/assets/css/tile-two.min.css b/web/themes/ventuno/assets/css/tile-two.min.css deleted file mode 100644 index 1aa0a247995f7fdbe920378d582e8ff526e571e3..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/assets/css/tile-two.min.css +++ /dev/null @@ -1,2 +0,0 @@ -.tile-two{word-break:break-word}.tile-two__title{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.tile-two--dated .date{color:rgba(20,59,118,.7);font-weight:700;margin-right:1rem}.tile-two--dated .date__day{font-size:1.5rem;line-height:1;margin-bottom:0}.tile-two--dated .date__month{font-size:1rem;line-height:2;margin-bottom:0;text-transform:uppercase}.paragraph--type--grid .tile-two__title{font-size:1.25rem}.paragraph--type--grid .tile-two__title-link{color:#143b76}.paragraph--type--list .tile-two__title{font-size:1rem;font-weight:700}.paragraph--type--list .tile-two__title-link{color:#212529} -/*# sourceMappingURL=tile-two.min.css.map */ \ No newline at end of file diff --git a/web/themes/ventuno/assets/css/tile.min.css b/web/themes/ventuno/assets/css/tile.min.css index 16b91f65badf62e08974326e8b76cd8f694277f4..da4520b546132c74a0d41a57cc498cef3776a722 100644 --- a/web/themes/ventuno/assets/css/tile.min.css +++ b/web/themes/ventuno/assets/css/tile.min.css @@ -1,2 +1,2 @@ -.tile{flex-direction:column;height:100%;position:relative}.tile__link{z-index:2}.tile__action{position:relative;z-index:3}.tile__figure{aspect-ratio:16/9;overflow:hidden}.tile__figure picture{align-items:center;display:flex;height:100%;justify-content:center}.tile__figure picture img{margin-bottom:0;max-height:100%;width:auto}.tile__body{padding:1rem}.tile__standout-info{font-size:.875rem;right:.5rem;top:-1rem}.tile__info-icon,.tile__standout-info-icon{font-size:.75rem}.tile__info-icon{flex-shrink:0}.tile__info-text{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden}.tile__default-img:after{background-color:#fff;border-radius:50rem;content:"";display:block;height:6rem;position:absolute;width:6rem}.tile__default-icon{color:#a2a8ab;height:3rem;width:3rem;z-index:1}.tile__body{flex:1 1 auto;padding:1rem 1rem 0}.tile__title{-webkit-line-clamp:2}.tile__text,.tile__title{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.tile__text{-webkit-line-clamp:4}.tile__bundle-icon{background-color:#fae8cd;height:1.5rem;width:1.5rem}.tile .mark{align-items:center;background-color:#1073de;border-radius:50rem;display:flex;height:1.75rem;justify-content:center;position:absolute;right:.5rem;top:.5rem;width:1.75rem;z-index:1}.tile .mark.star:before{-webkit-mask-image:url(../icons/star.svg);mask-image:url(../icons/star.svg)}.tile .mark.pin:before,.tile .mark.star:before{background-color:#fff;content:"";display:inline-block;height:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;vertical-align:-.125em;width:1em}.tile .mark.pin:before{-webkit-mask-image:url(../icons/pin.svg);mask-image:url(../icons/pin.svg)}.tile__footer .flag__link{border-radius:50rem;padding:.25rem}.tile__footer .flag__link:hover{background-color:#e7f1fb;text-decoration:none}.tile--horizontal{width:100%}@media (min-width:768px){.tile--horizontal{flex-direction:row;flex-wrap:wrap;height:auto}.tile--horizontal .tile__figure{aspect-ratio:1/1;padding:1rem 0 0 1rem;width:180px}.tile--horizontal .tile__figure picture{align-items:start}.tile--horizontal .tile__body{flex:1 1 calc(100% - 180px);max-width:calc(100% - 180px);overflow-wrap:anywhere;padding:1rem 1rem 0}.tile--horizontal .tile__standout-info{bottom:.5rem;right:unset;top:unset;transform:translateX(calc(-100% - 1.5rem))}.tile--horizontal .tile__footer{align-self:end;border-top:1px solid #dadee0;margin-top:1rem;width:100%}} +.tile{flex-direction:column;height:100%;position:relative}.tile__link{z-index:2}.tile__action{position:relative;z-index:3}.tile__figure{aspect-ratio:16/9;overflow:hidden}.tile__figure picture{align-items:center;display:flex;height:100%;justify-content:center}.tile__figure picture img{margin-bottom:0;max-height:100%;width:auto}.tile__body{padding:1rem}.tile__standout-info{font-size:.875rem;right:.5rem;top:-1rem}.tile__info-icon,.tile__standout-info-icon{font-size:.75rem}.tile__info-icon{flex-shrink:0}.tile__info-text{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden}.tile__default-img:after{background-color:#fff;border-radius:50rem;content:"";display:block;height:6rem;position:absolute;width:6rem}.tile__default-icon{color:#a2a8ab;height:3rem;width:3rem;z-index:1}.tile__body{flex:1 1 auto;padding:1rem 1rem 0}.tile__title{-webkit-line-clamp:2}.tile__text,.tile__title{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.tile__text{-webkit-line-clamp:4}.tile__bundle-icon{background-color:#fae8cd;height:1.5rem;width:1.5rem}.tile .mark{align-items:center;background-color:#1073de;border-radius:50rem;display:flex;height:1.75rem;justify-content:center;position:absolute;right:.5rem;top:.5rem;width:1.75rem;z-index:1}.tile .mark.star:before{-webkit-mask-image:url(../icons/star.svg);mask-image:url(../icons/star.svg)}.tile .mark.pin:before,.tile .mark.star:before{background-color:#fff;content:"";display:inline-block;height:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;vertical-align:-.125em;width:1em}.tile .mark.pin:before{-webkit-mask-image:url(../icons/pin.svg);mask-image:url(../icons/pin.svg)}.tile__footer .flag__link{border-radius:50rem;padding:.125rem}.tile__footer .flag__link:hover{text-decoration:none}.tile__footer .flag__link:not(.flag__link--archived):hover{background-color:#e7f1fb}.tile__footer .flag__link--archived:hover,.tile__footer [data-joinup-card-stats-shared]:hover{cursor:not-allowed}.tile--horizontal{width:100%}@media (min-width:768px){.tile--horizontal{flex-direction:row;flex-wrap:wrap;height:auto}.tile--horizontal .tile__figure{aspect-ratio:1/1;padding:1rem 0 0 1rem;width:180px}.tile--horizontal .tile__figure picture{align-items:start}.tile--horizontal .tile__body{flex:1 1 calc(100% - 180px);max-width:calc(100% - 180px);overflow-wrap:anywhere;padding:1rem 1rem 0}.tile--horizontal .tile__standout-info{bottom:.5rem;right:unset;top:unset;transform:translateX(calc(-100% - 1.5rem))}.tile--horizontal .tile__footer{align-self:end;border-top:1px solid #dadee0;margin-top:1rem;width:100%}} /*# sourceMappingURL=tile.min.css.map */ \ No newline at end of file diff --git a/web/themes/ventuno/bcl-builder.config.js b/web/themes/ventuno/bcl-builder.config.js deleted file mode 100644 index 6b825342541355bd15413a984af0e9d8a8c51776..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/bcl-builder.config.js +++ /dev/null @@ -1,797 +0,0 @@ -/** - * @file - * Configures BCL builder to generate assets. - */ -const path = require("path"); - -const outputFolder = path.resolve(__dirname); -const nodeModules = "./node_modules"; - -// SCSS includePaths -const includePaths = [nodeModules]; - -module.exports = { - scripts: [ - // Custom - { - entry: path.resolve(outputFolder, "src/js/ajax-throbber.js"), - dest: path.resolve(outputFolder, "assets/js/ajax-throbber.js"), - options: { - minify: true, - sourceMap: true, - }, - }, - { - entry: path.resolve(outputFolder, "src/js/checkbox.js"), - dest: path.resolve(outputFolder, "assets/js/checkbox.js"), - options: { - minify: true, - sourceMap: true, - }, - }, - { - entry: path.resolve(outputFolder, "src/js/paragraph--carousel.js"), - dest: path.resolve(outputFolder, "assets/js/paragraph--carousel.js"), - options: { - minify: true, - sourceMap: true, - }, - }, - { - entry: path.resolve(outputFolder, "src/js/responsive-tables.js"), - dest: path.resolve(outputFolder, "assets/js/responsive-tables.js"), - options: { - minify: true, - sourceMap: true, - }, - }, - { - entry: path.resolve(outputFolder, "src/js/fieldset-show-more.js"), - dest: path.resolve(outputFolder, "assets/js/fieldset-show-more.js"), - options: { - minify: true, - sourceMap: true, - }, - }, - { - entry: path.resolve(outputFolder, "src/js/toggle-text-seemore-btn.js"), - dest: path.resolve(outputFolder, "assets/js/toggle-text-seemore-btn.js"), - options: { - minify: true, - sourceMap: true, - }, - }, - { - entry: path.resolve(outputFolder, "src/js/highlight-invalid-fields.js"), - dest: path.resolve(outputFolder, "assets/js/highlight-invalid-fields.js"), - options: { - minify: true, - sourceMap: true, - }, - }, - { - entry: path.resolve(outputFolder, "src/js/sticky-menu-logged-in.js"), - dest: path.resolve(outputFolder, "assets/js/sticky-menu-logged-in.js"), - options: { - minify: true, - sourceMap: true, - }, - }, - { - entry: path.resolve(outputFolder, "src/js/searchbox-focus.js"), - dest: path.resolve(outputFolder, "assets/js/searchbox-focus.js"), - options: { - minify: true, - sourceMap: true, - }, - }, - { - entry: path.resolve(outputFolder, "src/js/shared-entity.js"), - dest: path.resolve(outputFolder, "assets/js/shared-entity.js"), - options: { - minify: true, - sourceMap: true, - }, - }, - { - entry: path.resolve( - outputFolder, - "src/js/show-accordion-invalid-fields.js" - ), - dest: path.resolve( - outputFolder, - "assets/js/show-accordion-invalid-fields.js" - ), - options: { - minify: true, - sourceMap: true, - }, - }, - { - entry: path.resolve( - outputFolder, - "src/js/show-accordion-invalid-fields.js" - ), - dest: path.resolve( - outputFolder, - "assets/js/show-accordion-invalid-fields.js" - ), - options: { - minify: true, - sourceMap: true, - }, - }, - { - entry: path.resolve(outputFolder, "src/js/tour-first-balloon.js"), - dest: path.resolve(outputFolder, "assets/js/tour-first-balloon.js"), - options: { - minify: true, - sourceMap: true, - }, - }, - // Third party - { - entry: path.resolve(outputFolder, "src/js/explore-block.js"), - dest: path.resolve(outputFolder, "assets/js/explore-block.js"), - options: { - name: "glide", - minify: true, - sourceMap: true, - }, - }, - ], - styles: [ - // Base - { - entry: path.resolve(outputFolder, "src/scss/base.scss"), - dest: path.resolve(outputFolder, "assets/css/base.min.css"), - options: { - minify: true, - includePaths, - sourceMap: "file", - }, - }, - // Layout - { - entry: path.resolve(outputFolder, "src/scss/layout.scss"), - dest: path.resolve(outputFolder, "assets/css/layout.min.css"), - options: { - minify: true, - includePaths, - sourceMap: "file", - }, - }, - // Components - { - entry: path.resolve(outputFolder, "src/scss/components.scss"), - dest: path.resolve(outputFolder, "assets/css/components.min.css"), - options: { - minify: true, - includePaths, - sourceMap: "file", - }, - }, - // Theme - { - entry: path.resolve(outputFolder, "src/scss/theme.scss"), - dest: path.resolve(outputFolder, "assets/css/theme.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - // Pages - { - entry: path.resolve(outputFolder, "src/scss/homepage.scss"), - dest: path.resolve(outputFolder, "assets/css/homepage.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/licence-comparer.scss"), - dest: path.resolve(outputFolder, "assets/css/licence-comparer.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/eif-filter.scss"), - dest: path.resolve(outputFolder, "assets/css/eif-filter.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/licence-filter.scss"), - dest: path.resolve(outputFolder, "assets/css/licence-filter.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/listing-grid.scss"), - dest: path.resolve(outputFolder, "assets/css/listing-grid.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/searchpage.scss"), - dest: path.resolve(outputFolder, "assets/css/searchpage.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - // Pure BCL components - { - entry: path.resolve(outputFolder, "src/scss/accordion.scss"), - dest: path.resolve(outputFolder, "assets/css/accordion.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/tile.scss"), - dest: path.resolve(outputFolder, "assets/css/tile.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/badge.scss"), - dest: path.resolve(outputFolder, "assets/css/badge.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/button-group.scss"), - dest: path.resolve(outputFolder, "assets/css/button-group.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/close.scss"), - dest: path.resolve(outputFolder, "assets/css/close.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/modals.scss"), - dest: path.resolve(outputFolder, "assets/css/modals.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/spinners.scss"), - dest: path.resolve(outputFolder, "assets/css/spinners.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/tables.scss"), - dest: path.resolve(outputFolder, "assets/css/tables.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - // Custom and hybrid (BCL + custom) components - { - entry: path.resolve(outputFolder, "src/scss/abstract.scss"), - dest: path.resolve(outputFolder, "assets/css/abstract.css"), - options: { - includePaths, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/actions-menu.scss"), - dest: path.resolve(outputFolder, "assets/css/actions-menu.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/comments.scss"), - dest: path.resolve(outputFolder, "assets/css/comments.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/fieldset-show-more.scss"), - dest: path.resolve(outputFolder, "assets/css/fieldset-show-more.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/header-topic.scss"), - dest: path.resolve(outputFolder, "assets/css/header-topic.min.css"), - options: { - includePaths, - sourceMap: "file", - minify: true, - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/footer.scss"), - dest: path.resolve(outputFolder, "assets/css/footer.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/menu--og--navigation.scss"), - dest: path.resolve( - outputFolder, - "assets/css/menu--og--navigation.min.css" - ), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/form-checkboxes.scss"), - dest: path.resolve(outputFolder, "assets/css/form-checkboxes.css"), - options: { - includePaths, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/form-checkboxes.scss"), - dest: path.resolve(outputFolder, "assets/css/form-checkboxes.css"), - options: { - includePaths, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/forms.scss"), - dest: path.resolve(outputFolder, "assets/css/forms.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/glossary.scss"), - dest: path.resolve(outputFolder, "assets/css/glossary.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/group-banner.scss"), - dest: path.resolve(outputFolder, "assets/css/group-banner.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/nav.scss"), - dest: path.resolve(outputFolder, "assets/css/nav.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/ief-entity-table.scss"), - dest: path.resolve(outputFolder, "assets/css/ief-entity-table.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/iop-header.scss"), - dest: path.resolve(outputFolder, "assets/css/iop-header.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/layout-block.scss"), - dest: path.resolve(outputFolder, "assets/css/layout-block.min.css"), - options: { - minify: true, - includePaths, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/layout-block.scss"), - dest: path.resolve(outputFolder, "assets/css/layout-block.min.css"), - options: { - minify: true, - includePaths, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/navbar.scss"), - dest: path.resolve(outputFolder, "assets/css/navbar.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/navbar-search.scss"), - dest: path.resolve(outputFolder, "assets/css/navbar-search.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/page-title.scss"), - dest: path.resolve(outputFolder, "assets/css/page-title.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/pager.scss"), - dest: path.resolve(outputFolder, "assets/css/pager.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/paragraph.scss"), - dest: path.resolve(outputFolder, "assets/css/paragraph.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/paragraph--carousel.scss"), - dest: path.resolve( - outputFolder, - "assets/css/paragraph--carousel.min.css" - ), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/releases.scss"), - dest: path.resolve(outputFolder, "assets/css/releases.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/share-content-form.scss"), - dest: path.resolve(outputFolder, "assets/css/share-content-form.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/alert.scss"), - dest: path.resolve(outputFolder, "assets/css/alert.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/tables.scss"), - dest: path.resolve(outputFolder, "assets/css/tables.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/table-files.scss"), - dest: path.resolve(outputFolder, "assets/css/table-files.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/tabs.scss"), - dest: path.resolve(outputFolder, "assets/css/tabs.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/toolbar.scss"), - dest: path.resolve(outputFolder, "assets/css/toolbar.min.css"), - options: { - minify: true, - includePaths, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/tour.scss"), - dest: path.resolve(outputFolder, "assets/css/tour.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/tabledrag.scss"), - dest: path.resolve(outputFolder, "assets/css/tabledrag.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/etrans.scss"), - dest: path.resolve(outputFolder, "assets/css/etrans.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/navigation-bottom.scss"), - dest: path.resolve(outputFolder, "assets/css/navigation-bottom.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/timeline.scss"), - dest: path.resolve(outputFolder, "assets/css/timeline.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/user--group-header.scss"), - dest: path.resolve(outputFolder, "assets/css/user--group-header.min.css"), - options: { - includePaths, - minify: true, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/tile-two.scss"), - dest: path.resolve(outputFolder, "assets/css/tile-two.min.css"), - options: { - minify: true, - includePaths, - sourceMap: "file", - }, - }, - { - entry: path.resolve(outputFolder, "src/scss/tile-two.scss"), - dest: path.resolve(outputFolder, "assets/css/tile-two.min.css"), - options: { - minify: true, - includePaths, - sourceMap: "file", - }, - }, - ], - copy: [ - // Bootstrap: fonts - { - from: [ - path.resolve(nodeModules, "@openeuropa/bcl-theme-joinup/fonts/*.css"), - ], - to: path.resolve(outputFolder, "assets/css/fonts"), - options: { up: true }, - }, - { - from: [ - path.resolve( - nodeModules, - "@openeuropa/bcl-theme-joinup/fonts/files/*.woff*" - ), - ], - to: path.resolve(outputFolder, "assets/css/fonts/files"), - options: { up: true }, - }, - // Bootstrap: scripts - { - from: [ - path.resolve( - nodeModules, - "@openeuropa/bcl-theme-joinup/js/oe-bcl-joinup.bundle.min.js" - ), - ], - to: path.resolve(outputFolder, "assets/js"), - options: { up: true }, - }, - // Bootstrap: icons - { - from: [ - path.resolve(nodeModules, "@openeuropa/bcl-bootstrap/icons/*.svg"), - ], - to: path.resolve(outputFolder, "assets/icons"), - options: { up: true }, - }, - // Third party files - { - from: [ - path.resolve(nodeModules, "@glidejs/glide/dist/css/glide.core.min.css"), - ], - to: path.resolve(outputFolder, "assets/css"), - options: { up: true }, - }, - ], - sprite: [ - { - entry: path.resolve(nodeModules, "@openeuropa/bcl-bootstrap/icons/"), - dest: path.resolve(outputFolder, "assets/icons"), - options: { - file: "icons.svg", - list: [ - "archive-fill.svg", - "arrow-left.svg", - "arrow-repeat.svg", - "arrow-right.svg", - "award.svg", - "box-arrow-up-right.svg", - "calendar.svg", - "calendar-event.svg", - "card-list.svg", - "caret-down-fill.svg", - "chat.svg", - "chat-left-text.svg", - "chat-square.svg", - "check-circle.svg", - "check-circle-fill.svg", - "chevron-bar-left.svg", - "chevron-bar-right.svg", - "chevron-down.svg", - "chevron-left.svg", - "chevron-right.svg", - "chevron-up.svg", - "clipboard2-check.svg", - "clock-history.svg", - "code-slash.svg", - "download.svg", - "envelope-fill.svg", - "exclamation-circle-fill.svg", - "exclamation-triangle-fill.svg", - "exclamation-lg.svg", - "exclamation-triangle-fill.svg", - "eye.svg", - "facebook.svg", - "file-earmark.svg", - "file-earmark-medical.svg", - "file-earmark-play.svg", - "file-earmark-plus.svg", - "file-earmark-post.svg", - "file-earmark-richtext.svg", - "file-earmark-text.svg", - "file-earmark-zip.svg", - "file-font.svg", - "file-x.svg", - "filter.svg", - "folder2-open.svg", - "gear-fill.svg", - "geo-alt.svg", - "github.svg", - "hand-thumbs-up.svg", - "hand-thumbs-up-fill.svg", - "info-circle-fill.svg", - "info-circle.svg", - "journal-text.svg", - "justify.svg", - "lightning-charge.svg", - "link-45deg.svg", - "linkedin.svg", - "mastodon.svg", - "newspaper.svg", - "patch-exclamation.svg", - "pencil-square.svg", - "people.svg", - "person-circle.svg", - "person-workspace.svg", - "pin-angle-fill.svg", - "play-btn.svg", - "plus.svg", - "question-lg.svg", - "reply.svg", - "rss.svg", - "search.svg", - "star.svg", - "three-dots.svg", - "trash.svg", - "type.svg", - "twitter.svg", - "vimeo.svg", - "x-lg.svg", - "x-square-fill.svg", - "x.svg", - "youtube.svg", - ], - }, - }, - ], -}; diff --git a/web/themes/ventuno/includes/block.inc b/web/themes/ventuno/includes/block.inc index cb256f5c64f26f831d84ba884f92e3b0bb118651..78e953317741e226f17461c9e2af09b8b7140e7e 100644 --- a/web/themes/ventuno/includes/block.inc +++ b/web/themes/ventuno/includes/block.inc @@ -24,6 +24,10 @@ function ventuno_preprocess_block(array &$variables): void { case 'entity_unpublished': $variables['attributes']['class'][] = 'my-5'; break; + + case 'sitewide_alert_block': + $variables['#attached']['library'][] = 'ventuno/alert'; + break; } // List of the "layout-blocks" (mainly in the Home page) that share common diff --git a/web/themes/ventuno/includes/node.inc b/web/themes/ventuno/includes/node.inc index 637b001514b3879aa37f7ca72e40e571a96253b0..d80cdca812468dc70f82c22e167941ac92ad1e53 100644 --- a/web/themes/ventuno/includes/node.inc +++ b/web/themes/ventuno/includes/node.inc @@ -82,7 +82,12 @@ function ventuno_preprocess_node(array &$variables): void { } // View modes where tiles are expected. - $tile_view_modes = ['highlighted', 'view_mode_tile', 'tile_two', 'carousel']; + $tile_view_modes = [ + 'highlighted', + 'view_mode_tile', + 'view_mode_tile_horizontal', + 'carousel', + ]; // Prepare data for the tiles. if (in_array($variables['view_mode'], $tile_view_modes)) { _ventuno_preprocess_tile($variables, 'node'); diff --git a/web/themes/ventuno/includes/paragraph.inc b/web/themes/ventuno/includes/paragraph.inc index ca53326cd97dd1dff67eb8f02caebc1381e4bfc5..cb9a9d912e0e2492b8ff65f4d3133bff67eeb1f1 100644 --- a/web/themes/ventuno/includes/paragraph.inc +++ b/web/themes/ventuno/includes/paragraph.inc @@ -7,6 +7,8 @@ declare(strict_types = 1); +use Drupal\Core\Cache\CacheableMetadata; + /** * Implements hook_preprocess_paragraph(). */ @@ -19,6 +21,24 @@ function ventuno_preprocess_paragraph(array &$variables): void { */ function ventuno_preprocess_paragraph__configurable_listing(&$variables) { $paragraph = $variables['paragraph']; + + // For the configurable listing, the view mode is affected by the type of the + // listing. Alter the view mode for the listing results based on the + // 'list_style' field of the paragraph. + $style = $paragraph->get('list_style')->value; + $view_mode_mapping = [ + 'grid' => 'view_mode_tile', + 'list' => 'view_mode_tile_horizontal', + ]; + + $results = &$variables['content']['content_listing']['#results']; + foreach ($results as &$result) { + $result['#item']['#view_mode'] = $view_mode_mapping[$style]; + $cache_tags = CacheableMetadata::createFromRenderArray($result['#item']); + $cache_tags->addCacheTags($paragraph->getCacheTags()); + $cache_tags->applyTo($result['#item']); + } + $variables['style'] = $paragraph->get('list_style')->value; } diff --git a/web/themes/ventuno/includes/rdf_entity.inc b/web/themes/ventuno/includes/rdf_entity.inc index c78bc04d256c0d86742dcc716f1c4467fff2c21b..67de4cda29a3f8f216a4e05925043a213b9bffb6 100644 --- a/web/themes/ventuno/includes/rdf_entity.inc +++ b/web/themes/ventuno/includes/rdf_entity.inc @@ -28,7 +28,7 @@ function ventuno_preprocess_rdf_entity(array &$variables): void { } // View modes where tiles are expected. - $tile_view_modes = ['view_mode_tile', 'tile_two', 'carousel']; + $tile_view_modes = ['view_mode_tile', 'view_mode_tile_horizontal', 'carousel']; // Prepare data for the tiles. if (in_array($variables['view_mode'], $tile_view_modes)) { _ventuno_preprocess_tile($variables, 'rdf_entity'); diff --git a/web/themes/ventuno/includes/user.inc b/web/themes/ventuno/includes/user.inc index fba03d7d336cd69eee3fa77707e8c1177e0b5cf0..b01352e38b5cca075c031e1e6dd2567174e641af 100644 --- a/web/themes/ventuno/includes/user.inc +++ b/web/themes/ventuno/includes/user.inc @@ -12,6 +12,56 @@ */ function ventuno_preprocess_user(array &$variables): void { $variables['full_name'] = $variables['user']->getDisplayName(); + + // View modes where tiles are expected. + $tile_view_modes = [ + 'view_mode_tile', + 'view_mode_tile_horizontal', + ]; + // Prepare data for the tiles. + if (in_array($variables['view_mode'], $tile_view_modes)) { + $user = $variables['elements']['#user']; + // Text. + $nationality = $business_title = NULL; + if (!$user->get('field_user_business_title')->isEmpty()) { + $business_title = $user->get('field_user_business_title')->value; + } + if (!$user->get('field_user_nationality')->isEmpty()) { + $nationality = t('Country of origin: @country', ['@country' => $user->get('field_user_nationality')->entity->label()]); + } + + if ($business_title && $nationality) { + $variables['text'] = $business_title . '. ' . $nationality; + } + elseif ($business_title) { + $variables['text'] = $business_title; + } + elseif ($nationality) { + $variables['text'] = $nationality; + } + + // Badges. + if (!$user->get('field_user_professional_domain')->isEmpty()) { + $domains = $user->get('field_user_professional_domain'); + $variables['badges'] = []; + $max_domains = 2; + if (is_iterable($domains)) { + foreach ($domains as $domain) { + $variables['badges'][]['label'] = $domain->entity ? $domain->entity->label() : NULL; + } + $num_of_items = count($domains); + // Display the actual domain instead of "+ 1 domain". + if ($num_of_items > $max_domains + 1) { + $extra_items = $num_of_items - $max_domains; + $variables['badges'] = array_splice($variables['badges'], 0, $max_domains); + $variables['badges'][] = [ + 'label' => '+' . $extra_items . ' ' . t('domains'), + 'overflow' => TRUE, + ]; + } + } + } + } } /** @@ -71,54 +121,6 @@ function ventuno_preprocess_user__inline(array &$variables): void { ]; } -/** - * Implements hook_preprocess_user__view_mode_tile(). - */ -function ventuno_preprocess_user__view_mode_tile(array &$variables): void { - $route_name = \Drupal::routeMatch()->getRouteName(); - if ($route_name == 'view.search.page_1') { - $variables['horizontal'] = TRUE; - } - $user = $variables['elements']['#user']; - - // Text. - $nationality = $business_title = NULL; - if (!$user->get('field_user_business_title')->isEmpty()) { - $business_title = $user->get('field_user_business_title')->value; - } - if (!$user->get('field_user_nationality')->isEmpty()) { - $nationality = t('Country of origin: @country', ['@country' => $user->get('field_user_nationality')->entity->label()]); - } - if ($business_title && $nationality) { - $variables['text']['#markup'] = $business_title . '<br>' . $nationality; - } - elseif ($business_title) { - $variables['text'] = $business_title; - } - elseif ($nationality) { - $variables['text'] = $nationality; - } - - // Badges. - if (!$user->get('field_user_professional_domain')->isEmpty()) { - $domains = $user->get('field_user_professional_domain'); - $variables['badges'] = []; - $max_topics = 2; - if (is_iterable($domains)) { - foreach ($domains as $domain) { - $variables['badges'][]['label'] = $domain->entity ? $domain->entity->label() : NULL; - } - $num_of_items = count($domains); - if ($num_of_items > $max_topics) { - $extra_items = $num_of_items - $max_topics; - $variables['badges'] = array_splice($variables['badges'], 0, $max_topics); - $word = ($extra_items < $max_topics) ? t('domain') : t('domains'); - $variables['badges'][]['label'] = '+' . $extra_items . ' ' . $word; - } - } - } -} - /** * Implements hook_preprocess_username(). */ diff --git a/web/themes/ventuno/includes/utility.inc b/web/themes/ventuno/includes/utility.inc index e7b55b83a556059e3e899210b5315420fdc4b160..69b6f5ecffb2f630c0446e0e8e697843a3f18a90 100644 --- a/web/themes/ventuno/includes/utility.inc +++ b/web/themes/ventuno/includes/utility.inc @@ -51,16 +51,17 @@ function _ventuno_preprocess_tile(array &$variables, string $entity_type_id): vo // Prepare different data depending on the route. $route_match = \Drupal::routeMatch(); $route_name = $route_match->getRouteName(); - $routes_horizontal_tiles = [ - 'view.search.page_1', + + // Text. + // Only supposed to be passed to horizontal tiles, + // but also vertical tiles on Homepage and Topic pages. + $routes_with_text = [ 'page_manager.page_view_homepage_homepage-layout_builder-0', - 'page_manager.page_view_homepage_homepage-layout_builder-1', + 'entity.meta_entity.canonical', ]; - - // Set horizontal tiles in some cases. - if (in_array($route_name, $routes_horizontal_tiles)) { - $variables['horizontal'] = TRUE; - // Text only on horizontal tiles. + if ((in_array($route_name, $routes_with_text) && $variables['view_mode'] === 'view_mode_tile') || + $variables['view_mode'] === 'view_mode_tile_horizontal' || + $variables['view_mode'] === 'highlighted') { $variables['text'] = $entity instanceof DescriptionInterface && isset($variables['content'][$entity->getDescriptionField()]) ? $variables['content'][$entity->getDescriptionField()] : NULL; } @@ -70,8 +71,8 @@ function _ventuno_preprocess_tile(array &$variables, string $entity_type_id): vo : []; // Topics. - // Number of topics displayed can vary depending on the view mode. - $max_topics = $variables['view_mode'] === 'tile_two' ? 3 : 2; + // Max number of topics displayed. + $max_topics = 2; $topics = ($entity instanceof TopicReferencingEntityInterface) ? $entity->getTopics() : NULL; if ($topics) { $variables['badges'] = []; @@ -107,6 +108,12 @@ function _ventuno_preprocess_tile(array &$variables, string $entity_type_id): vo ]); } + // Like flag. Meant to be the first "extra-data" displayed in tile's footer. + $like = $variables['content']['flag_like_node'] ?? $variables['content']['flag_like_rdf_entity'] ?? NULL; + if ($like !== NULL) { + $variables['extra_data'][] = ['label' => $like]; + } + // Iterate over entity bundles for case-specific data. switch ($entity->bundle()) { case 'discussion': @@ -140,12 +147,6 @@ function _ventuno_preprocess_tile(array &$variables, string $entity_type_id): vo } break; - case 'news': - if ($route_name === 'view.search.page_1') { - $variables['label'] = $variables['elements']['#node']->get('field_news_headline')->value; - } - break; - case 'tallinn_report': $variables['info']['icon'] = 'calendar-event'; if ($entity->getCreatedTime() === $entity->getChangedTime()) { @@ -210,7 +211,6 @@ function _ventuno_preprocess_tile(array &$variables, string $entity_type_id): vo break; case 'solution': - $variables['image'] = $variables['content']['field_is_logo']; // Add attributes that will allow JS to mark this tile as "Shared from". $rdf_entity = $variables['rdf_entity']; if (!$rdf_entity->get('collection')->isEmpty()) { @@ -240,13 +240,6 @@ function _ventuno_preprocess_tile(array &$variables, string $entity_type_id): vo 'label' => t('Archived'), ]; } - - // Like flag. - $like = $variables['content']['flag_like_node'] ?? $variables['content']['flag_like_rdf_entity'] ?? NULL; - if ($like !== NULL) { - $variables['extra_data'][] = ['label' => $like]; - } - } /** diff --git a/web/themes/ventuno/src/scss/components/alert.scss b/web/themes/ventuno/src/scss/components/alert.scss index d0aed19d1f811c634761d7cdd1040ec59a4eebca..3a42dc3002b767359b549b2f42e20b3878dc871f 100644 --- a/web/themes/ventuno/src/scss/components/alert.scss +++ b/web/themes/ventuno/src/scss/components/alert.scss @@ -3,6 +3,7 @@ @import "@openeuropa/bcl-theme-default/src/scss/alert"; .alert { + margin-top: $spacer; p:last-of-type { margin-bottom: 0; } diff --git a/web/themes/ventuno/src/scss/components/tile-two.scss b/web/themes/ventuno/src/scss/components/tile-two.scss deleted file mode 100644 index 1c250d8403425cba57876c973d2c28321f86a5fa..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/src/scss/components/tile-two.scss +++ /dev/null @@ -1,54 +0,0 @@ -@import "../partials/core"; - -.tile-two { - word-break: break-word; - &__title { - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 3; - line-clamp: 3; - -webkit-box-orient: vertical; - } - &--dated { - .date { - color: rgba($primary, .7); - font-weight: $font-weight-bold; - margin-right: $spacer; - &__day { - margin-bottom: 0; - line-height: 1; - font-size: $h2-font-size; - } - &__month { - margin-bottom: 0; - line-height: 2; - font-size: $h4-font-size; - text-transform: uppercase; - } - } - } -} - -.paragraph--type--grid { - .tile-two { - &__title { - font-size: $h3-font-size; - &-link { - color: $primary; - } - } - } -} - -.paragraph--type--list { - .tile-two { - &__title { - font-size: $h4-font-size; - font-weight: $font-weight-bold; - &-link { - color: $dark; - } - } - } -} diff --git a/web/themes/ventuno/src/scss/components/tile.scss b/web/themes/ventuno/src/scss/components/tile.scss index 49cac5b6c00a718632c9f09fb6df148e283a778c..e59a8d363a189938798972353898877eb2cec3d8 100644 --- a/web/themes/ventuno/src/scss/components/tile.scss +++ b/web/themes/ventuno/src/scss/components/tile.scss @@ -108,13 +108,27 @@ } &__footer { .flag__link { + padding: $spacer * .125; border-radius: $border-radius-pill; - padding: $spacer * .25; &:hover { - background-color: $secondary; text-decoration: none; } } + .flag__link:not(.flag__link--archived) { + &:hover { + background-color: $secondary; + } + } + .flag__link--archived { + &:hover { + cursor: not-allowed; + } + } + [data-joinup-card-stats-shared] { + &:hover { + cursor: not-allowed; + } + } } &--horizontal { width: 100%; diff --git a/web/themes/ventuno/templates/content/node--custom-page--full.html.twig b/web/themes/ventuno/templates/content/node--custom-page--full.html.twig index e8da14780c55a6311c5c63ddb415c8bd93b2e8f7..a10ef5763ae97077abf25e718ba1edc1592df6d1 100644 --- a/web/themes/ventuno/templates/content/node--custom-page--full.html.twig +++ b/web/themes/ventuno/templates/content/node--custom-page--full.html.twig @@ -15,9 +15,6 @@ ] %} <article{{ attributes.addClass(classes) }}> - {{ title_prefix }} - {{ title_suffix }} - {% block content %} <div{{ content_attributes.addClass('clearfix') }}> {{ content|without('report', 'share_link') }} diff --git a/web/themes/ventuno/templates/content/node--custom-page--tile-two.html.twig b/web/themes/ventuno/templates/content/node--custom-page--tile-two.html.twig deleted file mode 100644 index 57d42219aee9a1c18a70b16ace60fd276a970681..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/templates/content/node--custom-page--tile-two.html.twig +++ /dev/null @@ -1,94 +0,0 @@ -{# -/** - * @file - * Theme override to display a node. - * - * Available variables: - * - node: The node entity with limited access to object properties and methods. - * Only method names starting with "get", "has", or "is" and a few common - * methods such as "id", "label", and "bundle" are available. For example: - * - node.getCreatedTime() will return the node creation timestamp. - * - node.hasField('field_example') returns TRUE if the node bundle includes - * field_example. (This does not indicate the presence of a value in this - * field.) - * - node.isPublished() will return whether the node is published or not. - * Calling other methods, such as node.delete(), will result in an exception. - * See \Drupal\node\Entity\Node for a full list of public properties and - * methods for the node object. - * - label: The title of the node. - * - content: All node items. Use {{ content }} to print them all, - * or print a subset such as {{ content.field_example }}. Use - * {{ content|without('field_example') }} to temporarily suppress the printing - * of a given child element. - * - author_picture: The node author user entity, rendered using the "compact" - * view mode. - * - metadata: Metadata for this node. - * - date: Themed creation date field. - * - author_name: Themed author name field. - * - url: Direct URL of the current node. - * - display_submitted: Whether submission information should be displayed. - * - attributes: HTML attributes for the containing element. - * The attributes.class element may contain one or more of the following - * classes: - * - node: The current template type (also known as a "theming hook"). - * - node--type-[type]: The current node type. For example, if the node is an - * "Article" it would result in "node--type-article". Note that the machine - * name will often be in a short form of the human readable label. - * - node--view-mode-[view_mode]: The View Mode of the node; for example, a - * teaser would result in: "node--view-mode-teaser", and - * full: "node--view-mode-full". - * The following are controlled through the node publishing options. - * - node--promoted: Appears on nodes promoted to the front page. - * - node--sticky: Appears on nodes ordered above other non-sticky nodes in - * teaser listings. - * - node--unpublished: Appears on unpublished nodes visible only to site - * admins. - * - title_attributes: Same as attributes, except applied to the main title - * tag that appears in the template. - * - content_attributes: Same as attributes, except applied to the main - * content tag that appears in the template. - * - author_attributes: Same as attributes, except applied to the author of - * the node tag that appears in the template. - * - title_prefix: Additional output populated by modules, intended to be - * displayed in front of the main title tag that appears in the template. - * - title_suffix: Additional output populated by modules, intended to be - * displayed after the main title tag that appears in the template. - * - view_mode: View mode; for example, "teaser" or "full". - * - teaser: Flag for the teaser state. Will be true if view_mode is 'teaser'. - * - page: Flag for the full page state. Will be true if view_mode is 'full'. - * - readmore: Flag for more state. Will be true if the teaser content of the - * node cannot hold the main body content. - * - logged_in: Flag for authenticated user status. Will be true when the - * current user is a logged-in member. - * - is_admin: Flag for admin user status. Will be true when the current user - * is an administrator. - * - * @see template_preprocess_node() - * - * @todo Remove the id attribute (or make it a class), because if that gets - * rendered twice on a page this is invalid CSS for example: two lists - * in different view modes. - */ -#} -{% block content %} - {% if content.field_custom_page_logo|render is not empty %} - {% set image = content.field_custom_page_logo %} - {% else %} - {% set image %} - <a href="{{ url }}" class="d-block"> - <svg class="bi img-fluid text-secondary w-100"><use xlink:href="{{ bcl_icon_path }}#file-earmark-richtext"></use></svg> - </a> - {% endset %} - {% endif %} - {% set text = content.field_paragraphs_body|render|striptags|length > 200 ? content.field_paragraphs_body|render|striptags|trim|slice(0, 200) ~ '...' : content.field_paragraphs_body|render|striptags %} - {{ pattern('tile_two', { - attributes: attributes, - content_attributes: content_attributes, - image: image, - title_prefix: title_prefix, - title: label, - title_suffix: title_suffix, - url: url, - text: {'#markup': text}, - }) }} -{% endblock %} diff --git a/web/themes/ventuno/templates/content/node--discussion--tile-two.html.twig b/web/themes/ventuno/templates/content/node--discussion--tile-two.html.twig deleted file mode 100644 index 31e01595f507d7b58fcfd5e7f456412e7185ad86..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/templates/content/node--discussion--tile-two.html.twig +++ /dev/null @@ -1,97 +0,0 @@ -{# -/** - * @file - * Theme override to display a node. - * - * Available variables: - * - node: The node entity with limited access to object properties and methods. - * Only method names starting with "get", "has", or "is" and a few common - * methods such as "id", "label", and "bundle" are available. For example: - * - node.getCreatedTime() will return the node creation timestamp. - * - node.hasField('field_example') returns TRUE if the node bundle includes - * field_example. (This does not indicate the presence of a value in this - * field.) - * - node.isPublished() will return whether the node is published or not. - * Calling other methods, such as node.delete(), will result in an exception. - * See \Drupal\node\Entity\Node for a full list of public properties and - * methods for the node object. - * - label: The title of the node. - * - content: All node items. Use {{ content }} to print them all, - * or print a subset such as {{ content.field_example }}. Use - * {{ content|without('field_example') }} to temporarily suppress the printing - * of a given child element. - * - author_picture: The node author user entity, rendered using the "compact" - * view mode. - * - metadata: Metadata for this node. - * - date: Themed creation date field. - * - author_name: Themed author name field. - * - url: Direct URL of the current node. - * - display_submitted: Whether submission information should be displayed. - * - attributes: HTML attributes for the containing element. - * The attributes.class element may contain one or more of the following - * classes: - * - node: The current template type (also known as a "theming hook"). - * - node--type-[type]: The current node type. For example, if the node is an - * "Article" it would result in "node--type-article". Note that the machine - * name will often be in a short form of the human readable label. - * - node--view-mode-[view_mode]: The View Mode of the node; for example, a - * teaser would result in: "node--view-mode-teaser", and - * full: "node--view-mode-full". - * The following are controlled through the node publishing options. - * - node--promoted: Appears on nodes promoted to the front page. - * - node--sticky: Appears on nodes ordered above other non-sticky nodes in - * teaser listings. - * - node--unpublished: Appears on unpublished nodes visible only to site - * admins. - * - title_attributes: Same as attributes, except applied to the main title - * tag that appears in the template. - * - content_attributes: Same as attributes, except applied to the main - * content tag that appears in the template. - * - author_attributes: Same as attributes, except applied to the author of - * the node tag that appears in the template. - * - title_prefix: Additional output populated by modules, intended to be - * displayed in front of the main title tag that appears in the template. - * - title_suffix: Additional output populated by modules, intended to be - * displayed after the main title tag that appears in the template. - * - view_mode: View mode; for example, "teaser" or "full". - * - teaser: Flag for the teaser state. Will be true if view_mode is 'teaser'. - * - page: Flag for the full page state. Will be true if view_mode is 'full'. - * - readmore: Flag for more state. Will be true if the teaser content of the - * node cannot hold the main body content. - * - logged_in: Flag for authenticated user status. Will be true when the - * current user is a logged-in member. - * - is_admin: Flag for admin user status. Will be true when the current user - * is an administrator. - * - * @see template_preprocess_node() - * - * @todo Remove the id attribute (or make it a class), because if that gets - * rendered twice on a page this is invalid CSS for example: two lists - * in different view modes. - */ -#} -{% block content %} - {% if content.field_discussion_logo|render is not empty %} - {% set image = content.field_discussion_logo|without('label') %} - {% else %} - {% set image %} - <a href="{{ url }}" class="d-block"> - <svg class="bi img-fluid text-secondary w-100"> - <use xlink:href="{{ bcl_icon_path }}#chat-left-text"></use> - </svg> - </a> - {% endset %} - {% endif %} - {% set text = content.body|render|striptags|length > 200 ? content.body|render|striptags|trim|slice(0, 200) ~ '...' : content.body|render|striptags %} - {{ pattern('tile_two', { - attributes: attributes, - content_attributes: content_attributes, - image: image, - title_prefix: title_prefix, - title: label, - title_suffix: title_suffix, - url: url, - text: text, - badges: badges, - }) }} -{% endblock %} diff --git a/web/themes/ventuno/templates/content/node--document--tile-two.html.twig b/web/themes/ventuno/templates/content/node--document--tile-two.html.twig deleted file mode 100644 index 8496f6e48b63bb5410615efef9a64ae7c6e83fec..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/templates/content/node--document--tile-two.html.twig +++ /dev/null @@ -1,95 +0,0 @@ -{# -/** - * @file - * Theme override to display a node. - * - * Available variables: - * - node: The node entity with limited access to object properties and methods. - * Only method names starting with "get", "has", or "is" and a few common - * methods such as "id", "label", and "bundle" are available. For example: - * - node.getCreatedTime() will return the node creation timestamp. - * - node.hasField('field_example') returns TRUE if the node bundle includes - * field_example. (This does not indicate the presence of a value in this - * field.) - * - node.isPublished() will return whether the node is published or not. - * Calling other methods, such as node.delete(), will result in an exception. - * See \Drupal\node\Entity\Node for a full list of public properties and - * methods for the node object. - * - label: The title of the node. - * - content: All node items. Use {{ content }} to print them all, - * or print a subset such as {{ content.field_example }}. Use - * {{ content|without('field_example') }} to temporarily suppress the printing - * of a given child element. - * - author_picture: The node author user entity, rendered using the "compact" - * view mode. - * - metadata: Metadata for this node. - * - date: Themed creation date field. - * - author_name: Themed author name field. - * - url: Direct URL of the current node. - * - display_submitted: Whether submission information should be displayed. - * - attributes: HTML attributes for the containing element. - * The attributes.class element may contain one or more of the following - * classes: - * - node: The current template type (also known as a "theming hook"). - * - node--type-[type]: The current node type. For example, if the node is an - * "Article" it would result in "node--type-article". Note that the machine - * name will often be in a short form of the human readable label. - * - node--view-mode-[view_mode]: The View Mode of the node; for example, a - * teaser would result in: "node--view-mode-teaser", and - * full: "node--view-mode-full". - * The following are controlled through the node publishing options. - * - node--promoted: Appears on nodes promoted to the front page. - * - node--sticky: Appears on nodes ordered above other non-sticky nodes in - * teaser listings. - * - node--unpublished: Appears on unpublished nodes visible only to site - * admins. - * - title_attributes: Same as attributes, except applied to the main title - * tag that appears in the template. - * - content_attributes: Same as attributes, except applied to the main - * content tag that appears in the template. - * - author_attributes: Same as attributes, except applied to the author of - * the node tag that appears in the template. - * - title_prefix: Additional output populated by modules, intended to be - * displayed in front of the main title tag that appears in the template. - * - title_suffix: Additional output populated by modules, intended to be - * displayed after the main title tag that appears in the template. - * - view_mode: View mode; for example, "teaser" or "full". - * - teaser: Flag for the teaser state. Will be true if view_mode is 'teaser'. - * - page: Flag for the full page state. Will be true if view_mode is 'full'. - * - readmore: Flag for more state. Will be true if the teaser content of the - * node cannot hold the main body content. - * - logged_in: Flag for authenticated user status. Will be true when the - * current user is a logged-in member. - * - is_admin: Flag for admin user status. Will be true when the current user - * is an administrator. - * - * @see template_preprocess_node() - * - * @todo Remove the id attribute (or make it a class), because if that gets - * rendered twice on a page this is invalid CSS for example: two lists - * in different view modes. - */ -#} -{% block content %} - {% if elements.field_document_logo|render is not empty %} - {% set image = elements.field_document_logo %} - {% else %} - {% set image %} - <a href="{{ url }}" class="d-block"> - <svg class="bi img-fluid text-secondary w-100"><use xlink:href="{{ bcl_icon_path }}#file-earmark-text"></use></svg> - </a> - {% endset %} - {% endif %} - {% set text = content.body|render|striptags|length > 200 ? content.body|render|striptags|trim|slice(0, 200) ~ '...' : content.body|render|striptags %} - {{ pattern('tile_two', { - attributes: attributes, - content_attributes: content_attributes, - image: image, - title_prefix: title_prefix, - title: label, - title_suffix: title_suffix, - url: url, - text: text, - badges: badges, - }) }} -{% endblock %} diff --git a/web/themes/ventuno/templates/content/node--event--tile-two.html.twig b/web/themes/ventuno/templates/content/node--event--tile-two.html.twig deleted file mode 100644 index 170aba0eabc0b69704e9cf29406f987ce642772d..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/templates/content/node--event--tile-two.html.twig +++ /dev/null @@ -1,95 +0,0 @@ -{# -/** - * @file - * Theme override to display a node. - * - * Available variables: - * - node: The node entity with limited access to object properties and methods. - * Only method names starting with "get", "has", or "is" and a few common - * methods such as "id", "label", and "bundle" are available. For example: - * - node.getCreatedTime() will return the node creation timestamp. - * - node.hasField('field_example') returns TRUE if the node bundle includes - * field_example. (This does not indicate the presence of a value in this - * field.) - * - node.isPublished() will return whether the node is published or not. - * Calling other methods, such as node.delete(), will result in an exception. - * See \Drupal\node\Entity\Node for a full list of public properties and - * methods for the node object. - * - label: The title of the node. - * - content: All node items. Use {{ content }} to print them all, - * or print a subset such as {{ content.field_example }}. Use - * {{ content|without('field_example') }} to temporarily suppress the printing - * of a given child element. - * - author_picture: The node author user entity, rendered using the "compact" - * view mode. - * - metadata: Metadata for this node. - * - date: Themed creation date field. - * - author_name: Themed author name field. - * - url: Direct URL of the current node. - * - display_submitted: Whether submission information should be displayed. - * - attributes: HTML attributes for the containing element. - * The attributes.class element may contain one or more of the following - * classes: - * - node: The current template type (also known as a "theming hook"). - * - node--type-[type]: The current node type. For example, if the node is an - * "Article" it would result in "node--type-article". Note that the machine - * name will often be in a short form of the human readable label. - * - node--view-mode-[view_mode]: The View Mode of the node; for example, a - * teaser would result in: "node--view-mode-teaser", and - * full: "node--view-mode-full". - * The following are controlled through the node publishing options. - * - node--promoted: Appears on nodes promoted to the front page. - * - node--sticky: Appears on nodes ordered above other non-sticky nodes in - * teaser listings. - * - node--unpublished: Appears on unpublished nodes visible only to site - * admins. - * - title_attributes: Same as attributes, except applied to the main title - * tag that appears in the template. - * - content_attributes: Same as attributes, except applied to the main - * content tag that appears in the template. - * - author_attributes: Same as attributes, except applied to the author of - * the node tag that appears in the template. - * - title_prefix: Additional output populated by modules, intended to be - * displayed in front of the main title tag that appears in the template. - * - title_suffix: Additional output populated by modules, intended to be - * displayed after the main title tag that appears in the template. - * - view_mode: View mode; for example, "teaser" or "full". - * - teaser: Flag for the teaser state. Will be true if view_mode is 'teaser'. - * - page: Flag for the full page state. Will be true if view_mode is 'full'. - * - readmore: Flag for more state. Will be true if the teaser content of the - * node cannot hold the main body content. - * - logged_in: Flag for authenticated user status. Will be true when the - * current user is a logged-in member. - * - is_admin: Flag for admin user status. Will be true when the current user - * is an administrator. - * - * @see template_preprocess_node() - * - * @todo Remove the id attribute (or make it a class), because if that gets - * rendered twice on a page this is invalid CSS for example: two lists - * in different view modes. - */ -#} -{% block content %} - {% if content.field_event_logo|render is not empty %} - {% set image = content.field_event_logo %} - {% else %} - {% set image %} - <a href="{{ url }}" class="d-block"> - <svg class="bi img-fluid text-secondary w-100"><use xlink:href="{{ bcl_icon_path }}#calendar3"></use></svg> - </a> - {% endset %} - {% endif %} - {% set text = content.body|render|striptags|length > 200 ? content.body|render|striptags|trim|slice(0, 200) ~ '...' : content.body|render|striptags %} - {{ pattern('tile_two', { - attributes: attributes, - content_attributes: content_attributes, - image: image, - title_prefix: title_prefix, - title: label, - title_suffix: title_suffix, - url: url, - text: text, - badges: badges, - }) }} -{% endblock %} diff --git a/web/themes/ventuno/templates/content/node--news--tile-two.html.twig b/web/themes/ventuno/templates/content/node--news--tile-two.html.twig deleted file mode 100644 index 509dd395894aaf7ae6756571d2a91652ba6374c2..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/templates/content/node--news--tile-two.html.twig +++ /dev/null @@ -1,96 +0,0 @@ -{# -/** - * @file - * Theme override to display a node. - * - * Available variables: - * - node: The node entity with limited access to object properties and methods. - * Only method names starting with "get", "has", or "is" and a few common - * methods such as "id", "label", and "bundle" are available. For example: - * - node.getCreatedTime() will return the node creation timestamp. - * - node.hasField('field_example') returns TRUE if the node bundle includes - * field_example. (This does not indicate the presence of a value in this - * field.) - * - node.isPublished() will return whether the node is published or not. - * Calling other methods, such as node.delete(), will result in an exception. - * See \Drupal\node\Entity\Node for a full list of public properties and - * methods for the node object. - * - label: The title of the node. - * - content: All node items. Use {{ content }} to print them all, - * or print a subset such as {{ content.field_example }}. Use - * {{ content|without('field_example') }} to temporarily suppress the printing - * of a given child element. - * - author_picture: The node author user entity, rendered using the "compact" - * view mode. - * - metadata: Metadata for this node. - * - date: Themed creation date field. - * - author_name: Themed author name field. - * - url: Direct URL of the current node. - * - display_submitted: Whether submission information should be displayed. - * - attributes: HTML attributes for the containing element. - * The attributes.class element may contain one or more of the following - * classes: - * - node: The current template type (also known as a "theming hook"). - * - node--type-[type]: The current node type. For example, if the node is an - * "Article" it would result in "node--type-article". Note that the machine - * name will often be in a short form of the human readable label. - * - node--view-mode-[view_mode]: The View Mode of the node; for example, a - * teaser would result in: "node--view-mode-teaser", and - * full: "node--view-mode-full". - * The following are controlled through the node publishing options. - * - node--promoted: Appears on nodes promoted to the front page. - * - node--sticky: Appears on nodes ordered above other non-sticky nodes in - * teaser listings. - * - node--unpublished: Appears on unpublished nodes visible only to site - * admins. - * - title_attributes: Same as attributes, except applied to the main title - * tag that appears in the template. - * - content_attributes: Same as attributes, except applied to the main - * content tag that appears in the template. - * - author_attributes: Same as attributes, except applied to the author of - * the node tag that appears in the template. - * - title_prefix: Additional output populated by modules, intended to be - * displayed in front of the main title tag that appears in the template. - * - title_suffix: Additional output populated by modules, intended to be - * displayed after the main title tag that appears in the template. - * - view_mode: View mode; for example, "teaser" or "full". - * - teaser: Flag for the teaser state. Will be true if view_mode is 'teaser'. - * - page: Flag for the full page state. Will be true if view_mode is 'full'. - * - readmore: Flag for more state. Will be true if the teaser content of the - * node cannot hold the main body content. - * - logged_in: Flag for authenticated user status. Will be true when the - * current user is a logged-in member. - * - is_admin: Flag for admin user status. Will be true when the current user - * is an administrator. - * - * @see template_preprocess_node() - * - * @todo Remove the id attribute (or make it a class), because if that gets - * rendered twice on a page this is invalid CSS for example: two lists - * in different view modes. - */ -#} -{% block content %} - {% if content.field_news_logo|render is not empty %} - {% set image = content.field_news_logo|without('label') %} - {% else %} - {% set image %} - <a href="{{ url }}" class="d-block"> - <svg class="bi img-fluid text-secondary w-100"><use xlink:href="{{ bcl_icon_path }}#newspaper"></use></svg> - </a> - {% endset %} - {% endif %} - {% set title = content.field_news_headline %} - {% set text = content.body|render|striptags|length > 200 ? content.body|render|striptags|trim|slice(0, 200) ~ '...' : content.body|render|striptags %} - {{ pattern('tile_two', { - attributes: attributes, - content_attributes: content_attributes, - image: image, - title_prefix: title_prefix, - title: title, - title_suffix: title_suffix, - url: url, - text: text, - badges: badges, - }) }} -{% endblock %} diff --git a/web/themes/ventuno/templates/content/node--video--tile-two.html.twig b/web/themes/ventuno/templates/content/node--video--tile-two.html.twig deleted file mode 100644 index 7fd2e01207b4f82a33098bbd7d3f51717df498ea..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/templates/content/node--video--tile-two.html.twig +++ /dev/null @@ -1,94 +0,0 @@ -{# -/** - * @file - * Theme override to display a node. - * - * Available variables: - * - node: The node entity with limited access to object properties and methods. - * Only method names starting with "get", "has", or "is" and a few common - * methods such as "id", "label", and "bundle" are available. For example: - * - node.getCreatedTime() will return the node creation timestamp. - * - node.hasField('field_example') returns TRUE if the node bundle includes - * field_example. (This does not indicate the presence of a value in this - * field.) - * - node.isPublished() will return whether the node is published or not. - * Calling other methods, such as node.delete(), will result in an exception. - * See \Drupal\node\Entity\Node for a full list of public properties and - * methods for the node object. - * - label: The title of the node. - * - content: All node items. Use {{ content }} to print them all, - * or print a subset such as {{ content.field_example }}. Use - * {{ content|without('field_example') }} to temporarily suppress the printing - * of a given child element. - * - author_picture: The node author user entity, rendered using the "compact" - * view mode. - * - metadata: Metadata for this node. - * - date: Themed creation date field. - * - author_name: Themed author name field. - * - url: Direct URL of the current node. - * - display_submitted: Whether submission information should be displayed. - * - attributes: HTML attributes for the containing element. - * The attributes.class element may contain one or more of the following - * classes: - * - node: The current template type (also known as a "theming hook"). - * - node--type-[type]: The current node type. For example, if the node is an - * "Article" it would result in "node--type-article". Note that the machine - * name will often be in a short form of the human readable label. - * - node--view-mode-[view_mode]: The View Mode of the node; for example, a - * teaser would result in: "node--view-mode-teaser", and - * full: "node--view-mode-full". - * The following are controlled through the node publishing options. - * - node--promoted: Appears on nodes promoted to the front page. - * - node--sticky: Appears on nodes ordered above other non-sticky nodes in - * teaser listings. - * - node--unpublished: Appears on unpublished nodes visible only to site - * admins. - * - title_attributes: Same as attributes, except applied to the main title - * tag that appears in the template. - * - content_attributes: Same as attributes, except applied to the main - * content tag that appears in the template. - * - author_attributes: Same as attributes, except applied to the author of - * the node tag that appears in the template. - * - title_prefix: Additional output populated by modules, intended to be - * displayed in front of the main title tag that appears in the template. - * - title_suffix: Additional output populated by modules, intended to be - * displayed after the main title tag that appears in the template. - * - view_mode: View mode; for example, "teaser" or "full". - * - teaser: Flag for the teaser state. Will be true if view_mode is 'teaser'. - * - page: Flag for the full page state. Will be true if view_mode is 'full'. - * - readmore: Flag for more state. Will be true if the teaser content of the - * node cannot hold the main body content. - * - logged_in: Flag for authenticated user status. Will be true when the - * current user is a logged-in member. - * - is_admin: Flag for admin user status. Will be true when the current user - * is an administrator. - * - * @see template_preprocess_node() - * - * @todo Remove the id attribute (or make it a class), because if that gets - * rendered twice on a page this is invalid CSS for example: two lists - * in different view modes. - */ -#} -{% block content %} - {% if content.field_video|render is not empty %} - {% set image = content.field_video %} - {% else %} - {% set image %} - <a href="{{ url }}" class="d-block"> - <svg class="bi img-fluid text-secondary"><use xlink:href="{{ bcl_icon_path }}#file-earmark-play"></use></svg> - </a> - {% endset %} - {% endif %} - {% set text = content.body|render|striptags|length > 200 ? content.body|render|striptags|trim|slice(0, 200) ~ '...' : content.body|render|striptags %} - {{ pattern('tile_two', { - attributes: attributes, - content_attributes: content_attributes, - image: image, - title_prefix: title_prefix, - title: label, - title_suffix: title_suffix, - url: url, - text: text, - }) }} -{% endblock %} diff --git a/web/themes/ventuno/templates/content/node--tallinn-report--tile-two.html.twig b/web/themes/ventuno/templates/content/node--view-mode-tile-horizontal.html.twig similarity index 83% rename from web/themes/ventuno/templates/content/node--tallinn-report--tile-two.html.twig rename to web/themes/ventuno/templates/content/node--view-mode-tile-horizontal.html.twig index b28a01c88bf434ca4e9d52081e01dcf2fa471b81..4fe8222dafb32b13699d2ee88eba76247a11be0f 100644 --- a/web/themes/ventuno/templates/content/node--tallinn-report--tile-two.html.twig +++ b/web/themes/ventuno/templates/content/node--view-mode-tile-horizontal.html.twig @@ -62,6 +62,14 @@ * current user is a logged-in member. * - is_admin: Flag for admin user status. Will be true when the current user * is an administrator. + * - image: The logo that has been set for the node, if any. + * - highlighted: Optional array containing an optional icon and a string + * containing an very relevant information that will stand out in the tile. + * - info: An array containing an icon and a string with relevant information + * to be displayed right above the title. + * - topics: Optional array containing the topics that the node is part of. + * - extra_data: Optional array containing arrays of icon + string, with some + * relevant data such as number of downloads, of comments, etc... * * @see template_preprocess_node() * @@ -70,21 +78,19 @@ * in different view modes. */ #} -{% block content %} - {% set image %} - <a href="{{ url }}" class="d-block"> - <svg class="bi img-fluid text-secondary"><use xlink:href="{{ bcl_icon_path }}#journal-text"></use></svg> - </a> - {% endset %} - {% set text = content.field_tallinn_action_1['#explanation']|render|striptags|length > 200 ? content.field_tallinn_action_1['#explanation']|render|striptags|trim|slice(0, 200) ~ '...' : content.body|render|striptags %} - {{ pattern('tile_two', { - attributes: attributes, - content_attributes: content_attributes, - image: image, - title_prefix: title_prefix, - title: label, - title_suffix: title_suffix, - url: url, - text: text, - }) }} -{% endblock %} +{{ pattern('tile', { + attributes, + horizontal: true, + image, + url, + highlighted, + info, + title_prefix, + label, + title_suffix, + text, + action, + badges, + extra_data, + bundle, +}) }} diff --git a/web/themes/ventuno/templates/content/node--view-mode-tile.html.twig b/web/themes/ventuno/templates/content/node--view-mode-tile.html.twig index 9c2dfa7591948e364bb11659f8cee83710ad1cb6..de2d670eaa31e65d3a79a431c7176271c4ef1cfc 100644 --- a/web/themes/ventuno/templates/content/node--view-mode-tile.html.twig +++ b/web/themes/ventuno/templates/content/node--view-mode-tile.html.twig @@ -62,7 +62,6 @@ * current user is a logged-in member. * - is_admin: Flag for admin user status. Will be true when the current user * is an administrator. - * - horizontal: The variant of the tile. * - image: The logo that has been set for the node, if any. * - highlighted: Optional array containing an optional icon and a string * containing an very relevant information that will stand out in the tile. @@ -81,7 +80,6 @@ #} {{ pattern('tile', { attributes, - horizontal, image, url, highlighted, diff --git a/web/themes/ventuno/templates/field/field--sitewide-alert--icon.html.twig b/web/themes/ventuno/templates/field/field--sitewide-alert--icon.html.twig new file mode 100644 index 0000000000000000000000000000000000000000..c80bdecffc3d505d57e8a2cbd62f4090e8116fd1 --- /dev/null +++ b/web/themes/ventuno/templates/field/field--sitewide-alert--icon.html.twig @@ -0,0 +1,12 @@ +{# +/** + * @file + * Default template for a field. + */ +#} + +{% for item in items %} + <svg class="flex-shrink-0 me-3 mt-1 bi icon--s"> + <use xlink:href="{{ bcl_icon_path }}#{{ item.content }}"></use> + </svg> +{% endfor %} diff --git a/web/themes/ventuno/templates/flag/flag-count--view-mode-tile.html.twig b/web/themes/ventuno/templates/flag/flag-count--mini.html.twig similarity index 97% rename from web/themes/ventuno/templates/flag/flag-count--view-mode-tile.html.twig rename to web/themes/ventuno/templates/flag/flag-count--mini.html.twig index c4fd38a81636505f583ba502d87ab036ddfbd4d3..a0d7fb17ef84c7a79025fe331fcad9996389c651 100644 --- a/web/themes/ventuno/templates/flag/flag-count--view-mode-tile.html.twig +++ b/web/themes/ventuno/templates/flag/flag-count--mini.html.twig @@ -31,8 +31,7 @@ 'flag__link', 'd-flex', 'align-items-center', - 'me-2', - 'text-dark' + 'text-muted', ] %} diff --git a/web/themes/ventuno/templates/flag/flag-count-archived--view-mode-tile.html.twig b/web/themes/ventuno/templates/flag/flag-count-archived--mini.html.twig similarity index 87% rename from web/themes/ventuno/templates/flag/flag-count-archived--view-mode-tile.html.twig rename to web/themes/ventuno/templates/flag/flag-count-archived--mini.html.twig index 28887d71a8badd97bdbd349e9b9f3b080ddaa3d6..027992c9dad87ccf0ef50e82c05f18d636cb3bb5 100644 --- a/web/themes/ventuno/templates/flag/flag-count-archived--view-mode-tile.html.twig +++ b/web/themes/ventuno/templates/flag/flag-count-archived--mini.html.twig @@ -16,10 +16,8 @@ {# Depending on the flag action, set the appropriate action class. #} {% if action == 'unflag' %} {% set action_class = 'action-unflag' %} - {% set link_title = 'Remove like from this content'|t %} {% else %} {% set action_class = 'action-flag' %} - {% set link_title = 'Like this content'|t %} {% endif %} {% @@ -29,10 +27,10 @@ ('js-flag-' ~ flag.id() ~ '-' ~ flaggable.id())|clean_class, action_class, 'flag__link', + 'flag__link--archived', 'd-flex', 'align-items-center', - 'me-2', - 'text-dark' + 'text-muted' ] %} @@ -40,7 +38,7 @@ {% set count = flagcount(flag, flaggable) %} {# Set nofollow to prevent search bots from crawling anonymous flag links #} - {% set attributes = attributes.setAttribute('rel', 'nofollow').setAttribute('title', link_title) %} + {% set attributes = attributes.setAttribute('rel', 'nofollow').setAttribute('title', 'Archived content can not be liked'|t) %} <a{{ attributes.addClass(link_classes) }}> <svg class="bi icon--xs me-1"> diff --git a/web/themes/ventuno/templates/flag/flag-count-text--view-mode-tile.html.twig b/web/themes/ventuno/templates/flag/flag-count-text--mini.html.twig similarity index 96% rename from web/themes/ventuno/templates/flag/flag-count-text--view-mode-tile.html.twig rename to web/themes/ventuno/templates/flag/flag-count-text--mini.html.twig index 998579ce06a5ee4c73b1930db9ee1308f139b34a..1405f4beb5a0e919d89c1de2556554c10f58ad75 100644 --- a/web/themes/ventuno/templates/flag/flag-count-text--view-mode-tile.html.twig +++ b/web/themes/ventuno/templates/flag/flag-count-text--mini.html.twig @@ -17,8 +17,7 @@ 'use-ajax', 'd-flex', 'align-items-center', - 'me-2', - 'text-dark' + 'text-muted', ] %} {% set attributes = create_attribute() %} {% set count = flagcount(flag, flaggable) %} diff --git a/web/themes/ventuno/templates/misc/site-alert.html.twig b/web/themes/ventuno/templates/misc/site-alert.html.twig deleted file mode 100644 index f77d616988d2c9325a8744af7f0abe36b4aca680..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/templates/misc/site-alert.html.twig +++ /dev/null @@ -1,37 +0,0 @@ -{{ attach_library('ventuno/alert') }} -{# To be potentially implemented with dismissible site alerts #} -{% set dismissible = false %} -{% if alert.severity is same as 'low' %} - {% set variant = 'brand' %} - {% set icon = 'info-circle-fill' %} -{% elseif alert.severity is same as 'medium' %} - {% set variant = 'warning' %} - {% set icon = 'exclamation-circle-fill' %} -{% elseif alert.severity is same as 'high' %} - {% set variant = 'danger' %} - {% set icon = 'exclamation-triangle-fill' %} -{% endif %} -{% - set classes = [ - 'alert', - 'alert-' ~ variant, - 'd-flex', - 'align-items-center', - 'text-dark', - dismissible ? 'alert-dismissible', - dismissible ? 'fade', - dismissible ? 'show', - ] -%} -<div{{ attributes.addClass(classes) }} role="{{ alert.severity == 'high' ? 'alert' : 'contentinfo' }}"> - <svg class="flex-shrink-0 me-3 mt-1 align-self-start text-{{ variant }} bi icon--s"> - <use xlink:href="{{ bcl_icon_path }}#{{ icon }}"></use> - </svg> - <div class="alert-content flex-grow-1"> - {{ alert.message }} - </div> - {% if dismissible %} - {{ attach_library('ventuno/close') }} - <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button> - {% endif %} -</div> diff --git a/web/themes/ventuno/templates/misc/sitewide-alert.html.twig b/web/themes/ventuno/templates/misc/sitewide-alert.html.twig new file mode 100644 index 0000000000000000000000000000000000000000..030f72582cf008e43de03d953cd60df898ddfb37 --- /dev/null +++ b/web/themes/ventuno/templates/misc/sitewide-alert.html.twig @@ -0,0 +1,38 @@ +{# +/** + * @file sitewide_alert.html.twig + * Default theme implementation to present Sitewide Alert data. + * + * This template is used when viewing Sitewide Alert messages. + * + * + * Available variables: + * - content: A list of content items. Use 'content' to print all content, or + * - attributes: HTML attributes for the container element. This should contain the `data-uuid` attribute needed for + * the loading to work. + * - uuid: The UUID of the sitewide alert. + * - is_dismissible: True if this alert is dismissable, false otherwise. + * - style: The alert style. + * - style_class: A style class derived from the style. + * - sitewide_alert: The sitewide alert entity. + * + * @see template_preprocess_sitewide_alert() + * + * @ingroup themeable + */ +#} +{% + set classes = [ + 'd-flex', + is_dismissible ? 'alert-dismissible', + ] +%} +<div{{ attributes.addClass(classes) }}> + {% if content -%} + {{- content.icon -}} + <div class="alert-content flex-grow-1 text-dark">{{- content.message -}}</div> + {%- endif %} + {% if is_dismissible -%} + <button class="btn-close close js-dismiss-button" aria-label="{{ 'Close'|t }}" type="button"></button> + {%- endif %} +</div> diff --git a/web/themes/ventuno/templates/misc/status-messages.html.twig b/web/themes/ventuno/templates/misc/status-messages.html.twig index 4e863652fd41fcc1557367aab3f02becd260e82a..bf02f52b512b338039ce0c037a8130ec4f388943 100644 --- a/web/themes/ventuno/templates/misc/status-messages.html.twig +++ b/web/themes/ventuno/templates/misc/status-messages.html.twig @@ -20,12 +20,12 @@ * - dismissible: Boolean indicating if the alert is dismissible or not. */ #} + {{ attach_library('ventuno/alert') }} -<div data-drupal-messages class="mt-4"> + +<div data-drupal-messages class="mt-3"> {% block messages %} {% for type, messages in message_list %} - {# To be potentially implemented with dismissible site alerts #} - {% set dismissible = false %} {% if type is same as 'status' %} {% set variant = 'success' %} {% set icon = 'info-circle-fill' %} @@ -42,17 +42,13 @@ 'alert-' ~ variant, 'd-flex', 'align-items-center', - 'text-dark', - dismissible ? 'alert-dismissible', - dismissible ? 'fade', - dismissible ? 'show', ] %} <div aria-label="{{ status_headings[type] }}"{{ attributes.addClass(classes)|without('role', 'aria-label') }} role="{{ type == 'error' ? 'alert' : 'contentinfo' }}"> - <svg class="flex-shrink-0 me-3 mt-1 align-self-start text-{{ variant }} bi icon--s"> + <svg class="flex-shrink-0 me-3 mt-1 align-self-start bi icon--s"> <use xlink:href="{{ bcl_icon_path }}#{{ icon }}"></use> </svg> - <div class="alert-content flex-grow-1"> + <div class="alert-content flex-grow-1 text-dark"> {% if status_headings[type] %} <p class="visually-hidden">{{ status_headings[type] }}</p> {% endif %} @@ -68,10 +64,6 @@ {{ messages|first }} {% endif %} </div> - {% if dismissible %} - {{ attach_library('ventuno/close') }} - <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button> - {% endif %} </div> {# Remove type specific classes. #} {% set attributes = attributes.removeClass(classes) %} diff --git a/web/themes/ventuno/templates/paragraph/paragraph--2-column-layout.html.twig b/web/themes/ventuno/templates/paragraph/paragraph--2-column-layout.html.twig index 59f3ad59375c2f7343c6cbb279d63e70e68ef0a1..7a19cc59788c89b84f39bcefde31b5393a8e9420 100644 --- a/web/themes/ventuno/templates/paragraph/paragraph--2-column-layout.html.twig +++ b/web/themes/ventuno/templates/paragraph/paragraph--2-column-layout.html.twig @@ -46,11 +46,11 @@ {% block paragraph %} <div{{ attributes.addClass(classes) }}> {% block content %} - <div class="row"> - <div class="col-12 col-lg-6 pe-lg-5"> + <div class="row g-5"> + <div class="col-12 col-lg-6"> {{ content.paragraph_column_left }} </div> - <div class="col-12 col-lg-6 ps-lg-5"> + <div class="col-12 col-lg-6"> {{ content.paragraph_column_right }} </div> </div> diff --git a/web/themes/ventuno/templates/paragraph/paragraph--configurable-listing.html.twig b/web/themes/ventuno/templates/paragraph/paragraph--configurable-listing.html.twig index 9b0d710703111a50c7815e2d5a3219fb45fb6a25..b734aefdabcc23da80b5da9bda20ae4432286309 100644 --- a/web/themes/ventuno/templates/paragraph/paragraph--configurable-listing.html.twig +++ b/web/themes/ventuno/templates/paragraph/paragraph--configurable-listing.html.twig @@ -59,14 +59,11 @@ </div> </div> {% if style is same as('grid') %} - <div class="row"> + <div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3 mb-3"> {% for result in results %} - <div class="col-12 col-lg-6 col-xl-4 mb-4 mb-lg-5"> - {{ result }} - </div> + {{ result }} {% endfor %} </div> - <div class="border-bottom mb-3 mb-lg-5"></div> {% elseif style is same as('list') %} {% for result in results %} {{ result }} diff --git a/web/themes/ventuno/templates/patterns/tile/pattern-tile.html.twig b/web/themes/ventuno/templates/patterns/tile/pattern-tile.html.twig index 707ef8a06807bc59bd9e1a971798b3cf16a82bf6..da60af3a87d227df86f91e84ad2bc10a6e4f7290 100644 --- a/web/themes/ventuno/templates/patterns/tile/pattern-tile.html.twig +++ b/web/themes/ventuno/templates/patterns/tile/pattern-tile.html.twig @@ -66,7 +66,7 @@ <article{{ _attributes.addClass(_classes) }}> {{ _title_prefix }} {{ _title_suffix }} - <a class="tile__link position-absolute top-0 end-0 bottom-0 start-0" href="{{ _url }}" title="{{ _label|render|striptags|trim }}"></a> + <a class="tile__link position-absolute top-0 end-0 bottom-0 start-0" href="{{ _url }}" title="{{ _label|render|striptags|trim|raw }}"></a> <figure class="tile__figure mb-0"> {{ _image }} </figure> @@ -94,7 +94,7 @@ {{ _label }} </h1> {% if _text is not empty %} - <div class="tile__text text-dark fs-sm my-1">{{ _text|render|striptags|trim }}</div> + <div class="tile__text text-dark fs-sm my-1">{{ _text|render|striptags|trim|raw }}</div> {% endif %} {% if _action %} <div class="tile__action"> diff --git a/web/themes/ventuno/templates/patterns/tile_two/pattern-tile-two--variant-dated.html.twig b/web/themes/ventuno/templates/patterns/tile_two/pattern-tile-two--variant-dated.html.twig deleted file mode 100644 index 0b3cf3e05902fe667b12c9ce6ab04b1ab0115b49..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/templates/patterns/tile_two/pattern-tile-two--variant-dated.html.twig +++ /dev/null @@ -1,62 +0,0 @@ -{# -/** - * @file - * Tile two pattern. - */ -#} -{% apply spaceless %} - - {# Parameters: - - image (object) (default: {}) - - badges (array of badge object) (default: []) - - attributes (object) (default: {}) - - content_attributes (object) (default: {}) - - title_prefix (string) (default: '') - - title (string) (default: '') - - title_suffix (string) (default: '') - - url (string) (default: '') - - text (string) (default: '') - #} - - {{ attach_library('ventuno/tile-two') }} - - {% set _attributes = attributes|default('') %} - {% set _content_attributes = content_attributes|default('') %} - {% set _day = day|default({}) %} - {% set _month = month|default({}) %} - {% set _title_prefix = title_prefix|default('') %} - {% set _title = title|default('') %} - {% set _title_suffix = title_suffix|default('') %} - {% set _url = url|default('') %} - {% set _text = text|default('') %} - {% set _badges = badges|default([]) %} - - <article{{ _attributes.addClass(['tile', 'tile-two--dated', 'h-sm-100', 'mb-4']) }}> - <div class="h-sm-100 d-flex"> - <div class="date"> - <p class="date__day">{{ _day }}</p> - <p class="date__month">{{ _month }}</p> - </div> - <div class="d-flex flex-column justify-content-between"> - <div> - {{ _title_prefix }} - <h1{{ title_attributes.addClass('tile-two__title') }}> - <a class="tile-two__title-link" href="{{ _url }}" rel="bookmark" title="{{ _title|render|striptags|trim }}">{{ _title }}</a> - </h1> - {{ _title_suffix }} - <div{{ _content_attributes }}> - {{ _text }} - </div> - </div> - {%- if _badges is not empty and _badges is iterable -%} - {{ attach_library('ventuno/badge') }} - <div class="mt-2"> - {% for badge in _badges %} - {% include '@oe-bcl/badge' with badge only %} - {% endfor %} - </div> - {%- endif -%} - </div> - </div> - </article> -{% endapply %} diff --git a/web/themes/ventuno/templates/patterns/tile_two/pattern-tile-two.html.twig b/web/themes/ventuno/templates/patterns/tile_two/pattern-tile-two.html.twig deleted file mode 100644 index 77d7ec0be135ad506d0e90c0b764fdf4b89c9aa4..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/templates/patterns/tile_two/pattern-tile-two.html.twig +++ /dev/null @@ -1,66 +0,0 @@ -{# -/** - * @file - * Tile two pattern. - */ -#} -{% apply spaceless %} - - {# Parameters: - - image (object) (default: {}) - - badges (array of badge object) (default: []) - - attributes (object) (default: {}) - - content_attributes (object) (default: {}) - - title_prefix (string) (default: '') - - title (string) (default: '') - - title_suffix (string) (default: '') - - url (string) (default: '') - - text (string) (default: '') - #} - - {{ attach_library('ventuno/tile-two') }} - - {% set _attributes = attributes|default('') %} - {% set _content_attributes = content_attributes|default('') %} - {% set _image = image|default({}) %} - {% set _title_prefix = title_prefix|default('') %} - {% set _title = title|default('') %} - {% set _title_suffix = title_suffix|default('') %} - {% set _url = url|default('') %} - {% set _text = text|default('') %} - {% set _badges = badges|default([]) %} - - <article{{ _attributes.addClass(['tile', 'tile-two', 'h-sm-100', 'mb-4']) }}> - <div class="row g-1 h-sm-100"> - <div class="col-12 col-sm-4 p-0 ps-sm-3"> - {{ _image }} - </div> - <div class="col-12 col-sm-8 d-flex flex-column justify-content-between mt-3 mt-sm-0 p-0 ps-sm-3"> - <div> - {{ _title_prefix }} - <h1{{ title_attributes.addClass('tile-two__title') }}> - <a class="tile-two__title-link" href="{{ _url }}" rel="bookmark" title="{{ _title|render|striptags|trim }}">{{ _title }}</a> - </h1> - {{ _title_suffix }} - <div{{ _content_attributes }}> - {{ _text }} - </div> - </div> - {%- if _badges is not empty and _badges is iterable -%} - {{ attach_library('ventuno/badge') }} - <div class="mt-2"> - {% for _badge in _badges %} - {% include '@oe-bcl/badge' with { - label: _badge.label, - background: _badge.overflow ? 'light' : 'secondary', - rounded_pill: true, - attributes: create_attribute().addClass(['fs-sm', 'me-1', 'mb-1']), - url: _badge.overflow ? null : path('view.search.page_1', {}, {'query': {'f': { 0: 'topic:' ~ _badge.topic_id }}}), - } only %} - {% endfor %} - </div> - {%- endif -%} - </div> - </div> - </article> -{% endapply %} diff --git a/web/themes/ventuno/templates/patterns/tile_two/tile_two.ui_patterns.yml b/web/themes/ventuno/templates/patterns/tile_two/tile_two.ui_patterns.yml deleted file mode 100644 index 3f01baeee000d6da0cfa2da955615c30c2e6178b..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/templates/patterns/tile_two/tile_two.ui_patterns.yml +++ /dev/null @@ -1,61 +0,0 @@ -tile_two: - label: 'Tile two' - description: 'Custom version of <a href="https://oelibrary.netlify.app/default/?path=/story/components-card--default" target="_blank">BCL''s card</a> to fit the needs of Joinup search page.' - variants: - default: - label: 'Default' - description: 'Standard result item.' - dated: - label: 'Dated' - description: 'Result item with date standing out.' - fields: - image: - type: object - label: 'Image' - description: 'Card image with path and alt.' - preview: - path: 'https://placeimg.com/1000/500/people' - alt: 'Alternative text for card image' - day: - type: number - label: 'Day' - description: 'Day of the event.' - preview: '17' - month: - type: text - label: 'Month' - description: 'Month of the event.' - preview: 'Juliember' - title_prefix: - type: array - label: 'Title prefix' - description: 'Variable coming from Drupal that may content important stuff.' - preview: '' - title: - type: text - label: 'Title' - description: 'Card title.' - preview: 'Title card' - title_suffix: - type: array - label: 'Title suffix' - description: 'Variable coming from Drupal that may content important stuff such as contextual links.' - preview: '' - url: - type: string - label: 'Url' - description: 'The url.' - preview: 'https://joinup.ec.europa.eu' - text: - type: text - label: 'Text' - description: 'Card text.' - preview: 'Text card with longer text which is supported' - badges: - type: array - label: 'Badges' - description: 'List of badges for the card.' - preview: - - label: 'Primary badge' - - label: 'Secondary badge' - rounded_pill: true diff --git a/web/themes/ventuno/templates/rdf-entity/rdf-entity--asset-distribution--tile-two.html.twig b/web/themes/ventuno/templates/rdf-entity/rdf-entity--asset-distribution--tile-two.html.twig deleted file mode 100644 index a15963402bc0d3abf52a3b55ff5970a2ec7bbff8..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/templates/rdf-entity/rdf-entity--asset-distribution--tile-two.html.twig +++ /dev/null @@ -1,23 +0,0 @@ -{# -/** - * @file - * Themeing for rdf entities. - */ -#} -{% block content %} - {% set image %} - <a href="{{ url }}" class="d-block"> - <svg class="bi img-fluid text-secondary"><use xlink:href="{{ bcl_icon_path }}#file-earmark-post"></use></svg> - </a> - {% endset %} - {{ pattern('tile_two', { - attributes: attributes, - content_attributes: content_attributes, - image: image, - title_prefix: title_prefix, - title: label, - title_suffix: title_suffix, - url: url, - text: elements.field_ad_description, - }) }} -{% endblock %} diff --git a/web/themes/ventuno/templates/rdf-entity/rdf-entity--asset-release--tile-two.html.twig b/web/themes/ventuno/templates/rdf-entity/rdf-entity--asset-release--tile-two.html.twig deleted file mode 100644 index 1618bc1fd46184e29b91031102c56ebbe0a0858f..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/templates/rdf-entity/rdf-entity--asset-release--tile-two.html.twig +++ /dev/null @@ -1,24 +0,0 @@ -{# -/** - * @file - * Themeing for rdf entities. - */ -#} -{% block content %} - {% set image %} - <a href="{{ url }}" class="d-block"> - <svg class="bi img-fluid text-secondary"><use xlink:href="{{ bcl_icon_path }}#file-earmark-zip"></use></svg> - </a> - {% endset %} - {% set text = content.field_isr_documentation|render|striptags|length > 200 ? content.field_isr_documentation|render|striptags|trim|slice(0, 200) ~ '...' : content.field_isr_documentation|render|striptags %} - {{ pattern('tile_two', { - attributes: attributes, - content_attributes: content_attributes, - image: image, - title_prefix: title_prefix, - title: label, - title_suffix: title_suffix, - url: url, - text: text, - }) }} -{% endblock %} diff --git a/web/themes/ventuno/templates/rdf-entity/rdf-entity--collection--tile-two.html.twig b/web/themes/ventuno/templates/rdf-entity/rdf-entity--collection--tile-two.html.twig deleted file mode 100644 index dbe408957069d0ca5b985cda949401d8a176c781..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/templates/rdf-entity/rdf-entity--collection--tile-two.html.twig +++ /dev/null @@ -1,24 +0,0 @@ -{# -/** - * @file - * Themeing for rdf entities. - */ -#} -{% block content %} - {% set image %} - <a href="{{ url }}" class="d-block"> - <svg class="bi img-fluid text-secondary"><use xlink:href="{{ bcl_icon_path }}#folder2-open"></use></svg> - </a> - {% endset %} - {{ pattern('tile_two', { - attributes: attributes, - content_attributes: content_attributes, - image: image, - title_prefix: title_prefix, - title: label, - title_suffix: title_suffix, - url: url, - text: elements.group_abstract_wrapper.field_ar_description, - badges: badges, - }) }} -{% endblock %} diff --git a/web/themes/ventuno/templates/rdf-entity/rdf-entity--licence--tile-two.html.twig b/web/themes/ventuno/templates/rdf-entity/rdf-entity--licence--tile-two.html.twig deleted file mode 100644 index c22e9541bf9dce26a019c274880a027ba3d24778..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/templates/rdf-entity/rdf-entity--licence--tile-two.html.twig +++ /dev/null @@ -1,24 +0,0 @@ -{# -/** - * @file - * Themeing for rdf entities. - */ -#} -{% block content %} - {% set image %} - <a href="{{ url }}" class="d-block"> - <svg class="bi img-fluid text-secondary"><use xlink:href="{{ bcl_icon_path }}#file-earmark-medical"></use></svg> - </a> - {% endset %} - {% set text = content.field_licence_description|render|striptags|length > 200 ? content.field_licence_description|render|striptags|trim|slice(0, 200) ~ '...' : content.field_licence_description|render|striptags %} - {{ pattern('tile_two', { - attributes: attributes, - content_attributes: content_attributes, - image: image, - title_prefix: title_prefix, - title: label, - title_suffix: title_suffix, - url: url, - text: text, - }) }} -{% endblock %} diff --git a/web/themes/ventuno/templates/rdf-entity/rdf-entity--solution--tile-two.html.twig b/web/themes/ventuno/templates/rdf-entity/rdf-entity--solution--tile-two.html.twig deleted file mode 100644 index fa3f807395d0e269a85b47b980c650e61ad37bb6..0000000000000000000000000000000000000000 --- a/web/themes/ventuno/templates/rdf-entity/rdf-entity--solution--tile-two.html.twig +++ /dev/null @@ -1,29 +0,0 @@ -{# -/** - * @file - * Themeing for rdf entities. - */ -#} -{% block content %} - {% if elements.field_is_logo|render is not empty %} - {% set image = elements.field_is_logo %} - {% else %} - {% set image %} - <a href="{{ url }}" class="d-block"> - <svg class="bi img-fluid text-secondary w-100"><use xlink:href="{{ bcl_icon_path }}#clipboard2-check"></use></svg> - </a> - {% endset %} - {% endif %} - {% set text = elements.field_is_description|render|striptags|length > 200 ? elements.field_is_description|render|striptags|trim|slice(0, 200) ~ '...' : elements.field_is_description|render|striptags %} - {{ pattern('tile_two', { - attributes: attributes, - content_attributes: content_attributes, - image: image, - title_prefix: title_prefix, - title: label, - title_suffix: title_suffix, - url: url, - text: text, - badges: badges, - }) }} -{% endblock %} diff --git a/web/themes/ventuno/templates/rdf-entity/rdf-entity--view-mode-tile-horizontal.html.twig b/web/themes/ventuno/templates/rdf-entity/rdf-entity--view-mode-tile-horizontal.html.twig new file mode 100644 index 0000000000000000000000000000000000000000..edd6522140b581219fb8cececfc900e4acf96051 --- /dev/null +++ b/web/themes/ventuno/templates/rdf-entity/rdf-entity--view-mode-tile-horizontal.html.twig @@ -0,0 +1,35 @@ +{# +/** + * @file + * Themeing for RDF entities. + * + * Available variables: + * - label: The title of the RDF entity. + * - image: The logo that has been set for the RDF entity, if any. + * - highlighted: Optional array containing an optional icon and a string + * containing an very relevant information that will stand out in the tile. + * - info: An array containing an icon and a string with relevant information + * to be displayed right above the title. + * - topics: Optional array containing the topics that the RDF entity is part of. + * - extra_data: Optional array containing arrays of icon + string, with some + * relevant data such as number of downloads, of comments, etc... + * + * @see template_preprocess_rdf_entity() + */ +#} +{{ pattern('tile', { + attributes, + horizontal: true, + image, + url, + highlighted, + info, + title_prefix, + label, + title_suffix, + text, + action, + badges, + extra_data, + bundle, +}) }} diff --git a/web/themes/ventuno/templates/rdf-entity/rdf-entity--view-mode-tile.html.twig b/web/themes/ventuno/templates/rdf-entity/rdf-entity--view-mode-tile.html.twig index 31eee0a38333db3614e584c3977cb3edaaab6bd5..e79eeb4b29996835025d473435356ad1da52bbbc 100644 --- a/web/themes/ventuno/templates/rdf-entity/rdf-entity--view-mode-tile.html.twig +++ b/web/themes/ventuno/templates/rdf-entity/rdf-entity--view-mode-tile.html.twig @@ -4,7 +4,6 @@ * Themeing for RDF entities. * * Available variables: - * - horizontal: The variant of the tile. * - label: The title of the RDF entity. * - image: The logo that has been set for the RDF entity, if any. * - highlighted: Optional array containing an optional icon and a string @@ -20,7 +19,6 @@ #} {{ pattern('tile', { attributes, - horizontal, image, url, highlighted, diff --git a/web/themes/ventuno/templates/user/user--view-mode-tile-horizontal.html.twig b/web/themes/ventuno/templates/user/user--view-mode-tile-horizontal.html.twig new file mode 100644 index 0000000000000000000000000000000000000000..a568dbcff47f8f58c88ce418cbdc1104829412d7 --- /dev/null +++ b/web/themes/ventuno/templates/user/user--view-mode-tile-horizontal.html.twig @@ -0,0 +1,40 @@ +{# +/** + * @file + * Theme override to present all user data. + * + * This template is used when viewing a registered user's page, + * e.g., example.com/user/123. 123 being the user's ID. + * + * Available variables: + * - content: A list of content items. Use 'content' to print all content, or + * print a subset such as 'content.field_example'. Fields attached to a user + * such as 'user_picture' are available as 'content.user_picture'. + * - attributes: HTML attributes for the container element. + * - horizonta: The variant of the tile. + * - user: A Drupal User entity. + * + * @see template_preprocess_user() + */ +#} +{{ pattern('tile', { + attributes, + horizontal: true, + image: content.field_user_photo, + url: path('entity.user.canonical', {'user': user.id}), + info: { + icon: 'calendar-event', + label: content.member_for|render|striptags, + }, + title_prefix, + label: full_name, + title_suffix, + text, + action, + badges, + bundle: { + label: 'User'|t, + icon: 'person-circle' + }, +}) }} + diff --git a/web/themes/ventuno/templates/user/user--view-mode-tile.html.twig b/web/themes/ventuno/templates/user/user--view-mode-tile.html.twig index c0d2f99c29a8cd11b039fc1e74ae1d76d7214f61..389595a27eeb8ba4693087c1f0ea87807661138a 100644 --- a/web/themes/ventuno/templates/user/user--view-mode-tile.html.twig +++ b/web/themes/ventuno/templates/user/user--view-mode-tile.html.twig @@ -11,7 +11,6 @@ * print a subset such as 'content.field_example'. Fields attached to a user * such as 'user_picture' are available as 'content.user_picture'. * - attributes: HTML attributes for the container element. - * - horizonta: The variant of the tile. * - user: A Drupal User entity. * * @see template_preprocess_user() @@ -19,7 +18,6 @@ #} {{ pattern('tile', { attributes, - horizontal, image: content.field_user_photo, url: path('entity.user.canonical', {'user': user.id}), info: { @@ -29,7 +27,6 @@ title_prefix, label: full_name, title_suffix, - text, action, badges, bundle: { diff --git a/web/themes/ventuno/ventuno.libraries.yml b/web/themes/ventuno/ventuno.libraries.yml index 0114a6257c08d4cb6307264a32bd96c2eb5c85d8..05ff15b98d2c2b4d5afff5f85bc75e06936c79ee 100644 --- a/web/themes/ventuno/ventuno.libraries.yml +++ b/web/themes/ventuno/ventuno.libraries.yml @@ -85,6 +85,8 @@ alert: css: theme: assets/css/alert.min.css: { minified: true } + dependencies: + - ventuno/close badge: css: @@ -333,20 +335,15 @@ tile: theme: assets/css/tile.min.css: { minified: true } -tile-two: - css: - theme: - assets/css/tile-two.min.css: {} - timeline: css: theme: - assets/css/timeline.min.css: {} + assets/css/timeline.min.css: { minified: true } toolbar: css: theme: - assets/css/toolbar.min.css: {} + assets/css/toolbar.min.css: { minified: true } js: assets/js/sticky-menu-logged-in.min.js: { minified: true } @@ -358,4 +355,4 @@ tour-first-balloon: user--group-header: css: theme: - assets/css/user--group-header.min.css: {} + assets/css/user--group-header.min.css: { minified: true }