diff --git a/composer.json b/composer.json index 9cf8ee8de38a5d85a14e3f4f1a0e3c0c098c0a74..b27d03f480ec09f606616d69e51669d0790ba72c 100644 --- a/composer.json +++ b/composer.json @@ -446,6 +446,9 @@ "drupal/publication_date": { "Expand Publication Date to all Entity Types @see https://www.drupal.org/project/publication_date/issues/3219401": "resources/patch/php/drupal/publication_date/3219401-18.patch" }, + "drupal/rdf_sync": { + "Allow to update the URI @see https://www.drupal.org/i/3507137": "resources/patch/php/drupal/rdf_sync/3507137.diff" + }, "drupal/search_api": { "Some bulk form field options are missing schema @see https://www.drupal.org/project/search_api/issues/3195199": "resources/patch/php/drupal/search_api/3195199.patch", "The search_api_list:{index} cache tag is not added to the view display @see https://www.drupal.org/project/search_api/issues/3298295": "resources/patch/php/drupal/search_api/3298295.patch", diff --git a/composer.lock b/composer.lock index 8926ea1d9e2e4f335227676ff18359f1cea0e11e..e9444952cadc0961d11e33a3a604af1b9744f58b 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": "a8390182fe2d53b4e864963acb7d4ce6", + "content-hash": "8d900eacf2d2fdd036a8efc36f810338", "packages": [ { "name": "asm89/stack-cors", diff --git a/config/sync/block.block.eirapropertiesblock.yml b/config/sync/block.block.eirapropertiesblock.yml index 3ff5e75d9c9d4d354e8d7b849b096306e4df9704..8c09edd8ca5d57d24ac1cabf4b1aa1e7314c6f8e 100644 --- a/config/sync/block.block.eirapropertiesblock.yml +++ b/config/sync/block.block.eirapropertiesblock.yml @@ -33,3 +33,4 @@ visibility: bundles: egovera: egovera eira: eira + solution_type: solution_type diff --git a/config/sync/core.entity_form_display.taxonomy_term.egovera.default.yml b/config/sync/core.entity_form_display.taxonomy_term.egovera.default.yml index 7953e81d9f94aabda9a29ac328f061d1ace94f05..808aa46b7facb5a7eb811c529864b64c6cebfdeb 100644 --- a/config/sync/core.entity_form_display.taxonomy_term.egovera.default.yml +++ b/config/sync/core.entity_form_display.taxonomy_term.egovera.default.yml @@ -4,6 +4,7 @@ status: true dependencies: config: - field.field.taxonomy_term.egovera.extra_properties + - field.field.taxonomy_term.egovera.field_taxonomy_related_term - taxonomy.vocabulary.egovera module: - path @@ -29,6 +30,16 @@ content: rows: 5 placeholder: '' third_party_settings: { } + field_taxonomy_related_term: + type: entity_reference_autocomplete + weight: 102 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } langcode: type: language_select weight: 2 diff --git a/config/sync/core.entity_form_display.taxonomy_term.solution_type.default.yml b/config/sync/core.entity_form_display.taxonomy_term.solution_type.default.yml new file mode 100644 index 0000000000000000000000000000000000000000..8b54c3ac8264625b200203a71ea57a7e9fae3c46 --- /dev/null +++ b/config/sync/core.entity_form_display.taxonomy_term.solution_type.default.yml @@ -0,0 +1,72 @@ +uuid: e0b8f22f-4f44-405c-984e-9549b915b30f +langcode: en +status: true +dependencies: + config: + - field.field.taxonomy_term.solution_type.extra_properties + - field.field.taxonomy_term.solution_type.field_taxonomy_related_term + - taxonomy.vocabulary.solution_type + module: + - path + - text +id: taxonomy_term.solution_type.default +targetEntityType: taxonomy_term +bundle: solution_type +mode: default +content: + description: + type: text_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + extra_properties: + type: string_textarea + weight: 101 + region: content + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + field_taxonomy_related_term: + type: entity_reference_autocomplete + weight: 102 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + name: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + status: + type: boolean_checkbox + weight: 100 + region: content + settings: + display_label: true + third_party_settings: { } +hidden: + uri: true diff --git a/config/sync/core.entity_view_display.taxonomy_term.egovera.default.yml b/config/sync/core.entity_view_display.taxonomy_term.egovera.default.yml index c61a201ae4733a766bed5304d61b7b98d1fcf41b..e24f36c6df306d16cc28b2fd3a85f23c27e11fc2 100644 --- a/config/sync/core.entity_view_display.taxonomy_term.egovera.default.yml +++ b/config/sync/core.entity_view_display.taxonomy_term.egovera.default.yml @@ -4,6 +4,7 @@ status: true dependencies: config: - field.field.taxonomy_term.egovera.extra_properties + - field.field.taxonomy_term.egovera.field_taxonomy_related_term - taxonomy.vocabulary.egovera module: - text @@ -21,6 +22,7 @@ content: region: content hidden: extra_properties: true + field_taxonomy_related_term: true langcode: true search_api_excerpt: true uri: true diff --git a/config/sync/core.entity_view_display.taxonomy_term.solution_type.default.yml b/config/sync/core.entity_view_display.taxonomy_term.solution_type.default.yml new file mode 100644 index 0000000000000000000000000000000000000000..6d37013caed61ba7f65a2dec619fb731408f5948 --- /dev/null +++ b/config/sync/core.entity_view_display.taxonomy_term.solution_type.default.yml @@ -0,0 +1,35 @@ +uuid: 6f7208e8-e5df-4009-800e-cbfc2d30f23c +langcode: en +status: true +dependencies: + config: + - field.field.taxonomy_term.solution_type.extra_properties + - field.field.taxonomy_term.solution_type.field_taxonomy_related_term + - taxonomy.vocabulary.solution_type + module: + - text +id: taxonomy_term.solution_type.default +targetEntityType: taxonomy_term +bundle: solution_type +mode: default +content: + description: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 0 + region: content + field_taxonomy_related_term: + type: entity_reference_label + label: above + settings: + link: true + third_party_settings: { } + weight: 1 + region: content +hidden: + extra_properties: true + langcode: true + search_api_excerpt: true + uri: true diff --git a/config/sync/field.field.node.solution.solution_type.yml b/config/sync/field.field.node.solution.solution_type.yml index 9b82f5c85650f2b9ccfd2bc697428a3996314003..35bd542a73da234aec930afd6c9d1cc491c49154 100644 --- a/config/sync/field.field.node.solution.solution_type.yml +++ b/config/sync/field.field.node.solution.solution_type.yml @@ -25,7 +25,7 @@ settings: handler: grouped_taxonomy_term_selection handler_settings: target_bundles: - eira: eira + solution_type: solution_type sort: field: _none auto_create: false diff --git a/config/sync/field.field.taxonomy_term.egovera.field_taxonomy_related_term.yml b/config/sync/field.field.taxonomy_term.egovera.field_taxonomy_related_term.yml new file mode 100644 index 0000000000000000000000000000000000000000..5617e5c0e6a8e6dd9636aa242545fae4985ce9f9 --- /dev/null +++ b/config/sync/field.field.taxonomy_term.egovera.field_taxonomy_related_term.yml @@ -0,0 +1,34 @@ +uuid: e25edb20-9e60-4ed9-a3fa-2ea010b39a71 +langcode: en +status: true +dependencies: + config: + - field.storage.taxonomy_term.field_taxonomy_related_term + - taxonomy.vocabulary.egovera + - taxonomy.vocabulary.eira + module: + - tmgmt_content +third_party_settings: + tmgmt_content: + excluded: false +id: taxonomy_term.egovera.field_taxonomy_related_term +field_name: field_taxonomy_related_term +entity_type: taxonomy_term +bundle: egovera +label: 'Related terms' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + eira: eira + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/sync/field.field.taxonomy_term.solution_type.extra_properties.yml b/config/sync/field.field.taxonomy_term.solution_type.extra_properties.yml new file mode 100644 index 0000000000000000000000000000000000000000..952851f201b0efcb71b7fea10129cbd7fff9b5ab --- /dev/null +++ b/config/sync/field.field.taxonomy_term.solution_type.extra_properties.yml @@ -0,0 +1,29 @@ +uuid: 6598a212-aa96-4dd2-b94e-a63d9ef3c790 +langcode: en +status: true +dependencies: + config: + - field.storage.taxonomy_term.extra_properties + - taxonomy.vocabulary.solution_type + module: + - rdf_sync + - tmgmt_content +third_party_settings: + rdf_sync: + value: + predicate: 'http://joinup.eu/eira/properties' + type: 'xsd:string' + tmgmt_content: + excluded: false +id: taxonomy_term.solution_type.extra_properties +field_name: extra_properties +entity_type: taxonomy_term +bundle: solution_type +label: 'Extra properties' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string_long diff --git a/config/sync/field.field.taxonomy_term.solution_type.field_taxonomy_related_term.yml b/config/sync/field.field.taxonomy_term.solution_type.field_taxonomy_related_term.yml new file mode 100644 index 0000000000000000000000000000000000000000..ee34d72c30767f23fa4d4e3e02311b56d425770f --- /dev/null +++ b/config/sync/field.field.taxonomy_term.solution_type.field_taxonomy_related_term.yml @@ -0,0 +1,40 @@ +uuid: 3ef27396-288a-444b-900b-94cf6747bb38 +langcode: en +status: true +dependencies: + config: + - field.storage.taxonomy_term.field_taxonomy_related_term + - taxonomy.vocabulary.eira + - taxonomy.vocabulary.solution_type + module: + - rdf_sync + - tmgmt_content +third_party_settings: + tmgmt_content: + excluded: false + rdf_sync: + target_id: + predicate: 'http://www.w3.org/2004/02/skos/core#related' + type: resource +id: taxonomy_term.solution_type.field_taxonomy_related_term +field_name: field_taxonomy_related_term +entity_type: taxonomy_term +bundle: solution_type +label: 'Related terms' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + eira: eira + solution_type: solution_type + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: eira +field_type: entity_reference diff --git a/config/sync/field.storage.taxonomy_term.field_taxonomy_related_term.yml b/config/sync/field.storage.taxonomy_term.field_taxonomy_related_term.yml index c4634d0dd7e660aa07bd546867779623e62f0962..56a48cecfc7b7617405450b162cf76675d2e96ad 100644 --- a/config/sync/field.storage.taxonomy_term.field_taxonomy_related_term.yml +++ b/config/sync/field.storage.taxonomy_term.field_taxonomy_related_term.yml @@ -3,11 +3,7 @@ langcode: en status: true dependencies: module: - - field_permissions - taxonomy -third_party_settings: - field_permissions: - permission_type: public id: taxonomy_term.field_taxonomy_related_term field_name: field_taxonomy_related_term entity_type: taxonomy_term diff --git a/config/sync/language.content_settings.taxonomy_term.eira.yml b/config/sync/language.content_settings.taxonomy_term.eira.yml new file mode 100644 index 0000000000000000000000000000000000000000..e12800d0f582699e66b5c217939ff2bb2a5b71e7 --- /dev/null +++ b/config/sync/language.content_settings.taxonomy_term.eira.yml @@ -0,0 +1,11 @@ +uuid: da0861d9-70c0-4b5f-95ad-85db8d990df4 +langcode: en +status: true +dependencies: + config: + - taxonomy.vocabulary.eira +id: taxonomy_term.eira +target_entity_type_id: taxonomy_term +target_bundle: eira +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language.content_settings.taxonomy_term.solution_type.yml b/config/sync/language.content_settings.taxonomy_term.solution_type.yml new file mode 100644 index 0000000000000000000000000000000000000000..a0bdb0b886d11b9bea8eced7594c265afa8013e7 --- /dev/null +++ b/config/sync/language.content_settings.taxonomy_term.solution_type.yml @@ -0,0 +1,11 @@ +uuid: 27cbf2d4-0535-400f-99d1-a07f50ea7d9f +langcode: en +status: true +dependencies: + config: + - taxonomy.vocabulary.solution_type +id: taxonomy_term.solution_type +target_entity_type_id: taxonomy_term +target_bundle: solution_type +default_langcode: site_default +language_alterable: false diff --git a/config/sync/og.og_role.node-solution-member.yml b/config/sync/og.og_role.node-solution-member.yml index 071b2f6813821b7da202360583bf46073cd6c779..8b37a532f29014b6a4017ed13f1e7ed0c9b5196c 100644 --- a/config/sync/og.og_role.node-solution-member.yml +++ b/config/sync/og.og_role.node-solution-member.yml @@ -13,6 +13,10 @@ group_bundle: solution is_admin: null permissions: - 'access comments' + - 'create discussion content' + - 'create document content' + - 'create event content' + - 'create news content' - 'delete own comments' - 'delete own discussion content' - 'delete own document content' diff --git a/config/sync/taxonomy.vocabulary.egovera.yml b/config/sync/taxonomy.vocabulary.egovera.yml index 860250a31f3c6b7f3fa1ac9bebf2c5c57314c52e..f58ff7853d46e8662dbbed041863c6669c9aca0f 100644 --- a/config/sync/taxonomy.vocabulary.egovera.yml +++ b/config/sync/taxonomy.vocabulary.egovera.yml @@ -8,7 +8,7 @@ third_party_settings: joinup_taxonomy: locked: true rdf_sync: - type: 'http://data.europa.eu/dr8/' + type: 'http://data.europa.eu/dr8/egovera' uri_plugin: topic fields: vid: diff --git a/config/sync/taxonomy.vocabulary.eira.yml b/config/sync/taxonomy.vocabulary.eira.yml index 4550712e6a1eda0516025302bd1a6fe2f0298e75..4880bd3f7d5212474dc5ec3ad6d3aeda9a13d445 100644 --- a/config/sync/taxonomy.vocabulary.eira.yml +++ b/config/sync/taxonomy.vocabulary.eira.yml @@ -32,6 +32,6 @@ _core: default_config_hash: mEUCMUaY5OkSGEFzI41HGbP3_Thnomwf6kQ8gtaCu8k name: EIRA vid: eira -description: null +description: 'The official EIRA vocabulary that follows the versions released by the EIRA team.' weight: 0 new_revision: false diff --git a/config/sync/taxonomy.vocabulary.solution_type.yml b/config/sync/taxonomy.vocabulary.solution_type.yml new file mode 100644 index 0000000000000000000000000000000000000000..874613b94d25d6a78b5e5fd6b0c6824e5e539d21 --- /dev/null +++ b/config/sync/taxonomy.vocabulary.solution_type.yml @@ -0,0 +1,33 @@ +uuid: cec8cce0-ef9b-459c-81c3-cedc364132f0 +langcode: en +status: true +dependencies: + module: + - joinup_taxonomy + - rdf_sync +third_party_settings: + rdf_sync: + type: 'http://data.europa.eu/dr8/6.0.0' + uri_plugin: null + fields: + vid: + target_id: + predicate: 'http://www.w3.org/2004/02/skos/core#inScheme' + type: resource + name: + value: + predicate: 'http://www.w3.org/2004/02/skos/core#prefLabel' + type: null + description: + value: + predicate: 'http://www.w3.org/2004/02/skos/core#definition' + type: null + parent: + target_id: + predicate: 'http://www.w3.org/2004/02/skos/core#broaderTransitive' + type: resource +name: 'Solution type' +vid: solution_type +description: 'An EIRA simplified vocabulary version based on EIRA 6.0.0.' +weight: 0 +new_revision: false diff --git a/resources/patch/php/drupal/rdf_sync/3507137.diff b/resources/patch/php/drupal/rdf_sync/3507137.diff new file mode 100644 index 0000000000000000000000000000000000000000..32b25b3281b7e984e6d5255f592ff24205b55841 --- /dev/null +++ b/resources/patch/php/drupal/rdf_sync/3507137.diff @@ -0,0 +1,278 @@ +diff --git a/README.md b/README.md +index 4524912da7808eca8cb00b0283317f65a5ca80a9..8f087f7866ca48b04533d1237f9e6662a7f9831b 100644 +--- a/README.md ++++ b/README.md +@@ -46,6 +46,12 @@ well-known Drupal entity _UUID_ field, but complying to a URI as pattern. Two + entities, even they are from different entity types and/or bundles, cannot share + the same URI. + ++Furthermore, the URI cannot be changed once it's set. The module provides a ++FieldItemList class that handles the generation and update of the URI. An ++update to the URI is **only** allowed if the changes are strictly related to ++changing the case of the letters from lower to upper or vice versa, e.g., ++changing `http://example.com/node/1` to `http://example.com/Node/1`. ++ + #### Mapping + + A relation between an entity field property/column and an RDF +@@ -96,9 +102,10 @@ vendor/bin/drush rdf_sync:disable + Run manual synchronization: + + #### PHP ++ + ```php + use Drupal\rdf_sync\Model\SyncMethod; +-\Drupal::service('rdf_sync.synchronizer')->synchronize(SyncMethod::UPDATE, [$entity1, $entity2, ...]); ++\Drupal::service('rdf_sync.synchronizer')->synchronize(SyncMethod::Update, [$entity1, $entity2, ...]); + ``` + #### CLI + ```bash +diff --git a/modules/rdf_sync_published/tests/Kernel/RdfSyncPublishedTest.php b/modules/rdf_sync_published/tests/Kernel/RdfSyncPublishedTest.php +index ddc5b911fd9e44fb7b63400eca8133e44177d36b..da9c44f96fd9f235ad391912cb6f56b045bc8444 100644 +--- a/modules/rdf_sync_published/tests/Kernel/RdfSyncPublishedTest.php ++++ b/modules/rdf_sync_published/tests/Kernel/RdfSyncPublishedTest.php +@@ -78,7 +78,7 @@ class RdfSyncPublishedTest extends KernelTestBase { + + /** @var \Drupal\rdf_sync\RdfSyncSynchronizer $synchronizer */ + $synchronizer = $this->container->get('rdf_sync.synchronizer'); +- $synchronizer->synchronize(SyncMethod::INSERT, [$node], TRUE); ++ $synchronizer->synchronize(SyncMethod::Insert, [$node], TRUE); + $this->assertNoTriples('http://data', [ + ['http://example.com/page/id/1', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'http://example.com/page'], + ['http://example.com/page/id/1', 'http://example.com/page/title', '"Some title"@en'], +@@ -86,7 +86,7 @@ class RdfSyncPublishedTest extends KernelTestBase { + + // Publish the entity and synchronize again. + $node->setPublished()->save(); +- $synchronizer->synchronize(SyncMethod::INSERT, [$node], TRUE); ++ $synchronizer->synchronize(SyncMethod::Insert, [$node], TRUE); + $this->assertTriples('http://data', [ + ['http://example.com/page/id/1', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'http://example.com/page'], + ['http://example.com/page/id/1', 'http://example.com/page/title', '"Some title"@en'], +diff --git a/rdf_sync.module b/rdf_sync.module +index 4cfb1405e40fbd26fa33df7f5438d3f9340dfd3c..faac381315f941e7d61d42009069021f96fc6b8d 100644 +--- a/rdf_sync.module ++++ b/rdf_sync.module +@@ -154,7 +154,7 @@ function rdf_sync_form_alter(array &$form, FormStateInterface $form_state): void + function rdf_sync_entity_insert(EntityInterface $entity): void { + $mapper = \Drupal::getContainer()->get('rdf_sync.mapper'); + if ($entity instanceof ContentEntityInterface && $mapper->isMappedEntity($entity)) { +- \Drupal::getContainer()->get('rdf_sync.synchronizer')->synchronize(SyncMethod::INSERT, [$entity]); ++ \Drupal::getContainer()->get('rdf_sync.synchronizer')->synchronize(SyncMethod::Insert, [$entity]); + } + } + +@@ -164,7 +164,7 @@ function rdf_sync_entity_insert(EntityInterface $entity): void { + function rdf_sync_entity_update(EntityInterface $entity): void { + $mapper = \Drupal::getContainer()->get('rdf_sync.mapper'); + if ($entity instanceof ContentEntityInterface && $mapper->isMappedEntity($entity)) { +- \Drupal::getContainer()->get('rdf_sync.synchronizer')->synchronize(SyncMethod::UPDATE, [$entity]); ++ \Drupal::getContainer()->get('rdf_sync.synchronizer')->synchronize(SyncMethod::Update, [$entity]); + } + } + +@@ -178,7 +178,7 @@ function rdf_sync_entity_delete(EntityInterface $entity): void { + // in destruction phase. + $fieldName = \Drupal::getContainer()->get('rdf_sync.mapper')->getRdfUriFieldName(entity: $entity); + if ($entity->get($fieldName)->value) { +- \Drupal::getContainer()->get('rdf_sync.synchronizer')->synchronize(SyncMethod::DELETE, [$entity]); ++ \Drupal::getContainer()->get('rdf_sync.synchronizer')->synchronize(SyncMethod::Delete, [$entity]); + } + + \Drupal::database()->delete('rdf_sync_uri') +diff --git a/src/BatchSynchronizer.php b/src/BatchSynchronizer.php +index 73120325b53c4b88bc03d562cba141f48124f5a9..3bd571e3af0940b24db0a56997ec00d3df461964 100644 +--- a/src/BatchSynchronizer.php ++++ b/src/BatchSynchronizer.php +@@ -82,7 +82,7 @@ class BatchSynchronizer { + + /** @var \Drupal\Core\Entity\ContentEntityInterface[] $entities */ + $entities = $storage->loadMultiple($ids); +- $synchronizer->synchronize(SyncMethod::UPDATE, $entities, TRUE); ++ $synchronizer->synchronize(SyncMethod::Update, $entities, TRUE); + $synchronizer->destruct(); + + $context['results']['progress'] += count($entities); +diff --git a/src/Form/Alter/BundleEntityFormAlter.php b/src/Form/Alter/BundleEntityFormAlter.php +index 82eb435470d3c039c08db589f89a523417826f1b..ed931e916727077454227e543a8f827ae285033f 100644 +--- a/src/Form/Alter/BundleEntityFormAlter.php ++++ b/src/Form/Alter/BundleEntityFormAlter.php +@@ -152,7 +152,7 @@ class BundleEntityFormAlter extends AbstractFormAlter implements ContainerInject + return array_reduce($this->uriGeneratorPluginManager->getDefinitions(), function ($result, $item) { + if ($item['id'] === 'default') { + return $result; +- }; ++ } + + $result[$item['id']] = $item['name']; + return $result; +diff --git a/src/Model/RdfSyncFormat.php b/src/Model/RdfSyncFormat.php +index 4e3e250b180c044e7d773e2567a7b6aecefa18a6..84b10478015b7e9a8a83b0baf626120de2fd4dfa 100644 +--- a/src/Model/RdfSyncFormat.php ++++ b/src/Model/RdfSyncFormat.php +@@ -9,10 +9,10 @@ namespace Drupal\rdf_sync\Model; + */ + enum RdfSyncFormat: string { + +- case JSONLD = 'jsonld'; ++ case JsonLd = 'jsonld'; + case N3 = 'n3'; +- case NTRIPLES = 'ntriples'; +- case RDFXML = 'rdfxml'; +- case TURTLE = 'turtle'; ++ case Ntriples = 'ntriples'; ++ case RdfXml = 'rdfxml'; ++ case Turtle = 'turtle'; + + } +diff --git a/src/Model/SyncMethod.php b/src/Model/SyncMethod.php +index b1dd83384effe8b960acbd7ab36f1e99f763addf..5a2acaea94d8260e3b9a5fdae1e81c3dc4e787a3 100644 +--- a/src/Model/SyncMethod.php ++++ b/src/Model/SyncMethod.php +@@ -9,8 +9,8 @@ namespace Drupal\rdf_sync\Model; + */ + enum SyncMethod { + +- case INSERT; +- case UPDATE; +- case DELETE; ++ case Insert; ++ case Update; ++ case Delete; + + } +diff --git a/src/RdfSyncSynchronizer.php b/src/RdfSyncSynchronizer.php +index 5b76405acbc69f3669bd55fef13e4b4cddaa0872..d7dfeb304a7413e1f720d8a3c3e013bae395c90d 100644 +--- a/src/RdfSyncSynchronizer.php ++++ b/src/RdfSyncSynchronizer.php +@@ -106,7 +106,7 @@ class RdfSyncSynchronizer implements DestructableInterface { + $this->eventDispatcher->dispatch($event); + $entities = $event->getEntities(); + +- if (in_array($method, [SyncMethod::UPDATE, SyncMethod::DELETE], TRUE)) { ++ if (in_array($method, [SyncMethod::Update, SyncMethod::Delete], TRUE)) { + $uris = array_filter( + array_map( + function (ContentEntityInterface $entity): ?string { +@@ -121,7 +121,7 @@ class RdfSyncSynchronizer implements DestructableInterface { + } + } + +- if (in_array($method, [SyncMethod::INSERT, SyncMethod::UPDATE], TRUE)) { ++ if (in_array($method, [SyncMethod::Insert, SyncMethod::Update], TRUE)) { + $triples = []; + foreach ($entities as $entity) { + $fieldName = $this->mapper->getRdfUriFieldName(entity: $entity); +diff --git a/src/RdfSyncUriFieldItemList.php b/src/RdfSyncUriFieldItemList.php +index 31544552775151e597073269309be7fbf2980675..dccd4d529715a1c36ae3aa56e8dda9f3b2040832 100644 +--- a/src/RdfSyncUriFieldItemList.php ++++ b/src/RdfSyncUriFieldItemList.php +@@ -83,6 +83,33 @@ class RdfSyncUriFieldItemList extends FieldItemList { + 'bundle' => $entity->bundle(), + ])->execute(); + } ++ else { ++ // There are cases where the URI might change slightly by switching some ++ // case-sensitive characters. This is not a problem for the RDF data, but ++ // it is for the database. We need to update the URI in the database. ++ // However, do not allow other cases. ++ $uri = $this->first()->getValue()['value']; ++ // Load the original value from the database. ++ $originalUri = \Drupal::database() ++ ->select('rdf_sync_uri', 'u') ++ ->fields('u', ['uri']) ++ ->condition('u.entity_type', $this->getEntity()->getEntityTypeId()) ++ ->condition('u.entity_id', $this->getEntity()->id()) ++ ->execute() ++ ->fetchField(); ++ ++ if ($uri !== $originalUri && strtolower($uri) !== strtolower($originalUri)) { ++ throw new \LogicException('The RDF URI cannot be changed after creation.'); ++ } ++ elseif ($uri !== $originalUri) { ++ \Drupal::database() ++ ->update('rdf_sync_uri') ++ ->fields(['uri' => $uri]) ++ ->condition('entity_type', $this->getEntity()->getEntityTypeId()) ++ ->condition('entity_id', $this->getEntity()->id()) ++ ->execute(); ++ } ++ } + + return parent::postSave($update); + } +diff --git a/tests/modules/rdf_sync_test/src/Plugin/rdf_sync/Connector/ARC2.php b/tests/modules/rdf_sync_test/src/Plugin/rdf_sync/Connector/Arc2.php +similarity index 98% +rename from tests/modules/rdf_sync_test/src/Plugin/rdf_sync/Connector/ARC2.php +rename to tests/modules/rdf_sync_test/src/Plugin/rdf_sync/Connector/Arc2.php +index cf235893934d386f8186dca68436bee86ed9ca5a..390146fcb1a4f9fcf7fb3df1ee3f626cde8b1ce3 100644 +--- a/tests/modules/rdf_sync_test/src/Plugin/rdf_sync/Connector/ARC2.php ++++ b/tests/modules/rdf_sync_test/src/Plugin/rdf_sync/Connector/Arc2.php +@@ -20,7 +20,7 @@ use EasyRdf\Sparql\Result; + description: new TranslatableMarkup('MySQL-based triplestore with SPARQL support'), + website: 'https://github.com/semsol/arc2', + )] +-class ARC2 extends RdfSyncConnectorPluginPluginBase { ++class Arc2 extends RdfSyncConnectorPluginPluginBase { + + /** + * Static cache of ARC2 store. +diff --git a/tests/src/Kernel/RdfSyncSynchronizationTest.php b/tests/src/Kernel/RdfSyncSynchronizationTest.php +index 7185d52c1baa911e8ad854dada182bc007fc3c28..384501acdd9392af0277bc3df89d9285082187ce 100644 +--- a/tests/src/Kernel/RdfSyncSynchronizationTest.php ++++ b/tests/src/Kernel/RdfSyncSynchronizationTest.php +@@ -121,7 +121,7 @@ class RdfSyncSynchronizationTest extends KernelTestBase { + [$term, $node] = $this->createEntities(); + /** @var \Drupal\rdf_sync\RdfSyncSynchronizer $synchronizer */ + $synchronizer = $this->container->get('rdf_sync.synchronizer'); +- $synchronizer->synchronize(SyncMethod::INSERT, [$term, $node], TRUE); ++ $synchronizer->synchronize(SyncMethod::Insert, [$term, $node], TRUE); + $this->assertTriples('http://data', $expected); + + $node->delete(); +diff --git a/tests/src/Kernel/RdfSyncTest.php b/tests/src/Kernel/RdfSyncTest.php +index bac34f0bfacb8cefab14ef52eb056349701676eb..d20c8ea85a0201660a596ba0a1e01f56e1712803 100644 +--- a/tests/src/Kernel/RdfSyncTest.php ++++ b/tests/src/Kernel/RdfSyncTest.php +@@ -6,6 +6,7 @@ namespace Drupal\Tests\rdf_sync\Kernel; + + use Drupal\Component\Serialization\Yaml; + use Drupal\Core\Entity\ContentEntityInterface; ++use Drupal\Core\Entity\EntityStorageException; + use Drupal\KernelTests\KernelTestBase; + use Drupal\Tests\rdf_sync\Traits\RdfSyncTestingDataTrait; + use Drupal\taxonomy\Entity\Term; +@@ -192,4 +193,33 @@ class RdfSyncTest extends KernelTestBase { + $this->assertSame($expectedUris, $actualUris); + } + ++ /** ++ * Tests updating the URI. ++ * ++ * @covers \Drupal\rdf_sync\RdfSyncUriFieldItemList::postSave ++ */ ++ public function testUpdateUri(): void { ++ $term = Term::create([ ++ 'vid' => 'category', ++ 'name' => $this->randomString(), ++ 'uri' => 'http://example.com/foo', ++ ]); ++ $term->save(); ++ ++ $term = Term::load($term->id()); ++ $this->assertSame('http://example.com/foo', $term->get('uri')->value); ++ ++ // We are throwing a logic exception because it is a logical error, but ++ // Drupal API handles it as an EntityStorageException as it is part of the ++ // postSave() method. ++ $this->expectException(EntityStorageException::class); ++ // Set to a completely different URI. ++ $term->set('uri', 'http://example.com/bar')->save(); ++ ++ // Change only some case-sensitive characters. ++ $term->set('uri', 'http://example.com/Foo')->save(); ++ $term = Term::load($term->id()); ++ $this->assertSame('http://example.com/Foo', $term->get('uri')->value); ++ } ++ + } diff --git a/resources/vocab/EIRA v6.1.0_SKOS.rdf b/resources/vocab/EIRA v6.1.0_SKOS.rdf new file mode 100644 index 0000000000000000000000000000000000000000..b5d6c2a11b7e663520255036e67fb9005058b840 --- /dev/null +++ b/resources/vocab/EIRA v6.1.0_SKOS.rdf @@ -0,0 +1,34595 @@ +<!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 elap "http://data.europa.eu/2sa/elap/" > + <!ENTITY eira "http://data.europa.eu/dr8/" > + <!ENTITY egovera "http://data.europa.eu/dr8/egovera/" > + <!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/" + xmlns:vann="http://purl.org/vocab/vann/" + xmlns:xml="http://www.w3.org/XML/1998/namespace" + xmlns:dcterms="http://purl.org/dc/terms/" + xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" + xmlns:xsd="http://www.w3.org/2001/XMLSchema#" + 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:elap="http://data.europa.eu/2sa/elap/" + xmlns:eira="http://data.europa.eu/dr8/" + xmlns:egovera="http://data.europa.eu/dr8/egovera/" + 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">2024-05-24</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.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/licence/isa-product-license-v14" /> + <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/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/eifLayer" /> + <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/DigitalBusinessCapabilityCapability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalBusinessCapabilityCapability_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/DigitalPublicServiceMachineAgentBusinessActor" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceMachineAgentBusinessActor_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceHumanAgentBusinessActor" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceHumanAgentBusinessActor_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/DigitalPublicServiceProvisionBusinessFunction" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceProvisionBusinessFunction_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/WebAppBusinessInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/WebAppBusinessInterface_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/Digital-readyPolicymakingBusinessProcess" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Digital-readyPolicymakingBusinessProcess_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataHolderBusinessRole" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataHolderBusinessRole_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/DigitalPublicServiceProviderBusinessRole" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceProviderBusinessRole_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/DigitalPublicServiceConsumerBusinessRole" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceConsumerBusinessRole_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceBusinessService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceBusinessService_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/EIRALibraryOfInteroperabilitySpecificationsContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EIRALibraryOfInteroperabilitySpecificationsContract_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/EuropeanLegalInteroperabilityAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataRepresentationRepresentation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataRepresentationRepresentation_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/LegalActRepresentationRepresentation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalActRepresentationRepresentation_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/DataPersistenceApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPersistenceApplicationComponent_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/APIManagementMiddlewareApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIManagementMiddlewareApplicationComponent_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/HumanRequestForServiceApplicationEvent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HumanRequestForServiceApplicationEvent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MachineRequestForServiceApplicationEvent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MachineRequestForServiceApplicationEvent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ResponseTransformerAndValidationApplicationFunction" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ResponseTransformerAndValidationApplicationFunction_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RequestTransformerAndValidationApplicationFunction" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RequestTransformerAndValidationApplicationFunction_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIRoutingApplicationFunction" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIRoutingApplicationFunction_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MachineToMachineInterfaceApplicationInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MachineToMachineInterfaceApplicationInterface_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/HumanInterfaceApplicationInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HumanInterfaceApplicationInterface_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/DataPersistenceApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataPersistenceApplicationService_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/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/IdentityManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IdentityManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryAndRegistryApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryAndRegistryApplicationService_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/FirewallServiceApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FirewallServiceApplicationService_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/APIManagerServiceApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIManagerServiceApplicationService_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/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/MasterDataDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MasterDataDataObject_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/APIResponseDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIResponseDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ReferenceDataDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ReferenceDataDataObject_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/KnowledgeTriplestoreDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KnowledgeTriplestoreDataObject_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/DataDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataDataObject_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/InteroperableDigitalSolutionArtifact" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalSolutionArtifact_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/CloudPrivateNetworkCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CloudPrivateNetworkCommunicationNetwork_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivateNetworkCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivateNetworkCommunicationNetwork_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicNetworkCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicNetworkCommunicationNetwork_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LocalAreaNetworkCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LocalAreaNetworkCommunicationNetwork_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurePublicNetworkCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurePublicNetworkCommunicationNetwork_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/SmartDeviceDevice" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SmartDeviceDevice_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/HybridCloudFacilityFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HybridCloudFacilityFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HostingFacilityFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HostingFacilityFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OnPremiseFacilityFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OnPremiseFacilityFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivateCloudComputingFacilityFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivateCloudComputingFacilityFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicCloudComputingFacilityFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicCloudComputingFacilityFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ExternalFacilityFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ExternalFacilityFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CloudComputingFacilityFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CloudComputingFacilityFacility_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/TechnologyInterfaceTechnologyInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnologyInterfaceTechnologyInterface_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/BusinessIntelligenceTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BusinessIntelligenceTechnologyService_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/LightweightDirectoryAccessProtocolTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LightweightDirectoryAccessProtocolTechnologyService_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/ExternalServiceTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ExternalServiceTechnologyService_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/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DomainNameServiceTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DomainNameServiceTechnologyService_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/KeyStructuralIoPEnablersAssessment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KeyStructuralIoPEnablersAssessment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EuropeanInteroperabilityReferenceArchitectureAssessment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EuropeanInteroperabilityReferenceArchitectureAssessment_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/PublicPolicyConstraintConstraint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PublicPolicyConstraintConstraint_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/DataProtectionMeasuresGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataProtectionMeasuresGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityTestingGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityTestingGoal_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/Service-OrientedArchitectureGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Service-OrientedArchitectureGoal_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/InstallabilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InstallabilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Role-BasedAccessControlGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Role-BasedAccessControlGoal_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/ApplicationOfServiceMonitoringToolsGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CodingStandardsGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CodingStandardsGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataExchangeDeploymentGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataExchangeDeploymentGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/VerticalScalingGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/VerticalScalingGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ProvideAServiceCatalogGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ProvideAServiceCatalogGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsConfigurationGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsConfigurationGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DisasterRecoveryPlanGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DisasterRecoveryPlanGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AdequacyRecognitionGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AdequacyRecognitionGoal_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/MonolithicArchitectureGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MonolithicArchitectureGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Cross-BorderSemanticDataManagementGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Cross-BorderSemanticDataManagementGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServelessArchitectureGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ServelessArchitectureGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/UserInterfaceGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/UserInterfaceGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSubscriptionDeploymentGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSubscriptionDeploymentGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AccessControlPolicyGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AccessControlPolicyGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Cross-BorderIdentificationBusinessGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Cross-BorderIdentificationBusinessGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContinousSecurityMonitoringGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContinousSecurityMonitoringGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AsynchronousProcesingGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AsynchronousProcesingGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DocumentationGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DocumentationGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ManagingSelf-DescriptionSchemasInTheFederatedCatalogueGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ManagingSelf-DescriptionSchemasInTheFederatedCatalogueGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIDesignGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIDesignGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IntegrationThrid-PartySystemsGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IntegrationThrid-PartySystemsGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuthenticationMechanismGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuthenticationMechanismGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Cloud-NativeArchitectureGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Cloud-NativeArchitectureGoal_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/SecurityIncidentResponseGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityIncidentResponseGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MicroserviceArchitectureGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MicroserviceArchitectureGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContainerizationAndOrchestrationGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContainerizationAndOrchestrationGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ProvisioningCapabilityPublicationGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ProvisioningCapabilityPublicationGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OperabilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OperabilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataNotificationDeploymentGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataNotificationDeploymentGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ComplianceMonitoringAndAuditingGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ComplianceMonitoringAndAuditingGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ScalabilityForGrowthGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ScalabilityForGrowthGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InternazionalizationAndLocalizationGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InternazionalizationAndLocalizationGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DynamicLocationOfDataProviderGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DynamicLocationOfDataProviderGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LearningGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LearningGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AccessibilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AccessibilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContentDeliveryNetworkGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContentDeliveryNetworkGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/VersionControlGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/VersionControlGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NetworkOptimizationGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NetworkOptimizationGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DatabaseShardingGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DatabaseShardingGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/UseGNUGPLAsLicenseGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/UseGNUGPLAsLicenseGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EncryptionStandardsGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EncryptionStandardsGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecureCommunicationsGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecureCommunicationsGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Cross-borderUserAuthenticationOperationsGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Cross-borderUserAuthenticationOperationsGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSubscriptionCapabilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataSubscriptionCapabilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LoadBalancingStrategyGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LoadBalancingStrategyGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AdaptabilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AdaptabilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnologyStackSelectionGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TechnologyStackSelectionGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Big-DataArchitectureGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Big-DataArchitectureGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DatabaseSchemaDesignGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DatabaseSchemaDesignGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ReplaceabilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ReplaceabilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Event-DrivenArchitectureGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Event-DrivenArchitectureGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ElasticCloudInfrastructureGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ElasticCloudInfrastructureGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityIncidentResponsePlanGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityIncidentResponsePlanGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MonetizationStrategyGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MonetizationStrategyGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataExchangerOperationsGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataExchangerOperationsGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HorizontalScalingGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/HorizontalScalingGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PerformanceTestingAndTuningGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PerformanceTestingAndTuningGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ComplianceWithDataPrivacyRegulationsGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ComplianceWithDataPrivacyRegulationsGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RetentionAndDataDeletionGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RetentionAndDataDeletionGoal_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/SemanticCapabilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SemanticCapabilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CachingStrategyGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CachingStrategyGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Cross-BorderDataExchangeGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Cross-BorderDataExchangeGoal_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/EIRAOntologyMeaning" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EIRAOntologyMeaning_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionOutcome" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionOutcome_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/trust" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/trust_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/data-accessibility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/data-accessibility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/accessibility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/accessibility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/deployment-fit-cloud-first-approach" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/deployment-fit-cloud-first-approach_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/carbon-dioxide-e-footprint-impact-awareness" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/carbon-dioxide-e-footprint-impact-awareness_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EIFPrinciplePrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EIFPrinciplePrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/loosely-coupled-integration" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/loosely-coupled-integration_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/digital-sovereignty-and-autonomy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/digital-sovereignty-and-autonomy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/ConsumerProtectionPrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/ConsumerProtectionPrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/privacy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/privacy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/best-fit-public-service-implementation-orientation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/best-fit-public-service-implementation-orientation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/CitizenParticipationPrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/CitizenParticipationPrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/subsidiarity-and-proportionality" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/subsidiarity-and-proportionality_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/reuse-buy-build" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/reuse-buy-build_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/administrative-simplification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/administrative-simplification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/SelfDeterminationPrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/SelfDeterminationPrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/FairCompetitionPrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/FairCompetitionPrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/technology-neutrality" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/technology-neutrality_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/security-design" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/security-design_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/InclusionPrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/InclusionPrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/eu-localisation-framework-compliance" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/eu-localisation-framework-compliance_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/data-findability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/data-findability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/data-reusability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/data-reusability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/convergence-control-public-policy-goals-attainment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/convergence-control-public-policy-goals-attainment_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/egovera/EuropeanDataSharingPrinciplesPrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesPrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/integrated-horizontal-user-experience" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/integrated-horizontal-user-experience_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/preservation-information" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/preservation-information_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/data-interoperability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/data-interoperability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/code-ethics-compliance" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/code-ethics-compliance_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/transparency-of-the-administrative-environment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/transparency-of-the-administrative-environment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/neo-weberian-state-approach" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/neo-weberian-state-approach_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/data-sovereignty" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/data-sovereignty_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciplePrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciplePrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/data-portability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/data-portability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/DataAltruismPrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/DataAltruismPrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/FundamentalRightsPrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/FundamentalRightsPrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/care-cradle-grave" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/care-cradle-grave_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/digital-first" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/digital-first_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/innovation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/innovation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/social-participation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/social-participation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/evidence-based-public-policy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/evidence-based-public-policy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/openness" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/openness_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/accountability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/accountability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/digital-partnership" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/digital-partnership_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/proactiveness" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/proactiveness_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/SustainabilityPrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/SustainabilityPrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/multilingualism" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/multilingualism_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/user-centricity" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/user-centricity_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/eu-legislation-compliance" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/eu-legislation-compliance_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/service-orientation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/service-orientation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/transparency-of-internal-information-systems" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/transparency-of-internal-information-systems_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/convergence-assurance-public-policy-goals-attainment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/convergence-assurance-public-policy-goals-attainment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/once-only" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/2sa/elap/once-only_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchivabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArchivabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Detail-LevelRequirementRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/Detail-LevelRequirementRequirement_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/FaultToleranceRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FaultToleranceRequirement_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/AvailabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AvailabilityRequirement_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/ScalabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ScalabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AccountabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AccountabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuthenticationRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuthenticationRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LegalityRequirement_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/InteroperabilityRequirementRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/InteroperabilityRequirementRequirement_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/DurabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DurabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/UsabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/UsabilityRequirement_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/ConsistencyRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConsistencyRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TrafficPatternRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TrafficPatternRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivacyRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PrivacyRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LoggingRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LoggingRequirement_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/ResiliencyRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ResiliencyRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIContractRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/APIContractRequirement_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/ExtensibilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ExtensibilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuditabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuditabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ReplicationRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ReplicationRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IntegrityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IntegrityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DisasterRecoveryRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DisasterRecoveryRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ModularityAndReusabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ModularityAndReusabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConfigurabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConfigurabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ElasticityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ElasticityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AlertsAndMonitoringRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AlertsAndMonitoringRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/GeodesRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/GeodesRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PluggabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/PluggabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DeploymentStampsRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DeploymentStampsRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ObservabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ObservabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DeployabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DeployabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AccessibilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AccessibilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ComplianceRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ComplianceRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuthorizationRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuthorizationRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CompatibilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/CompatibilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NonrepudiationRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NonrepudiationRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TieredLevelsOfSupportRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TieredLevelsOfSupportRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConfidentialityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ConfidentialityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RecoverabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/RecoverabilityRequirement_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/AuthenticityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AuthenticityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LearnabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LearnabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MaintainabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/MaintainabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionFunctionalRequirementRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionFunctionalRequirementRequirement_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/LatencyRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/LatencyRequirement_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/SecurityEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/DigitalPublicServiceOperationPrincipleCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/DigitalPublicServiceOperationPrincipleCatalogueGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NetworkingInfrastructureEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/NetworkingInfrastructureEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ManagementInfrastructureEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ManagementInfrastructureEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TranslationEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TranslationEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ObservabilityRequirementsCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ObservabilityRequirementsCatalogueGrouping_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/AgilityRequirementsCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AgilityRequirementsCatalogueGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/NotImplementedArchitecturePrinciplesCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/NotImplementedArchitecturePrinciplesCatalogueGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ComputingInfrastructureEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ComputingInfrastructureEnablersGrouping_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/KeyInteroperabilityEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnablersGrouping_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/DataLakeInfrastructureEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DataLakeInfrastructureEnablersGrouping_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/WideAreaNetworkingGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/WideAreaNetworkingGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AnalyticsInfrastructureEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AnalyticsInfrastructureEnablersGrouping_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/TrustInfrastructureEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/TrustInfrastructureEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/DigitalPublicServiceImprovementPrincipleCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/DigitalPublicServiceImprovementPrincipleCatalogueGrouping_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/egovera/DigitalPublicServiceDesignPrincipleCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/DigitalPublicServiceDesignPrincipleCatalogueGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablersGrouping_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/KnowledgeDiscoveryEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryEnablersGrouping_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/DigitalSolutionScalabilityArchitectureDecisionCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionScalabilityArchitectureDecisionCatalogueGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionSecurityPrivacyAndComplianceArchitectureDecisionCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionSecurityPrivacyAndComplianceArchitectureDecisionCatalogueGrouping_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/DigitalSolutionPortabilityAndScalabilityArchitectureDecisionCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionPortabilityAndScalabilityArchitectureDecisionCatalogueGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesCatalogueGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ScalabilityRequirementsCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ScalabilityRequirementsCatalogueGrouping_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/DurabilityRequirementsCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DurabilityRequirementsCatalogueGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AvailabilityRequirementsCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/AvailabilityRequirementsCatalogueGrouping_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/ArtificialIntelligenceInfrastructureEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionBusinessArchitectureDecisionCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionBusinessArchitectureDecisionCatalogueGrouping_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/EnterpriseArchitectureFrameworkAlignmentGuidelinesGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/EnterpriseArchitectureFrameworkAlignmentGuidelinesGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionUsabilityArchitectureDecisionCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionUsabilityArchitectureDecisionCatalogueGrouping_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/BlockchainInfrastructureEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/BlockchainInfrastructureEnablersGrouping_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/egovera/DigitalPublicServiceStrategyPrincipleCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/egovera/DigitalPublicServiceStrategyPrincipleCatalogueGrouping_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/ContainersInfrastructureEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContainersInfrastructureEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionTechnicalArchitectureDecisionCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionTechnicalArchitectureDecisionCatalogueGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ProblemStatementGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ProblemStatementGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionHighAvailabilityAndResilienceArchitectureDecisionCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionHighAvailabilityAndResilienceArchitectureDecisionCatalogueGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrchestrationEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/OrchestrationEnablersGrouping_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/ContentDeliveryInfrastructureEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementsCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementsCatalogueGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ExtensibilityRequirementsCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ExtensibilityRequirementsCatalogueGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionMaintenabilityQualityArchitectureDecisionCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionMaintenabilityQualityArchitectureDecisionCatalogueGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DatabaseInfrastructureEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DatabaseInfrastructureEnablersGrouping_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/DigitalSolutionArchitectureDecisionCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionCatalogueGrouping_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/UsabilityRequirementsCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/UsabilityRequirementsCatalogueGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityRequirementsCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/SecurityRequirementsCatalogueGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ResiliencyRequirementsCatalogueGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/ResiliencyRequirementsCatalogueGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/StorageInfrastructureEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/StorageInfrastructureEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FacilityLocationLocation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/FacilityLocationLocation_Properties" /> + </skos:ConceptScheme> + <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/eifLayer"> + <skos:notation><![CDATA[eifLayer]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[eifLayer]]></skos:prefLabel> + <dcterms:identifier>eifLayer</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/DigitalBusinessCapabilityCapability"> + <skos:notation><![CDATA[Digital Business Capability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalBusinessCapabilityCapability</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalBusinessCapabilityCapability + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalBusinessCapabilityCapability + +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". + +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. + +Additional information: The Digital Business capability enable public administations to performadministrative functions inthe framework of e-governance. + +Interoperability Dimension: Structural IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/DigitalBusinessCapabilityCapability + +EIF Layer: Organisational + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyCourseOfAction" /> + <eira:DigitalBusinessCapabilityCapability_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalBusinessCapabilityCapability_Properties"> + <skos:notation><![CDATA[Properties of Digital Business Capability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalBusinessCapabilityCapability_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/DigitalBusinessCapabilityCapability" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalBusinessCapabilityCapability</eira:PURI> + <dcterms:type>eira:DigitalBusinessCapabilityCapability</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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: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/DigitalBusinessCapabilityCapability</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PublicPolicyCourseOfAction + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PublicPolicyCourseOfAction + +Synonym: Policy Action + +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. + +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". + +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) + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/PublicPolicyCourseOfAction + +EIF Layer: Legal + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyConstraintConstraint" /> + <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>2024-01-28</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><![CDATA[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>Structural 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> + <eira:eifLayer>Legal</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceMachineAgentBusinessActor"> + <skos:notation><![CDATA[Digital Public Service Machine Agent]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceMachineAgentBusinessActor</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceMachineAgentBusinessActor + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalPublicServiceMachineAgentBusinessActor + +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) + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DigitalPublicServiceMachineAgentBusinessActor + +EIF Layer: Organisational + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgentBusinessRole" /> + <eira:DigitalPublicServiceMachineAgentBusinessActor_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceMachineAgentBusinessActor_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Machine Agent]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceMachineAgentBusinessActor_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/DigitalPublicServiceMachineAgentBusinessActor" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalPublicServiceMachineAgentBusinessActor</eira:PURI> + <dcterms:type>eira:DigitalPublicServiceMachineAgentBusinessActor</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceMachineAgentBusinessActor</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceHumanAgentBusinessActor"> + <skos:notation><![CDATA[Digital Public Service Human Agent]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceHumanAgentBusinessActor</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceHumanAgentBusinessActor + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalPublicServiceHumanAgentBusinessActor + +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) + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DigitalPublicServiceHumanAgentBusinessActor + +EIF Layer: Organisational + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgentBusinessRole" /> + <eira:DigitalPublicServiceHumanAgentBusinessActor_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceHumanAgentBusinessActor_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Human Agent]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceHumanAgentBusinessActor_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/DigitalPublicServiceHumanAgentBusinessActor" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalPublicServiceHumanAgentBusinessActor</eira:PURI> + <dcterms:type>eira:DigitalPublicServiceHumanAgentBusinessActor</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceHumanAgentBusinessActor</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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. + +Source: OECD + +Source reference: https://www.oecd-ilibrary.org/docserver/gov_glance-2017-72-en.pdf?expires=1649771036&id=id&accname=guest&checksum=15BFD2F7E916921236CCF160605A6430 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalPublicServiceDeliveryModelBusinessCollaboration + +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) + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration + +EIF Layer: Organisational + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgentBusinessRole" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceHumanAgentBusinessActor" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceProviderBusinessRole" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceConsumerBusinessRole" /> + <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/DigitalPublicServiceProvisionBusinessFunction" /> + <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>2024-01-28</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><![CDATA[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>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> + <eira:eifLayer>Organisational</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceProvisionBusinessFunction"> + <skos:notation><![CDATA[Digital Public Service Provision]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceProvisionBusinessFunction</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] + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceProvisionBusinessFunction + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalPublicServiceProvisionBusinessFunction + +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 + +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) + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DigitalPublicServiceProvisionBusinessFunction + +EIF Layer: Organisational + +]]></skos:definition> + <eira:DigitalPublicServiceProvisionBusinessFunction_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceProvisionBusinessFunction_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Provision]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceProvisionBusinessFunction_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/DigitalPublicServiceProvisionBusinessFunction" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalPublicServiceProvisionBusinessFunction</eira:PURI> + <dcterms:type>eira:DigitalPublicServiceProvisionBusinessFunction</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[[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:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceProvisionBusinessFunction</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Source reference: https://www.oecd-ilibrary.org/docserver/gov_glance-2017-72-en.pdf?expires=1649771036&id=id&accname=guest&checksum=15BFD2F7E916921236CCF160605A6430 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalPublicServiceDeliveryBusinessInterface + +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 + +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. + +Interoperability Dimension: Behavioral IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface + +EIF Layer: Organisational + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration" /> + <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/WebAppBusinessInterface" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/MobileAppBusinessInterface + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:MobileAppBusinessInterface + +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 + +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. + +Interoperability Dimension: Behavioral IoP + +Additional identifier: http://data.europa.eu/dr8/MobileAppBusinessInterface + +EIF Layer: Organisational + +]]></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>2024-01-28</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><![CDATA[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>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/MobileAppBusinessInterface</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DesktopAppBusinessInterface + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DesktopAppBusinessInterface + +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 + +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. + +Interoperability Dimension: Behavioral IoP + +Additional identifier: http://data.europa.eu/dr8/DesktopAppBusinessInterface + +EIF Layer: Organisational + +]]></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>2024-01-28</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><![CDATA[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>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DesktopAppBusinessInterface</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ServiceAppBusinessInterface + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ServiceAppBusinessInterface + +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 + +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. + +Interoperability Dimension: Behavioral IoP + +Additional identifier: http://data.europa.eu/dr8/ServiceAppBusinessInterface + +EIF Layer: Organisational + +]]></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>2024-01-28</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><![CDATA[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>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceAppBusinessInterface</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/WebAppBusinessInterface"> + <skos:notation><![CDATA[Web App]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/WebAppBusinessInterface</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/WebAppBusinessInterface + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:WebAppBusinessInterface + +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 + +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. + +Interoperability Dimension: Behavioral IoP + +Additional identifier: http://data.europa.eu/dr8/WebAppBusinessInterface + +EIF Layer: Organisational + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <eira:WebAppBusinessInterface_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/WebAppBusinessInterface_Properties"> + <skos:notation><![CDATA[Properties of Web App]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/WebAppBusinessInterface_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/WebAppBusinessInterface" /> + <eira:PURI>http://data.europa.eu/dr8/WebAppBusinessInterface</eira:PURI> + <dcterms:type>eira:WebAppBusinessInterface</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/WebAppBusinessInterface</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:AdaptiveConfigurationBusinessInterface + +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/ + +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. + +Interoperability Dimension: Behavioral IoP + +Additional identifier: http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface + +EIF Layer: Organisational + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject" /> + <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>2024-01-28</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><![CDATA[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>Behavioral IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:LegislationOnDigitalPublicServicesBusinessObject + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject + +EIF Layer: Legal + +]]></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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject</dcterms:identifier> + <eira:eifLayer>Legal</eira:eifLayer> + </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) + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalPublicServiceCatalogueBusinessObject + +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) + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Key Interoperability Enablers viewpoint + +Additional identifier: http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject + +EIF Layer: Organisational + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceBusinessService" /> + <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>2024-01-28</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><![CDATA[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:view>Organisational view</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/LegislationCatalogueBusinessObject + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:LegislationCatalogueBusinessObject + +Synonym: Official Journal + +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 + +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. + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Key Interoperability Enablers viewpoint + +Additional identifier: http://data.europa.eu/dr8/LegislationCatalogueBusinessObject + +EIF Layer: Legal + +]]></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>2024-01-28</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><![CDATA[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:view>Legal view</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/LegislationCatalogueBusinessObject</dcterms:identifier> + <eira:eifLayer>Legal</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:eifLayer>Organisational</eira:eifLayer> + </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. + +Source: ISA2, EIFv2 + +Source reference: (https://ec.europa.eu/isa2/isa2_en) + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:InteroperabilityFrameworkBusinessObject + +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: 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. + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Governance viewpoint + +Additional identifier: http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject + +EIF Layer: Organisational + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Organisational</eira:eifLayer> + </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. + +Source: Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/security + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/SecurityPolicyBusinessObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SecurityPolicyBusinessObject + +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: 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." + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/SecurityPolicyBusinessObject + +EIF Layer: Semantic + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PrivacyPolicyBusinessObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PrivacyPolicyBusinessObject + +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/ + +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." + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Governance viewpoint + +Additional identifier: http://data.europa.eu/dr8/PrivacyPolicyBusinessObject + +EIF Layer: Semantic + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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:view>EIRA Ontology view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/EIFInteroperabilityLevelBusinessObject</dcterms:identifier> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:eifLayer>Organisational</eira:eifLayer> + </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: EU Open Data guide + +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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/OpenDataPolicyBusinessObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:OpenDataPolicyBusinessObject + +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 + +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." + +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 Dimension: Governance IoP + +Viewpoint: Interoperability Governance viewpoint + +Additional identifier: http://data.europa.eu/dr8/OpenDataPolicyBusinessObject + +EIF Layer: Semantic + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:LegislationOnDataInformationAndKnowledgeExchangeBusinessObject + +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 + +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. + +Interoperability Dimension: Behavioral IoP + +Viewpoint: Key Interoperability Enablers viewpoint + +Additional identifier: http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject + +EIF Layer: Legal + +]]></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>2024-01-28</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><![CDATA[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>Behavioral 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> + <eira:eifLayer>Legal</eira:eifLayer> + </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/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataPortabilityPolicyBusinessObject + +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 + +Interoperability Saliency: The Data Portability Policy ABB is salient for semantic interoperability because it regulates how data can be exchanged and its reuse. + +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â€. + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Governance viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject + +EIF Layer: Semantic + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/SecurityFrameworkBusinessObject + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SecurityFrameworkBusinessObject + +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." + +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. + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/SecurityFrameworkBusinessObject + +EIF Layer: Organisational + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Organisational</eira:eifLayer> + </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. + +Source: OECD + +Source reference: https://stats.oecd.org/glossary/detail.asp?ID=4454 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataPolicyBusinessObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataPolicyBusinessObject + +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 + +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." + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataPolicyBusinessObject + +EIF Layer: Semantic + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataDataObject" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ConformanceTestScenarioBusinessObject + +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] + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +Source: EIF + +Source reference: http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalGovernancePlanBusinessObject + +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: 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. + +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) + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Governance viewpoint + +Additional identifier: http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject + +EIF Layer: Organisational + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Organisational</eira:eifLayer> + </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. + +Source: DAMA DM_BOK + +Source reference: http://www.dama.org + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/MasterDataPolicyBusinessObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:MasterDataPolicyBusinessObject + +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 + +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." + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Governance viewpoint + +Additional identifier: http://data.europa.eu/dr8/MasterDataPolicyBusinessObject + +EIF Layer: Semantic + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PrivacyFrameworkBusinessObject + +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: 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. + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject + +EIF Layer: Organisational + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceBusinessService" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Organisational</eira:eifLayer> + </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/) + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/InformationBusinessObject + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:InformationBusinessObject + +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) + +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. + +Interoperability Dimension: Behavioral IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/InformationBusinessObject + +EIF Layer: Organisational + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InformationBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalBusinessCapabilityCapability" /> + <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>2024-01-28</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><![CDATA[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: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> + <eira:eifLayer>Organisational</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Digital-readyPolicymakingBusinessProcess"> + <skos:notation><![CDATA[Digital-ready Policymaking]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Digital-readyPolicymakingBusinessProcess</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/Digital-readyPolicymakingBusinessProcess + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:Digital-readyPolicymakingBusinessProcess + +Synonym: Policy Cycle + +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 + +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. + +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. + +Interoperability Dimension: Governance IoP + +Viewpoint: Enterprise Architecture Framework alignment guidelines viewpoint + +Additional identifier: http://data.europa.eu/dr8/Digital-readyPolicymakingBusinessProcess + +EIF Layer: Legal + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyCourseOfAction" /> + <eira:Digital-readyPolicymakingBusinessProcess_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Digital-readyPolicymakingBusinessProcess_Properties"> + <skos:notation><![CDATA[Properties of Digital-ready Policymaking]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Digital-readyPolicymakingBusinessProcess_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/Digital-readyPolicymakingBusinessProcess" /> + <eira:PURI>http://data.europa.eu/dr8/Digital-readyPolicymakingBusinessProcess</eira:PURI> + <dcterms:type>eira:Digital-readyPolicymakingBusinessProcess</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/Digital-readyPolicymakingBusinessProcess</dcterms:identifier> + <eira:eifLayer>Legal</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataHolderBusinessRole"> + <skos:notation><![CDATA[Data Holder]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataHolderBusinessRole</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Holder]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Holder ABB is a Business Role being assigned to a legal person, including public sector bodies and international organisations, or a natural person who is not a data subject with respect to the specific data in question, which, in accordance with applicable Union or national law, has the right to grant access to or to share certain personal data or non-personal data. + +Source: Data Governance Act (DGA) + +Source reference: http://data.europa.eu/eli/reg/2022/868/oj + +Last modification: 2024-04-22 + +Identifier: http://data.europa.eu/dr8/DataHolderBusinessRole + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataHolderBusinessRole + +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. + +Interoperability Saliency: The Data Holder ABB is salient for organizational interoperability because it plays a pivotal role in facilitating data access and sharing within the framework of the Data Governance Act. This designation applies to both legal entities, such as public sector bodies and international organizations, and individuals authorized by applicable Union or national law to grant access to specific personal or non-personal data. By delineating responsibilities and ensuring compliance with regulatory standards, the identification of Data Holders fosters transparency, accountability, and alignment with data governance policies, ultimately promoting seamless data interoperability within organizational contexts + +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". + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataHolderBusinessRole + +EIF Layer: Organisational + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalAgreementContract" /> + <eira:DataHolderBusinessRole_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataHolderBusinessRole_Properties"> + <skos:notation><![CDATA[Properties of Data Holder]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataHolderBusinessRole_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Holder]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataHolderBusinessRole" /> + <eira:PURI>http://data.europa.eu/dr8/DataHolderBusinessRole</eira:PURI> + <dcterms:type>eira:DataHolderBusinessRole</dcterms:type> + <dcterms:modified>2024-04-22</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Data Holder ABB is a Business Role being assigned to a legal person, including public sector bodies and international organisations, or a natural person who is not a data subject with respect to the specific data in question, which, in accordance with applicable Union or national law, has the right to grant access to or to share certain personal data or non-personal data.]]></skos:definition> + <eira:definitionSource><![CDATA[Data Governance Act (DGA)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[http://data.europa.eu/eli/reg/2022/868/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 Holder ABB is salient for organizational interoperability because it plays a pivotal role in facilitating data access and sharing within the framework of the Data Governance Act. This designation applies to both legal entities, such as public sector bodies and international organizations, and individuals authorized by applicable Union or national law to grant access to specific personal or non-personal data. By delineating responsibilities and ensuring compliance with regulatory standards, the identification of Data Holders fosters transparency, accountability, and alignment with data governance policies, ultimately promoting seamless data interoperability within organizational contexts]]></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>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/DataHolderBusinessRole</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/AgentBusinessRole + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:AgentBusinessRole + +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) + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/AgentBusinessRole + +EIF Layer: Organisational + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalEntityStakeholder" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IndividualStakeholder" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceProviderBusinessRole" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceConsumerBusinessRole" /> + <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>2024-01-28</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><![CDATA[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:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AgentBusinessRole</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceProviderBusinessRole"> + <skos:notation><![CDATA[Digital Public Service Provider]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceProviderBusinessRole</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceProviderBusinessRole + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalPublicServiceProviderBusinessRole + +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 + +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) + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DigitalPublicServiceProviderBusinessRole + +EIF Layer: Organisational + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceProvisionBusinessFunction" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalAgreementContract" /> + <eira:DigitalPublicServiceProviderBusinessRole_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceProviderBusinessRole_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Provider]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceProviderBusinessRole_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/DigitalPublicServiceProviderBusinessRole" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalPublicServiceProviderBusinessRole</eira:PURI> + <dcterms:type>eira:DigitalPublicServiceProviderBusinessRole</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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: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/DigitalPublicServiceProviderBusinessRole</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataOwnerBusinessRole + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataOwnerBusinessRole + +Synonym: Data Holder (DGA), Data Creator (SiMPL) + +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. + +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. + +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". + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataOwnerBusinessRole + +EIF Layer: Organisational + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataDataObject" /> + <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>2024-01-28</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><![CDATA[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>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> + <eira:eifLayer>Organisational</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceConsumerBusinessRole"> + <skos:notation><![CDATA[Digital Public Service Consumer]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceConsumerBusinessRole</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceConsumerBusinessRole + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalPublicServiceConsumerBusinessRole + +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) + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DigitalPublicServiceConsumerBusinessRole + +EIF Layer: Organisational + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceProvisionBusinessFunction" /> + <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:DigitalPublicServiceConsumerBusinessRole_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceConsumerBusinessRole_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Consumer]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceConsumerBusinessRole_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/DigitalPublicServiceConsumerBusinessRole" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalPublicServiceConsumerBusinessRole</eira:PURI> + <dcterms:type>eira:DigitalPublicServiceConsumerBusinessRole</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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: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/DigitalPublicServiceConsumerBusinessRole</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceBusinessService"> + <skos:notation><![CDATA[Digital Public Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceBusinessService</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] + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalPublicServiceBusinessService + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalPublicServiceBusinessService + +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? + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DigitalPublicServiceBusinessService + +EIF Layer: Organisational + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InformationBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalBusinessCapabilityCapability" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceConsumerBusinessRole" /> + <eira:DigitalPublicServiceBusinessService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceBusinessService_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceBusinessService_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/DigitalPublicServiceBusinessService" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalPublicServiceBusinessService</eira:PURI> + <dcterms:type>eira:DigitalPublicServiceBusinessService</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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: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/DigitalPublicServiceBusinessService</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SemanticInteroperabilityAgreementContract + +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 + +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. + +Interoperability Dimension: Governance IoP + +Viewpoint: Key Interoperability Enablers viewpoint + +Additional identifier: http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract + +EIF Layer: Semantic + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:TechnicalInteroperabilityAgreementContract + +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: 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. + +Interoperability Dimension: Governance IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract + +EIF Layer: Technical + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Technical</eira:eifLayer> + </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 and General Data Protection Regulation 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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Organisational</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:LegalInteroperabilityAgreementContract + +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) + +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. + +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. + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract + +EIF Layer: Legal + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/EIFPrinciplePrinciple" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/LegalAgreementContract" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreementContract" /> + <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>2024-01-28</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><![CDATA[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: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> + <eira:eifLayer>Legal</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/SemanticAgreementContract + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SemanticAgreementContract + +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 + +Interoperability Saliency: The Semantic Agreement ABB is a key interoperability enabler because it supports semantic governance by enabling collaboration between digital public services. + +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. + +Interoperability Dimension: Governance IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/SemanticAgreementContract + +EIF Layer: Semantic + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ServiceLevelAgreementContract + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ServiceLevelAgreementContract + +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: 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. + +Interoperability Dimension: Governance IoP + +Additional identifier: http://data.europa.eu/dr8/ServiceLevelAgreementContract + +EIF Layer: Technical + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Technical</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/OrganisationalAgreementContract + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:OrganisationalAgreementContract + +Synonym: Governance Agreement + +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 + +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. + +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. + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Governance viewpoint + +Additional identifier: http://data.europa.eu/dr8/OrganisationalAgreementContract + +EIF Layer: Organisational + +]]></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>2024-01-28</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><![CDATA[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:view>Organisational view</eira:view> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalAgreementContract</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnDataSharingContract</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/LegalAgreementContract + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:LegalAgreementContract + +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: 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. + +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). + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Governance viewpoint + +Additional identifier: http://data.europa.eu/dr8/LegalAgreementContract + +EIF Layer: Legal + +]]></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>2024-01-28</dcterms:modified> + <skos:definition><![CDATA[Legal Agreement ABB is a Contract enabling collaboration between digital public services cross legal jurisdictions.]]></skos:definition> + <eira:definitionSource><![CDATA[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> + <eira:eifLayer>Legal</eira:eifLayer> + </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. + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/FrameworkAgreementContract + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:FrameworkAgreementContract + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Governance viewpoint + +Additional identifier: http://data.europa.eu/dr8/FrameworkAgreementContract + +EIF Layer: Organisational + +]]></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> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[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.]]></skos:definition> + <eira:eifLayer>Organisational</eira:eifLayer> + <dcterms:modified>2024-01-28</dcterms:modified> + </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 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 + +Source: ISA2 + +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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/InteroperabilitySpecificationContract + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:InteroperabilitySpecificationContract + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Technical Specification for Interoperability (TSI), a technical and operational standard which must be met by each subsystem or part of subsystem in order to meet the essential requirements and ensure the interoperability of the railway system of the European Union. Directive (EU) 2016/797 defines the subsystems, either structural or functional, forming part of the railway system of the European Union. For each of those subsystems, the essential requirements need to be specified and the technical specifications determined, particularly in respect of constituents and interfaces, in order to meet those essential requirements. The essential requirements can be summarised as safety, reliability and availability, health, environmental protection, technical compatibility and accessibility. (https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1519999459620&uri=CELEX:32016L0797) + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: EIRA Ontology viewpoint + +Additional identifier: http://data.europa.eu/dr8/InteroperabilitySpecificationContract + +EIF Layer: N/A + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityRequirementRequirement" /> + <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>2024-01-28</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><![CDATA[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[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): Technical Specification for Interoperability (TSI), a technical and operational standard which must be met by each subsystem or part of subsystem in order to meet the essential requirements and ensure the interoperability of the railway system of the European Union. Directive (EU) 2016/797 defines the subsystems, either structural or functional, forming part of the railway system of the European Union. For each of those subsystems, the essential requirements need to be specified and the technical specifications determined, particularly in respect of constituents and interfaces, in order to meet those essential requirements. The essential requirements can be summarised as safety, reliability and availability, health, environmental protection, technical compatibility and accessibility. (https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1519999459620&uri=CELEX:32016L0797)]]></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>EIRA Ontology 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:view>EIRA Ontology viewpoint</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilitySpecificationContract</dcterms:identifier> + <eira:eifLayer>N/A</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:OrganisationalInteroperabilityAgreementContract + +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) + +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. + +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). + +Interoperability Dimension: Governance IoP + +Viewpoint: Key Interoperability Enablers viewpoint + +Additional identifier: http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract + +EIF Layer: Organisational + +]]></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>2024-01-28</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><![CDATA[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: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> + <eira:eifLayer>Organisational</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRALibraryOfInteroperabilitySpecificationsContract"> + <skos:notation><![CDATA[EIRA Library of Interoperability Specifications]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EIRALibraryOfInteroperabilitySpecificationsContract</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[EIRA Library of Interoperability Specifications]]></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/InteroperabilitySpecificationContract" /> + <eira:EIRALibraryOfInteroperabilitySpecificationsContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRALibraryOfInteroperabilitySpecificationsContract_Properties"> + <skos:notation><![CDATA[Properties of EIRA Library of Interoperability Specifications]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EIRALibraryOfInteroperabilitySpecificationsContract_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of EIRA Library of Interoperability Specifications]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EIRALibraryOfInteroperabilitySpecificationsContract" /> + <eira:view>EIRA Ontology view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/EIRALibraryOfInteroperabilitySpecificationsContract</dcterms:identifier> + <dcterms:type>eira:EIRALibraryOfInteroperabilitySpecificationsContract</dcterms:type> + <eira:PURI>http://data.europa.eu/dr8/EIRALibraryOfInteroperabilitySpecificationsContract</eira:PURI> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[The EIRA Library of Interoperability Specifications is a library containing the standards and specifications defining the interoperability requirements of the architectural building blocks (ABBs) contained in the European Interoperability Reference Architecture (EIRA). The aim of this library is supporting solutions architects when modelling using EIRA.]]></skos:definition> + <eira:eifLayer>N/A</eira:eifLayer> + <dcterms:modified>2024-01-28</dcterms:modified> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/TechnicalAgreementContract + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:TechnicalAgreementContract + +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 + +Interoperability Saliency: The Technical Agreement ABB is a key interoperability enabler because it supports technical governance interoperability by enabling collaboration between digital public services. + +Interoperability Dimension: Governance IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/TechnicalAgreementContract + +EIF Layer: Technical + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Technical</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Legal</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreementContract"> + <skos:notation><![CDATA[European Legal Interoperability Agreeement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreementContract</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreementContract + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:EuropeanLegalInteroperabilityAgreementContract + +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. + +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. + +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. + +Interoperability Dimension: Governance IoP + +Additional identifier: http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreementContract + +EIF Layer: Legal + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract" /> + <eira:EuropeanLegalInteroperabilityAgreementContract_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreementContract_Properties"> + <skos:notation><![CDATA[Properties of European Legal Interoperability Agreeement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreementContract_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/EuropeanLegalInteroperabilityAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreementContract</eira:PURI> + <dcterms:type>eira:EuropeanLegalInteroperabilityAgreementContract</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/EuropeanLegalInteroperabilityAgreementContract</dcterms:identifier> + <eira:eifLayer>Legal</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataRepresentationRepresentation"> + <skos:notation><![CDATA[Data Representation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataRepresentationRepresentation</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataRepresentationRepresentation + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataRepresentationRepresentation + +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: The Data Representation ABB is a key interoperability enabler because it ensures a common and unambiguous interpretation of Data (*). + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataRepresentationRepresentation + +EIF Layer: Semantic + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/KnowledgeRepresentation" /> + <eira:DataRepresentationRepresentation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataRepresentationRepresentation_Properties"> + <skos:notation><![CDATA[Properties of Data Representation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataRepresentationRepresentation_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/DataRepresentationRepresentation" /> + <eira:PURI>http://data.europa.eu/dr8/DataRepresentationRepresentation</eira:PURI> + <dcterms:type>eira:DataRepresentationRepresentation</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataRepresentationRepresentation</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/LinkedOpenDataRepresentation + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:LinkedOpenDataRepresentation + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/LinkedOpenDataRepresentation + +EIF Layer: Semantic + +]]></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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LinkedOpenDataRepresentation</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/LinkedDataRepresentation + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:LinkedDataRepresentation + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/LinkedDataRepresentation + +EIF Layer: Semantic + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LinkedDataRepresentation</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalActRepresentationRepresentation"> + <skos:notation><![CDATA[Legal Act Representation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalActRepresentationRepresentation</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/LegalActRepresentationRepresentation + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:LegalActRepresentationRepresentation + +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). + +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. + +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). + +Interoperability Dimension: Structural IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/LegalActRepresentationRepresentation + +EIF Layer: Legal + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalActRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/KnowledgeRepresentation" /> + <eira:LegalActRepresentationRepresentation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalActRepresentationRepresentation_Properties"> + <skos:notation><![CDATA[Properties of Legal Act Representation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalActRepresentationRepresentation_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/LegalActRepresentationRepresentation" /> + <eira:PURI>http://data.europa.eu/dr8/LegalActRepresentationRepresentation</eira:PURI> + <dcterms:type>eira:LegalActRepresentationRepresentation</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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: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>Structural IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/LegalActRepresentationRepresentation</dcterms:identifier> + <eira:eifLayer>Legal</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/KnowledgeRepresentation + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:KnowledgeRepresentation + +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 + +Interoperability Dimension: Structural IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/KnowledgeRepresentation + +EIF Layer: Semantic + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataRepresentationRepresentation" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/LegalActRepresentationRepresentation" /> + <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>2024-01-28</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><![CDATA[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>Structural 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> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:LinkedDataEventStreamRepresentation + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation + +EIF Layer: Semantic + +]]></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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/OpenDataRepresentation + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:OpenDataRepresentation + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/OpenDataRepresentation + +EIF Layer: Semantic + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/OpenDataRepresentation</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPersistenceApplicationComponent"> + <skos:notation><![CDATA[Data Persistence]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataPersistenceApplicationComponent</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataPersistenceApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataPersistenceApplicationComponent + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DataPersistenceApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <eira:DataPersistenceApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPersistenceApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of Data Persistence]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataPersistenceApplicationComponent_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/DataPersistenceApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/DataPersistenceApplicationComponent</eira:PURI> + <dcterms:type>eira:DataPersistenceApplicationComponent</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataPersistenceApplicationComponent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ArtificialIntelligenceApplicationComponent + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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) + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:KnowledgeDiscoveryApplicationComponent + +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: 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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +Source: ISA2 + +Source reference: https://ec.europa.eu/isa2/sites/default/files/docs/publications/isa2-actions-phase2_-_poc_-_wp1_specifications_en.pdf + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataPublicationApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataPublicationApplicationComponent + +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: 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." + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataPublicationApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataPublicationApplicationComponent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/BlockchainApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:BlockchainApplicationComponent + +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/ + +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. + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/BlockchainApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainApplicationComponent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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[Conformance Testing]]></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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ConformanceTestingApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ConformanceTestingApplicationComponent + +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: 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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ConformanceTestingApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject" /> + <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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestingApplicationComponent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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/FirewallServiceApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicNetworkCommunicationNetwork" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIRoutingApplicationFunction" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 an Application Component supporting the reuse and efficiency, enabling organisations to leverage common sets of tools. his approach helps organizations optimize costs, improve resource utilisation, and foster innovation and collaboration. Shared Platforms facilitate better data management and exchange, provide scalability and flexibility, and help maintain consistency and compliance across different applications and services within the enterprise. + +Source: Inspired in definitions from referent companies of IT sector + +Last modification: 2023-11-20 + +Identifier: http://data.europa.eu/dr8/SharedPlatformApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SharedPlatformApplicationComponent + +eira:iopSaliency: 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. + +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) + +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). Shared Platform offers a harmonised repository of business and technological resources that are essential for the dissemination of unique business functionalities. It is the cornerstone of a digital ecosystem, invariably interfacing with constituents through APIs or providing bespoke connectivity solutions like direct data access, thus ensuring that the organisation's digital fabric is both resilient and adaptive. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/SharedPlatformApplicationComponent + +EIF Layer: TechnicalApplication + +]]></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/OrchestrationEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TranslationEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataManagementEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityEnablersGrouping" /> + <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" /> + <eira:PURI>http://data.europa.eu/dr8/SharedPlatformApplicationComponent</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:type>eira:SharedPlatformApplicationComponent</dcterms:type> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[Shared Platform ABB is an Application Component supporting the reuse and efficiency, enabling organisations to leverage common sets of tools. his approach helps organizations optimize costs, improve resource utilisation, and foster innovation and collaboration. Shared Platforms facilitate better data management and exchange, provide scalability and flexibility, and help maintain consistency and compliance across different applications and services within the enterprise.]]></skos:definition> + <eira:definitionSource><![CDATA[Inspired in definitions from referent companies of IT sector]]></eira:definitionSource> + <eira:definitionSource><![CDATA[]]></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:synonym></eira:synonym> + <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). Shared Platform offers a harmonised repository of business and technological resources that are essential for the dissemination of unique business functionalities. It is the cornerstone of a digital ecosystem, invariably interfacing with constituents through APIs or providing bespoke connectivity solutions like direct data access, thus ensuring that the organisation's digital fabric is both resilient and adaptive.]]></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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/AuditApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:AuditApplicationComponent + +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: 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" + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/AuditApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Source: ISA2 + +Source reference: https://ec.europa.eu/isa2/eif_en/ + +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. + +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) + +IoP Dimension: Structural IoP, Behavioral IoP + +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/MachineToMachineInterfaceApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HumanInterfaceApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceBusinessService" /> + <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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <eira:view>EIRA Ontology view</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/InteroperableDigitalSolutionApplicationComponent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +Source: ISA2 - EIA Action + +Source reference: https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/E-ArchivingApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:E-ArchivingApplicationComponent + +Synonym: Preservation 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: 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." + +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â€. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/E-ArchivingApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PrivacyApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PrivacyApplicationComponent + +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: 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." + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/PrivacyApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIManagementMiddlewareApplicationComponent"> + <skos:notation><![CDATA[API Management Middleware]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIManagementMiddlewareApplicationComponent</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/APIManagerServiceApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditApplicationService" /> + <eira:APIManagementMiddlewareApplicationComponent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIManagementMiddlewareApplicationComponent_Properties"> + <skos:notation><![CDATA[Properties of API Management Middleware]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIManagementMiddlewareApplicationComponent_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/APIManagementMiddlewareApplicationComponent" /> + <dcterms:type>eira:APIManagementMiddlewareApplicationComponent</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/APIManagementMiddlewareApplicationComponent</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/APIManagementMiddlewareApplicationComponent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/MetadataManagementApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:MetadataManagementApplicationComponent + +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: 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." + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/MetadataManagementApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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) + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/IdentificationApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:IdentificationApplicationComponent + +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/) + +Interoperability Saliency: The Identification Component ABB  is salient for technical interoperability because it provides the functionalities of user authentication. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/IdentificationApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/AgendaManagementApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:AgendaManagementApplicationComponent + +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: 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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/AgendaManagementApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AgendaManagementApplicationComponent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +Source: ISA2 - EIA Action + +Source reference: https://joinup.ec.europa.eu/taxonomy/term/http_e_f_fdata_ceuropa_ceu_fdr8_fFormsManagementComponent + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/FormsManagementApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:FormsManagementApplicationComponent + +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: 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." + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/FormsManagementApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +Source: W3C + +Source reference: https://www.w3.org/TR/ws-arch/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/OrchestrationApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:OrchestrationApplicationComponent + +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/ + +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." + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/OrchestrationApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 Component 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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/MachineTranslationApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:MachineTranslationApplicationComponent + +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: 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." + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/MachineTranslationApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Machine Translation ABB is an Application Component that enables the implementation of an automated translation of text, metadata and concept classes or nomenclatures]]></skos:definition> + <eira:definitionSource><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PublicAdministrationSingleWindowApplicationComponent + +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 + +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. + +Interoperability Dimension: Behavioral IoP + +Additional identifier: http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataVirtualizationApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataVirtualizationApplicationComponent + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DataVirtualizationApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +Source: eIDAS + +Source reference: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%3AOJ.L_.2014.257.01.0073.01.ENG + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:TrustServiceProvisioningApplicationComponent + +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: 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." + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataExtractionTransformationAndLoadingApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataExtractionTransformationAndLoadingApplicationComponent + +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 + +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." + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataExtractionTransformationAndLoadingApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ScheduleManagementApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ScheduleManagementApplicationComponent + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ScheduleManagementApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementApplicationComponent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataExchangeApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataExchangeApplicationComponent + +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: 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." + +Interoperability Dimension: Behavioral IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataExchangeApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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>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> + <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeApplicationComponent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/AccessManagementApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:AccessManagementApplicationComponent + +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/) + +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" + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/AccessManagementApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalWorkplaceApplicationComponent + +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: 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. + +Interoperability Dimension: Behavioral IoP + +Additional identifier: http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +IoP Dimension: Structural IoP + +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> + <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>2024-01-28</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><![CDATA[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:view>EIRA Ontology view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperable European Solution viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionApplicationComponent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataQualityApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataQualityApplicationComponent + +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/ + +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." + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataQualityApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/APICatalogueApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:APICatalogueApplicationComponent + +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: 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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/APICatalogueApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/APICatalogueApplicationComponent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +Source: ISA2 - EIA Action + +Source reference: http://data.europa.eu/eli/dec/2015/2240/oj + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ServiceRegistryApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ServiceRegistryApplicationComponent + +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/ + +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." + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ServiceRegistryApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataManagementApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataManagementApplicationComponent + +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 + +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." + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataManagementApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataAnalyticsApplicationComponent + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataAnalyticsApplicationComponent + +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/) + +eira:iopSaliency: 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. + +Additional information: Data analytics component enable the automation of mechanical processes and algorithms that work over raw data for human consumption. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DataAnalyticsApplicationComponent + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HumanRequestForServiceApplicationEvent"> + <skos:notation><![CDATA[Human request for service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HumanRequestForServiceApplicationEvent</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/FirewallServiceApplicationService" /> + <eira:HumanRequestForServiceApplicationEvent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HumanRequestForServiceApplicationEvent_Properties"> + <skos:notation><![CDATA[Properties of Human request for service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HumanRequestForServiceApplicationEvent_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/HumanRequestForServiceApplicationEvent" /> + <dcterms:type>eira:HumanRequestForServiceApplicationEvent</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/HumanRequestForServiceApplicationEvent</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/HumanRequestForServiceApplicationEvent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineRequestForServiceApplicationEvent"> + <skos:notation><![CDATA[Machine request for service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MachineRequestForServiceApplicationEvent</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/FirewallServiceApplicationService" /> + <eira:MachineRequestForServiceApplicationEvent_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineRequestForServiceApplicationEvent_Properties"> + <skos:notation><![CDATA[Properties of Machine request for service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MachineRequestForServiceApplicationEvent_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/MachineRequestForServiceApplicationEvent" /> + <eira:PURI>http://data.europa.eu/dr8/MachineRequestForServiceApplicationEvent</eira:PURI> + <dcterms:type>eira:MachineRequestForServiceApplicationEvent</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/MachineRequestForServiceApplicationEvent</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ResponseTransformerAndValidationApplicationFunction"> + <skos:notation><![CDATA[Response Transformer and Validation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ResponseTransformerAndValidationApplicationFunction</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Response Transformer and Validation]]></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/APIResponseDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HTTPSLoadBalancerApplicationComponent" /> + <eira:ResponseTransformerAndValidationApplicationFunction_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ResponseTransformerAndValidationApplicationFunction_Properties"> + <skos:notation><![CDATA[Properties of Response Transformer and Validation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ResponseTransformerAndValidationApplicationFunction_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Response Transformer and Validation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ResponseTransformerAndValidationApplicationFunction" /> + <dcterms:type>eira:ResponseTransformerAndValidationApplicationFunction</dcterms:type> + <dcterms:modified>2024-01-28</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Request Transformer and Validation ABB os an Application Function that involves the modification, conversion and validation of incoming requests to conform to a specific data format or structure required by the API.]]></skos:definition> + <eira:definitionSource><![CDATA[Inspired in Gartner]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/application-programming-interface]]></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>Structural IoP</eira:iopDimension> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <eira:PURI>http://data.europa.eu/dr8/ResponseTransformerAndValidationApplicationFunction</eira:PURI> + <dcterms:identifier>http://data.europa.eu/dr8/ResponseTransformerAndValidationApplicationFunction</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RequestTransformerAndValidationApplicationFunction"> + <skos:notation><![CDATA[Request Transformer and Validation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RequestTransformerAndValidationApplicationFunction</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Request Transformer and Validation]]></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/AuthenticationApplicationService" /> + <eira:RequestTransformerAndValidationApplicationFunction_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RequestTransformerAndValidationApplicationFunction_Properties"> + <skos:notation><![CDATA[Properties of Request Transformer and Validation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RequestTransformerAndValidationApplicationFunction_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Request Transformer and Validation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RequestTransformerAndValidationApplicationFunction" /> + <dcterms:type>eira:RequestTransformerAndValidationApplicationFunction</dcterms:type> + <dcterms:modified>2024-01-28</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Request Transformer and Validation ABB os an Application Function that involves the modification, conversion and validation of incoming requests to conform to a specific data format or structure required by the API.]]></skos:definition> + <eira:definitionSource><![CDATA[Inspired in Gartner]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/application-programming-interface]]></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>Structural IoP</eira:iopDimension> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <eira:PURI>http://data.europa.eu/dr8/RequestTransformerAndValidationApplicationFunction</eira:PURI> + <dcterms:identifier>http://data.europa.eu/dr8/RequestTransformerAndValidationApplicationFunction</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIRoutingApplicationFunction"> + <skos:notation><![CDATA[API Routing]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIRoutingApplicationFunction</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[API Routing]]></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/RequestTransformerAndValidationApplicationFunction" /> + <eira:APIRoutingApplicationFunction_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIRoutingApplicationFunction_Properties"> + <skos:notation><![CDATA[Properties of API Routing]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIRoutingApplicationFunction_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of API Routing]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIRoutingApplicationFunction" /> + <dcterms:type>eira:APIRoutingApplicationFunction</dcterms:type> + <dcterms:modified>2024-01-28</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[API Routing ABB is an Application Function that represents automated behavior of mapping API endpoints to specific functions or resources on a web server]]></skos:definition> + <eira:definitionSource><![CDATA[Inspired in Gartner]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/application-programming-interface]]></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>Structural IoP</eira:iopDimension> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <eira:PURI>http://data.europa.eu/dr8/APIRoutingApplicationFunction</eira:PURI> + <dcterms:identifier>http://data.europa.eu/dr8/APIRoutingApplicationFunction</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineToMachineInterfaceApplicationInterface"> + <skos:notation><![CDATA[Machine to Machine Interface]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MachineToMachineInterfaceApplicationInterface</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/MachineToMachineInterfaceApplicationInterface + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:MachineToMachineInterfaceApplicationInterface + +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. + +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." + +Interoperability Dimension: Behavioral IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/MachineToMachineInterfaceApplicationInterface + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationService" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/APIApplicationInterface" /> + <eira:MachineToMachineInterfaceApplicationInterface_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineToMachineInterfaceApplicationInterface_Properties"> + <skos:notation><![CDATA[Properties of Machine to Machine Interface]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MachineToMachineInterfaceApplicationInterface_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/MachineToMachineInterfaceApplicationInterface" /> + <eira:PURI>http://data.europa.eu/dr8/MachineToMachineInterfaceApplicationInterface</eira:PURI> + <dcterms:type>eira:MachineToMachineInterfaceApplicationInterface</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>EIRA Ontology view</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel 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/MachineToMachineInterfaceApplicationInterface</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Source: W3C + +Source reference: https://www.w3.org/TR/2004/NOTE-ws-arch-20040211/#relwwwrest + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/WebServiceApplicationInterface + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:WebServiceApplicationInterface + +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 + +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. + +Interoperability Dimension: Behavioral IoP + +Additional identifier: http://data.europa.eu/dr8/WebServiceApplicationInterface + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/WebServiceApplicationInterface</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/APIApplicationInterface + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:APIApplicationInterface + +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: 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. + +Interoperability Dimension: Behavioral IoP + +Viewpoint: Key Interoperability Enablers viewpoint + +Additional identifier: http://data.europa.eu/dr8/APIApplicationInterface + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/APICatalogueDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/MachineToMachineInterfaceApplicationInterface" /> + <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>2024-01-28</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><![CDATA[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>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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HumanInterfaceApplicationInterface"> + <skos:notation><![CDATA[Human Interface]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HumanInterfaceApplicationInterface</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/HumanInterfaceApplicationInterface + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:HumanInterfaceApplicationInterface + +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/ + +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. + +Interoperability Dimension: Behavioral IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/HumanInterfaceApplicationInterface + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping" /> + <eira:HumanInterfaceApplicationInterface_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HumanInterfaceApplicationInterface_Properties"> + <skos:notation><![CDATA[Properties of Human Interface]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HumanInterfaceApplicationInterface_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/HumanInterfaceApplicationInterface" /> + <eira:PURI>http://data.europa.eu/dr8/HumanInterfaceApplicationInterface</eira:PURI> + <dcterms:type>eira:HumanInterfaceApplicationInterface</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>EIRA Ontology view</eira:view> + <eira:viewpoint>Interoperability Security viewpoint</eira:viewpoint> + <eira:viewpoint>Highlevel 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/HumanInterfaceApplicationInterface</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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]]></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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ConformanceTestingApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ConformanceTestingApplicationService + +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: 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. + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ConformanceTestingApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestingApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestingApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +Source: W3C + +Source reference: https://www.w3.org/TR/ws-arch/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/OrchestrationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:OrchestrationApplicationService + +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: 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." + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/OrchestrationApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrchestrationApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/E-SealCreationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:E-SealCreationApplicationService + +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: The e-Seal Creation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-seal creation service. + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/E-SealCreationApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/E-SealCreationApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/AuditApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:AuditApplicationService + +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/ + +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" + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/AuditApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>Structural 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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/AgendaManagementApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:AgendaManagementApplicationService + +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: 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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/AgendaManagementApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgendaManagementApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AgendaManagementApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/RequestValidationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:RequestValidationApplicationService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/RequestValidationApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentificationApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/RequestValidationApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PrivacyApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PrivacyApplicationService + +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: 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." + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/PrivacyApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/PrivacyApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataSpaceConnectorConsumerApplicationService + +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/ + +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. + +Interoperability Dimension: Behavioral IoP + +Additional identifier: http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +IoP Dimension: Behavioral IoP + +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/APIResponseDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ResponseTransformerAndValidationApplicationFunction" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceBusinessService" /> + <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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <eira:view>EIRA Ontology view</eira:view> + <eira:viewpoint>Highlevel 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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ContentManagementApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ContentManagementApplicationService + +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 + +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." + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ContentManagementApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/FormsManagementApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ContentManagementApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +Source: ISA2 - EIA Action + +Source reference: https://joinup.ec.europa.eu/taxonomy/term/http_e_f_fdata_ceuropa_ceu_fdr8_fFormsManagementComponent + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/FormsManagementApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:FormsManagementApplicationService + +Synonym: e-Forms 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): 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 + +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." + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/FormsManagementApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/FormsManagementApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/FormsManagementApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataVirtualizationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataVirtualizationApplicationService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DataVirtualizationApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataVirtualizationApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataVirtualizationApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataManagementApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataManagementApplicationService + +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 + +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." + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataManagementApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-ArchivingApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataManagementApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataExtractionTransformationAndLoadingApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataExtractionTransformationAndLoadingApplicationService + +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 + +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." + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataExtractionTransformationAndLoadingApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExtractionTransformationAndLoadingApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/DataExtractionTransformationAndLoadingApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataSpaceConnectorProviderApplicationService + +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/ + +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. + +Interoperability Dimension: Behavioral IoP + +Additional identifier: http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/AuthorisationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:AuthorisationApplicationService + +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. + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/AuthorisationApplicationService + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AuthorisationApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPersistenceApplicationService"> + <skos:notation><![CDATA[Data Persistence]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataPersistenceApplicationService</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataPersistenceApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataPersistenceApplicationService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DataPersistenceApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataPersistenceApplicationComponent" /> + <eira:DataPersistenceApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPersistenceApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Data Persistence]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataPersistenceApplicationService_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/DataPersistenceApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/DataPersistenceApplicationService</eira:PURI> + <dcterms:type>eira:DataPersistenceApplicationService</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataPersistenceApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +Source: ISA2 - EIA Action + +Source reference: https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/E-ArchivingApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:E-ArchivingApplicationService + +Synonym: Preservation 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: 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." + +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â€. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/E-ArchivingApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/E-ArchivingApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/E-ArchivingApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/IntegrityVerificationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:IntegrityVerificationApplicationService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/IntegrityVerificationApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/IntegrityVerificationApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataSpaceApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataSpaceApplicationService + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DataSpaceApplicationService + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/E-SealPreservationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:E-SealPreservationApplicationService + +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: The e-Seal Preservation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-seal preservation service. + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/E-SealPreservationApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/E-SealPreservationApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/E-TimestampCreationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:E-TimestampCreationApplicationService + +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/ + +Interoperability Saliency: The e-Timestamp Creation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-Timestamp creation service. + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/E-TimestampCreationApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/E-TimestampCreationApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/AuthenticationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:AuthenticationApplicationService + +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 + +Interoperability Saliency: The Authentication Service ABB is salient for technical interoperability because it provides the functionalities of user authentication. + +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; + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/AuthenticationApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentificationApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MachineToMachineInterfaceApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HumanInterfaceApplicationInterface" /> + <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>2024-01-28</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><![CDATA[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>Structural 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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataAnalyticsApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataAnalyticsApplicationService + +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/) + +eira:iopSaliency: The Data Analytics Service ABB  is salient for technical interoperability because it enables the automated processing and analysis of different data source. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DataAnalyticsApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataAnalyticsApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataAnalyticsApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/MetadataManagementApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:MetadataManagementApplicationService + +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: 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". + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/MetadataManagementApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MetadataManagementApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/MetadataManagementApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ScheduleManagementApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ScheduleManagementApplicationService + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ScheduleManagementApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ScheduleManagementApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataQualityApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataQualityApplicationService + +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 + +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." + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataQualityApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataQualityApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/DataQualityApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/AccountingApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:AccountingApplicationService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/AccountingApplicationService + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AccountingApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/E-SignaturePreservationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:E-SignaturePreservationApplicationService + +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 + +Interoperability Saliency: The e-Signature Preservation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-signature preservation service. + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/E-SignaturePreservationApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/E-SignaturePreservationApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/APIDiscoveryAndCatalogueApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:APIDiscoveryAndCatalogueApplicationService + +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: 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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Key Interoperability Enablers viewpoint + +Additional identifier: http://data.europa.eu/dr8/APIDiscoveryAndCatalogueApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/APICatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APICatalogueApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/APIDiscoveryAndCatalogueApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/MachineTranslationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:MachineTranslationApplicationService + +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) + +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." + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/MachineTranslationApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/MachineTranslationApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/MachineTranslationApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/RegistrationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:RegistrationApplicationService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/RegistrationApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentificationApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/RegistrationApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:E-SignatureVerificationAndValidationApplicationService + +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: 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. + +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 Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/E-SignatureVerificationAndValidationApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PublicAdministrationSingleWindowApplicationService + +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 + +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. + +Interoperability Dimension: Behavioral IoP + +Additional identifier: http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:E-SealVerificationAndValidationApplicationService + +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: 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. + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/E-SealVerificationAndValidationApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:E-TimestampVerificationAndValidationApplicationService + +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/ + +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. + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/E-TimestampVerificationAndValidationApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityManagementApplicationService"> + <skos:notation><![CDATA[Identity management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IdentityManagementApplicationService</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/IdentityManagementApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:IdentityManagementApplicationService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/IdentityManagementApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationService" /> + <eira:IdentityManagementApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityManagementApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Identity management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IdentityManagementApplicationService_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/IdentityManagementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/IdentityManagementApplicationService</eira:PURI> + <dcterms:type>eira:IdentityManagementApplicationService</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/IdentityManagementApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceDiscoveryAndRegistryApplicationService"> + <skos:notation><![CDATA[Service Discovery and Registry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceDiscoveryAndRegistryApplicationService</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ServiceDiscoveryAndRegistryApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ServiceDiscoveryAndRegistryApplicationService + +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: 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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Key Interoperability Enablers viewpoint + +Additional identifier: http://data.europa.eu/dr8/ServiceDiscoveryAndRegistryApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceRegistryApplicationComponent" /> + <eira:ServiceDiscoveryAndRegistryApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceDiscoveryAndRegistryApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Service Discovery and Registry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceDiscoveryAndRegistryApplicationService_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/ServiceDiscoveryAndRegistryApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/ServiceDiscoveryAndRegistryApplicationService</eira:PURI> + <dcterms:type>eira:ServiceDiscoveryAndRegistryApplicationService</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceDiscoveryAndRegistryApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalWorkplaceApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalWorkplaceApplicationService + +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: 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. + +Interoperability Dimension: Behavioral IoP + +Viewpoint: Key Interoperability Enablers viewpoint + +Additional identifier: http://data.europa.eu/dr8/DigitalWorkplaceApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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. + +Source: ISA2 + +Source reference: https://ec.europa.eu/isa2/sites/default/files/docs/publications/isa2-actions-phase2_-_poc_-_wp1_specifications_en.pdf + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataPublicationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataPublicationApplicationService + +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/ + +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." + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataPublicationApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataPublicationApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/DataPublicationApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/BlockchainApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:BlockchainApplicationService + +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/ + +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. + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/BlockchainApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/BlockchainApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Source: ITIL v3 + +Source reference: https://wiki.en.it-processmaps.com/index.php/Access_Management + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/AccessManagementApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:AccessManagementApplicationService + +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) + +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" + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/AccessManagementApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationComponent" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/IdentityManagementApplicationService" /> + <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>2024-01-28</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><![CDATA[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>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/AccessManagementApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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) + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:KnowledgeDiscoveryApplicationService + +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: 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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeTriplestoreDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataExchangeApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataExchangeApplicationService + +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) + +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." + +Interoperability Dimension: Behavioral IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataExchangeApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FirewallServiceApplicationService"> + <skos:notation><![CDATA[Firewall Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FirewallServiceApplicationService</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:FirewallServiceApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FirewallServiceApplicationService_Properties"> + <skos:notation><![CDATA[Properties of Firewall Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FirewallServiceApplicationService_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/FirewallServiceApplicationService" /> + <dcterms:type>eira:FirewallServiceApplicationService</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/FirewallServiceApplicationService</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/FirewallServiceApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/E-SignatureCreationApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:E-SignatureCreationApplicationService + +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: The e-Signature Creation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-signature creation service. + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/E-SignatureCreationApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/E-SignatureCreationApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIManagerServiceApplicationService"> + <skos:notation><![CDATA[API Manager Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIManagerServiceApplicationService</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 + +Source: Gartner + +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:APIManagerServiceApplicationService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIManagerServiceApplicationService_Properties"> + <skos:notation><![CDATA[Properties of API Manager Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIManagerServiceApplicationService_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/APIManagerServiceApplicationService" /> + <dcterms:type>eira:APIManagerServiceApplicationService</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/APIManagerServiceApplicationService</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/APIManagerServiceApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ArtificialIntelligenceApplicationService + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataSpaceConnectorApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataSpaceConnectorApplicationService + +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/ + +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. + +Interoperability Dimension: Behavioral IoP + +Additional identifier: http://data.europa.eu/dr8/DataSpaceConnectorApplicationService + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceConnectorApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:RegisteredElectronicDeliveryApplicationService + +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 + +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. + +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; + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent" /> + <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>2024-01-28</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><![CDATA[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>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/RegisteredElectronicDeliveryApplicationService</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ServiceRegistryDataObject + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ServiceRegistryDataObject + +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: 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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ServiceRegistryDataObject + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/WebServiceApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryAndRegistryApplicationService" /> + <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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ServiceRegistryDataObject</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/BaseRegistryDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:BaseRegistryDataObject + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/BaseRegistryDataObject + +EIF Layer: Semantic + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/MasterDataDataObject" /> + <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>2024-01-28</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><![CDATA[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:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BaseRegistryDataObject</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MasterDataDataObject"> + <skos:notation><![CDATA[Master Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MasterDataDataObject</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. + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/MasterDataDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:MasterDataDataObject + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/MasterDataDataObject + +EIF Layer: Semantic + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DatasetDataObject" /> + <eira:MasterDataDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MasterDataDataObject_Properties"> + <skos:notation><![CDATA[Properties of Master Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MasterDataDataObject_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/MasterDataDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/MasterDataDataObject</eira:PURI> + <dcterms:type>eira:MasterDataDataObject</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/MasterDataDataObject</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </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>2024-01-28</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Solution Specification ABB is a Data Object that sets normative statement describing a SBB or describing how to implement a SBB]]></skos:definition> + <eira:definitionSource><![CDATA[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:view>EIRA Ontology view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/SolutionSpecificationDataObject</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ControlledVocabularyDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ControlledVocabularyDataObject + +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) + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ControlledVocabularyDataObject + +EIF Layer: Semantic + +]]></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>2024-01-28</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><![CDATA[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:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ControlledVocabularyDataObject</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataFormatDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataFormatDataObject + +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 + +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 + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DataFormatDataObject + +EIF Layer: Semantic + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataFormatDataObject</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/OntologiesCatalogueDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:OntologiesCatalogueDataObject + +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/) + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Key Interoperability Enablers viewpoint + +Additional identifier: http://data.europa.eu/dr8/OntologiesCatalogueDataObject + +EIF Layer: Semantic + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataMappingCatalogueDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataMappingCatalogueDataObject + +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) + +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. + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Key Interoperability Enablers viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataMappingCatalogueDataObject + +EIF Layer: Semantic + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataMappingDataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/MetadataCatalogueDataObject" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/FormsStructureDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:FormsStructureDataObject + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/FormsStructureDataObject + +EIF Layer: Semantic + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Source: W3C + +Source reference: www.w3.org/Metadata/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/MetadataDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:MetadataDataObject + +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 + +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. + +Interoperability Dimension: Behavioral IoP + +Viewpoint: Key Interoperability Enablers viewpoint + +Additional identifier: http://data.europa.eu/dr8/MetadataDataObject + +EIF Layer: Semantic + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataDataObject" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </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. + +Source: ISA2 - SEMIC Action + +Source reference: https://joinup.ec.europa.eu/sites/default/files/methodology_and_tools_for_metadata_governance_and_management_for_eu_institutions.pdf + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataModelDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataModelDataObject + +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 [...]". + +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]. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DataModelDataObject + +EIF Layer: Semantic + +]]></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>2024-01-28</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><![CDATA[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:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataModelDataObject</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DatasetCatalogueDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DatasetCatalogueDataObject + +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) + +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. + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Key Interoperability Enablers viewpoint + +Additional identifier: http://data.europa.eu/dr8/DatasetCatalogueDataObject + +EIF Layer: Semantic + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIResponseDataObject"> + <skos:notation><![CDATA[API Response]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIResponseDataObject</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[API Response]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[]]></skos:definition> + <eira:APIResponseDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIResponseDataObject_Properties"> + <skos:notation><![CDATA[Properties of API Response]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIResponseDataObject_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of API Response]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIResponseDataObject" /> + <dcterms:type>eira:APIResponseDataObject</dcterms:type> + <dcterms:modified>2024-01-28</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[API Response ABB is a Data Object that refers to refers to the data and information returned by an API after a client sends a request to the server]]></skos:definition> + <eira:definitionSource><![CDATA[Inspired in Gartner]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/application-programming-interface]]></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>REST API viewpoint</eira:viewpoint> + <eira:PURI>http://data.europa.eu/dr8/APIResponseDataObject</eira:PURI> + <dcterms:identifier>http://data.europa.eu/dr8/APIResponseDataObject</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ReferenceDataDataObject"> + <skos:notation><![CDATA[Reference Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ReferenceDataDataObject</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ReferenceDataDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ReferenceDataDataObject + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ReferenceDataDataObject + +EIF Layer: Semantic + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DatasetDataObject" /> + <eira:ReferenceDataDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ReferenceDataDataObject_Properties"> + <skos:notation><![CDATA[Properties of Reference Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ReferenceDataDataObject_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/ReferenceDataDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/ReferenceDataDataObject</eira:PURI> + <dcterms:type>eira:ReferenceDataDataObject</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ReferenceDataDataObject</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataSyntaxMappingCatalogueDataObject + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject + +EIF Layer: Semantic + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataMappingDataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/MetadataCatalogueDataObject" /> + <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>2024-01-28</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><![CDATA[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:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/VirtualDatasetDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:VirtualDatasetDataObject + +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 + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/VirtualDatasetDataObject + +EIF Layer: Semantic + +]]></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>2024-01-28</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><![CDATA[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:view>Semantic view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/VirtualDatasetDataObject</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/APICatalogueDataObject + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:APICatalogueDataObject + +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: 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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/APICatalogueDataObject + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/APICatalogueDataObject</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DistributedLedgerDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DistributedLedgerDataObject + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DistributedLedgerDataObject + +EIF Layer: Semantic + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </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. + +Source: Inspired in "Data Mapping for Data Warehouse Design" book + +Source reference: https://www.sciencedirect.com/book/9780128051856/data-mapping-for-data-warehouse-design + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataMappingDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataMappingDataObject + +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. + +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. + +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. + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataMappingDataObject + +EIF Layer: Semantic + +Interoperability Dimension: Structural IoP + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/MetadataDataObject" /> + <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>2024-01-28</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><![CDATA[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:view>Semantic view</eira:view> + <eira:viewpoint>Interoperability Privacy viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DataMappingDataObject</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + <eira:iopDimension>Structural IoP</eira:iopDimension> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeTriplestoreDataObject"> + <skos:notation><![CDATA[Knowledge Triplestore]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeTriplestoreDataObject</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. + +Source: W3C + +Source reference: https://www.w3.org/2001/sw/Europe/events/20031113-storage/positions/rusher.html + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/KnowledgeTriplestoreDataObject + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:KnowledgeTriplestoreDataObject + +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: 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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/KnowledgeTriplestoreDataObject + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <eira:KnowledgeTriplestoreDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeTriplestoreDataObject_Properties"> + <skos:notation><![CDATA[Properties of Knowledge Triplestore]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeTriplestoreDataObject_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/KnowledgeTriplestoreDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/KnowledgeTriplestoreDataObject</eira:PURI> + <dcterms:type>eira:KnowledgeTriplestoreDataObject</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeTriplestoreDataObject</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Source: Formal definiion of Tom Gruber + +Source reference: https://tomgruber.org/writing/definition-of-ontology + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/OntologyDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:OntologyDataObject + +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) + +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. + +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". + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/OntologyDataObject + +EIF Layer: Semantic + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataDataObject" /> + <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>2024-01-28</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><![CDATA[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>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/OntologyDataObject</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataSyntaxDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataSyntaxDataObject + +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) + +Interoperability Saliency: The Data Syntax ABB is salient for semantic interoperability because it provides the rules establishing how data have to to be written. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DataSyntaxDataObject + +EIF Layer: Semantic + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxDataObject</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataDataObject"> + <skos:notation><![CDATA[Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataDataObject</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. + +Source: ISO-IEC-2382-1 * 1993 * + +Source reference: https://www.iso.org/obp/ui/#iso:std:iso-iec:2382:ed-1:v1:en + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataDataObject + +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 + +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." + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DataDataObject + +EIF Layer: Semantic + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DistributedLedgerDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OpenDataRepresentation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LinkedDataRepresentation" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/MetadataDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/HashCodeDataObject" /> + <eira:DataDataObject_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataDataObject_Properties"> + <skos:notation><![CDATA[Properties of Data]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataDataObject_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/DataDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/DataDataObject</eira:PURI> + <dcterms:type>eira:DataDataObject</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/DataDataObject</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/HashCodeDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:HashCodeDataObject + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/HashCodeDataObject + +EIF Layer: Semantic + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DataDataObject" /> + <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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/HashCodeDataObject</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DatasetDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DatasetDataObject + +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) + +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." + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/DatasetDataObject + +EIF Layer: Semantic + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ReferenceDataDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/MasterDataDataObject" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SoftwareComponentsCatalogueDataObject + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject + +EIF Layer: Semantic + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/MetadataCatalogueDataObject" /> + <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>2024-01-28</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><![CDATA[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:view>Semantic view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/MetadataCatalogueDataObject + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:MetadataCatalogueDataObject + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/MetadataCatalogueDataObject + +EIF Layer: Semantic + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/MetadataDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DataMappingCatalogueDataObject" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalSolutionArtifact"> + <skos:notation><![CDATA[Interoperable Digital Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalSolutionArtifact</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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal" /> + <eira:InteroperableDigitalSolutionArtifact_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalSolutionArtifact_Properties"> + <skos:notation><![CDATA[Properties of Interoperable Digital Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalSolutionArtifact_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/InteroperableDigitalSolutionArtifact" /> + <dcterms:type>eira:InteroperableDigitalSolutionArtifact</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/InteroperableDigitalSolutionArtifact</eira:PURI> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>EIRA Ontology view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalSolutionArtifact</dcterms:identifier> + <eira:eifLayer>N/A</eira:eifLayer> + </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 enables the implementation of one or more EIRA Architecture Building Blocks of a European Public Service. + +Source: ISA2 + +Source reference: https://ec.europa.eu/isa2/sites/default/files/e-government_core_vocabularies_handbook.pdf + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/SolutionBuildingBlockArtifact + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SolutionBuildingBlockArtifact + +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/ + +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. + +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 Dimension: Structural IoP + +Viewpoint: EIRA Ontology viewpoint + +Additional identifier: http://data.europa.eu/dr8/SolutionBuildingBlockArtifact + +EIF Layer: N/A + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement" /> + <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/DigitalSolutionArchitectureDecisionGoal" /> + <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>2024-01-28</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><![CDATA[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[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 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:iopDimension>Governance IoP</eira:iopDimension> + <eira:view>EIRA Ontology 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:view>EIRA Ontology viewpoint</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/SolutionBuildingBlockArtifact</dcterms:identifier> + <eira:eifLayer>N/A</eira:eifLayer> + </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 + +Source: ISA2 - EIA Action + +Source reference: https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PrivateSubnetworkCommunicationNetwork + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CloudPrivateNetworkCommunicationNetwork"> + <skos:notation><![CDATA[Cloud Private Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CloudPrivateNetworkCommunicationNetwork</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/CloudPrivateNetworkCommunicationNetwork + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:CloudPrivateNetworkCommunicationNetwork + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/CloudPrivateNetworkCommunicationNetwork + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <eira:CloudPrivateNetworkCommunicationNetwork_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CloudPrivateNetworkCommunicationNetwork_Properties"> + <skos:notation><![CDATA[Properties of Cloud Private Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CloudPrivateNetworkCommunicationNetwork_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/CloudPrivateNetworkCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/CloudPrivateNetworkCommunicationNetwork</eira:PURI> + <dcterms:type>eira:CloudPrivateNetworkCommunicationNetwork</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/CloudPrivateNetworkCommunicationNetwork</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateNetworkCommunicationNetwork"> + <skos:notation><![CDATA[Private Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivateNetworkCommunicationNetwork</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 + +Source reference: https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PrivateNetworkCommunicationNetwork + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PrivateNetworkCommunicationNetwork + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/PrivateNetworkCommunicationNetwork + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork" /> + <eira:PrivateNetworkCommunicationNetwork_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateNetworkCommunicationNetwork_Properties"> + <skos:notation><![CDATA[Properties of Private Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivateNetworkCommunicationNetwork_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/PrivateNetworkCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/PrivateNetworkCommunicationNetwork</eira:PURI> + <dcterms:type>eira:PrivateNetworkCommunicationNetwork</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PrivateNetworkCommunicationNetwork</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicNetworkCommunicationNetwork"> + <skos:notation><![CDATA[Public Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicNetworkCommunicationNetwork</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PublicNetworkCommunicationNetwork + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PublicNetworkCommunicationNetwork + +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. + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: REST API viewpoint + +Additional identifier: http://data.europa.eu/dr8/PublicNetworkCommunicationNetwork + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/SecurePublicNetworkCommunicationNetwork" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HumanRequestForServiceApplicationEvent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MachineRequestForServiceApplicationEvent" /> + <eira:PublicNetworkCommunicationNetwork_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicNetworkCommunicationNetwork_Properties"> + <skos:notation><![CDATA[Properties of Public Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicNetworkCommunicationNetwork_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/PublicNetworkCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/PublicNetworkCommunicationNetwork</eira:PURI> + <dcterms:type>eira:PublicNetworkCommunicationNetwork</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <eira:viewpoint>REST API viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/PublicNetworkCommunicationNetwork</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LocalAreaNetworkCommunicationNetwork"> + <skos:notation><![CDATA[Local Area Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LocalAreaNetworkCommunicationNetwork</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/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/LocalAreaNetworkCommunicationNetwork + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:LocalAreaNetworkCommunicationNetwork + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/LocalAreaNetworkCommunicationNetwork + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <eira:LocalAreaNetworkCommunicationNetwork_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LocalAreaNetworkCommunicationNetwork_Properties"> + <skos:notation><![CDATA[Properties of Local Area Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LocalAreaNetworkCommunicationNetwork_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/LocalAreaNetworkCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/LocalAreaNetworkCommunicationNetwork</eira:PURI> + <dcterms:type>eira:LocalAreaNetworkCommunicationNetwork</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LocalAreaNetworkCommunicationNetwork</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurePublicNetworkCommunicationNetwork"> + <skos:notation><![CDATA[Secure Public Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurePublicNetworkCommunicationNetwork</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/SecurePublicNetworkCommunicationNetwork + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SecurePublicNetworkCommunicationNetwork + +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. + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/SecurePublicNetworkCommunicationNetwork + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/PublicNetworkCommunicationNetwork" /> + <eira:SecurePublicNetworkCommunicationNetwork_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurePublicNetworkCommunicationNetwork_Properties"> + <skos:notation><![CDATA[Properties of Secure Public Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurePublicNetworkCommunicationNetwork_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/SecurePublicNetworkCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/SecurePublicNetworkCommunicationNetwork</eira:PURI> + <dcterms:type>eira:SecurePublicNetworkCommunicationNetwork</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/SecurePublicNetworkCommunicationNetwork</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/SensorDevice + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SensorDevice + +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. + +Additional information: Sensors convert physical inputs into electrical signals that can be processed and analyzed by electronic systems or software + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/SensorDevice + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/WideAreaNetworkingGrouping" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/RemoteDesktopClientDevice + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:RemoteDesktopClientDevice + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/RemoteDesktopClientDevice + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/WideAreaNetworkingGrouping" /> + <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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/RemoteDesktopClientDevice</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DesktopComputerDevice + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DesktopComputerDevice + +Interoperability Saliency: The Desktop Computer ABB is salient for technical interoperability because it provides the physical element to communicate with public services. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DesktopComputerDevice + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/WideAreaNetworkingGrouping" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SmartDeviceDevice"> + <skos:notation><![CDATA[Smart Device]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SmartDeviceDevice</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/SmartDeviceDevice + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SmartDeviceDevice + +Synonym: + +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. + +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 + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/SmartDeviceDevice + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/WideAreaNetworkingGrouping" /> + <eira:SmartDeviceDevice_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SmartDeviceDevice_Properties"> + <skos:notation><![CDATA[Properties of Smart Device]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SmartDeviceDevice_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/SmartDeviceDevice" /> + <eira:PURI>http://data.europa.eu/dr8/SmartDeviceDevice</eira:PURI> + <dcterms:type>eira:SmartDeviceDevice</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/SmartDeviceDevice</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PhysicalNetworkInfrastructureEquipment + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService" /> + <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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PhysicalCommunicationInfrastructureEquipment + +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. + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService" /> + <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>2024-01-28</dcterms:modified> + <skos:definition><![CDATA[The Physical Communication Infrastructure ABB is an Equipment that enables components to exchange data.]]></skos:definition> + <eira:definitionSource><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PhysicalPowerSupplyInfrastructureEquipment + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PhysicalSecurityInfrastructureEquipment + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PhysicalComputingInfrastructureEquipment + +Interoperability Saliency: The Physical Computing Infrastructure ABB is salient for technical interoperability because it establishes the infrastructure to analyse a large amount of information. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService" /> + <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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HybridCloudFacilityFacility"> + <skos:notation><![CDATA[Hybrid Cloud Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HybridCloudFacilityFacility</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/HybridCloudFacilityFacility + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:HybridCloudFacilityFacility + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/HybridCloudFacilityFacility + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/OnPremiseFacilityFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CloudComputingFacilityFacility" /> + <eira:HybridCloudFacilityFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HybridCloudFacilityFacility_Properties"> + <skos:notation><![CDATA[Properties of Hybrid Cloud Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HybridCloudFacilityFacility_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/HybridCloudFacilityFacility" /> + <eira:PURI>http://data.europa.eu/dr8/HybridCloudFacilityFacility</eira:PURI> + <dcterms:type>eira:HybridCloudFacilityFacility</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/HybridCloudFacilityFacility</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HostingFacilityFacility"> + <skos:notation><![CDATA[Hosting Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HostingFacilityFacility</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. + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/HostingFacilityFacility + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:HostingFacilityFacility + +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 + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/HostingFacilityFacility + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnologyInterfaceTechnologyInterface" /> + <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/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationService" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/CloudComputingFacilityFacility" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/OnPremiseFacilityFacility" /> + <eira:HostingFacilityFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HostingFacilityFacility_Properties"> + <skos:notation><![CDATA[Properties of Hosting Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HostingFacilityFacility_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/HostingFacilityFacility" /> + <eira:PURI>http://data.europa.eu/dr8/HostingFacilityFacility</eira:PURI> + <dcterms:type>eira:HostingFacilityFacility</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/HostingFacilityFacility</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OnPremiseFacilityFacility"> + <skos:notation><![CDATA[On Premise Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OnPremiseFacilityFacility</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/OnPremiseFacilityFacility + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:OnPremiseFacilityFacility + +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 + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/OnPremiseFacilityFacility + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/HostingFacilityFacility" /> + <eira:OnPremiseFacilityFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OnPremiseFacilityFacility_Properties"> + <skos:notation><![CDATA[Properties of On Premise Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OnPremiseFacilityFacility_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/OnPremiseFacilityFacility" /> + <eira:PURI>http://data.europa.eu/dr8/OnPremiseFacilityFacility</eira:PURI> + <dcterms:type>eira:OnPremiseFacilityFacility</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/OnPremiseFacilityFacility</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateCloudComputingFacilityFacility"> + <skos:notation><![CDATA[Private Cloud Computing Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivateCloudComputingFacilityFacility</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PrivateCloudComputingFacilityFacility + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PrivateCloudComputingFacilityFacility + +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 + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/PrivateCloudComputingFacilityFacility + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/CloudComputingFacilityFacility" /> + <eira:PrivateCloudComputingFacilityFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateCloudComputingFacilityFacility_Properties"> + <skos:notation><![CDATA[Properties of Private Cloud Computing Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivateCloudComputingFacilityFacility_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/PrivateCloudComputingFacilityFacility" /> + <eira:PURI>http://data.europa.eu/dr8/PrivateCloudComputingFacilityFacility</eira:PURI> + <dcterms:type>eira:PrivateCloudComputingFacilityFacility</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/PrivateCloudComputingFacilityFacility</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicCloudComputingFacilityFacility"> + <skos:notation><![CDATA[Public Cloud Computing Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicCloudComputingFacilityFacility</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PublicCloudComputingFacilityFacility + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PublicCloudComputingFacilityFacility + +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 + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/PublicCloudComputingFacilityFacility + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/CloudComputingFacilityFacility" /> + <eira:PublicCloudComputingFacilityFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicCloudComputingFacilityFacility_Properties"> + <skos:notation><![CDATA[Properties of Public Cloud Computing Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicCloudComputingFacilityFacility_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/PublicCloudComputingFacilityFacility" /> + <eira:PURI>http://data.europa.eu/dr8/PublicCloudComputingFacilityFacility</eira:PURI> + <dcterms:type>eira:PublicCloudComputingFacilityFacility</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/PublicCloudComputingFacilityFacility</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ExternalFacilityFacility"> + <skos:notation><![CDATA[External Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ExternalFacilityFacility</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/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ExternalFacilityFacility + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ExternalFacilityFacility + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ExternalFacilityFacility + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/WideAreaNetworkingGrouping" /> + <eira:ExternalFacilityFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ExternalFacilityFacility_Properties"> + <skos:notation><![CDATA[Properties of External Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ExternalFacilityFacility_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/ExternalFacilityFacility" /> + <eira:PURI>http://data.europa.eu/dr8/ExternalFacilityFacility</eira:PURI> + <dcterms:type>eira:ExternalFacilityFacility</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/ExternalFacilityFacility</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CloudComputingFacilityFacility"> + <skos:notation><![CDATA[Cloud Computing Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CloudComputingFacilityFacility</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/CloudComputingFacilityFacility + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:CloudComputingFacilityFacility + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/CloudComputingFacilityFacility + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/SaasTechnologyService" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/HostingFacilityFacility" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/PublicCloudComputingFacilityFacility" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/PrivateCloudComputingFacilityFacility" /> + <eira:CloudComputingFacilityFacility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CloudComputingFacilityFacility_Properties"> + <skos:notation><![CDATA[Properties of Cloud Computing Facility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CloudComputingFacilityFacility_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/CloudComputingFacilityFacility" /> + <eira:PURI>http://data.europa.eu/dr8/CloudComputingFacilityFacility</eira:PURI> + <dcterms:type>eira:CloudComputingFacilityFacility</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/CloudComputingFacilityFacility</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ServerNode + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ServerNode + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ServerNode + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ServerNode</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/VirtualMachineNode + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:VirtualMachineNode + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/VirtualMachineNode + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/VirtualMachineNode</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ContainerSystemSoftware + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ContainerSystemSoftware + +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/ + +Interoperability Saliency: Container ABB is salient for technical interoperability because it provides the packaged software that contains or nurtures the functionalities of public services. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ContainerSystemSoftware + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:EdgeComputingTechnologyCollaboration + +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/ + +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). + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/OnPremiseFacilityFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CloudComputingFacilityFacility" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnologyInterfaceTechnologyInterface"> + <skos:notation><![CDATA[Technology Interface]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnologyInterfaceTechnologyInterface</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 an archimate Technology Interface that represents a point of access where technology services offered by a technology internal active structure element can be accessed. + +Source: Inspired in Archimate + +Source reference: https://pubs.opengroup.org/architecture/archimate3-doc/chap10.html + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/TechnologyInterfaceTechnologyInterface + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:TechnologyInterfaceTechnologyInterface + +Synonym: + +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. + +Additional information: A technology interface specifies how the technology services of a technology internal active structure element can be accessed by other elements. A technology interface exposes a technology service to the environment. The same service may be exposed through different interfaces. + +Interoperability Dimension: Behavioral IoP + +Viewpoint: Key Interoperability Enablers viewpoint + +Additional identifier: http://data.europa.eu/dr8/TechnologyInterfaceTechnologyInterface + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIApplicationInterface" /> + <eira:TechnologyInterfaceTechnologyInterface_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnologyInterfaceTechnologyInterface_Properties"> + <skos:notation><![CDATA[Properties of Technology Interface]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnologyInterfaceTechnologyInterface_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/TechnologyInterfaceTechnologyInterface" /> + <eira:PURI>http://data.europa.eu/dr8/TechnologyInterfaceTechnologyInterface</eira:PURI> + <dcterms:type>eira:TechnologyInterfaceTechnologyInterface</dcterms:type> + <dcterms:modified>2024-01-28</dcterms:modified> + <skos:definition><![CDATA[Technology Interface ABB is an archimate Technology Interface that represents a point of access where technology services offered by a technology internal active structure element can be accessed.]]></skos:definition> + <eira:definitionSource><![CDATA[Inspired in Archimate]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/archimate3-doc/chap10.html]]></eira:definitionSourceReference> + <eira:synonym></eira:synonym> + <skos:example><![CDATA[]]></skos:example> + <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[A technology interface specifies how the technology services of a technology internal active structure element can be accessed by other elements. A technology interface exposes a technology service to the environment. The same service may be exposed through different interfaces.]]></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/TechnologyInterfaceTechnologyInterface</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ContainersOrchestratorTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/MachineLearningTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:MachineLearningTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/MachineLearningTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/MachineLearningTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/LoggerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:LoggerTechnologyService + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/LoggerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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: + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ContainersManagerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ContainersManagerTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ContainersManagerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:NoSQLDatabaseManagerTechnologyService + +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/ + +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) + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/RouterTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:RouterTechnologyService + +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 + +Interoperability Saliency: Router ABB is salient for technical interoperability due to it physically establishes the rules for distributing the information into a network. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/RouterTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateNetworkCommunicationNetwork" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:Object-OrientedDatabaseManagerTechnologyService + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DistributedFileSystemTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DistributedFileSystemTechnologyService + +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/ + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DistributedFileSystemTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DistributedFileSystemTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 that manages the caching of frequently accessed data in memory + +Source: Inspired in the definition provided by relebant database vendors + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DatabaseCacheManagerTechnologyService + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/RemoteDesktopTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:RemoteDesktopTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/RemoteDesktopTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/TelemetryTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:TelemetryTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/TelemetryTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ContainerRegistryTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ContainerRegistryTechnologyService + +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/ + +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. + +Additional information: + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ContainerRegistryTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ContainerRegistryTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/IaaSTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:IaaSTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/IaaSTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:BusinessProcessManagerTechnologyService + +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 + +Interoperability Saliency: Business Process Manager ABB is salient for organizational interoperability due to it implements and defines business procedures related to public administration services. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ActiveDirectoryTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ActiveDirectoryTechnologyService + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ActiveDirectoryTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ActiveDirectoryTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/FirewallTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:FirewallTechnologyService + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/FirewallTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataLakeStorageTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataLakeStorageTechnologyService + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DataLakeStorageTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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. + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/EventManagerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:EventManagerTechnologyService + +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/) + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/EventManagerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/EventManagerTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/LoadBalancerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:LoadBalancerTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/LoadBalancerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessIntelligenceTechnologyService"> + <skos:notation><![CDATA[Business Intelligence]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessIntelligenceTechnologyService</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/BusinessIntelligenceTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:BusinessIntelligenceTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/BusinessIntelligenceTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <eira:BusinessIntelligenceTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessIntelligenceTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Business Intelligence]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BusinessIntelligenceTechnologyService_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/BusinessIntelligenceTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/BusinessIntelligenceTechnologyService</eira:PURI> + <dcterms:type>eira:BusinessIntelligenceTechnologyService</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/BusinessIntelligenceTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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. + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/AuditManagerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:AuditManagerTechnologyService + +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: 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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/AuditManagerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/StreamingServerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:StreamingServerTechnologyService + +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 + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/StreamingServerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/StreamingServerTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/AnalyticsTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:AnalyticsTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/AnalyticsTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</dcterms:modified> + <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><![CDATA[Inspired in Data Act]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/data-act]]></eira:definitionSourceReference> + <eira:synonym></eira:synonym> + <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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/GraphQLServerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:GraphQLServerTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/GraphQLServerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/GraphQLServerTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/BlockchainLedgerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:BlockchainLedgerTechnologyService + +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/ + +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. + +Additional information: Electronic Ledgers means the electronic master records of all contracts of the Sellers or the Issuer similar to and including the Contracts + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/BlockchainLedgerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainLedgerTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PaaSTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PaaSTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/PaaSTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PaaSTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataCatalogTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataCatalogTechnologyService + +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/ + +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 + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DataCatalogTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataCatalogTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:FederatedIdentityProviderTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:VirtualPrivateNetworkTechnologyService + +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 + +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 + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:RelationalDatabaseManagerTechnologyService + +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 + +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 + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ApplicationServerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ApplicationServerTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ApplicationServerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LightweightDirectoryAccessProtocolTechnologyService"> + <skos:notation><![CDATA[Lightweight Directory Access Protocol]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LightweightDirectoryAccessProtocolTechnologyService</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/LightweightDirectoryAccessProtocolTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:LightweightDirectoryAccessProtocolTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/LightweightDirectoryAccessProtocolTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <eira:LightweightDirectoryAccessProtocolTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LightweightDirectoryAccessProtocolTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Lightweight Directory Access Protocol]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LightweightDirectoryAccessProtocolTechnologyService_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/LightweightDirectoryAccessProtocolTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/LightweightDirectoryAccessProtocolTechnologyService</eira:PURI> + <dcterms:type>eira:LightweightDirectoryAccessProtocolTechnologyService</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/LightweightDirectoryAccessProtocolTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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. + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ManagementConsoleTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ManagementConsoleTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ManagementConsoleTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PKICertificateManagerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PKICertificateManagerTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/PKICertificateManagerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/GatewayTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:GatewayTechnologyService + +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): 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 + +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. + +Additional information: + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/GatewayTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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:GatewayTechnologyService</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/GatewayTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/WebServerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:WebServerTechnologyService + +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 + +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). + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/WebServerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/WebServerTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DatabricksTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DatabricksTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DatabricksTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DatabricksTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/SaasTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SaasTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/SaasTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/APIManagerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:APIManagerTechnologyService + +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/ + +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). + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/APIManagerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/APIManagerTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ExternalServiceTechnologyService"> + <skos:notation><![CDATA[External Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ExternalServiceTechnologyService</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ExternalServiceTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ExternalServiceTechnologyService + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ExternalServiceTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/WideAreaNetworkingGrouping" /> + <eira:ExternalServiceTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ExternalServiceTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of External Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ExternalServiceTechnologyService_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/ExternalServiceTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/ExternalServiceTechnologyService</eira:PURI> + <dcterms:type>eira:ExternalServiceTechnologyService</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/ExternalServiceTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/BackupTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:BackupTechnologyService + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/BackupTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService"> + <skos:notation><![CDATA[Computing Hosting, Networking, and Data Hosting Infrastructure Registry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Computing Hosting, Networking, and Data Hosting Infrastructure Registry]]></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 Registry 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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService + +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 + +Interoperability Saliency: The Computing Hosting, Networking and Data Hosting Infrastructure Registry 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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Security viewpoint + +Additional identifier: http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/StorageInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ManagementInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AnalyticsInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainersInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataLakeInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/BlockchainInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrustInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/NetworkingInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DatabaseInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionApplicationComponent" /> + <eira:ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Computing Hosting, Networking, and Data Hosting Infrastructure Registry]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Computing Hosting, Networking, and Data Hosting Infrastructure Registry]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService</eira:PURI> + <dcterms:type>eira:ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService</dcterms:type> + <dcterms:modified>2024-01-28</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Computing Hosting, Networking, and Data Hosting Infrastructure Registry 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><![CDATA[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 Registry 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/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DomainNameServiceTechnologyService"> + <skos:notation><![CDATA[Domain Name Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DomainNameServiceTechnologyService</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DomainNameServiceTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DomainNameServiceTechnologyService + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DomainNameServiceTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <eira:DomainNameServiceTechnologyService_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DomainNameServiceTechnologyService_Properties"> + <skos:notation><![CDATA[Properties of Domain Name Service]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DomainNameServiceTechnologyService_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/DomainNameServiceTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/DomainNameServiceTechnologyService</eira:PURI> + <dcterms:type>eira:DomainNameServiceTechnologyService</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DomainNameServiceTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/BlockStorageTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:BlockStorageTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/BlockStorageTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BlockStorageTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DistributedBlockchainNetworkTechnologyService + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ServerlessOrchestratorTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/FileStorageTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:FileStorageTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/FileStorageTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/FileStorageTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:GraphDatabaseManagerTechnologyService + +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/ + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:InmutableDatabaseManagerTechnologyService + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/IdentityProviderTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:IdentityProviderTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/IdentityProviderTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/APIGatewayTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:APIGatewayTechnologyService + +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 + +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). + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/APIGatewayTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/APIGatewayTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:EnterpriseServiceBusTechnologyService + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanInteroperabilityReferenceArchitectureAssessment"> + <skos:notation><![CDATA[European Interoperability Reference Architecture]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanInteroperabilityReferenceArchitectureAssessment</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[European Interoperability Reference Architecture]]></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/CreationOfInteroperableEuropeanSolutionsDriver" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EIRAOntologyMeaning" /> + <eira:EuropeanInteroperabilityReferenceArchitectureAssessment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanInteroperabilityReferenceArchitectureAssessment_Properties"> + <skos:notation><![CDATA[Properties of European Interoperability Reference Architecture]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanInteroperabilityReferenceArchitectureAssessment_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of European Interoperability Reference Architecture]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EuropeanInteroperabilityReferenceArchitectureAssessment" /> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanInteroperableReferenceArchitectureAssessment</dcterms:identifier> + <dcterms:type>eira:EuropeanInteroperabilityReferenceArchitectureAssessment</dcterms:type> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/EuropeanInteroperabilityReferenceArchitectureAssessment</eira:PURI> + <skos:definition><![CDATA[The European Interoperability Reference Architecture (EIRA) is a framework that promotes seamless integration between eGovernment systems across Europe.]]></skos:definition> + <eira:eifLayer>N/A</eira:eifLayer> + <dcterms:modified>2024-01-28</dcterms:modified> + </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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>N/A</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DelegationOfPowersProvisioningDigitalPublicServicesAssessment + +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) + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment + +EIF Layer: Legal + +]]></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>2024-01-28</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><![CDATA[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>Structural 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> + <eira:eifLayer>Legal</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:GranularityOfLegalRequirementsAssessment + +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 + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment + +EIF Layer: Legal + +]]></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>2024-01-28</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><![CDATA[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>Structural 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> + <eira:eifLayer>Legal</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>N/A</eira:eifLayer> + </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: 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 + +Source: ISA2-EIF + +Source reference: https://ec.europa.eu/isa2/eif_en/ + +LOST view: Enterprise Architecture Framework alignment guidelines view + +Identifier: http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint + +ABB name: eira:DigitalSolutionAssumptionConstraint + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-01-23 + +dct:identifier: http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint + +]]></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>2024-01-28</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><![CDATA[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:view>EIRA Ontology view</eira:view> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint</dcterms:identifier> + <eira:eifLayer>N/A</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:InteroperableDigitalPublicServiceImplementationOrientationConstraint + +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). + +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. + +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. + +Interoperability Dimension: Governance IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint + +EIF Layer: Organisational + +]]></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>2024-01-28</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><![CDATA[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:view>EIRA Ontology view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperability Governance viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyConstraintConstraint"> + <skos:notation><![CDATA[Public Policy Constraint]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyConstraintConstraint</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) + +eira:iopDimension: Governance IoP + +LOST view: High Level view + +eira:iopSaliency: 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 + +ABB name: eira:PublicPolicyConstraint + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-10-1 + +dct:identifier: http://data.europa.eu/dr8/PublicPolicyConstraint + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/PublicPolicyContextConstraint" /> + <eira:PublicPolicyConstraintConstraint_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyConstraintConstraint_Properties"> + <skos:notation><![CDATA[Properties of Public Policy Constraint]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyConstraintConstraint_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/PublicPolicyConstraintConstraint" /> + <eira:PURI>http://data.europa.eu/dr8/PublicPolicyConstraintConstraint</eira:PURI> + <dcterms:type>eira:PublicPolicyConstraintConstraint</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>EIRA Ontology 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/PublicPolicyConstraintConstraint</dcterms:identifier> + <eira:eifLayer>Legal</eira:eifLayer> + </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/ + +eira:iopDimension: Governance IoP + +LOST view: Enterprise Architecture Framework alignment guidelines view + +Identifier: http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint + +ABB name: eira:DigitalSolutionConstraintConstraint + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-01-23 + +dct:identifier: http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint + +]]></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>2024-01-28</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><![CDATA[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:view>EIRA Ontology view</eira:view> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint</dcterms:identifier> + <eira:eifLayer>N/A</eira:eifLayer> + </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 + +eira:iopDimension: Governance IoP + +LOST view: High Level view + +eira:iopSaliency: 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 + +ABB name: eira:PublicPolicyContextConstraint + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-10-1 + +dct:identifier: http://data.europa.eu/dr8/PublicPolicyContextConstraint + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/PublicPolicyConstraintConstraint" /> + <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>2024-01-28</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><![CDATA[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:view>EIRA Ontology 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/PublicPolicyContextConstraint</dcterms:identifier> + <eira:eifLayer>Legal</eira:eifLayer> + </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) + +eira:iopDimension: Governance IoP + +LOST view: OV-Data Spaces + +eira:iopSaliency: 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 + +ABB name: eira:MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2022-01-13 + +dct:identifier: http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint + +]]></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>2024-01-28</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><![CDATA[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:view>EIRA Ontology view</eira:view> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 Dimension 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>2024-01-28</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[EIRA Dimension 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><![CDATA[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:view>EIRA Ontology view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/EIRADimensionConstraint</dcterms:identifier> + <eira:eifLayer>N/A</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:eifLayer>N/A</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataProtectionMeasuresGoal"> + <skos:notation><![CDATA[Data Protection Measures]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataProtectionMeasuresGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Protection Measures]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Data Protection Measures + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Data Protection Measures refer to the set of policies, procedures, and technologies that are implemented to safeguard sensitive information from unauthorized access, use, disclosure, disruption, modification, or destruction. These measures are designed to ensure the confidentiality, integrity, and availability of data, and to comply with regulatory requirements and industry standards. Examples of data protection measures include encryption, access controls, firewalls, intrusion detection and prevention systems, backup and recovery systems, and disaster recovery plans. The selection and implementation of data protection measures depend on the nature and sensitivity of the data, the risks and threats to the data, and the cost and feasibility of the measures. + +Example: Data Protection Measures: +Decision: Implementing data encryption at rest and in transit to protect sensitive data. +Rationale: Data encryption helps safeguard sensitive information from unauthorized access, ensuring compliance with data protection regulations and industry best practices. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DataProtectionMeasuresGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:DataProtectionMeasuresGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947498 + +dct:title: Architecture Decision Record about Data Protection Measures + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:DataProtectionMeasuresGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataProtectionMeasuresGoal_Properties"> + <skos:notation><![CDATA[Properties of Data Protection Measures]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataProtectionMeasuresGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Protection Measures]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataProtectionMeasuresGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947498</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Data Protection Measures]]></dcterms:title> + <skos:example><![CDATA[Data Protection Measures: +Decision: Implementing data encryption at rest and in transit to protect sensitive data. +Rationale: Data encryption helps safeguard sensitive information from unauthorized access, ensuring compliance with data protection regulations and industry best practices.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Data Protection Measures refer to the set of policies, procedures, and technologies that are implemented to safeguard sensitive information from unauthorized access, use, disclosure, disruption, modification, or destruction. These measures are designed to ensure the confidentiality, integrity, and availability of data, and to comply with regulatory requirements and industry standards. Examples of data protection measures include encryption, access controls, firewalls, intrusion detection and prevention systems, backup and recovery systems, and disaster recovery plans. The selection and implementation of data protection measures depend on the nature and sensitivity of the data, the risks and threats to the data, and the cost and feasibility of the measures.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/DataProtectionMeasuresGoal</eira:PURI> + <dcterms:type>eira:DataProtectionMeasuresGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Data Protection Measures]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityTestingGoal"> + <skos:notation><![CDATA[Security Testing]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityTestingGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Security Testing]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Security Testing + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Security testing is a critical aspect of IT architecture decision-making. It involves the evaluation of a system's security measures to identify vulnerabilities and potential threats. The goal of security testing is to ensure that the system is secure and protected from unauthorized access, data breaches, and other security risks. The testing process involves a range of techniques, including penetration testing, vulnerability scanning, and risk assessment. By conducting security testing, IT architects can identify weaknesses in the system and take steps to address them, thereby improving the overall security posture of the organization. + +Example: Security Testing: +Decision: Conducting regular penetration testing and vulnerability assessments on the system. +Rationale: Regular security testing helps identify and address vulnerabilities and weaknesses in the system, reducing the risk of exploitation by attackers. It ensures the ongoing security and resilience of the system. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/SecurityTestingGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:SecurityTestingGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947450 + +dct:title: Architecture Decision Record about Security Testing + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:SecurityTestingGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityTestingGoal_Properties"> + <skos:notation><![CDATA[Properties of Security Testing]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityTestingGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Security Testing]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityTestingGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947450</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Security Testing]]></dcterms:title> + <skos:example><![CDATA[Security Testing: +Decision: Conducting regular penetration testing and vulnerability assessments on the system. +Rationale: Regular security testing helps identify and address vulnerabilities and weaknesses in the system, reducing the risk of exploitation by attackers. It ensures the ongoing security and resilience of the system.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Security testing is a critical aspect of IT architecture decision-making. It involves the evaluation of a system's security measures to identify vulnerabilities and potential threats. The goal of security testing is to ensure that the system is secure and protected from unauthorized access, data breaches, and other security risks. The testing process involves a range of techniques, including penetration testing, vulnerability scanning, and risk assessment. By conducting security testing, IT architects can identify weaknesses in the system and take steps to address them, thereby improving the overall security posture of the organization.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/SecurityTestingGoal</eira:PURI> + <dcterms:type>eira:SecurityTestingGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Security Testing]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Service-OrientedArchitectureGoal"> + <skos:notation><![CDATA[Service-Oriented Architecture]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Service-OrientedArchitectureGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Service-Oriented Architecture]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Service-Oriented Architecture + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: SOA is an architecture that focuses on organizing software systems as a collection of reusable services. These services are well-defined, self-contained modules that communicate with each other using standardized interfaces. SOA promotes interoperability, flexibility, and reusability of services across multiple applications. + +Example: Title: Service-Oriented Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/Service-OrientedArchitectureGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:Service-OrientedArchitectureGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-20 + +dct:identifier: http://data.europa.eu/dr8/egovera/Service-OrientedArchitectureGoal + +dct:title: Architecture Decision Record about Service-Oriented Architecture + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:Service-OrientedArchitectureGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Service-OrientedArchitectureGoal_Properties"> + <skos:notation><![CDATA[Properties of Service-Oriented Architecture]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Service-OrientedArchitectureGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Service-Oriented Architecture]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Service-OrientedArchitectureGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/Service-OrientedArchitectureGoal</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Service-Oriented Architecture]]></dcterms:title> + <skos:example><![CDATA[Title: Service-Oriented Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[SOA is an architecture that focuses on organizing software systems as a collection of reusable services. These services are well-defined, self-contained modules that communicate with each other using standardized interfaces. SOA promotes interoperability, flexibility, and reusability of services across multiple applications.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/Service-OrientedArchitectureGoal</eira:PURI> + <dcterms:type>eira:Service-OrientedArchitectureGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Service-Oriented Architecture]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </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>2024-01-28</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Achieving Technical Interoperability involves establishing standards and protocols that enable different systems and technologies to communicate and work together seamlessly]]></skos:definition> + <eira:definitionSource><![CDATA[]]></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> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InstallabilityGoal"> + <skos:notation><![CDATA[Installability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InstallabilityGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Installability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Installability + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Installability in software architecture refers to the design and characteristics of a software system that enable easy and efficient installation, configuration, and deployment onto target environments. An installable software architecture aims to simplify the installation process for end-users or system administrators, reducing the time, effort, and potential errors involved in setting up and configuring the system. + +Example: Title: Installability Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/InstallabilityGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:InstallabilityGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-07-06 + +dct:identifier: ADR-20230606091024766 + +dct:title: Architecture Decision Record about Installability + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:InstallabilityGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InstallabilityGoal_Properties"> + <skos:notation><![CDATA[Properties of Installability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InstallabilityGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Installability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InstallabilityGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230606091024766</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Installability]]></dcterms:title> + <skos:example><![CDATA[Title: Installability Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Installability in software architecture refers to the design and characteristics of a software system that enable easy and efficient installation, configuration, and deployment onto target environments. An installable software architecture aims to simplify the installation process for end-users or system administrators, reducing the time, effort, and potential errors involved in setting up and configuring the system.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/InstallabilityGoal</eira:PURI> + <dcterms:type>eira:InstallabilityGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Installability]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Role-BasedAccessControlGoal"> + <skos:notation><![CDATA[Role-Based Access Control]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Role-BasedAccessControlGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Role-Based Access Control]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Role-Based Access Control (RBAC) + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Role-Based Access Control (RBAC) is a concept in IT architecture that provides a method for controlling access to resources based on the roles of individual users within an organization. This approach is designed to simplify the process of managing access to sensitive data and systems by assigning permissions based on job responsibilities rather than individual identities. With RBAC, administrators can create roles that define specific access privileges and then assign those roles to users based on their job functions. This helps to ensure that users only have access to the resources they need to perform their duties, reducing the risk of unauthorized access and data breaches. RBAC is widely used in enterprise environments and is considered a best practice for access control in IT security. + +Example: Role-Based Access Control (RBAC): +Decision: Implementing RBAC to enforce fine-grained access controls based on user roles and permissions. +Rationale: RBAC provides a structured and manageable approach to access control, ensuring that users have appropriate privileges based on their roles within the system, minimizing the risk of unauthorized actions. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/Role-BasedAccessControlGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:Role-BasedAccessControlGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947403 + +dct:title: Architecture Decision Record about Role-Based Access Control (RBAC) + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:Role-BasedAccessControlGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Role-BasedAccessControlGoal_Properties"> + <skos:notation><![CDATA[Properties of Role-Based Access Control]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Role-BasedAccessControlGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Role-Based Access Control]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Role-BasedAccessControlGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947403</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Role-Based Access Control (RBAC)]]></dcterms:title> + <skos:example><![CDATA[Role-Based Access Control (RBAC): +Decision: Implementing RBAC to enforce fine-grained access controls based on user roles and permissions. +Rationale: RBAC provides a structured and manageable approach to access control, ensuring that users have appropriate privileges based on their roles within the system, minimizing the risk of unauthorized actions.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Role-Based Access Control (RBAC) is a concept in IT architecture that provides a method for controlling access to resources based on the roles of individual users within an organization. This approach is designed to simplify the process of managing access to sensitive data and systems by assigning permissions based on job responsibilities rather than individual identities. With RBAC, administrators can create roles that define specific access privileges and then assign those roles to users based on their job functions. This helps to ensure that users only have access to the resources they need to perform their duties, reducing the risk of unauthorized access and data breaches. RBAC is widely used in enterprise environments and is considered a best practice for access control in IT security.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/Role-BasedAccessControlGoal</eira:PURI> + <dcterms:type>eira:Role-BasedAccessControlGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Role-Based Access Control (RBAC)]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </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> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticFunctionalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedLegalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping" /> + <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/TechnicalGovernanceContentGrouping" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DigitalSolutionScalabilityArchitectureDecisionCatalogueGrouping" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DigitalSolutionBusinessArchitectureDecisionCatalogueGrouping" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DigitalSolutionMaintenabilityQualityArchitectureDecisionCatalogueGrouping" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DigitalSolutionHighAvailabilityAndResilienceArchitectureDecisionCatalogueGrouping" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DigitalSolutionPortabilityAndScalabilityArchitectureDecisionCatalogueGrouping" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DigitalSolutionSecurityPrivacyAndComplianceArchitectureDecisionCatalogueGrouping" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DigitalSolutionUsabilityArchitectureDecisionCatalogueGrouping" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DigitalSolutionTechnicalArchitectureDecisionCatalogueGrouping" /> + <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>eira:DigitalSolutionArchitectureDecisionGoal</dcterms:type> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</dcterms:identifier> + <dcterms:title><![CDATA[The title contains a short phrase describing the architectural decisions.]]></dcterms:title> + <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><![CDATA[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> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsGoal"> + <skos:notation><![CDATA[Application of Service Monitoring Tools]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Application of Service Monitoring Tools]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Application of Service Monitoring Tools + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The application of service monitoring tools is a decision in IT architecture that involves the use of software tools to monitor and manage the performance of IT services. These tools are designed to provide real-time visibility into the performance of IT systems, applications, and infrastructure, allowing IT teams to quickly identify and resolve issues before they impact end-users. Service monitoring tools typically include features such as performance monitoring, event management, and alerting, which enable IT teams to proactively manage and optimize IT services. By using these tools, IT teams can improve service availability, reduce downtime, and enhance the overall user experience. The decision to implement service monitoring tools requires careful consideration of factors such as the organization's IT infrastructure, the complexity of its IT services, and the level of support required. It also involves selecting the right tools that are compatible with the organization's existing IT systems and can provide the necessary level of visibility and control. + +Example: Network Optimization: +Decision: Set-up a monitoring tool (like Prometheus or similar). +Rationale: Since there will be multiple services deployed in the Operate First environment (ex. Jupyterhub, Argo, Superset, Observatorium, etc) distributed over various namespaces, we need to be able to monitor them. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ApplicationOfServiceMonitoringToolsGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:ApplicationOfServiceMonitoringToolsGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947825 + +dct:title: Architecture Decision Record about Application of Service Monitoring Tools + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:ApplicationOfServiceMonitoringToolsGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsGoal_Properties"> + <skos:notation><![CDATA[Properties of Application of Service Monitoring Tools]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Application of Service Monitoring Tools]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947825</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Application of Service Monitoring Tools]]></dcterms:title> + <skos:example><![CDATA[Network Optimization: +Decision: Set-up a monitoring tool (like Prometheus or similar). +Rationale: Since there will be multiple services deployed in the Operate First environment (ex. Jupyterhub, Argo, Superset, Observatorium, etc) distributed over various namespaces, we need to be able to monitor them.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The application of service monitoring tools is a decision in IT architecture that involves the use of software tools to monitor and manage the performance of IT services. These tools are designed to provide real-time visibility into the performance of IT systems, applications, and infrastructure, allowing IT teams to quickly identify and resolve issues before they impact end-users. Service monitoring tools typically include features such as performance monitoring, event management, and alerting, which enable IT teams to proactively manage and optimize IT services. By using these tools, IT teams can improve service availability, reduce downtime, and enhance the overall user experience. The decision to implement service monitoring tools requires careful consideration of factors such as the organization's IT infrastructure, the complexity of its IT services, and the level of support required. It also involves selecting the right tools that are compatible with the organization's existing IT systems and can provide the necessary level of visibility and control.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsGoal</eira:PURI> + <dcterms:type>eira:ApplicationOfServiceMonitoringToolsGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Application of Service Monitoring Tools]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CodingStandardsGoal"> + <skos:notation><![CDATA[Coding Standards]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CodingStandardsGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Coding Standards]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Coding Standards + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: This ADR documents decisions regarding the coding standards and guidelines that developers should follow during software development. It includes decisions related to code formatting, naming conventions, and best practices to ensure consistency and improve code quality. + +Example: Title: Coding Standards Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/CodingStandardsGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:CodingStandardsGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-07-06 + +dct:identifier: ADR-20230606091024690 + +dct:title: Architecture Decision Record about Coding Standards + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:CodingStandardsGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CodingStandardsGoal_Properties"> + <skos:notation><![CDATA[Properties of Coding Standards]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CodingStandardsGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Coding Standards]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CodingStandardsGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230606091024690</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Coding Standards]]></dcterms:title> + <skos:example><![CDATA[Title: Coding Standards Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[This ADR documents decisions regarding the coding standards and guidelines that developers should follow during software development. It includes decisions related to code formatting, naming conventions, and best practices to ensure consistency and improve code quality.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/CodingStandardsGoal</eira:PURI> + <dcterms:type>eira:CodingStandardsGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Coding Standards]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangeDeploymentGoal"> + <skos:notation><![CDATA[Data Exchange Deployment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeDeploymentGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Exchange Deployment]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Data Exchange Deployment + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The Data Exchange Deployment ADR is a decision that refers to the process of establishing a system for exchanging data between different applications, systems, or organizations. It involves defining the data exchange requirements, selecting appropriate data exchange protocols, and implementing the necessary infrastructure to support the exchange of data. The goal of Data Exchange Deployment is to ensure that data is shared efficiently and securely, enabling organizations to make better decisions and improve their operations. This concept is particularly important in today's interconnected world, where data is generated and consumed by a wide range of applications and systems. + +Example: Decision: Data Exchange Management is operated by the Data Exchanger. +Consequence: Capability assigned to Data Exchanger + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DataExchangeDeploymentGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:DataExchangeDeploymentGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947856 + +dct:title: Architecture Decision Record about Data Exchange Deployment + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:DataExchangeDeploymentGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangeDeploymentGoal_Properties"> + <skos:notation><![CDATA[Properties of Data Exchange Deployment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeDeploymentGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Exchange Deployment]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangeDeploymentGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947856</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Data Exchange Deployment]]></dcterms:title> + <skos:example><![CDATA[Decision: Data Exchange Management is operated by the Data Exchanger. +Consequence: Capability assigned to Data Exchanger]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The Data Exchange Deployment ADR is a decision that refers to the process of establishing a system for exchanging data between different applications, systems, or organizations. It involves defining the data exchange requirements, selecting appropriate data exchange protocols, and implementing the necessary infrastructure to support the exchange of data. The goal of Data Exchange Deployment is to ensure that data is shared efficiently and securely, enabling organizations to make better decisions and improve their operations. This concept is particularly important in today's interconnected world, where data is generated and consumed by a wide range of applications and systems.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/DataExchangeDeploymentGoal</eira:PURI> + <dcterms:type>eira:DataExchangeDeploymentGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Data Exchange Deployment]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/VerticalScalingGoal"> + <skos:notation><![CDATA[Vertical Scaling]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/VerticalScalingGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Vertical Scaling]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Vertical Scaling + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Vertical scaling, also known as scaling up or scaling vertically, is a method of increasing the capacity and capabilities of a single server or machine by adding more resources to it. This is typically achieved by upgrading the hardware components, such as increasing the processing power, memory, storage capacity, or network bandwidth of the server. + +Example: Title: Vertical Scaling Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/VerticalScalingGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:VerticalScalingGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-07-06 + +dct:identifier: ADR-20230606091024769 + +dct:title: Architecture Decision Record about Vertical Scaling + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:VerticalScalingGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/VerticalScalingGoal_Properties"> + <skos:notation><![CDATA[Properties of Vertical Scaling]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/VerticalScalingGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Vertical Scaling]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/VerticalScalingGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230606091024769</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Vertical Scaling]]></dcterms:title> + <skos:example><![CDATA[Title: Vertical Scaling Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Vertical scaling, also known as scaling up or scaling vertically, is a method of increasing the capacity and capabilities of a single server or machine by adding more resources to it. This is typically achieved by upgrading the hardware components, such as increasing the processing power, memory, storage capacity, or network bandwidth of the server.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/VerticalScalingGoal</eira:PURI> + <dcterms:type>eira:VerticalScalingGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Vertical Scaling]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ProvideAServiceCatalogGoal"> + <skos:notation><![CDATA[Provide a Service Catalog]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ProvideAServiceCatalogGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Provide a Service Catalog]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Provide a Service Catalog + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The concept of Provide a Service Catalog in IT architecture decision-making involves creating a comprehensive list of all the services that an organization offers to its customers or clients. This catalog provides a clear and concise description of each service, including its features, benefits, and pricing. By having a service catalog, customers can easily find the services they need and understand what they are getting. It also helps organizations to manage their services more efficiently, prioritize their resources, and make informed decisions about service offerings. The service catalog can be made available online or in print, and it can be updated regularly to reflect changes in the organization's services. + +Example: Decision: Chosen option: "Backstage", because we don't want to reimplement the tooling, we want something opensource and Backstage is now a CNCF project. +Rationale: As a transparent and open cloud we need a simple yet complete way of displaying services that are available on our platform, their current status, support path etc. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ProvideAServiceCatalogGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:ProvideAServiceCatalogGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947704 + +dct:title: Architecture Decision Record about Provide a Service Catalog + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:ProvideAServiceCatalogGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ProvideAServiceCatalogGoal_Properties"> + <skos:notation><![CDATA[Properties of Provide a Service Catalog]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ProvideAServiceCatalogGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Provide a Service Catalog]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ProvideAServiceCatalogGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947704</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Provide a Service Catalog]]></dcterms:title> + <skos:example><![CDATA[Decision: Chosen option: "Backstage", because we don't want to reimplement the tooling, we want something opensource and Backstage is now a CNCF project. +Rationale: As a transparent and open cloud we need a simple yet complete way of displaying services that are available on our platform, their current status, support path etc.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The concept of Provide a Service Catalog in IT architecture decision-making involves creating a comprehensive list of all the services that an organization offers to its customers or clients. This catalog provides a clear and concise description of each service, including its features, benefits, and pricing. By having a service catalog, customers can easily find the services they need and understand what they are getting. It also helps organizations to manage their services more efficiently, prioritize their resources, and make informed decisions about service offerings. The service catalog can be made available online or in print, and it can be updated regularly to reflect changes in the organization's services.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ProvideAServiceCatalogGoal</eira:PURI> + <dcterms:type>eira:ProvideAServiceCatalogGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Provide a Service Catalog]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsConfigurationGoal"> + <skos:notation><![CDATA[Application of Service Monitoring Tools Configuration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsConfigurationGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Application of Service Monitoring Tools Configuration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Application of Service Monitoring Tools Configuration + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The Application of Service Monitoring Tools Configuration concept refers to the process of configuring service monitoring tools to ensure that they can effectively monitor and manage the performance of IT services. This involves setting up the tools to collect data on key performance indicators (KPIs) such as response time, availability, and throughput, and configuring alerts and notifications to ensure that IT teams are alerted to any issues that arise. The goal of this concept is to enable IT teams to proactively identify and address issues before they impact end-users, thereby improving the overall performance and reliability of IT services. + +Example: Network Optimization: +Decision: The GitHub alertmanager receiver can easily be configured and operated to function with Prometheus alerts. It automatically creates issues in GitHub repositories for any active alerts being fired, making it visible for any user to track +All communication/updates/concerns related to the incident can be easily handled by adding comments in the issues created by the GitHub receiver +Unlike Option 1, there is no additional cost involved +There is no requirement for using JIRA/Slack for incident tracking, which are the only supported options in some of the tools listed in Option 2 (such as Dispatch and Response) In any case that such a requirement surfaces, we can use GitHub bots for different platforms such as GitHub for Slack and Google Chat to notify us of the issues immediately +It is actively being maintained and supported compared to some of the tools in Option 1 (such as Cabot and OpenDuty) which lack community support +Rationale: As we have multiple services/applications deployed and monitored in the Operate First environment (ex. Jupyterhub, Argo, Superset, Observatorium, Project Thoth, AICoE CI pipelines etc), we need to implement an incident reporting setup for handling outages/incidents related to these services. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ApplicationOfServiceMonitoringToolsConfigurationGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:ApplicationOfServiceMonitoringToolsConfigurationGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947662 + +dct:title: Architecture Decision Record about Application of Service Monitoring Tools Configuration + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:ApplicationOfServiceMonitoringToolsConfigurationGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsConfigurationGoal_Properties"> + <skos:notation><![CDATA[Properties of Application of Service Monitoring Tools Configuration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsConfigurationGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Application of Service Monitoring Tools Configuration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsConfigurationGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947662</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Application of Service Monitoring Tools Configuration]]></dcterms:title> + <skos:example><![CDATA[Network Optimization: +Decision: The GitHub alertmanager receiver can easily be configured and operated to function with Prometheus alerts. It automatically creates issues in GitHub repositories for any active alerts being fired, making it visible for any user to track +All communication/updates/concerns related to the incident can be easily handled by adding comments in the issues created by the GitHub receiver +Unlike Option 1, there is no additional cost involved +There is no requirement for using JIRA/Slack for incident tracking, which are the only supported options in some of the tools listed in Option 2 (such as Dispatch and Response) In any case that such a requirement surfaces, we can use GitHub bots for different platforms such as GitHub for Slack and Google Chat to notify us of the issues immediately +It is actively being maintained and supported compared to some of the tools in Option 1 (such as Cabot and OpenDuty) which lack community support +Rationale: As we have multiple services/applications deployed and monitored in the Operate First environment (ex. Jupyterhub, Argo, Superset, Observatorium, Project Thoth, AICoE CI pipelines etc), we need to implement an incident reporting setup for handling outages/incidents related to these services.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The Application of Service Monitoring Tools Configuration concept refers to the process of configuring service monitoring tools to ensure that they can effectively monitor and manage the performance of IT services. This involves setting up the tools to collect data on key performance indicators (KPIs) such as response time, availability, and throughput, and configuring alerts and notifications to ensure that IT teams are alerted to any issues that arise. The goal of this concept is to enable IT teams to proactively identify and address issues before they impact end-users, thereby improving the overall performance and reliability of IT services.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsConfigurationGoal</eira:PURI> + <dcterms:type>eira:ApplicationOfServiceMonitoringToolsConfigurationGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Application of Service Monitoring Tools Configuration]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DisasterRecoveryPlanGoal"> + <skos:notation><![CDATA[Disaster Recovery Plan]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DisasterRecoveryPlanGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Disaster Recovery Plan]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Disaster Recovery Plan + +Source: ISO + +Source reference: https://www.iso.org/standard/75106.html + +Additional information: A Disaster Recovery Plan (DRP) is a documented and structured approach that outlines the strategies, processes, and procedures to be followed in the event of a disaster or significant disruption that impacts an organization's IT infrastructure, systems, and data. The primary goal of a DRP is to minimize the impact of the disaster, recover critical systems and data, and restore normal operations as quickly and efficiently as possible. + +Example: Title: Disaster Recovery Plan Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DisasterRecoveryPlanGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:DisasterRecoveryPlanGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-07-06 + +dct:identifier: ADR-20230606091024730 + +dct:title: Architecture Decision Record about Application of Disaster Recovery Plan + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:DisasterRecoveryPlanGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DisasterRecoveryPlanGoal_Properties"> + <skos:notation><![CDATA[Properties of Disaster Recovery Plan]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DisasterRecoveryPlanGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Disaster Recovery Plan]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DisasterRecoveryPlanGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230606091024730</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Application of Disaster Recovery Plan]]></dcterms:title> + <skos:example><![CDATA[Title: Disaster Recovery Plan Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/75106.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[A Disaster Recovery Plan (DRP) is a documented and structured approach that outlines the strategies, processes, and procedures to be followed in the event of a disaster or significant disruption that impacts an organization's IT infrastructure, systems, and data. The primary goal of a DRP is to minimize the impact of the disaster, recover critical systems and data, and restore normal operations as quickly and efficiently as possible.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/DisasterRecoveryPlanGoal</eira:PURI> + <dcterms:type>eira:DisasterRecoveryPlanGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Disaster Recovery Plan]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AdequacyRecognitionGoal"> + <skos:notation><![CDATA[Adequacy Recognition]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AdequacyRecognitionGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Adequacy Recognition]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Adequacy Recognition + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Adequacy recognition refers to the degree to which the process of evaluating the suitability, completeness, and reliability of data or information within a software system is user-friendly, intuitive, and efficient. It encompasses the design and implementation of interfaces, workflows, and feedback mechanisms that enable users to easily and effectively perform adequacy recognition tasks. + +Example: Title: Adequacy Recognition Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AdequacyRecognitionGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:AdequacyRecognitionGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-07-06 + +dct:identifier: ADR-20230606091024719 + +dct:title: Architecture Decision Record about Adequacy Recognition + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:AdequacyRecognitionGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AdequacyRecognitionGoal_Properties"> + <skos:notation><![CDATA[Properties of Adequacy Recognition]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AdequacyRecognitionGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Adequacy Recognition]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AdequacyRecognitionGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230606091024719</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Adequacy Recognition]]></dcterms:title> + <skos:example><![CDATA[Title: Adequacy Recognition Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Adequacy recognition refers to the degree to which the process of evaluating the suitability, completeness, and reliability of data or information within a software system is user-friendly, intuitive, and efficient. It encompasses the design and implementation of interfaces, workflows, and feedback mechanisms that enable users to easily and effectively perform adequacy recognition tasks.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/AdequacyRecognitionGoal</eira:PURI> + <dcterms:type>eira:AdequacyRecognitionGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Adequacy Recognition]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </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. + +Source: EIF + +Source reference: https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf + +Additional information: 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. + +eira:iopDimension: Behavioral IoP + +LOST view: Enterprise Architecture Framework alignment guidelines view + +Identifier: http://data.europa.eu/dr8/AchieveInteroperabilityGoal + +ABB name: eira:AchieveInteroperabilityGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-04-18 + +dct:identifier: http://data.europa.eu/dr8/AchieveInteroperabilityGoal + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MonolithicArchitectureGoal"> + <skos:notation><![CDATA[Monolithic Architecture]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MonolithicArchitectureGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Monolithic Architecture]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Event-Driven Architecture + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: In a monolithic architecture, the entire application is built as a single, self-contained unit. All components of the application are tightly coupled, and any changes or updates require modifying the entire system. This architecture is straightforward to develop and deploy but can become complex and difficult to scale or maintain as the application grows. + +Example: Title: Monolithic Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/MonolithicArchitectureGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:MonolithicArchitectureGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-07-06 + +dct:identifier: ADR-20230606091024763 + +dct:title: Architecture Decision Record about Monolithic Architecture + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:MonolithicArchitectureGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MonolithicArchitectureGoal_Properties"> + <skos:notation><![CDATA[Properties of Monolithic Architecture]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MonolithicArchitectureGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Monolithic Architecture]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MonolithicArchitectureGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230606091024763</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Monolithic Architecture]]></dcterms:title> + <skos:example><![CDATA[Title: Monolithic Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[In a monolithic architecture, the entire application is built as a single, self-contained unit. All components of the application are tightly coupled, and any changes or updates require modifying the entire system. This architecture is straightforward to develop and deploy but can become complex and difficult to scale or maintain as the application grows.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/MonolithicArchitectureGoal</eira:PURI> + <dcterms:type>eira:MonolithicArchitectureGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Event-Driven Architecture]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Cross-BorderSemanticDataManagementGoal"> + <skos:notation><![CDATA[ Cross-Border Semantic Data Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Cross-BorderSemanticDataManagementGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[ Cross-Border Semantic Data Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Cross-Border Semantic Data Management + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Cross-border Semantic Data Management is a concept that refers to the management of data across different countries or regions, with a focus on ensuring that the data is consistent and understandable across all borders. This involves the use of semantic technologies, which allow for the creation of a common language or vocabulary that can be used to describe data in a way that is easily understood by all parties involved. The goal of cross-border semantic data management is to improve the efficiency and effectiveness of data sharing and collaboration across different regions, while also ensuring that the data remains secure and protected. This concept is particularly important in today's globalized economy, where businesses and organizations often need to work together across borders to achieve their goals. + +Example: Decision: Data provider discovery and (semantic) data management capabilities are both operated by the same entity, with the role of Cross-Border Data Exchange. +Consequence: Cross-Border Data Management is a new business role. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/Cross-BorderSemanticDataManagementGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:Cross-BorderSemanticDataManagementGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947395 + +dct:title: Architecture Decision Record about Cross-Border Semantic Data Management + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:Cross-BorderSemanticDataManagementGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Cross-BorderSemanticDataManagementGoal_Properties"> + <skos:notation><![CDATA[Properties of Cross-Border Semantic Data Management]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Cross-BorderSemanticDataManagementGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Cross-Border Semantic Data Management]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Cross-BorderSemanticDataManagementGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947395</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Cross-Border Semantic Data Management]]></dcterms:title> + <skos:example><![CDATA[Decision: Data provider discovery and (semantic) data management capabilities are both operated by the same entity, with the role of Cross-Border Data Exchange. +Consequence: Cross-Border Data Management is a new business role.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Cross-border Semantic Data Management is a concept that refers to the management of data across different countries or regions, with a focus on ensuring that the data is consistent and understandable across all borders. This involves the use of semantic technologies, which allow for the creation of a common language or vocabulary that can be used to describe data in a way that is easily understood by all parties involved. The goal of cross-border semantic data management is to improve the efficiency and effectiveness of data sharing and collaboration across different regions, while also ensuring that the data remains secure and protected. This concept is particularly important in today's globalized economy, where businesses and organizations often need to work together across borders to achieve their goals.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/Cross-BorderSemanticDataManagementGoal</eira:PURI> + <dcterms:type>eira:Cross-BorderSemanticDataManagementGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Cross-Border Semantic Data Management]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServelessArchitectureGoal"> + <skos:notation><![CDATA[Serveless Architecture]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServelessArchitectureGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Serveless Architecture]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Serveless Architecture + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Serverless architecture, also known as Function-as-a-Service (FaaS), allows developers to focus on writing and deploying individual functions or microservices without managing the underlying infrastructure. Functions are triggered by events and run in ephemeral containers managed by a cloud provider. This architecture eliminates the need for provisioning or managing servers, enabling scalability and cost optimization. + +Example: Title: Serverless Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ServelessArchitectureGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:ServelessArchitectureGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-07-06 + +dct:identifier: ADR-20230606091024695 + +dct:title: Architecture Decision Record about Serveless Architecture + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:ServelessArchitectureGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ServelessArchitectureGoal_Properties"> + <skos:notation><![CDATA[Properties of Serveless Architecture]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ServelessArchitectureGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Serveless Architecture]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServelessArchitectureGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230606091024695</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Serveless Architecture]]></dcterms:title> + <skos:example><![CDATA[Title: Serverless Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Serverless architecture, also known as Function-as-a-Service (FaaS), allows developers to focus on writing and deploying individual functions or microservices without managing the underlying infrastructure. Functions are triggered by events and run in ephemeral containers managed by a cloud provider. This architecture eliminates the need for provisioning or managing servers, enabling scalability and cost optimization.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ServelessArchitectureGoal</eira:PURI> + <dcterms:type>eira:ServelessArchitectureGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Serveless Architecture]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/UserInterfaceGoal"> + <skos:notation><![CDATA[User Interface]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/UserInterfaceGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[User Interface]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the UserInterface + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: the user interface (UI) refers to the visual and interactive elements of a software system that allow users to interact with and control the system. It encompasses the design and presentation of screens, menus, buttons, forms, and other visual components that users engage with to perform tasks and access information within the system. + +Example: Title: User Interface Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/UserInterfaceGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:UserInterfaceGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-07-06 + +dct:identifier: ADR-20230606091024717 + +dct:title: Architecture Decision Record about UserInterface + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:UserInterfaceGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/UserInterfaceGoal_Properties"> + <skos:notation><![CDATA[Properties of User Interface]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/UserInterfaceGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of User Interface]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/UserInterfaceGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230606091024717</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about UserInterface]]></dcterms:title> + <skos:example><![CDATA[Title: User Interface Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[the user interface (UI) refers to the visual and interactive elements of a software system that allow users to interact with and control the system. It encompasses the design and presentation of screens, menus, buttons, forms, and other visual components that users engage with to perform tasks and access information within the system.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/UserInterfaceGoal</eira:PURI> + <dcterms:type>eira:UserInterfaceGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the UserInterface]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSubscriptionDeploymentGoal"> + <skos:notation><![CDATA[Data Subscription Deployment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSubscriptionDeploymentGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Subscription Deployment]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Data Subscription Deployment + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The Data Subscription Deployment ADR is a decision made in IT architecture that involves the deployment of data subscriptions to enable real-time data access and analysis. This concept involves the use of data subscriptions to provide a continuous stream of data to applications, which can be used to make informed decisions in real-time. The deployment of data subscriptions can be done through various methods, including API integration, webhooks, and other data integration tools. This concept is particularly useful in industries such as finance, healthcare, and retail, where real-time data analysis is critical for decision-making. The Data Subscription Deployment concept can help organizations to improve their operational efficiency, reduce costs, and enhance customer experience by providing real-time insights into their business operations. + +Example: Decision: The Data Exchanger operates the Data Consumer Data Subscription capability +Consequence: -- + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DataSubscriptionDeploymentGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:DataSubscriptionDeploymentGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947764 + +dct:title: Architecture Decision Record about Data Subscription Deployment + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:DataSubscriptionDeploymentGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSubscriptionDeploymentGoal_Properties"> + <skos:notation><![CDATA[Properties of Data Subscription Deployment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSubscriptionDeploymentGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Subscription Deployment]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSubscriptionDeploymentGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947764</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Data Subscription Deployment]]></dcterms:title> + <skos:example><![CDATA[Decision: The Data Exchanger operates the Data Consumer Data Subscription capability +Consequence: --]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The Data Subscription Deployment ADR is a decision made in IT architecture that involves the deployment of data subscriptions to enable real-time data access and analysis. This concept involves the use of data subscriptions to provide a continuous stream of data to applications, which can be used to make informed decisions in real-time. The deployment of data subscriptions can be done through various methods, including API integration, webhooks, and other data integration tools. This concept is particularly useful in industries such as finance, healthcare, and retail, where real-time data analysis is critical for decision-making. The Data Subscription Deployment concept can help organizations to improve their operational efficiency, reduce costs, and enhance customer experience by providing real-time insights into their business operations.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/DataSubscriptionDeploymentGoal</eira:PURI> + <dcterms:type>eira:DataSubscriptionDeploymentGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Data Subscription Deployment]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AccessControlPolicyGoal"> + <skos:notation><![CDATA[Access Control Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AccessControlPolicyGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Access Control Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Access Control Policy + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Access Control Policy is a critical concept in IT architecture that defines the rules and guidelines for controlling access to resources and data within an organization's network. It outlines the procedures and protocols that must be followed to ensure that only authorized users can access sensitive information and resources. The policy includes guidelines for user authentication, authorization, and access management, and it helps organizations to maintain the confidentiality, integrity, and availability of their data. The Access Control Policy is a crucial component of any IT security program, and it is essential for protecting against unauthorized access, data breaches, and cyber attacks. + +Example: Access Control Policies: +Decision: Enforcing role-based access control (RBAC) and implementing strict access control policies for government systems. +Rationale: RBAC provides a structured approach to managing user access based on predefined roles and responsibilities, reducing the risk of unauthorized access to sensitive information. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AccessControlPolicyGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:AccessControlPolicyGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947653 + +dct:title: Architecture Decision Record about Access Control Policy + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:AccessControlPolicyGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AccessControlPolicyGoal_Properties"> + <skos:notation><![CDATA[Properties of Access Control Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AccessControlPolicyGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Access Control Policy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AccessControlPolicyGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947653</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Access Control Policy]]></dcterms:title> + <skos:example><![CDATA[Access Control Policies: +Decision: Enforcing role-based access control (RBAC) and implementing strict access control policies for government systems. +Rationale: RBAC provides a structured approach to managing user access based on predefined roles and responsibilities, reducing the risk of unauthorized access to sensitive information.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Access Control Policy is a critical concept in IT architecture that defines the rules and guidelines for controlling access to resources and data within an organization's network. It outlines the procedures and protocols that must be followed to ensure that only authorized users can access sensitive information and resources. The policy includes guidelines for user authentication, authorization, and access management, and it helps organizations to maintain the confidentiality, integrity, and availability of their data. The Access Control Policy is a crucial component of any IT security program, and it is essential for protecting against unauthorized access, data breaches, and cyber attacks.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/AccessControlPolicyGoal</eira:PURI> + <dcterms:type>eira:AccessControlPolicyGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Access Control Policy]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Cross-BorderIdentificationBusinessGoal"> + <skos:notation><![CDATA[Cross-Border Identification Business]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Cross-BorderIdentificationBusinessGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Cross-Border Identification Business]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Cross-Border Identification Business + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The Cross-Border Identification Business concept refers to the process of identifying individuals across different countries or regions. This is particularly important in industries such as finance, healthcare, and travel, where individuals may need to be identified and verified across borders. The IT architecture decision for this concept involves selecting the appropriate technologies and systems to enable secure and efficient cross-border identification, such as biometric identification, digital identity verification, and blockchain-based identity management systems. The decision also involves considering regulatory and legal requirements for cross-border identification, as well as privacy and data protection concerns. + +Example: Rationale: As a transparent and open cloud we need a simple yet complete way of displaying services that are available on our platform, their current status, support path etc. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/Cross-BorderIdentificationBusinessGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:Cross-BorderIdentificationBusinessGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947478 + +dct:title: Architecture Decision Record about Cross-Border Identification Business + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:Cross-BorderIdentificationBusinessGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Cross-BorderIdentificationBusinessGoal_Properties"> + <skos:notation><![CDATA[Properties of Cross-Border Identification Business]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Cross-BorderIdentificationBusinessGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Cross-Border Identification Business]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Cross-BorderIdentificationBusinessGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947478</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Cross-Border Identification Business]]></dcterms:title> + <skos:example><![CDATA[Rationale: As a transparent and open cloud we need a simple yet complete way of displaying services that are available on our platform, their current status, support path etc.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The Cross-Border Identification Business concept refers to the process of identifying individuals across different countries or regions. This is particularly important in industries such as finance, healthcare, and travel, where individuals may need to be identified and verified across borders. The IT architecture decision for this concept involves selecting the appropriate technologies and systems to enable secure and efficient cross-border identification, such as biometric identification, digital identity verification, and blockchain-based identity management systems. The decision also involves considering regulatory and legal requirements for cross-border identification, as well as privacy and data protection concerns.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/Cross-BorderIdentificationBusinessGoal</eira:PURI> + <dcterms:type>eira:Cross-BorderIdentificationBusinessGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Cross-Border Identification Business]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContinousSecurityMonitoringGoal"> + <skos:notation><![CDATA[Continous Security Monitoring]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContinousSecurityMonitoringGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Continous Security Monitoring]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Continous Security Monitoring + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Continuous Security Monitoring is a concept in IT architecture that involves the continuous monitoring of an organization's IT infrastructure to detect and respond to security threats in real-time. This approach involves the use of automated tools and processes to monitor network traffic, system logs, and other data sources for signs of suspicious activity. The goal of continuous security monitoring is to identify potential security incidents as early as possible, so that they can be addressed before they can cause significant damage to the organization. This approach is becoming increasingly important as the number and complexity of security threats continue to grow, and as organizations become more reliant on technology to support their operations. + +Example: Continuous Security Monitoring: +Decision: Implementing security monitoring tools and processes to continuously monitor and detect security incidents and vulnerabilities. +Rationale: Continuous security monitoring helps identify and respond to security threats promptly, reducing the risk of unauthorized access, data breaches, or service disruptions. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ContinousSecurityMonitoringGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:ContinousSecurityMonitoringGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947683 + +dct:title: Architecture Decision Record about Continous Security Monitoring + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:ContinousSecurityMonitoringGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContinousSecurityMonitoringGoal_Properties"> + <skos:notation><![CDATA[Properties of Continous Security Monitoring]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContinousSecurityMonitoringGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Continous Security Monitoring]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContinousSecurityMonitoringGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947683</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Continous Security Monitoring]]></dcterms:title> + <skos:example><![CDATA[Continuous Security Monitoring: +Decision: Implementing security monitoring tools and processes to continuously monitor and detect security incidents and vulnerabilities. +Rationale: Continuous security monitoring helps identify and respond to security threats promptly, reducing the risk of unauthorized access, data breaches, or service disruptions.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Continuous Security Monitoring is a concept in IT architecture that involves the continuous monitoring of an organization's IT infrastructure to detect and respond to security threats in real-time. This approach involves the use of automated tools and processes to monitor network traffic, system logs, and other data sources for signs of suspicious activity. The goal of continuous security monitoring is to identify potential security incidents as early as possible, so that they can be addressed before they can cause significant damage to the organization. This approach is becoming increasingly important as the number and complexity of security threats continue to grow, and as organizations become more reliant on technology to support their operations.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ContinousSecurityMonitoringGoal</eira:PURI> + <dcterms:type>eira:ContinousSecurityMonitoringGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Continous Security Monitoring]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AsynchronousProcesingGoal"> + <skos:notation><![CDATA[Asynchronous Procesing]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AsynchronousProcesingGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Asynchronous Procesing]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Asynchronous Procesing + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Asynchronous Processing is a concept in IT architecture that involves executing tasks or processes independently of each other, without waiting for the completion of one task before starting another. This approach allows for greater efficiency and scalability, as multiple tasks can be executed simultaneously without causing delays or bottlenecks. Asynchronous processing is commonly used in web applications, where multiple users may be accessing the same system at the same time, and in distributed systems, where tasks may be spread across multiple servers or nodes. It is also used in event-driven architectures, where processes are triggered by specific events or messages. Overall, asynchronous processing is a key component of modern IT architectures, enabling faster, more efficient, and more scalable systems. + +Example: Decision: Integrating Apache Kafka and Apache Spark for processing large volumes of data in near real-time. +Rationale: Kafka allows for the ingestion of high-volume data streams, while Spark provides a distributed processing framework for performing complex analytics and transformations on the data. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AsynchronousProcesingGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:AsynchronousProcesingGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947673 + +dct:title: Architecture Decision Record about Asynchronous Procesing + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:AsynchronousProcesingGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AsynchronousProcesingGoal_Properties"> + <skos:notation><![CDATA[Properties of Asynchronous Procesing]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AsynchronousProcesingGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Asynchronous Procesing]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AsynchronousProcesingGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947673</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Asynchronous Procesing]]></dcterms:title> + <skos:example><![CDATA[Decision: Integrating Apache Kafka and Apache Spark for processing large volumes of data in near real-time. +Rationale: Kafka allows for the ingestion of high-volume data streams, while Spark provides a distributed processing framework for performing complex analytics and transformations on the data.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Asynchronous Processing is a concept in IT architecture that involves executing tasks or processes independently of each other, without waiting for the completion of one task before starting another. This approach allows for greater efficiency and scalability, as multiple tasks can be executed simultaneously without causing delays or bottlenecks. Asynchronous processing is commonly used in web applications, where multiple users may be accessing the same system at the same time, and in distributed systems, where tasks may be spread across multiple servers or nodes. It is also used in event-driven architectures, where processes are triggered by specific events or messages. Overall, asynchronous processing is a key component of modern IT architectures, enabling faster, more efficient, and more scalable systems.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/AsynchronousProcesingGoal</eira:PURI> + <dcterms:type>eira:AsynchronousProcesingGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Asynchronous Procesing]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DocumentationGoal"> + <skos:notation><![CDATA[Documentation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DocumentationGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Documentation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Documentation + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: This ADR documents decisions regarding the documentation practices for the software system. It includes decisions on the types of documentation to be maintained (e.g., system architecture, API documentation, user guides), tools to be used for documentation, and guidelines for keeping documentation up to date. + +Example: Title: Documentation Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DocumentationGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:DocumentationGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-07-06 + +dct:identifier: ADR-20230606091024761 + +dct:title: Architecture Decision Record about Documentation + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:DocumentationGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DocumentationGoal_Properties"> + <skos:notation><![CDATA[Properties of Documentation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DocumentationGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Documentation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DocumentationGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230606091024761</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Documentation]]></dcterms:title> + <skos:example><![CDATA[Title: Documentation Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[This ADR documents decisions regarding the documentation practices for the software system. It includes decisions on the types of documentation to be maintained (e.g., system architecture, API documentation, user guides), tools to be used for documentation, and guidelines for keeping documentation up to date.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/DocumentationGoal</eira:PURI> + <dcterms:type>eira:DocumentationGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Documentation]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ManagingSelf-DescriptionSchemasInTheFederatedCatalogueGoal"> + <skos:notation><![CDATA[Managing Self-Description Schemas in the Federated Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ManagingSelf-DescriptionSchemasInTheFederatedCatalogueGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Managing Self-Description Schemas in the Federated Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Managing Self-Description Schemas in the Federated Catalogue + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The concept of Managing Self-description Schemas in the Federated Catalogue involves the creation and management of metadata that describes the data and services available in a federated environment. This metadata is used to enable discovery, understanding, and use of the data and services by users and applications. The self-description schemas provide a standardized way of describing the data and services, which makes it easier for users to find and use them. The federated catalogue is a central repository that stores the metadata and provides a search interface for users to discover the data and services. Effective management of self-description schemas in the federated catalogue is essential for ensuring that the data and services are discoverable, understandable, and usable by users and applications. + +Example: Decision: Self-Descriptions refer to one or several schemas via a "isA" relation. +Every schema consists of classes and classes define attributes and relations to other Self-Descriptions. +Only attributes from a class can be used for the Self-Descriptions. +The Self-Description classes form an extensible inheritance hierarchy. +For example geo-location for some Nodes. +The Self-Description classes are versioned according to the Semantic Versioning conventions. +GAIA-X provides and maintains a set of core Self-Description classes. +The schema hierarchy can be extended with specialized classes, for example for a domain-specific ecosystem. +GAIA-X defines requirements and processes to accept and distribute new Self-Description classes and updates thereof. +- Option 1: Central repo by the GAIA-X Foundation for schemas +- Option 2: Ecosystems / private catalogues can have additional schema sources +RDF and SHACL are selected as technologies for schema description and enforcement. +- RDF: Data model "behind" JSON-LD +- SHACL: Validation of RDF against a schema independently from the serialization technology +Rationale: For the purpose of validating Self-Descriptions, the Federated Catalogue needs to know the Schema to validate against. +Gaia-X develops an extensible hierarchy of Schemas that define the terms used in Self-Descriptions. +Some Schemas are standardized by the Gaia-X AISBL and must be supported by any Catalogue, but it should be possible to create additional ones specific to an application domain, an Ecosystem, Participants in it, or Assets offered by these Participants. +Schemas have the same format as Self-Descriptions, i.e., they are graphs in the RDF data model, serialized as JSON-LD. +A Schema may define terms (classes, their attributes, and their relationships to other classes) in an Ontology. +If it does, it must also define Shapes to validate instances of the Ontology against. +A Schema may also introduce a Controlled Vocabulary of attribute values intended to be reused. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ManagingSelf-DescriptionSchemasInTheFederatedCatalogueGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:ManagingSelf-DescriptionSchemasInTheFederatedCatalogueGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947835 + +dct:title: Architecture Decision Record about Managing Self-Description Schemas in the Federated Catalogue + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:ManagingSelf-DescriptionSchemasInTheFederatedCatalogueGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ManagingSelf-DescriptionSchemasInTheFederatedCatalogueGoal_Properties"> + <skos:notation><![CDATA[Properties of Managing Self-Description Schemas in the Federated Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ManagingSelf-DescriptionSchemasInTheFederatedCatalogueGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Managing Self-Description Schemas in the Federated Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ManagingSelf-DescriptionSchemasInTheFederatedCatalogueGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947835</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Managing Self-Description Schemas in the Federated Catalogue]]></dcterms:title> + <skos:example><![CDATA[Decision: Self-Descriptions refer to one or several schemas via a "isA" relation. +Every schema consists of classes and classes define attributes and relations to other Self-Descriptions. +Only attributes from a class can be used for the Self-Descriptions. +The Self-Description classes form an extensible inheritance hierarchy. +For example geo-location for some Nodes. +The Self-Description classes are versioned according to the Semantic Versioning conventions. +GAIA-X provides and maintains a set of core Self-Description classes. +The schema hierarchy can be extended with specialized classes, for example for a domain-specific ecosystem. +GAIA-X defines requirements and processes to accept and distribute new Self-Description classes and updates thereof. +- Option 1: Central repo by the GAIA-X Foundation for schemas +- Option 2: Ecosystems / private catalogues can have additional schema sources +RDF and SHACL are selected as technologies for schema description and enforcement. +- RDF: Data model "behind" JSON-LD +- SHACL: Validation of RDF against a schema independently from the serialization technology +Rationale: For the purpose of validating Self-Descriptions, the Federated Catalogue needs to know the Schema to validate against. +Gaia-X develops an extensible hierarchy of Schemas that define the terms used in Self-Descriptions. +Some Schemas are standardized by the Gaia-X AISBL and must be supported by any Catalogue, but it should be possible to create additional ones specific to an application domain, an Ecosystem, Participants in it, or Assets offered by these Participants. +Schemas have the same format as Self-Descriptions, i.e., they are graphs in the RDF data model, serialized as JSON-LD. +A Schema may define terms (classes, their attributes, and their relationships to other classes) in an Ontology. +If it does, it must also define Shapes to validate instances of the Ontology against. +A Schema may also introduce a Controlled Vocabulary of attribute values intended to be reused.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The concept of Managing Self-description Schemas in the Federated Catalogue involves the creation and management of metadata that describes the data and services available in a federated environment. This metadata is used to enable discovery, understanding, and use of the data and services by users and applications. The self-description schemas provide a standardized way of describing the data and services, which makes it easier for users to find and use them. The federated catalogue is a central repository that stores the metadata and provides a search interface for users to discover the data and services. Effective management of self-description schemas in the federated catalogue is essential for ensuring that the data and services are discoverable, understandable, and usable by users and applications.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ManagingSelf-DescriptionSchemasInTheFederatedCatalogueGoal</eira:PURI> + <dcterms:type>eira:ManagingSelf-DescriptionSchemasInTheFederatedCatalogueGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Managing Self-Description Schemas in the Federated Catalogue]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIDesignGoal"> + <skos:notation><![CDATA[API Design]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIDesignGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[API Design]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the API Design + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: API design is a crucial aspect of IT architecture decision-making, as it determines how different software systems and applications communicate with each other. A well-designed API can improve the efficiency and effectiveness of software development, as it allows developers to easily integrate different systems and functionalities. On the other hand, a poorly designed API can lead to compatibility issues, security vulnerabilities, and other problems that can hinder the development process. Therefore, IT architects must carefully consider the design of APIs when making decisions about software development and integration. This includes factors such as the format and structure of the API, the security measures in place, and the ease of use for developers. + +Example: One example of the application of the Directive 2014/24/EU is in the procurement of construction services for a new public building. The directive requires that the procurement process be open, transparent, and non-discriminatory, with equal opportunities for all potential bidders. The contracting authority must publish a notice of the procurement in the Official Journal of the European Union, and provide all relevant information to interested parties. The directive also requires that the contracting authority evaluate bids based on objective criteria, and award the contract to the most economically advantageous tender. This ensures that public funds are used efficiently and effectively, and that the public receives high-quality services at a fair price. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/APIDesignGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:APIDesignGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947613 + +dct:title: Architecture Decision Record about API Design + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:APIDesignGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIDesignGoal_Properties"> + <skos:notation><![CDATA[Properties of API Design]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIDesignGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of API Design]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIDesignGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947613</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about API Design]]></dcterms:title> + <skos:example><![CDATA[One example of the application of the Directive 2014/24/EU is in the procurement of construction services for a new public building. The directive requires that the procurement process be open, transparent, and non-discriminatory, with equal opportunities for all potential bidders. The contracting authority must publish a notice of the procurement in the Official Journal of the European Union, and provide all relevant information to interested parties. The directive also requires that the contracting authority evaluate bids based on objective criteria, and award the contract to the most economically advantageous tender. This ensures that public funds are used efficiently and effectively, and that the public receives high-quality services at a fair price.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[API design is a crucial aspect of IT architecture decision-making, as it determines how different software systems and applications communicate with each other. A well-designed API can improve the efficiency and effectiveness of software development, as it allows developers to easily integrate different systems and functionalities. On the other hand, a poorly designed API can lead to compatibility issues, security vulnerabilities, and other problems that can hinder the development process. Therefore, IT architects must carefully consider the design of APIs when making decisions about software development and integration. This includes factors such as the format and structure of the API, the security measures in place, and the ease of use for developers.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/APIDesignGoal</eira:PURI> + <dcterms:type>eira:APIDesignGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the API Design]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IntegrationThrid-PartySystemsGoal"> + <skos:notation><![CDATA[Integration Thrid-Party Systems]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IntegrationThrid-PartySystemsGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Integration Thrid-Party Systems]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Integration Thrid-Party Systems + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Integration of third-party systems is a decision that involves the integration of external systems with the organization's existing IT infrastructure. This decision is essential to ensure that the organization's systems can communicate and share data with external systems, such as vendors, partners, and customers. The integration of third-party systems can improve the efficiency of business processes, reduce costs, and enhance the overall customer experience. However, it also requires careful planning and consideration of security, data privacy, and compliance requirements. The IT architecture team must evaluate the compatibility of the third-party systems with the existing infrastructure, assess the risks associated with the integration, and develop a robust integration strategy that aligns with the organization's business goals and objectives. + +Example: Integration with Third-Party Systems: +Decision: Integrating the software system with popular customer relationship management (CRM) platforms. +Rationale: Integrating with widely used CRM systems allows for seamless data exchange, better customer insights, and improved customer relationship management for the organization. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/IntegrationThrid-PartySystemsGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:IntegrationThrid-PartySystemsGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947744 + +dct:title: Architecture Decision Record about Integration Thrid-Party Systems + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:IntegrationThrid-PartySystemsGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IntegrationThrid-PartySystemsGoal_Properties"> + <skos:notation><![CDATA[Properties of Integration Thrid-Party Systems]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IntegrationThrid-PartySystemsGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Integration Thrid-Party Systems]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IntegrationThrid-PartySystemsGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947744</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Integration Thrid-Party Systems]]></dcterms:title> + <skos:example><![CDATA[Integration with Third-Party Systems: +Decision: Integrating the software system with popular customer relationship management (CRM) platforms. +Rationale: Integrating with widely used CRM systems allows for seamless data exchange, better customer insights, and improved customer relationship management for the organization.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Integration of third-party systems is a decision that involves the integration of external systems with the organization's existing IT infrastructure. This decision is essential to ensure that the organization's systems can communicate and share data with external systems, such as vendors, partners, and customers. The integration of third-party systems can improve the efficiency of business processes, reduce costs, and enhance the overall customer experience. However, it also requires careful planning and consideration of security, data privacy, and compliance requirements. The IT architecture team must evaluate the compatibility of the third-party systems with the existing infrastructure, assess the risks associated with the integration, and develop a robust integration strategy that aligns with the organization's business goals and objectives.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/IntegrationThrid-PartySystemsGoal</eira:PURI> + <dcterms:type>eira:IntegrationThrid-PartySystemsGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Integration Thrid-Party Systems]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticationMechanismGoal"> + <skos:notation><![CDATA[Authentication Mechanism]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationMechanismGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Authentication Mechanism]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Authentication Mechanism + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Authentication Mechanism is a crucial concept in IT architecture that refers to the process of verifying the identity of a user or system before granting access to resources or services. It involves the use of various methods such as passwords, biometric identification, smart cards, and tokens to ensure that only authorized users can access sensitive information or perform critical operations. The choice of authentication mechanism depends on the level of security required, the complexity of the system, and the user experience. A well-designed authentication mechanism can prevent unauthorized access, protect against cyber threats, and enhance the overall security of the IT infrastructure. + +Example: Authentication Mechanism: +Decision: Implementing multi-factor authentication (MFA) using time-based one-time passwords (TOTP). +Rationale: MFA adds an extra layer of security by requiring users to provide a second form of authentication, reducing the risk of unauthorized access even if credentials are compromised. TOTP is a widely supported and secure method for generating one-time passwords. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AuthenticationMechanismGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:AuthenticationMechanismGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947643 + +dct:title: Architecture Decision Record about Authentication Mechanism + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:AuthenticationMechanismGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticationMechanismGoal_Properties"> + <skos:notation><![CDATA[Properties of Authentication Mechanism]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationMechanismGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Authentication Mechanism]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuthenticationMechanismGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947643</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Authentication Mechanism]]></dcterms:title> + <skos:example><![CDATA[Authentication Mechanism: +Decision: Implementing multi-factor authentication (MFA) using time-based one-time passwords (TOTP). +Rationale: MFA adds an extra layer of security by requiring users to provide a second form of authentication, reducing the risk of unauthorized access even if credentials are compromised. TOTP is a widely supported and secure method for generating one-time passwords.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Authentication Mechanism is a crucial concept in IT architecture that refers to the process of verifying the identity of a user or system before granting access to resources or services. It involves the use of various methods such as passwords, biometric identification, smart cards, and tokens to ensure that only authorized users can access sensitive information or perform critical operations. The choice of authentication mechanism depends on the level of security required, the complexity of the system, and the user experience. A well-designed authentication mechanism can prevent unauthorized access, protect against cyber threats, and enhance the overall security of the IT infrastructure.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/AuthenticationMechanismGoal</eira:PURI> + <dcterms:type>eira:AuthenticationMechanismGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Authentication Mechanism]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Cloud-NativeArchitectureGoal"> + <skos:notation><![CDATA[Cloud-Native Architecture]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Cloud-NativeArchitectureGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Cloud-Native Architecture]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Cloud-Native Architecture + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Cloud-native architecture is designed specifically for cloud environments, leveraging cloud computing capabilities and services. It emphasizes scalability, fault tolerance, and the use of containerization and orchestration tools like Docker and Kubernetes. Cloud-native applications are typically built using microservices and take advantage of cloud services such as storage, databases, and messaging queues. + +Example: Title: Cloud-Native Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/Cloud-NativeArchitectureGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:Cloud-NativeArchitectureGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-20 + +dct:identifier: http://data.europa.eu/dr8/egovera/Cloud-NativeArchitectureGoal + +dct:title: Architecture Decision Record about Cloud-Native Architecture + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:Cloud-NativeArchitectureGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Cloud-NativeArchitectureGoal_Properties"> + <skos:notation><![CDATA[Properties of Cloud-Native Architecture]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Cloud-NativeArchitectureGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Cloud-Native Architecture]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Cloud-NativeArchitectureGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/Cloud-NativeArchitectureGoal</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Cloud-Native Architecture]]></dcterms:title> + <skos:example><![CDATA[Title: Cloud-Native Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Cloud-native architecture is designed specifically for cloud environments, leveraging cloud computing capabilities and services. It emphasizes scalability, fault tolerance, and the use of containerization and orchestration tools like Docker and Kubernetes. Cloud-native applications are typically built using microservices and take advantage of cloud services such as storage, databases, and messaging queues.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/Cloud-NativeArchitectureGoal</eira:PURI> + <dcterms:type>eira:Cloud-NativeArchitectureGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Cloud-Native Architecture]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalAgendaGoal + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalAgendaGoal + +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. + +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). + +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. + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Governance viewpoint + +Additional identifier: http://data.europa.eu/dr8/DigitalAgendaGoal + +EIF Layer: Organisational + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Organisational</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityIncidentResponseGoal"> + <skos:notation><![CDATA[Security Incident Response]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityIncidentResponseGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Security Incident Response]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Security Incident Response + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The Security Incident Response concept involves the development of a comprehensive plan to detect, respond to, and recover from security incidents that may occur within an organization's information systems. The plan should include procedures for identifying and assessing potential threats, as well as protocols for containing and mitigating the impact of any incidents that do occur. The goal of the Security Incident Response concept is to minimize the risk of data loss, system downtime, and other negative consequences that can result from security breaches. Effective implementation of this concept requires ongoing monitoring and testing of security measures, as well as regular training and awareness programs for employees. + +Example: Security Incident Response: +Decision: Establishing an incident response plan to handle security breaches and incidents. +Rationale: Having a well-defined incident response plan enables a quick and coordinated response to security incidents, minimizing potential damage, and facilitating the recovery and restoration of normal operations. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/SecurityIncidentResponseGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:SecurityIncidentResponseGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947632 + +dct:title: Architecture Decision Record about Security Incident Response + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:SecurityIncidentResponseGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityIncidentResponseGoal_Properties"> + <skos:notation><![CDATA[Properties of Security Incident Response]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityIncidentResponseGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Security Incident Response]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityIncidentResponseGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947632</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Security Incident Response]]></dcterms:title> + <skos:example><![CDATA[Security Incident Response: +Decision: Establishing an incident response plan to handle security breaches and incidents. +Rationale: Having a well-defined incident response plan enables a quick and coordinated response to security incidents, minimizing potential damage, and facilitating the recovery and restoration of normal operations.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The Security Incident Response concept involves the development of a comprehensive plan to detect, respond to, and recover from security incidents that may occur within an organization's information systems. The plan should include procedures for identifying and assessing potential threats, as well as protocols for containing and mitigating the impact of any incidents that do occur. The goal of the Security Incident Response concept is to minimize the risk of data loss, system downtime, and other negative consequences that can result from security breaches. Effective implementation of this concept requires ongoing monitoring and testing of security measures, as well as regular training and awareness programs for employees.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/SecurityIncidentResponseGoal</eira:PURI> + <dcterms:type>eira:SecurityIncidentResponseGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Security Incident Response]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MicroserviceArchitectureGoal"> + <skos:notation><![CDATA[Microservice Architecture]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MicroserviceArchitectureGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Microservice Architecture]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Microservices Architecture + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Microservices architecture decomposes an application into smaller, loosely coupled services. Each service is responsible for a specific functionality and can be developed, deployed, and scaled independently. Services communicate with each other through lightweight APIs or messaging protocols. This architecture enables flexibility, scalability, and easier maintenance, but it introduces complexities in managing distributed systems. + +Example: Title: Microservices Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/MicroserviceArchitectureGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:MicroserviceArchitectureGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-20 + +dct:identifier: http://data.europa.eu/dr8/egovera/MicroserviceArchitectureGoal + +dct:title: Architecture Decision Record about Microservices Architecture + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:MicroserviceArchitectureGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MicroserviceArchitectureGoal_Properties"> + <skos:notation><![CDATA[Properties of Microservice Architecture]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MicroserviceArchitectureGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Microservice Architecture]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MicroserviceArchitectureGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/MicroserviceArchitectureGoal</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Microservices Architecture]]></dcterms:title> + <skos:example><![CDATA[Title: Microservices Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Microservices architecture decomposes an application into smaller, loosely coupled services. Each service is responsible for a specific functionality and can be developed, deployed, and scaled independently. Services communicate with each other through lightweight APIs or messaging protocols. This architecture enables flexibility, scalability, and easier maintenance, but it introduces complexities in managing distributed systems.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/MicroserviceArchitectureGoal</eira:PURI> + <dcterms:type>eira:MicroserviceArchitectureGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Microservices Architecture]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainerizationAndOrchestrationGoal"> + <skos:notation><![CDATA[Containerization and Orchestration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContainerizationAndOrchestrationGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Containerization and Orchestration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Containerization and Orchestration + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Containerization and orchestration are two concepts that are closely related to each other in the field of IT architecture. Containerization refers to the process of packaging an application and its dependencies into a single container that can be easily deployed across different environments. On the other hand, orchestration refers to the process of managing and coordinating multiple containers that are running in a distributed environment. This involves tasks such as scaling containers up or down, monitoring their health, and ensuring that they are communicating with each other correctly. + +Example: Containerization and Orchestration: +Decision: Using containerization technologies, such as Docker, and container orchestration platforms, such as Kubernetes, for scalable deployment and management of system components. +Rationale: Containerization provides a lightweight and consistent deployment mechanism, while orchestration platforms enable efficient management, scaling, and load balancing of containerized services. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ContainerizationAndOrchestrationGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:ContainerizationAndOrchestrationGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947565 + +dct:title: Architecture Decision Record about Containerization and Orchestration + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:ContainerizationAndOrchestrationGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainerizationAndOrchestrationGoal_Properties"> + <skos:notation><![CDATA[Properties of Containerization and Orchestration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContainerizationAndOrchestrationGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Containerization and Orchestration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainerizationAndOrchestrationGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947565</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Containerization and Orchestration]]></dcterms:title> + <skos:example><![CDATA[Containerization and Orchestration: +Decision: Using containerization technologies, such as Docker, and container orchestration platforms, such as Kubernetes, for scalable deployment and management of system components. +Rationale: Containerization provides a lightweight and consistent deployment mechanism, while orchestration platforms enable efficient management, scaling, and load balancing of containerized services.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Containerization and orchestration are two concepts that are closely related to each other in the field of IT architecture. Containerization refers to the process of packaging an application and its dependencies into a single container that can be easily deployed across different environments. On the other hand, orchestration refers to the process of managing and coordinating multiple containers that are running in a distributed environment. This involves tasks such as scaling containers up or down, monitoring their health, and ensuring that they are communicating with each other correctly.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ContainerizationAndOrchestrationGoal</eira:PURI> + <dcterms:type>eira:ContainerizationAndOrchestrationGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Containerization and Orchestration]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ProvisioningCapabilityPublicationGoal"> + <skos:notation><![CDATA[Provisioning Capability Publication]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ProvisioningCapabilityPublicationGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Provisioning Capability Publication]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Provisioning Capability Publication + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The Provisioning Capability Publication ADR is a part of IT architecture decision-making process that involves the publication of information about the provisioning capabilities of a system or application. This information can include details about the resources available, such as storage, memory, and processing power, as well as information about the system's performance and availability. The goal of this ADR is to provide users with the information they need to make informed decisions about how to use the system or application, and to ensure that the system is being used in the most efficient and effective way possible. By publishing this information, IT teams can also identify areas where improvements can be made to the system or application and make changes to optimize its performance. + +Example: Decision: The Data Provider has the capability to publish to the Data Exchanger its capabilities to provision Data. +Consequence: New capability: Provisioning Capability Publication, part of Provisioning Capability Management + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ProvisioningCapabilityPublicationGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:ProvisioningCapabilityPublicationGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947526 + +dct:title: Architecture Decision Record about Provisioning Capability Publication + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:ProvisioningCapabilityPublicationGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ProvisioningCapabilityPublicationGoal_Properties"> + <skos:notation><![CDATA[Properties of Provisioning Capability Publication]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ProvisioningCapabilityPublicationGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Provisioning Capability Publication]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ProvisioningCapabilityPublicationGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947526</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Provisioning Capability Publication]]></dcterms:title> + <skos:example><![CDATA[Decision: The Data Provider has the capability to publish to the Data Exchanger its capabilities to provision Data. +Consequence: New capability: Provisioning Capability Publication, part of Provisioning Capability Management]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The Provisioning Capability Publication ADR is a part of IT architecture decision-making process that involves the publication of information about the provisioning capabilities of a system or application. This information can include details about the resources available, such as storage, memory, and processing power, as well as information about the system's performance and availability. The goal of this ADR is to provide users with the information they need to make informed decisions about how to use the system or application, and to ensure that the system is being used in the most efficient and effective way possible. By publishing this information, IT teams can also identify areas where improvements can be made to the system or application and make changes to optimize its performance.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ProvisioningCapabilityPublicationGoal</eira:PURI> + <dcterms:type>eira:ProvisioningCapabilityPublicationGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Provisioning Capability Publication]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OperabilityGoal"> + <skos:notation><![CDATA[Operability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OperabilityGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Operability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Operability + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: operability refers to the ease with which users can operate and interact with a software system to achieve their desired goals efficiently and effectively. It focuses on designing interfaces, workflows, and interactions that facilitate user understanding, control, and seamless navigation within the system. + +Example: Title: Operability Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/OperabilityGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:OperabilityGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-07-06 + +dct:identifier: ADR-20230606091024733 + +dct:title: Architecture Decision Record about Operability + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:OperabilityGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OperabilityGoal_Properties"> + <skos:notation><![CDATA[Properties of Operability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OperabilityGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Operability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OperabilityGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230606091024733</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Operability]]></dcterms:title> + <skos:example><![CDATA[Title: Operability Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[operability refers to the ease with which users can operate and interact with a software system to achieve their desired goals efficiently and effectively. It focuses on designing interfaces, workflows, and interactions that facilitate user understanding, control, and seamless navigation within the system.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/OperabilityGoal</eira:PURI> + <dcterms:type>eira:OperabilityGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Operability]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataNotificationDeploymentGoal"> + <skos:notation><![CDATA[Data Notification Deployment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataNotificationDeploymentGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Notification Deployment]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Data Notification Deployment + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The Data Notification Deployment ADR is a decision made in IT architecture that involves the deployment of notifications related to data. This concept is used to ensure that users are informed about changes or updates to data that they are interested in. The notifications can be sent via email, SMS, or other communication channels. The purpose of this concept is to improve data management and ensure that users are aware of any changes that may affect their work. This concept is particularly important in organizations that deal with large amounts of data and have many users accessing that data. By deploying data notifications, organizations can improve data security, reduce errors, and increase productivity. + +Example: Decision: Data Notification capability is operated by the Data Exchanger (shared resources). +Consequence: Data Subscription required + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DataNotificationDeploymentGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:DataNotificationDeploymentGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947459 + +dct:title: Architecture Decision Record about Data Notification Deployment + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:DataNotificationDeploymentGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataNotificationDeploymentGoal_Properties"> + <skos:notation><![CDATA[Properties of Data Notification Deployment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataNotificationDeploymentGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Notification Deployment]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataNotificationDeploymentGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947459</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Data Notification Deployment]]></dcterms:title> + <skos:example><![CDATA[Decision: Data Notification capability is operated by the Data Exchanger (shared resources). +Consequence: Data Subscription required]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The Data Notification Deployment ADR is a decision made in IT architecture that involves the deployment of notifications related to data. This concept is used to ensure that users are informed about changes or updates to data that they are interested in. The notifications can be sent via email, SMS, or other communication channels. The purpose of this concept is to improve data management and ensure that users are aware of any changes that may affect their work. This concept is particularly important in organizations that deal with large amounts of data and have many users accessing that data. By deploying data notifications, organizations can improve data security, reduce errors, and increase productivity.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/DataNotificationDeploymentGoal</eira:PURI> + <dcterms:type>eira:DataNotificationDeploymentGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Data Notification Deployment]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ComplianceMonitoringAndAuditingGoal"> + <skos:notation><![CDATA[Compliance Monitoring and Auditing]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ComplianceMonitoringAndAuditingGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Compliance Monitoring and Auditing]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Compliance Monitoring and Auditing + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Compliance monitoring and auditing is a concept in IT architecture that ensures that an organization's IT systems and processes comply with relevant laws, regulations, and industry standards. This concept involves the continuous monitoring of IT systems and processes to identify any potential compliance issues and the implementation of corrective actions to address them. Compliance monitoring and auditing also involves regular audits to assess the effectiveness of an organization's compliance program and identify areas for improvement. By implementing a robust compliance monitoring and auditing program, organizations can ensure that they are operating within legal and regulatory boundaries, protecting their reputation, and avoiding costly fines and penalties. + +Example: Compliance Monitoring and Auditing: +Decision: Implementing mechanisms for continuous compliance monitoring, internal auditing, and vulnerability assessments. +Rationale: Regular monitoring, auditing, and vulnerability assessments help identify compliance gaps, ensure ongoing adherence to regulations, and proactively address potential security risks. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ComplianceMonitoringAndAuditingGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:ComplianceMonitoringAndAuditingGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947604 + +dct:title: Architecture Decision Record about Compliance Monitoring and Auditing + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:ComplianceMonitoringAndAuditingGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ComplianceMonitoringAndAuditingGoal_Properties"> + <skos:notation><![CDATA[Properties of Compliance Monitoring and Auditing]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ComplianceMonitoringAndAuditingGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Compliance Monitoring and Auditing]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComplianceMonitoringAndAuditingGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947604</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Compliance Monitoring and Auditing]]></dcterms:title> + <skos:example><![CDATA[Compliance Monitoring and Auditing: +Decision: Implementing mechanisms for continuous compliance monitoring, internal auditing, and vulnerability assessments. +Rationale: Regular monitoring, auditing, and vulnerability assessments help identify compliance gaps, ensure ongoing adherence to regulations, and proactively address potential security risks.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Compliance monitoring and auditing is a concept in IT architecture that ensures that an organization's IT systems and processes comply with relevant laws, regulations, and industry standards. This concept involves the continuous monitoring of IT systems and processes to identify any potential compliance issues and the implementation of corrective actions to address them. Compliance monitoring and auditing also involves regular audits to assess the effectiveness of an organization's compliance program and identify areas for improvement. By implementing a robust compliance monitoring and auditing program, organizations can ensure that they are operating within legal and regulatory boundaries, protecting their reputation, and avoiding costly fines and penalties.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ComplianceMonitoringAndAuditingGoal</eira:PURI> + <dcterms:type>eira:ComplianceMonitoringAndAuditingGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Compliance Monitoring and Auditing]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ScalabilityForGrowthGoal"> + <skos:notation><![CDATA[Scalability for Growth]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ScalabilityForGrowthGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Scalability for Growth]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Scalability for Growth + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Scalability for Growth is a decision that refers to the ability of a system or application to handle an increasing amount of workload or traffic without compromising its performance or stability. This concept is essential for businesses that are looking to expand their operations and need to ensure that their IT infrastructure can support their growth. Scalability can be achieved through various techniques such as horizontal scaling, vertical scaling, load balancing, and caching. By designing an IT architecture that is scalable, businesses can ensure that their systems can handle increased demand and provide a seamless user experience. + +Example: Scalability for Growth: +Decision: Designing the software system with scalability in mind to support future business growth. +Rationale: Scalability ensures that the system can handle increasing user demands, accommodate higher data volumes, and support business expansion without significant re-architecture or performance issues. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ScalabilityForGrowthGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:ScalabilityForGrowthGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947555 + +dct:title: Architecture Decision Record about Scalability for Growth + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:ScalabilityForGrowthGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ScalabilityForGrowthGoal_Properties"> + <skos:notation><![CDATA[Properties of Scalability for Growth]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ScalabilityForGrowthGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Scalability for Growth]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ScalabilityForGrowthGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947555</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Scalability for Growth]]></dcterms:title> + <skos:example><![CDATA[Scalability for Growth: +Decision: Designing the software system with scalability in mind to support future business growth. +Rationale: Scalability ensures that the system can handle increasing user demands, accommodate higher data volumes, and support business expansion without significant re-architecture or performance issues.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Scalability for Growth is a decision that refers to the ability of a system or application to handle an increasing amount of workload or traffic without compromising its performance or stability. This concept is essential for businesses that are looking to expand their operations and need to ensure that their IT infrastructure can support their growth. Scalability can be achieved through various techniques such as horizontal scaling, vertical scaling, load balancing, and caching. By designing an IT architecture that is scalable, businesses can ensure that their systems can handle increased demand and provide a seamless user experience.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ScalabilityForGrowthGoal</eira:PURI> + <dcterms:type>eira:ScalabilityForGrowthGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Scalability for Growth]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InternazionalizationAndLocalizationGoal"> + <skos:notation><![CDATA[Internazionalization and Localization]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InternazionalizationAndLocalizationGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Internazionalization and Localization]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Internazionalization and Localization + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The decision of internationalization and localization in IT architecture refers to the process of designing software applications that can be adapted to different languages, cultures, and regions. Internationalization involves creating software that can handle different character sets, date and time formats, and other cultural differences. Localization involves adapting the software to a specific language and culture, including translating text, adjusting graphics, and modifying functionality to meet local requirements. This concept is important for companies that operate in multiple countries and need to provide software that can be used by people with different backgrounds and languages. + +Example: Internationalization and Localization: +Decision: Building support for multiple languages and cultural adaptations into the software system. +Rationale: Internationalization and localization enable the organization to reach a broader global market, cater to diverse customer preferences, and provide a localized user experience, leading to increased customer satisfaction and market penetration. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/InternazionalizationAndLocalizationGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:InternazionalizationAndLocalizationGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947623 + +dct:title: Architecture Decision Record about Internazionalization and Localization + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:InternazionalizationAndLocalizationGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InternazionalizationAndLocalizationGoal_Properties"> + <skos:notation><![CDATA[Properties of Internazionalization and Localization]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InternazionalizationAndLocalizationGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Internazionalization and Localization]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InternazionalizationAndLocalizationGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947623</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Internazionalization and Localization]]></dcterms:title> + <skos:example><![CDATA[Internationalization and Localization: +Decision: Building support for multiple languages and cultural adaptations into the software system. +Rationale: Internationalization and localization enable the organization to reach a broader global market, cater to diverse customer preferences, and provide a localized user experience, leading to increased customer satisfaction and market penetration.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The decision of internationalization and localization in IT architecture refers to the process of designing software applications that can be adapted to different languages, cultures, and regions. Internationalization involves creating software that can handle different character sets, date and time formats, and other cultural differences. Localization involves adapting the software to a specific language and culture, including translating text, adjusting graphics, and modifying functionality to meet local requirements. This concept is important for companies that operate in multiple countries and need to provide software that can be used by people with different backgrounds and languages.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/InternazionalizationAndLocalizationGoal</eira:PURI> + <dcterms:type>eira:InternazionalizationAndLocalizationGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Internazionalization and Localization]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DynamicLocationOfDataProviderGoal"> + <skos:notation><![CDATA[Dynamic Location of Data provider]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DynamicLocationOfDataProviderGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Dynamic Location of Data provider]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Dynamic Location of Data provider + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The concept of Dynamic Location of Data Provider in IT architecture refers to the ability of a system to automatically determine the best location for data storage and retrieval based on various factors such as network latency, availability of resources, and user location. This approach allows for more efficient use of resources and faster access to data, as the system can dynamically adjust to changing conditions and optimize performance. Additionally, it can help to reduce costs by minimizing the need for manual intervention and maintenance. Overall, the dynamic location of data provider concept is an important consideration in modern IT architecture design, particularly for systems that require high levels of performance and scalability. + +Example: Decision: The Data Provider capable of providing the required evidence is dynamically located. +Consequence: New Capability: Data Provider Capability Management, including Data Provider Discovery + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DynamicLocationOfDataProviderGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:DynamicLocationOfDataProviderGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947784 + +dct:title: Architecture Decision Record about Dynamic Location of Data provider + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:DynamicLocationOfDataProviderGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DynamicLocationOfDataProviderGoal_Properties"> + <skos:notation><![CDATA[Properties of Dynamic Location of Data provider]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DynamicLocationOfDataProviderGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Dynamic Location of Data provider]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DynamicLocationOfDataProviderGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947784</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Dynamic Location of Data provider]]></dcterms:title> + <skos:example><![CDATA[Decision: The Data Provider capable of providing the required evidence is dynamically located. +Consequence: New Capability: Data Provider Capability Management, including Data Provider Discovery]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The concept of Dynamic Location of Data Provider in IT architecture refers to the ability of a system to automatically determine the best location for data storage and retrieval based on various factors such as network latency, availability of resources, and user location. This approach allows for more efficient use of resources and faster access to data, as the system can dynamically adjust to changing conditions and optimize performance. Additionally, it can help to reduce costs by minimizing the need for manual intervention and maintenance. Overall, the dynamic location of data provider concept is an important consideration in modern IT architecture design, particularly for systems that require high levels of performance and scalability.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/DynamicLocationOfDataProviderGoal</eira:PURI> + <dcterms:type>eira:DynamicLocationOfDataProviderGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Dynamic Location of Data provider]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LearningGoal"> + <skos:notation><![CDATA[Learning]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LearningGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Learning]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Learning + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: User learning, in the context of usability, refers to the process by which users acquire the knowledge and skills necessary to effectively and efficiently interact with a software system. It involves understanding the system's functionality, features, and workflows, as well as learning how to navigate interfaces and perform tasks. + +Example: Title: User Learning Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/LearningGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:LearningGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-07-06 + +dct:identifier: ADR-20230606091024693 + +dct:title: Architecture Decision Record about Learning + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:LearningGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LearningGoal_Properties"> + <skos:notation><![CDATA[Properties of Learning]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LearningGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Learning]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LearningGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230606091024693</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Learning]]></dcterms:title> + <skos:example><![CDATA[Title: User Learning Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[User learning, in the context of usability, refers to the process by which users acquire the knowledge and skills necessary to effectively and efficiently interact with a software system. It involves understanding the system's functionality, features, and workflows, as well as learning how to navigate interfaces and perform tasks.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/LearningGoal</eira:PURI> + <dcterms:type>eira:LearningGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Learning]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AccessibilityGoal"> + <skos:notation><![CDATA[Accessibility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AccessibilityGoal</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: Architecture Decision Record from where you should specialise the ADR SBBs regarding the UserInterface + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Accessibility in the context of usability refers to the design and implementation of a software system that ensures equal access and usability for all users, including those with disabilities or impairments. It focuses on creating an inclusive user experience by removing barriers and providing accommodations to enable individuals with disabilities to perceive, understand, navigate, and interact with the system effectively. + +Example: Title: Accessibility Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AccessibilityGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:AccessibilityGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-07-06 + +dct:identifier: ADR-20230606091024752 + +dct:title: Architecture Decision Record about UserInterface + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:AccessibilityGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AccessibilityGoal_Properties"> + <skos:notation><![CDATA[Properties of Accessibility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AccessibilityGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Accessibility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AccessibilityGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230606091024752</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about UserInterface]]></dcterms:title> + <skos:example><![CDATA[Title: Accessibility Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Accessibility in the context of usability refers to the design and implementation of a software system that ensures equal access and usability for all users, including those with disabilities or impairments. It focuses on creating an inclusive user experience by removing barriers and providing accommodations to enable individuals with disabilities to perceive, understand, navigate, and interact with the system effectively.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/AccessibilityGoal</eira:PURI> + <dcterms:type>eira:AccessibilityGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the UserInterface]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentDeliveryNetworkGoal"> + <skos:notation><![CDATA[Content Delivery Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContentDeliveryNetworkGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Content Delivery Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Content Delivery Network + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: A Content Delivery Network (CDN) is a distributed network of servers that work together to deliver content to end-users. The concept of a CDN is to reduce the latency and improve the performance of websites and applications by caching content closer to the end-users. This is achieved by replicating the content across multiple servers in different geographic locations, allowing users to access the content from the server closest to them. CDNs are commonly used for delivering static content such as images, videos, and other media files. They can also be used for dynamic content such as web applications and APIs. CDNs can improve website performance, reduce server load, and provide better user experience. + +Example: Content Delivery Network (CDN): +Decision: Utilizing a CDN to distribute static content and media files closer to end-users. +Rationale: A CDN improves performance by caching and delivering content from edge servers located in various geographic regions, reducing latency and improving the overall user experience. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ContentDeliveryNetworkGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:ContentDeliveryNetworkGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947430 + +dct:title: Architecture Decision Record about Content Delivery Network + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:ContentDeliveryNetworkGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentDeliveryNetworkGoal_Properties"> + <skos:notation><![CDATA[Properties of Content Delivery Network]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContentDeliveryNetworkGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Content Delivery Network]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContentDeliveryNetworkGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947430</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Content Delivery Network]]></dcterms:title> + <skos:example><![CDATA[Content Delivery Network (CDN): +Decision: Utilizing a CDN to distribute static content and media files closer to end-users. +Rationale: A CDN improves performance by caching and delivering content from edge servers located in various geographic regions, reducing latency and improving the overall user experience.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[A Content Delivery Network (CDN) is a distributed network of servers that work together to deliver content to end-users. The concept of a CDN is to reduce the latency and improve the performance of websites and applications by caching content closer to the end-users. This is achieved by replicating the content across multiple servers in different geographic locations, allowing users to access the content from the server closest to them. CDNs are commonly used for delivering static content such as images, videos, and other media files. They can also be used for dynamic content such as web applications and APIs. CDNs can improve website performance, reduce server load, and provide better user experience.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ContentDeliveryNetworkGoal</eira:PURI> + <dcterms:type>eira:ContentDeliveryNetworkGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Content Delivery Network]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/VersionControlGoal"> + <skos:notation><![CDATA[Version Control]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/VersionControlGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Version Control]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Version Control + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: This ADR focuses on decisions related to version control systems and practices. It includes decisions on the selection and configuration of version control tools (e.g., Git, SVN), branching strategies, and guidelines for effective collaboration among developers. + +Example: Title: Version Control Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/VersionControlGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:VersionControlGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-07-06 + +dct:identifier: ADR-20230606091024749 + +dct:title: Architecture Decision Record about Version Control + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:VersionControlGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/VersionControlGoal_Properties"> + <skos:notation><![CDATA[Properties of Version Control]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/VersionControlGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Version Control]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/VersionControlGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230606091024749</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Version Control]]></dcterms:title> + <skos:example><![CDATA[Title: Version Control Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[This ADR focuses on decisions related to version control systems and practices. It includes decisions on the selection and configuration of version control tools (e.g., Git, SVN), branching strategies, and guidelines for effective collaboration among developers.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/VersionControlGoal</eira:PURI> + <dcterms:type>eira:VersionControlGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Version Control]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NetworkOptimizationGoal"> + <skos:notation><![CDATA[Network Optimization]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NetworkOptimizationGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Network Optimization]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Network Optimization + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Network optimization is a concept in IT architecture that involves improving the performance and efficiency of a computer network. This can be achieved through various techniques such as reducing network congestion, optimizing routing protocols, improving bandwidth utilization, and implementing load balancing. The goal of network optimization is to ensure that the network can handle the increasing demands of data traffic and provide a seamless user experience. It is an important consideration for organizations that rely heavily on their network infrastructure to support their business operations. + +Example: Network Optimization: +Decision: Implementing network optimization techniques, such as compression, caching, and minimizing network round trips, to reduce latency and improve data transmission efficiency. +Rationale: Optimizing network communication improves system performance by reducing the time required to transfer data and improving the utilization of network resources. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/NetworkOptimizationGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:NetworkOptimizationGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947421 + +dct:title: Architecture Decision Record about Network Optimization + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:NetworkOptimizationGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NetworkOptimizationGoal_Properties"> + <skos:notation><![CDATA[Properties of Network Optimization]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NetworkOptimizationGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Network Optimization]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/NetworkOptimizationGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947421</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Network Optimization]]></dcterms:title> + <skos:example><![CDATA[Network Optimization: +Decision: Implementing network optimization techniques, such as compression, caching, and minimizing network round trips, to reduce latency and improve data transmission efficiency. +Rationale: Optimizing network communication improves system performance by reducing the time required to transfer data and improving the utilization of network resources.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Network optimization is a concept in IT architecture that involves improving the performance and efficiency of a computer network. This can be achieved through various techniques such as reducing network congestion, optimizing routing protocols, improving bandwidth utilization, and implementing load balancing. The goal of network optimization is to ensure that the network can handle the increasing demands of data traffic and provide a seamless user experience. It is an important consideration for organizations that rely heavily on their network infrastructure to support their business operations.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/NetworkOptimizationGoal</eira:PURI> + <dcterms:type>eira:NetworkOptimizationGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Network Optimization]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabaseShardingGoal"> + <skos:notation><![CDATA[Database Sharding]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DatabaseShardingGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Database Sharding]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Database Sharding + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Database sharding ADR is a decision to choose the technique used in distributed databases to improve scalability and performance. It involves partitioning a large database into smaller, more manageable pieces called shards, which are distributed across multiple servers. Each shard contains a subset of the data, and queries are routed to the appropriate shard based on a predefined sharding key. This allows for faster query processing and reduces the risk of data loss or downtime in the event of a server failure. However, implementing database sharding requires careful planning and coordination to ensure data consistency and availability. + +Example: Database Sharding: +Decision: Implementing database sharding to distribute data across multiple database instances. +Rationale: Sharding allows for horizontal scaling of the database by splitting data into smaller partitions and distributing them across multiple database servers, improving performance and accommodating increased data volume. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DatabaseShardingGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:DatabaseShardingGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947693 + +dct:title: Architecture Decision Record about Database Sharding + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:DatabaseShardingGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabaseShardingGoal_Properties"> + <skos:notation><![CDATA[Properties of Database Sharding]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DatabaseShardingGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Database Sharding]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DatabaseShardingGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947693</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Database Sharding]]></dcterms:title> + <skos:example><![CDATA[Database Sharding: +Decision: Implementing database sharding to distribute data across multiple database instances. +Rationale: Sharding allows for horizontal scaling of the database by splitting data into smaller partitions and distributing them across multiple database servers, improving performance and accommodating increased data volume.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Database sharding ADR is a decision to choose the technique used in distributed databases to improve scalability and performance. It involves partitioning a large database into smaller, more manageable pieces called shards, which are distributed across multiple servers. Each shard contains a subset of the data, and queries are routed to the appropriate shard based on a predefined sharding key. This allows for faster query processing and reduces the risk of data loss or downtime in the event of a server failure. However, implementing database sharding requires careful planning and coordination to ensure data consistency and availability.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/DatabaseShardingGoal</eira:PURI> + <dcterms:type>eira:DatabaseShardingGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Database Sharding]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/UseGNUGPLAsLicenseGoal"> + <skos:notation><![CDATA[Use GNU GPL as License]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/UseGNUGPLAsLicenseGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Use GNU GPL as License]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Use GNU GPL as License + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The decision to use GNU GPL as a license concept is a strategic choice made by companies and organizations that want to promote the use and distribution of open-source software. The GNU GPL license allows users to modify and distribute the software freely if they also make their modifications available under the same license. This creates a collaborative environment where developers can work together to improve the software and build upon each other's work. Additionally, the GNU GPL license ensures that the software remains open-source and free for all to use, preventing any one entity from monopolizing the technology. + +Example: Internationalization and Localization: +Decision: Chosen option: "GNU GPL", because this license supports a strong copyleft model. +Rationale: Everything needs to be licensed, otherwise the default copyright laws apply. For instance, in Germany that means users may not alter anything without explicitly asking for permission. For more information see https://help.github.com/articles/licensing-a-repository/. + +We want to have all source code related to Operate First to be used without any hassle and as free as possible, so that users can just execute and enjoy the four freedoms. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/UseGNUGPLAsLicenseGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:UseGNUGPLAsLicenseGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947412 + +dct:title: Architecture Decision Record about Use GNU GPL as License + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:UseGNUGPLAsLicenseGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/UseGNUGPLAsLicenseGoal_Properties"> + <skos:notation><![CDATA[Properties of Use GNU GPL as License]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/UseGNUGPLAsLicenseGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Use GNU GPL as License]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/UseGNUGPLAsLicenseGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947412</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Use GNU GPL as License]]></dcterms:title> + <skos:example><![CDATA[Internationalization and Localization: +Decision: Chosen option: "GNU GPL", because this license supports a strong copyleft model. +Rationale: Everything needs to be licensed, otherwise the default copyright laws apply. For instance, in Germany that means users may not alter anything without explicitly asking for permission. For more information see https://help.github.com/articles/licensing-a-repository/. + +We want to have all source code related to Operate First to be used without any hassle and as free as possible, so that users can just execute and enjoy the four freedoms.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The decision to use GNU GPL as a license concept is a strategic choice made by companies and organizations that want to promote the use and distribution of open-source software. The GNU GPL license allows users to modify and distribute the software freely if they also make their modifications available under the same license. This creates a collaborative environment where developers can work together to improve the software and build upon each other's work. Additionally, the GNU GPL license ensures that the software remains open-source and free for all to use, preventing any one entity from monopolizing the technology.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/UseGNUGPLAsLicenseGoal</eira:PURI> + <dcterms:type>eira:UseGNUGPLAsLicenseGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Use GNU GPL as License]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EncryptionStandardsGoal"> + <skos:notation><![CDATA[Encryption Standards]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EncryptionStandardsGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Encryption Standards]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Encryption Standards + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Encryption standards refer to the set of protocols and algorithms used to secure data and information. These standards ensure that sensitive information is protected from unauthorized access, theft, or manipulation. The choice of encryption standards is critical in IT architecture decisions as it determines the level of security and protection that the system can provide. The most used encryption standards include AES, RSA, and SHA, among others. The selection of encryption standards depends on the specific needs of the organization, the type of data being protected, and the level of security required. The implementation of encryption standards requires careful planning and management to ensure that the system is secure and effective. + +Example: Encryption Standards: +Decision: Using Advanced Encryption Standard (AES) with a key length of 256 bits for data encryption at rest. +Rationale: AES-256 is a widely accepted and secure encryption algorithm, providing strong protection for sensitive data stored on disk or in databases. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/EncryptionStandardsGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:EncryptionStandardsGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947536 + +dct:title: Architecture Decision Record about Encryption Standards + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:EncryptionStandardsGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EncryptionStandardsGoal_Properties"> + <skos:notation><![CDATA[Properties of Encryption Standards]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EncryptionStandardsGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Encryption Standards]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EncryptionStandardsGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947536</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Encryption Standards]]></dcterms:title> + <skos:example><![CDATA[Encryption Standards: +Decision: Using Advanced Encryption Standard (AES) with a key length of 256 bits for data encryption at rest. +Rationale: AES-256 is a widely accepted and secure encryption algorithm, providing strong protection for sensitive data stored on disk or in databases.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Encryption standards refer to the set of protocols and algorithms used to secure data and information. These standards ensure that sensitive information is protected from unauthorized access, theft, or manipulation. The choice of encryption standards is critical in IT architecture decisions as it determines the level of security and protection that the system can provide. The most used encryption standards include AES, RSA, and SHA, among others. The selection of encryption standards depends on the specific needs of the organization, the type of data being protected, and the level of security required. The implementation of encryption standards requires careful planning and management to ensure that the system is secure and effective.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/EncryptionStandardsGoal</eira:PURI> + <dcterms:type>eira:EncryptionStandardsGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Encryption Standards]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecureCommunicationsGoal"> + <skos:notation><![CDATA[Secure Communications]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecureCommunicationsGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Secure Communications]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Secure Communications + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The Secure Communications concept in IT architecture decision-making refers to the implementation of measures that ensure the confidentiality, integrity, and availability of data transmitted between different systems or devices. This includes the use of encryption, digital signatures, and secure protocols such as SSL/TLS to protect data in transit from unauthorized access, interception, or modification. The Secure Communications concept is critical in ensuring the security of sensitive information such as financial transactions, personal data, and intellectual property. It is also essential for compliance with regulatory requirements such as HIPAA, PCI DSS, and GDPR. + +Example: Secure Communications: +Decision: Enforcing Transport Layer Security (TLS) for secure communication over the network. +Rationale: TLS ensures that data transmitted between client and server is encrypted, preventing eavesdropping, tampering, and unauthorized interception of sensitive information. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/SecureCommunicationsGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:SecureCommunicationsGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947469 + +dct:title: Architecture Decision Record about Secure Communications + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:SecureCommunicationsGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecureCommunicationsGoal_Properties"> + <skos:notation><![CDATA[Properties of Secure Communications]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecureCommunicationsGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Secure Communications]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecureCommunicationsGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947469</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Secure Communications]]></dcterms:title> + <skos:example><![CDATA[Secure Communications: +Decision: Enforcing Transport Layer Security (TLS) for secure communication over the network. +Rationale: TLS ensures that data transmitted between client and server is encrypted, preventing eavesdropping, tampering, and unauthorized interception of sensitive information.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The Secure Communications concept in IT architecture decision-making refers to the implementation of measures that ensure the confidentiality, integrity, and availability of data transmitted between different systems or devices. This includes the use of encryption, digital signatures, and secure protocols such as SSL/TLS to protect data in transit from unauthorized access, interception, or modification. The Secure Communications concept is critical in ensuring the security of sensitive information such as financial transactions, personal data, and intellectual property. It is also essential for compliance with regulatory requirements such as HIPAA, PCI DSS, and GDPR.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/SecureCommunicationsGoal</eira:PURI> + <dcterms:type>eira:SecureCommunicationsGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Secure Communications]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Cross-borderUserAuthenticationOperationsGoal"> + <skos:notation><![CDATA[Cross-border User Authentication Operations]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Cross-borderUserAuthenticationOperationsGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Cross-border User Authentication Operations]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Cross-border User Authentication Operations + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Cross-border User Authentication Operations concept refers to the process of verifying the identity of users who are accessing digital services across different countries. It involves the use of various authentication methods such as biometrics, passwords, and tokens to ensure that only authorized users can access the services. It helps to enhance security, reduce fraud, and ensure compliance with regulatory requirements. The implementation of cross-border user authentication operations requires careful consideration of various factors such as legal and regulatory requirements, technical capabilities, and user experience. + +Example: Decision: The Identity Provider operates the cross-border authentication of the User. +Consequence: Identity Provider is a new role in business ops + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/Cross-borderUserAuthenticationOperationsGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:Cross-borderUserAuthenticationOperationsGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947814 + +dct:title: Architecture Decision Record about Cross-border User Authentication Operations + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:Cross-borderUserAuthenticationOperationsGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Cross-borderUserAuthenticationOperationsGoal_Properties"> + <skos:notation><![CDATA[Properties of Cross-border User Authentication Operations]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Cross-borderUserAuthenticationOperationsGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Cross-border User Authentication Operations]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Cross-borderUserAuthenticationOperationsGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947814</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Cross-border User Authentication Operations]]></dcterms:title> + <skos:example><![CDATA[Decision: The Identity Provider operates the cross-border authentication of the User. +Consequence: Identity Provider is a new role in business ops]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Cross-border User Authentication Operations concept refers to the process of verifying the identity of users who are accessing digital services across different countries. It involves the use of various authentication methods such as biometrics, passwords, and tokens to ensure that only authorized users can access the services. It helps to enhance security, reduce fraud, and ensure compliance with regulatory requirements. The implementation of cross-border user authentication operations requires careful consideration of various factors such as legal and regulatory requirements, technical capabilities, and user experience.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/Cross-borderUserAuthenticationOperationsGoal</eira:PURI> + <dcterms:type>eira:Cross-borderUserAuthenticationOperationsGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Cross-border User Authentication Operations]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSubscriptionCapabilityGoal"> + <skos:notation><![CDATA[Data Subscription Capability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSubscriptionCapabilityGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Subscription Capability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Data Subscription Capability + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The Data Subscription Capability ADR is a decision made in IT architecture that allows users to subscribe to specific data sets or streams. This capability enables users to receive real-time updates and notifications when new data is available, without having to constantly check for updates manually. This concept is particularly useful for businesses that rely on real-time data for decision-making, such as financial institutions or stock traders. By subscribing to specific data sets, users can stay informed and make informed decisions quickly and efficiently. Additionally, the Data Subscription Capability ADR can help reduce data overload by allowing users to filter out irrelevant data and focus on the information that is most important to them. + +Example: Decision: The Data Consumer controls the notification through a subscription to Data changes +Consequence: New capability: Data Consumer Data Subscription + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DataSubscriptionCapabilityGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:DataSubscriptionCapabilityGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947846 + +dct:title: Architecture Decision Record about Data Subscription Capability + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:DataSubscriptionCapabilityGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSubscriptionCapabilityGoal_Properties"> + <skos:notation><![CDATA[Properties of Data Subscription Capability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataSubscriptionCapabilityGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Subscription Capability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSubscriptionCapabilityGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947846</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Data Subscription Capability]]></dcterms:title> + <skos:example><![CDATA[Decision: The Data Consumer controls the notification through a subscription to Data changes +Consequence: New capability: Data Consumer Data Subscription]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The Data Subscription Capability ADR is a decision made in IT architecture that allows users to subscribe to specific data sets or streams. This capability enables users to receive real-time updates and notifications when new data is available, without having to constantly check for updates manually. This concept is particularly useful for businesses that rely on real-time data for decision-making, such as financial institutions or stock traders. By subscribing to specific data sets, users can stay informed and make informed decisions quickly and efficiently. Additionally, the Data Subscription Capability ADR can help reduce data overload by allowing users to filter out irrelevant data and focus on the information that is most important to them.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/DataSubscriptionCapabilityGoal</eira:PURI> + <dcterms:type>eira:DataSubscriptionCapabilityGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Data Subscription Capability]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LoadBalancingStrategyGoal"> + <skos:notation><![CDATA[Load Balancing Strategy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LoadBalancingStrategyGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Load Balancing Strategy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Load Balancing Strategy + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Load balancing strategy is a decision in IT architecture that involves distributing network traffic across multiple servers to ensure optimal performance, availability, and scalability. The strategy involves selecting the appropriate load balancing algorithm, such as round-robin, least connections, or IP hash, based on the specific needs of the application and infrastructure. The load balancer acts as a traffic cop, directing incoming requests to the most available and responsive server, reducing downtime, and improving user experience. The load balancing strategy also involves monitoring and analyzing traffic patterns, adjusting server capacity, and implementing failover mechanisms to ensure high availability and fault tolerance. + +Example: Load Balancing Strategy: +Decision: Implementing a load balancing mechanism, such as round-robin or dynamic load balancing, to distribute incoming traffic across multiple servers. +Rationale: Load balancing ensures that incoming requests are evenly distributed among servers, preventing any single server from becoming overwhelmed and maintaining consistent performance under high loads. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/LoadBalancingStrategyGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:LoadBalancingStrategyGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947508 + +dct:title: Architecture Decision Record about Load Balancing Strategy + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:LoadBalancingStrategyGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LoadBalancingStrategyGoal_Properties"> + <skos:notation><![CDATA[Properties of Load Balancing Strategy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LoadBalancingStrategyGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Load Balancing Strategy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LoadBalancingStrategyGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947508</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Load Balancing Strategy]]></dcterms:title> + <skos:example><![CDATA[Load Balancing Strategy: +Decision: Implementing a load balancing mechanism, such as round-robin or dynamic load balancing, to distribute incoming traffic across multiple servers. +Rationale: Load balancing ensures that incoming requests are evenly distributed among servers, preventing any single server from becoming overwhelmed and maintaining consistent performance under high loads.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Load balancing strategy is a decision in IT architecture that involves distributing network traffic across multiple servers to ensure optimal performance, availability, and scalability. The strategy involves selecting the appropriate load balancing algorithm, such as round-robin, least connections, or IP hash, based on the specific needs of the application and infrastructure. The load balancer acts as a traffic cop, directing incoming requests to the most available and responsive server, reducing downtime, and improving user experience. The load balancing strategy also involves monitoring and analyzing traffic patterns, adjusting server capacity, and implementing failover mechanisms to ensure high availability and fault tolerance.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/LoadBalancingStrategyGoal</eira:PURI> + <dcterms:type>eira:LoadBalancingStrategyGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Load Balancing Strategy]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AdaptabilityGoal"> + <skos:notation><![CDATA[Adaptability ]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AdaptabilityGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Adaptability ]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Adaptability + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Adaptability in software architecture refers to the design and characteristics of a software system that allow it to easily and efficiently respond to changing requirements, technologies, and environmental conditions. An adaptable software architecture enables the system to evolve and adapt over time, facilitating seamless updates and modifications without significant disruption. + +Example: Title: Adaptability Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AdaptabilityGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:AdaptabilityGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-07-06 + +dct:identifier: ADR-20230606091024687 + +dct:title: Architecture Decision Record about Adaptability + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:AdaptabilityGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AdaptabilityGoal_Properties"> + <skos:notation><![CDATA[Properties of Adaptability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AdaptabilityGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Adaptability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AdaptabilityGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230606091024687</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Adaptability]]></dcterms:title> + <skos:example><![CDATA[Title: Adaptability Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Adaptability in software architecture refers to the design and characteristics of a software system that allow it to easily and efficiently respond to changing requirements, technologies, and environmental conditions. An adaptable software architecture enables the system to evolve and adapt over time, facilitating seamless updates and modifications without significant disruption.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/AdaptabilityGoal</eira:PURI> + <dcterms:type>eira:AdaptabilityGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Adaptability]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnologyStackSelectionGoal"> + <skos:notation><![CDATA[Technology Stack Selection]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnologyStackSelectionGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Technology Stack Selection]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Technology Stack Selection + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Technology Stack Selection SBB is a crucial decision in IT architecture that involves choosing the appropriate set of technologies, frameworks, and tools to build a software application. The technological stack selection process involves evaluating various factors such as scalability, performance, security, ease of maintenance, and cost-effectiveness. The technology stack includes the programming language, database, web server, operating system, and other software components required to build the application. The right technology stack selection can significantly impact the success of the software application (or architecture), as it can affect the development time, cost, and overall quality of the product. + +Example: Technology Stack Selection: +Decision: Selecting Node.js and React.js as the primary technologies for a web application. +Rationale: Node.js provides a lightweight and scalable runtime environment for the backend, while React.js offers a component-based approach for building responsive and interactive user interfaces. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/TechnologyStackSelectionGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:TechnologyStackSelectionGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947724 + +dct:title: Architecture Decision Record about Technology Stack Selection + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:TechnologyStackSelectionGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnologyStackSelectionGoal_Properties"> + <skos:notation><![CDATA[Properties of Technology Stack Selection]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TechnologyStackSelectionGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Technology Stack Selection]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnologyStackSelectionGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947724</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Technology Stack Selection]]></dcterms:title> + <skos:example><![CDATA[Technology Stack Selection: +Decision: Selecting Node.js and React.js as the primary technologies for a web application. +Rationale: Node.js provides a lightweight and scalable runtime environment for the backend, while React.js offers a component-based approach for building responsive and interactive user interfaces.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Technology Stack Selection SBB is a crucial decision in IT architecture that involves choosing the appropriate set of technologies, frameworks, and tools to build a software application. The technological stack selection process involves evaluating various factors such as scalability, performance, security, ease of maintenance, and cost-effectiveness. The technology stack includes the programming language, database, web server, operating system, and other software components required to build the application. The right technology stack selection can significantly impact the success of the software application (or architecture), as it can affect the development time, cost, and overall quality of the product.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/TechnologyStackSelectionGoal</eira:PURI> + <dcterms:type>eira:TechnologyStackSelectionGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Technology Stack Selection]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Big-DataArchitectureGoal"> + <skos:notation><![CDATA[Big-Data Architecture]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Big-DataArchitectureGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Big-Data Architecture]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Big-Data Architecture + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Big Data Architecture is a framework or blueprint that outlines the design, components, and processes required to handle and analyze large volumes of data. It encompasses the infrastructure, tools, and methodologies used to capture, store, process, and analyze diverse and complex data sets in a scalable and efficient manner. + +Example: Title: Big Data Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/Big-DataArchitectureGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:Big-DataArchitectureGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-20 + +dct:identifier: http://data.europa.eu/dr8/egovera/Big-DataArchitectureGoal + +dct:title: Architecture Decision Record about Big-Data Architecture + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:Big-DataArchitectureGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Big-DataArchitectureGoal_Properties"> + <skos:notation><![CDATA[Properties of Big-Data Architecture]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Big-DataArchitectureGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Big-Data Architecture]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Big-DataArchitectureGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/Big-DataArchitectureGoal</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Big-Data Architecture]]></dcterms:title> + <skos:example><![CDATA[Title: Big Data Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Big Data Architecture is a framework or blueprint that outlines the design, components, and processes required to handle and analyze large volumes of data. It encompasses the infrastructure, tools, and methodologies used to capture, store, process, and analyze diverse and complex data sets in a scalable and efficient manner.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/Big-DataArchitectureGoal</eira:PURI> + <dcterms:type>eira:Big-DataArchitectureGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Big-Data Architecture]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabaseSchemaDesignGoal"> + <skos:notation><![CDATA[Database Schema Design]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DatabaseSchemaDesignGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Database Schema Design]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Database Schema Design + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Database Schema Design is an important decision in IT architecture that involves creating a logical representation of the database structure. It involves defining the tables, columns, relationships, and constraints that make up the database. The schema design should be optimized for the specific needs of the application and should be flexible enough to accommodate future changes. A well-designed schema can improve performance, reduce data redundancy, and ensure data integrity. It is important to consider factors such as scalability, security, and data access when making database schema design decisions. + +Example: Database Schema Design: +Decision: Utilizing a denormalized schema design for a reporting database to optimize query performance. +Rationale: Denormalizing the schema reduces the need for joins and improves query performance for reporting and analytics use cases, at the expense of increased data redundancy. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DatabaseSchemaDesignGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:DatabaseSchemaDesignGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947754 + +dct:title: Architecture Decision Record about Database Schema Design + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:DatabaseSchemaDesignGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabaseSchemaDesignGoal_Properties"> + <skos:notation><![CDATA[Properties of Database Schema Design]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DatabaseSchemaDesignGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Database Schema Design]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DatabaseSchemaDesignGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947754</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Database Schema Design]]></dcterms:title> + <skos:example><![CDATA[Database Schema Design: +Decision: Utilizing a denormalized schema design for a reporting database to optimize query performance. +Rationale: Denormalizing the schema reduces the need for joins and improves query performance for reporting and analytics use cases, at the expense of increased data redundancy.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Database Schema Design is an important decision in IT architecture that involves creating a logical representation of the database structure. It involves defining the tables, columns, relationships, and constraints that make up the database. The schema design should be optimized for the specific needs of the application and should be flexible enough to accommodate future changes. A well-designed schema can improve performance, reduce data redundancy, and ensure data integrity. It is important to consider factors such as scalability, security, and data access when making database schema design decisions.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/DatabaseSchemaDesignGoal</eira:PURI> + <dcterms:type>eira:DatabaseSchemaDesignGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Database Schema Design]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ReplaceabilityGoal"> + <skos:notation><![CDATA[Replaceability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ReplaceabilityGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Replaceability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Replaceability + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Replaceability in software architecture refers to the design and characteristics of a software system that enable individual components or modules to be easily replaced or substituted without significant impact on the overall functionality or integrity of the system. An architecture that supports replaceability allows for seamless replacement of components to accommodate evolving requirements, technology advancements, or business needs. + +Example: Title: Replaceability Architecture Decision Record (ADR) + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ReplaceabilityGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:ReplaceabilityGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-07-06 + +dct:identifier: ADR-20230606091024772 + +dct:title: Architecture Decision Record about Replaceability + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:ReplaceabilityGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ReplaceabilityGoal_Properties"> + <skos:notation><![CDATA[Properties of Replaceability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ReplaceabilityGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Replaceability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ReplaceabilityGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230606091024772</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Replaceability]]></dcterms:title> + <skos:example><![CDATA[Title: Replaceability Architecture Decision Record (ADR)]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Replaceability in software architecture refers to the design and characteristics of a software system that enable individual components or modules to be easily replaced or substituted without significant impact on the overall functionality or integrity of the system. An architecture that supports replaceability allows for seamless replacement of components to accommodate evolving requirements, technology advancements, or business needs.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ReplaceabilityGoal</eira:PURI> + <dcterms:type>eira:ReplaceabilityGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Replaceability]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Event-DrivenArchitectureGoal"> + <skos:notation><![CDATA[Event-Driven Architecture]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Event-DrivenArchitectureGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Event-Driven Architecture]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Event-Driven Architecture + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Event-Driven Architecture (EDA) is a software architecture pattern that emphasizes the production, detection, consumption, and reaction to events that occur within a system. It is a distributed computing model that allows for the creation of loosely coupled systems, where components can communicate with each other without the need for direct integration. EDA is particularly useful in systems that require real-time processing and decision-making, such as financial trading systems, sensor networks, and IoT applications. The key benefits of EDA include scalability, flexibility, and agility, as well as the ability to respond quickly to changing business requirements. + +Example: Event-Driven Architecture: +Decision: Implementing an event-driven architecture using Apache Kafka for asynchronous communication between microservices. +Rationale: Event-driven architectures enable loose coupling, scalability, and fault tolerance. Kafka provides a distributed messaging system with high throughput and fault-tolerant message persistence. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/Event-DrivenArchitectureGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:Event-DrivenArchitectureGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947546 + +dct:title: Architecture Decision Record about Event-Driven Architecture + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:Event-DrivenArchitectureGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Event-DrivenArchitectureGoal_Properties"> + <skos:notation><![CDATA[Properties of Event-Driven Architecture]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Event-DrivenArchitectureGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Event-Driven Architecture]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Event-DrivenArchitectureGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947546</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Event-Driven Architecture]]></dcterms:title> + <skos:example><![CDATA[Event-Driven Architecture: +Decision: Implementing an event-driven architecture using Apache Kafka for asynchronous communication between microservices. +Rationale: Event-driven architectures enable loose coupling, scalability, and fault tolerance. Kafka provides a distributed messaging system with high throughput and fault-tolerant message persistence.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Event-Driven Architecture (EDA) is a software architecture pattern that emphasizes the production, detection, consumption, and reaction to events that occur within a system. It is a distributed computing model that allows for the creation of loosely coupled systems, where components can communicate with each other without the need for direct integration. EDA is particularly useful in systems that require real-time processing and decision-making, such as financial trading systems, sensor networks, and IoT applications. The key benefits of EDA include scalability, flexibility, and agility, as well as the ability to respond quickly to changing business requirements.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/Event-DrivenArchitectureGoal</eira:PURI> + <dcterms:type>eira:Event-DrivenArchitectureGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Event-Driven Architecture]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ElasticCloudInfrastructureGoal"> + <skos:notation><![CDATA[Elastic Cloud Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ElasticCloudInfrastructureGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Elastic Cloud Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Elastic Cloud Infrastructure + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Elastic Cloud Infrastructure (ECI) is a concept in IT architecture that refers to a cloud-based infrastructure that can dynamically scale up or down based on the needs of the application or workload. This means that resources such as computing power, storage, and network bandwidth can be added or removed as required, allowing for greater flexibility and cost-effectiveness. ECI is often used in conjunction with containerization technologies such as Docker and Kubernetes, which allow applications to be packaged and deployed in a consistent and portable manner. ECI can also help to improve application performance and availability by distributing workloads across multiple servers or data centers. + +Example: Elastic Cloud Infrastructure: +Decision: Utilizing cloud infrastructure services to dynamically adjust resources based on demand. +Rationale: Cloud-based auto scaling enables the system to automatically add or remove compute resources in response to changes in workload, ensuring optimal resource allocation and scalability. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ElasticCloudInfrastructureGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:ElasticCloudInfrastructureGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947866 + +dct:title: Architecture Decision Record about Elastic Cloud Infrastructure + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:ElasticCloudInfrastructureGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ElasticCloudInfrastructureGoal_Properties"> + <skos:notation><![CDATA[Properties of Elastic Cloud Infrastructure]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ElasticCloudInfrastructureGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Elastic Cloud Infrastructure]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ElasticCloudInfrastructureGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947866</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Elastic Cloud Infrastructure]]></dcterms:title> + <skos:example><![CDATA[Elastic Cloud Infrastructure: +Decision: Utilizing cloud infrastructure services to dynamically adjust resources based on demand. +Rationale: Cloud-based auto scaling enables the system to automatically add or remove compute resources in response to changes in workload, ensuring optimal resource allocation and scalability.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Elastic Cloud Infrastructure (ECI) is a concept in IT architecture that refers to a cloud-based infrastructure that can dynamically scale up or down based on the needs of the application or workload. This means that resources such as computing power, storage, and network bandwidth can be added or removed as required, allowing for greater flexibility and cost-effectiveness. ECI is often used in conjunction with containerization technologies such as Docker and Kubernetes, which allow applications to be packaged and deployed in a consistent and portable manner. ECI can also help to improve application performance and availability by distributing workloads across multiple servers or data centers.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ElasticCloudInfrastructureGoal</eira:PURI> + <dcterms:type>eira:ElasticCloudInfrastructureGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Elastic Cloud Infrastructure]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityIncidentResponsePlanGoal"> + <skos:notation><![CDATA[Security Incident Response Plan]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityIncidentResponsePlanGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Security Incident Response Plan]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Security Incident Response Plan + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The Security Incident Response Plan is a concept that outlines the procedures and protocols that must be followed in the event of a security breach or incident. The plan typically includes steps for identifying the incident, containing the damage, investigating the cause, and restoring normal operations. It also includes guidelines for communication with stakeholders, such as customers, employees, and regulatory bodies. A well-designed Security Incident Response Plan can help minimize the impact of a security incident and reduce the risk of future incidents. + +Example: Security Incident Response Plan: +Decision: Establishing a security incident response plan to handle and respond to security breaches or incidents promptly and effectively. +Rationale: A well-defined incident response plan helps mitigate the impact of security incidents, comply with incident reporting requirements, and facilitate the recovery and restoration of systems and data. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/SecurityIncidentResponsePlanGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:SecurityIncidentResponsePlanGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947794 + +dct:title: Architecture Decision Record about Security Incident Response Plan + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:SecurityIncidentResponsePlanGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityIncidentResponsePlanGoal_Properties"> + <skos:notation><![CDATA[Properties of Security Incident Response Plan]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityIncidentResponsePlanGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Security Incident Response Plan]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityIncidentResponsePlanGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947794</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Security Incident Response Plan]]></dcterms:title> + <skos:example><![CDATA[Security Incident Response Plan: +Decision: Establishing a security incident response plan to handle and respond to security breaches or incidents promptly and effectively. +Rationale: A well-defined incident response plan helps mitigate the impact of security incidents, comply with incident reporting requirements, and facilitate the recovery and restoration of systems and data.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The Security Incident Response Plan is a concept that outlines the procedures and protocols that must be followed in the event of a security breach or incident. The plan typically includes steps for identifying the incident, containing the damage, investigating the cause, and restoring normal operations. It also includes guidelines for communication with stakeholders, such as customers, employees, and regulatory bodies. A well-designed Security Incident Response Plan can help minimize the impact of a security incident and reduce the risk of future incidents.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/SecurityIncidentResponsePlanGoal</eira:PURI> + <dcterms:type>eira:SecurityIncidentResponsePlanGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Security Incident Response Plan]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MonetizationStrategyGoal"> + <skos:notation><![CDATA[Monetization Strategy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MonetizationStrategyGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Monetization Strategy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Monetization Strategy + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Monetization strategy is a decision in IT architecture that determines how a company will generate revenue from its digital products or services. It involves identifying the target audience, understanding their needs and preferences, and developing a pricing model that aligns with the value proposition of the product or service. The monetization strategy can be based on various models such as subscription-based, pay-per-use, freemium, or advertising-based. The choice of the model depends on the nature of the product or service, the market demand, and the competitive landscape. A well-defined monetization strategy can help a company to maximize its revenue potential, build customer loyalty, and sustain long-term growth. + +Example: Decision: Implementing a subscription-based pricing model for a software-as-a-service (SaaS) product. +Rationale: A subscription-based model provides recurring revenue and aligns with the target market's willingness to pay for ongoing access to the product's features and services. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/MonetizationStrategyGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:MonetizationStrategyGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947575 + +dct:title: Architecture Decision Record about Monetization Strategy + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:MonetizationStrategyGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MonetizationStrategyGoal_Properties"> + <skos:notation><![CDATA[Properties of Monetization Strategy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MonetizationStrategyGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Monetization Strategy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MonetizationStrategyGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947575</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Monetization Strategy]]></dcterms:title> + <skos:example><![CDATA[Decision: Implementing a subscription-based pricing model for a software-as-a-service (SaaS) product. +Rationale: A subscription-based model provides recurring revenue and aligns with the target market's willingness to pay for ongoing access to the product's features and services.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Monetization strategy is a decision in IT architecture that determines how a company will generate revenue from its digital products or services. It involves identifying the target audience, understanding their needs and preferences, and developing a pricing model that aligns with the value proposition of the product or service. The monetization strategy can be based on various models such as subscription-based, pay-per-use, freemium, or advertising-based. The choice of the model depends on the nature of the product or service, the market demand, and the competitive landscape. A well-defined monetization strategy can help a company to maximize its revenue potential, build customer loyalty, and sustain long-term growth.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/MonetizationStrategyGoal</eira:PURI> + <dcterms:type>eira:MonetizationStrategyGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Monetization Strategy]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangerOperationsGoal"> + <skos:notation><![CDATA[Data Exchanger Operations]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataExchangerOperationsGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Exchanger Operations]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Data Exchanger Operations + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The Data Exchanger Operations concept refers to the process of exchanging data between different systems or applications within an organization. This can involve transferring data from one database to another, integrating data from multiple sources, or sharing data between different departments or teams. The goal of Data Exchanger Operations is to ensure that data is accurate, up-to-date, and accessible to those who need it, while also maintaining data security and compliance with relevant regulations. This concept is an important part of IT architecture, as it helps to ensure that data is effectively managed and utilized throughout an organization. + +Example: Decision: The Data Exchanger role is operated by a separate entity than Data Consumer and Data Provider. +Consequence: New entity potentially operating the Data Exchange responsibilities for both Data Consumers and Data Providers + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DataExchangerOperationsGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:DataExchangerOperationsGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947517 + +dct:title: Architecture Decision Record about Data Exchanger Operations + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:DataExchangerOperationsGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangerOperationsGoal_Properties"> + <skos:notation><![CDATA[Properties of Data Exchanger Operations]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataExchangerOperationsGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Exchanger Operations]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangerOperationsGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947517</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Data Exchanger Operations]]></dcterms:title> + <skos:example><![CDATA[Decision: The Data Exchanger role is operated by a separate entity than Data Consumer and Data Provider. +Consequence: New entity potentially operating the Data Exchange responsibilities for both Data Consumers and Data Providers]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The Data Exchanger Operations concept refers to the process of exchanging data between different systems or applications within an organization. This can involve transferring data from one database to another, integrating data from multiple sources, or sharing data between different departments or teams. The goal of Data Exchanger Operations is to ensure that data is accurate, up-to-date, and accessible to those who need it, while also maintaining data security and compliance with relevant regulations. This concept is an important part of IT architecture, as it helps to ensure that data is effectively managed and utilized throughout an organization.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/DataExchangerOperationsGoal</eira:PURI> + <dcterms:type>eira:DataExchangerOperationsGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Data Exchanger Operations]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HorizontalScalingGoal"> + <skos:notation><![CDATA[Horizontal Scaling]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HorizontalScalingGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Horizontal Scaling]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Horizontal Scaling + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Horizontal scaling is a decision in IT architecture that involves adding more servers or nodes to a system to increase its capacity and performance. This approach is often used in distributed systems, where workloads can be spread across multiple servers to improve efficiency and reduce the risk of downtime. Horizontal scaling can be achieved through various techniques, such as load balancing, clustering, and sharding, and it can help organizations to scale their IT infrastructure in a cost-effective and flexible manner. However, horizontal scaling also requires careful planning and management to ensure that the system remains reliable and secure as it grows. + +Example: Horizontal Scaling: +Decision: Adopting a microservices architecture to enable horizontal scaling of system components. +Rationale: A microservices architecture allows for independent scaling of individual services based on demand, providing flexibility and the ability to allocate resources where they are most needed. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/HorizontalScalingGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:HorizontalScalingGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947594 + +dct:title: Architecture Decision Record about Horizontal Scaling + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:HorizontalScalingGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/HorizontalScalingGoal_Properties"> + <skos:notation><![CDATA[Properties of Horizontal Scaling]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/HorizontalScalingGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Horizontal Scaling]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HorizontalScalingGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947594</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Horizontal Scaling]]></dcterms:title> + <skos:example><![CDATA[Horizontal Scaling: +Decision: Adopting a microservices architecture to enable horizontal scaling of system components. +Rationale: A microservices architecture allows for independent scaling of individual services based on demand, providing flexibility and the ability to allocate resources where they are most needed.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Horizontal scaling is a decision in IT architecture that involves adding more servers or nodes to a system to increase its capacity and performance. This approach is often used in distributed systems, where workloads can be spread across multiple servers to improve efficiency and reduce the risk of downtime. Horizontal scaling can be achieved through various techniques, such as load balancing, clustering, and sharding, and it can help organizations to scale their IT infrastructure in a cost-effective and flexible manner. However, horizontal scaling also requires careful planning and management to ensure that the system remains reliable and secure as it grows.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/HorizontalScalingGoal</eira:PURI> + <dcterms:type>eira:HorizontalScalingGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Horizontal Scaling]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PerformanceTestingAndTuningGoal"> + <skos:notation><![CDATA[Performance Testing and Tuning]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PerformanceTestingAndTuningGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Performance Testing and Tuning]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Performance Testing and Tuning + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Performance testing and tuning is a decision of IT architecture that involves assessing the behavior of a system or application under different conditions and identifying areas where improvements can be made. This process helps to ensure that the system or application can handle the expected workload and provide a satisfactory user experience. Performance testing and tuning can involve a range of techniques, including load testing, stress testing, and capacity planning. It is an ongoing process that requires regular monitoring and adjustment to ensure optimal performance. + +Example: Performance Testing and Tuning: +Decision: Conducting performance testing and tuning exercises regularly to identify bottlenecks and optimize system performance. +Rationale: Performance testing helps uncover performance issues and provides insights into system limitations, enabling public administrations to make informed decisions on infrastructure scaling, code optimization, and configuration adjustments to enhance performance. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/PerformanceTestingAndTuningGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:PerformanceTestingAndTuningGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947440 + +dct:title: Architecture Decision Record about Performance Testing and Tuning + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:PerformanceTestingAndTuningGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PerformanceTestingAndTuningGoal_Properties"> + <skos:notation><![CDATA[Properties of Performance Testing and Tuning]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PerformanceTestingAndTuningGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Performance Testing and Tuning]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PerformanceTestingAndTuningGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947440</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Performance Testing and Tuning]]></dcterms:title> + <skos:example><![CDATA[Performance Testing and Tuning: +Decision: Conducting performance testing and tuning exercises regularly to identify bottlenecks and optimize system performance. +Rationale: Performance testing helps uncover performance issues and provides insights into system limitations, enabling public administrations to make informed decisions on infrastructure scaling, code optimization, and configuration adjustments to enhance performance.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Performance testing and tuning is a decision of IT architecture that involves assessing the behavior of a system or application under different conditions and identifying areas where improvements can be made. This process helps to ensure that the system or application can handle the expected workload and provide a satisfactory user experience. Performance testing and tuning can involve a range of techniques, including load testing, stress testing, and capacity planning. It is an ongoing process that requires regular monitoring and adjustment to ensure optimal performance.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/PerformanceTestingAndTuningGoal</eira:PURI> + <dcterms:type>eira:PerformanceTestingAndTuningGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Performance Testing and Tuning]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ComplianceWithDataPrivacyRegulationsGoal"> + <skos:notation><![CDATA[Compliance with Data Privacy Regulations]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ComplianceWithDataPrivacyRegulationsGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Compliance with Data Privacy Regulations]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Compliance with Data Privacy Regulations + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Compliance with data privacy regulations is a decision that ensures that an organization's data management practices align with the legal and regulatory requirements of the jurisdictions in which it operates. This decision involves implementing appropriate data protection measures, such as encryption, access controls, and data retention policies, to safeguard sensitive information from unauthorized access, use, or disclosure. Compliance with data privacy regulations also involves establishing clear policies and procedures for data handling, including data collection, storage, sharing, and disposal, to ensure that personal data is processed lawfully, fairly, and transparently. Failure to comply with data privacy regulations can result in severe legal and financial consequences, including fines, legal action, and reputational damage. Therefore, IT architecture decisions must prioritize compliance with data privacy regulations to protect the organization's data and reputation. + +Example: Compliance with Data Privacy Regulations: +Decision: Ensuring compliance with the General Data Protection Regulation (GDPR) for handling customer data. +Rationale: Compliance with GDPR builds trust with customers, reduces the risk of legal consequences, and enhances the organization's reputation in terms of data privacy and security. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ComplianceWithDataPrivacyRegulationsGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:ComplianceWithDataPrivacyRegulationsGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947734 + +dct:title: Architecture Decision Record about Compliance with Data Privacy Regulations + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:ComplianceWithDataPrivacyRegulationsGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ComplianceWithDataPrivacyRegulationsGoal_Properties"> + <skos:notation><![CDATA[Properties of Compliance with Data Privacy Regulations]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ComplianceWithDataPrivacyRegulationsGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Compliance with Data Privacy Regulations]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComplianceWithDataPrivacyRegulationsGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947734</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Compliance with Data Privacy Regulations]]></dcterms:title> + <skos:example><![CDATA[Compliance with Data Privacy Regulations: +Decision: Ensuring compliance with the General Data Protection Regulation (GDPR) for handling customer data. +Rationale: Compliance with GDPR builds trust with customers, reduces the risk of legal consequences, and enhances the organization's reputation in terms of data privacy and security.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Compliance with data privacy regulations is a decision that ensures that an organization's data management practices align with the legal and regulatory requirements of the jurisdictions in which it operates. This decision involves implementing appropriate data protection measures, such as encryption, access controls, and data retention policies, to safeguard sensitive information from unauthorized access, use, or disclosure. Compliance with data privacy regulations also involves establishing clear policies and procedures for data handling, including data collection, storage, sharing, and disposal, to ensure that personal data is processed lawfully, fairly, and transparently. Failure to comply with data privacy regulations can result in severe legal and financial consequences, including fines, legal action, and reputational damage. Therefore, IT architecture decisions must prioritize compliance with data privacy regulations to protect the organization's data and reputation.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ComplianceWithDataPrivacyRegulationsGoal</eira:PURI> + <dcterms:type>eira:ComplianceWithDataPrivacyRegulationsGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Compliance with Data Privacy Regulations]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RetentionAndDataDeletionGoal"> + <skos:notation><![CDATA[Retention and Data Deletion]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RetentionAndDataDeletionGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Retention and Data Deletion]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Retention and Data Deletion + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Retention and Data Deletion is a critical concept in IT architecture that deals with the management of data throughout its lifecycle. It involves the decision-making process of how long data should be kept, where it should be stored, and when it should be deleted. The concept is essential for organizations to comply with legal and regulatory requirements, protect sensitive information, and optimize storage resources. The retention and data deletion policy should be well-defined, communicated, and enforced to ensure data is managed effectively and efficiently. The policy should also consider the potential risks associated with data breaches, data loss, and unauthorized access. + +Example: Retention and Data Deletion: +Decision: Implementing data retention policies and mechanisms for secure data deletion when no longer required. +Rationale: Data retention and deletion policies ensure compliance with regulations governing the storage and retention of data, minimizing the risk of unauthorized access to obsolete or unnecessary data. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/RetentionAndDataDeletionGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:RetentionAndDataDeletionGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947804 + +dct:title: Architecture Decision Record about Retention and Data Deletion + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:RetentionAndDataDeletionGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RetentionAndDataDeletionGoal_Properties"> + <skos:notation><![CDATA[Properties of Retention and Data Deletion]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RetentionAndDataDeletionGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Retention and Data Deletion]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RetentionAndDataDeletionGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947804</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Retention and Data Deletion]]></dcterms:title> + <skos:example><![CDATA[Retention and Data Deletion: +Decision: Implementing data retention policies and mechanisms for secure data deletion when no longer required. +Rationale: Data retention and deletion policies ensure compliance with regulations governing the storage and retention of data, minimizing the risk of unauthorized access to obsolete or unnecessary data.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Retention and Data Deletion is a critical concept in IT architecture that deals with the management of data throughout its lifecycle. It involves the decision-making process of how long data should be kept, where it should be stored, and when it should be deleted. The concept is essential for organizations to comply with legal and regulatory requirements, protect sensitive information, and optimize storage resources. The retention and data deletion policy should be well-defined, communicated, and enforced to ensure data is managed effectively and efficiently. The policy should also consider the potential risks associated with data breaches, data loss, and unauthorized access.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/RetentionAndDataDeletionGoal</eira:PURI> + <dcterms:type>eira:RetentionAndDataDeletionGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Retention and Data Deletion]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/InteroperabilityStrategyGoal + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:InteroperabilityStrategyGoal + +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. + +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. + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Governance viewpoint + +Additional identifier: http://data.europa.eu/dr8/InteroperabilityStrategyGoal + +EIF Layer: Organisational + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Organisational</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticCapabilityGoal"> + <skos:notation><![CDATA[Semantic Capability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SemanticCapabilityGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Semantic Capability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Semantic Capability + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: The Semantic Capability concept in IT architecture refers to the ability of a system or application to understand and interpret the meaning of data and information. This involves the use of semantic technologies such as ontologies, taxonomies, and metadata to provide context and structure to data, enabling better search, retrieval, and analysis. Semantic Capability is important in enabling interoperability between different systems and applications, as well as in supporting advanced analytics and decision-making processes. It is also a key enabler of the semantic interoperability, which aims to make data more accessible and useful by adding meaning and context to it. + +Example: Decision: The semantics heterogeneity of Evidence across Data Consumer’s and Data Provider’s is managed +Consequence: New Capability: Evidence Semantic Management, including Semantic Mapping + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/SemanticCapabilityGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:SemanticCapabilityGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947488 + +dct:title: Architecture Decision Record about Semantic Capability + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:SemanticCapabilityGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticCapabilityGoal_Properties"> + <skos:notation><![CDATA[Properties of Semantic Capability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SemanticCapabilityGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Semantic Capability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticCapabilityGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947488</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Semantic Capability]]></dcterms:title> + <skos:example><![CDATA[Decision: The semantics heterogeneity of Evidence across Data Consumer’s and Data Provider’s is managed +Consequence: New Capability: Evidence Semantic Management, including Semantic Mapping]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[The Semantic Capability concept in IT architecture refers to the ability of a system or application to understand and interpret the meaning of data and information. This involves the use of semantic technologies such as ontologies, taxonomies, and metadata to provide context and structure to data, enabling better search, retrieval, and analysis. Semantic Capability is important in enabling interoperability between different systems and applications, as well as in supporting advanced analytics and decision-making processes. It is also a key enabler of the semantic interoperability, which aims to make data more accessible and useful by adding meaning and context to it.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/SemanticCapabilityGoal</eira:PURI> + <dcterms:type>eira:SemanticCapabilityGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Semantic Capability]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CachingStrategyGoal"> + <skos:notation><![CDATA[Caching Strategy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CachingStrategyGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Caching Strategy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Caching Strategy + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Caching strategy is a concept in IT architecture that involves the use of caching mechanisms to improve the performance of applications and systems. Caching involves storing frequently accessed data in a cache, which is a temporary storage area that is closer to the application or system than the original data source. This reduces the time it takes to access the data, thereby improving the overall performance of the application or system. + +Example: Caching Mechanism: +Decision: Implementing a distributed caching mechanism, such as Redis or Memcached, to improve response times and reduce database load. +Rationale: Caching frequently accessed data in memory reduces the need for repeated database queries, resulting in faster response times, improved scalability, and reduced strain on the database infrastructure. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/CachingStrategyGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:CachingStrategyGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947584 + +dct:title: Architecture Decision Record about Caching Strategy + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:CachingStrategyGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CachingStrategyGoal_Properties"> + <skos:notation><![CDATA[Properties of Caching Strategy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CachingStrategyGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Caching Strategy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CachingStrategyGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947584</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Caching Strategy]]></dcterms:title> + <skos:example><![CDATA[Caching Mechanism: +Decision: Implementing a distributed caching mechanism, such as Redis or Memcached, to improve response times and reduce database load. +Rationale: Caching frequently accessed data in memory reduces the need for repeated database queries, resulting in faster response times, improved scalability, and reduced strain on the database infrastructure.]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Caching strategy is a concept in IT architecture that involves the use of caching mechanisms to improve the performance of applications and systems. Caching involves storing frequently accessed data in a cache, which is a temporary storage area that is closer to the application or system than the original data source. This reduces the time it takes to access the data, thereby improving the overall performance of the application or system.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/CachingStrategyGoal</eira:PURI> + <dcterms:type>eira:CachingStrategyGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Caching Strategy]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Cross-BorderDataExchangeGoal"> + <skos:notation><![CDATA[Cross-Border Data Exchange]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Cross-BorderDataExchangeGoal</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Cross-Border Data Exchange]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Architecture Decision Record from where you should specialise the ADR SBBs regarding the Cross-Border Data Exchange + +Source: ISO/IEC/IEEE 42010:2022 + +Source reference: https://www.iso.org/standard/74393.html + +Additional information: Cross-border data exchange is a concept that refers to the transfer of data between different countries or regions. This can be done for various reasons, such as sharing information between businesses, governments, or individuals. The concept of cross-border data exchange is becoming increasingly important in today's globalized world, as more and more organizations are operating across borders and need to share information with partners and customers in different countries. However, there are also challenges associated with cross-border data exchange, such as data privacy and security concerns, legal and regulatory issues, and technical compatibility issues. Therefore, it is important for organizations to carefully consider the IT architecture decisions related to cross-border data exchange and ensure that they have appropriate policies, procedures, and technologies in place to manage these challenges effectively. + +Example: Decision: The Data Consumer and Data Provider rely on the Data Exchange Manager capability. +Consequence: New capability: Evidence Data Management + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/Cross-BorderDataExchangeGoal + +EIRA traceability: eira:DigitalSolutionArchitectureDecisionGoal + +ABB name: egovera:Cross-BorderDataExchangeGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-06-15 + +dct:identifier: ADR-20230515180947774 + +dct:title: Architecture Decision Record about Cross-Border Data Exchange + +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_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_status: [Proposed (under review)|Accepted (approved and ready for implementation)|Superseded (superseded by another decision)] + +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. + +]]></skos:definition> + <eira:Cross-BorderDataExchangeGoal_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Cross-BorderDataExchangeGoal_Properties"> + <skos:notation><![CDATA[Properties of Cross-Border Data Exchange]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Cross-BorderDataExchangeGoal_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Cross-Border Data Exchange]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Cross-BorderDataExchangeGoal" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>ADR-20230515180947774</dcterms:identifier> + <dcterms:title><![CDATA[Architecture Decision Record about Cross-Border Data Exchange]]></dcterms:title> + <skos:example><![CDATA[Decision: The Data Consumer and Data Provider rely on the Data Exchange Manager capability. +Consequence: New capability: Evidence Data Management]]></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:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[ISO/IEC/IEEE 42010:2022]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.iso.org/standard/74393.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Cross-border data exchange is a concept that refers to the transfer of data between different countries or regions. This can be done for various reasons, such as sharing information between businesses, governments, or individuals. The concept of cross-border data exchange is becoming increasingly important in today's globalized world, as more and more organizations are operating across borders and need to share information with partners and customers in different countries. However, there are also challenges associated with cross-border data exchange, such as data privacy and security concerns, legal and regulatory issues, and technical compatibility issues. Therefore, it is important for organizations to carefully consider the IT architecture decisions related to cross-border data exchange and ensure that they have appropriate policies, procedures, and technologies in place to manage these challenges effectively.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/Cross-BorderDataExchangeGoal</eira:PURI> + <dcterms:type>eira:Cross-BorderDataExchangeGoal</dcterms:type> + <skos:definition><![CDATA[Architecture Decision Record from where you should specialise the ADR SBBs regarding the Cross-Border Data Exchange]]></skos:definition> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</skos:broader> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PublicPolicyObjectiveGoal + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PublicPolicyObjectiveGoal + +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) + +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. + +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) + +Interoperability Dimension: Structural IoP + +Viewpoint: Enterprise Architecture Framework alignment guidelines viewpoint + +Additional identifier: http://data.europa.eu/dr8/PublicPolicyObjectiveGoal + +EIF Layer: Legal + +]]></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>2024-01-28</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><![CDATA[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>Structural 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> + <eira:eifLayer>Legal</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRAOntologyMeaning"> + <skos:notation><![CDATA[EIRA Ontology]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EIRAOntologyMeaning</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[EIRA Ontology]]></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/EnterpriseArchitectureFrameworkAlignmentGuidelinesGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveInteroperabilityGoal" /> + <eira:EIRAOntologyMeaning_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRAOntologyMeaning_Properties"> + <skos:notation><![CDATA[Properties of EIRA Ontology]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EIRAOntologyMeaning_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of EIRA Ontology]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EIRAOntologyMeaning" /> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/EIRAOntologyMeaning</dcterms:identifier> + <dcterms:type>eira:EIRAOntologyMeaning</dcterms:type> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/EIRAOntologyMeaning</eira:PURI> + <skos:definition><![CDATA[The [EIRA Ontology] ABB is a structured framework for describing the architecture of interoperable digital public services in the European Union, facilitating consistency and connectivity between different IT systems across member states.]]></skos:definition> + <eira:eifLayer>N/A</eira:eifLayer> + <dcterms:modified>2024-01-28</dcterms:modified> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolutionOutcome"> + <skos:notation><![CDATA[Interoperable European Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolutionOutcome</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[Definition: 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 + +Source: ISA2 + +Source reference: https://ec.europa.eu/isa2/eif_en/ + +eira:iopDimension: Structural IoP + +LOST view: Enterprise Architecture Framework alignment guidelines view + +Identifier: http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal + +ABB name: eira:InteroperableEuropeanSolutionGoal + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-04-24 + +dct:identifier: http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedLegalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveInteroperabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping" /> + <eira:InteroperableEuropeanSolutionOutcome_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolutionOutcome_Properties"> + <skos:notation><![CDATA[Properties of Interoperable European Solution]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolutionOutcome_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/InteroperableEuropeanSolutionOutcome" /> + <eira:PURI>http://data.europa.eu/dr8/InteroperableEuropeanSolutionOutcome</eira:PURI> + <dcterms:type>eira:InteroperableEuropeanSolutionOutcome</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><![CDATA[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>2024-01-28</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/InteroperableEuropeanSolutionOutcome</dcterms:identifier> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/trust"> + <skos:notation><![CDATA[Trust]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/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: Digital Public Services, the organisations behind them and the data managed need to incorporate the relevant mechanism to ensure overall trustworthiness. Trust entails citizens reliance on trustworthy and verifiable digital government applications and services, which fully conform to high-security standards and respond to user needs. Fundamental rights and security should be integrated into all policies with a digital dimension. To foster trust in digital interactions with the public sector, suitable regulatory frameworks that ensure transparency, predictability, security-by-design and, where necessary, reinforcement or adjustment of existing provisions must be provided. The principle has a horizontal approach, where it affects the adoption of legal measures, organisational mechanisms, and technical means to ensure services are part of a network of trustworthiness interactions. At the legal level, relevant and binding legislation needs to be put in place to ensure legal interoperability and guarantee that trust is the base of data interactions (exchange, processing, etc amongst digital public services).At the technical level, mechanisms, tools and standards should be part of processes certification that data exchange involving all stakeholders, is saved, with integrity and trustable. "" + +Source: Digital trust, from Shaping Europe’s digital future + +Source reference: https://digital-strategy.ec.europa.eu/en/policies/trust + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/trust + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:TrustPrinciple + +Title: Trust + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:trust_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/trust_Properties"> + <skos:notation><![CDATA[Properties of Trust]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/trust_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Trust]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/trust" /> + <dcterms:type>elap:TrustPrinciple</dcterms:type> + <dcterms:title><![CDATA[Trust]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/trust</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[Digital trust, from Shaping Europe’s digital future]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://digital-strategy.ec.europa.eu/en/policies/trust]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[Digital Public Services, the organisations behind them and the data managed need to incorporate the relevant mechanism to ensure overall trustworthiness. Trust entails citizens reliance on trustworthy and verifiable digital government applications and services, which fully conform to high-security standards and respond to user needs. Fundamental rights and security should be integrated into all policies with a digital dimension. To foster trust in digital interactions with the public sector, suitable regulatory frameworks that ensure transparency, predictability, security-by-design and, where necessary, reinforcement or adjustment of existing provisions must be provided. The principle has a horizontal approach, where it affects the adoption of legal measures, organisational mechanisms, and technical means to ensure services are part of a network of trustworthiness interactions. At the legal level, relevant and binding legislation needs to be put in place to ensure legal interoperability and guarantee that trust is the base of data interactions (exchange, processing, etc amongst digital public services).At the technical level, mechanisms, tools and standards should be part of processes certification that data exchange involving all stakeholders, is saved, with integrity and trustable. ""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/data-accessibility"> + <skos:notation><![CDATA[Data Accessibility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/data-accessibility</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Accessibility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data and metadata availability through standardised mechanism and ensure its long-term availability Data retrieval should be mediated without specialised or proprietary tools or communication methods. This principle focuses on how data and metadata can be retrieved from their identifiersDatasets tend to degrade or disappear over time because there is a cost to maintaining an online presence for data resources. When this happens, links become invalid and users waste time hunting for data that might no longer be there. Then, metadata should persist even when the data are no longer sustained. Barriers to access that should be avoided include protocols that have limited implementation, poor documentation and components that require human manual intervention. For sensitive data, it is perfectly FAIR to provide an email, phone number or contact person who can discuss access to the data.Metadata must be treated at the same level as data, using the proper formats, and reusing relevant vocabularies that ensure its long-term availability. "" + +Source: FAIR Principles + +Source reference: https://www.go-fair.org/fair-principles/ + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/data-accessibility + +LOST view: TVA-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:data-accessibility + +Title: Data Accessibility + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:data-accessibility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/data-accessibility_Properties"> + <skos:notation><![CDATA[Properties of Data Accessibility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/data-accessibility_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Accessibility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/data-accessibility" /> + <dcterms:type>elap:data-accessibility</dcterms:type> + <dcterms:title><![CDATA[Data Accessibility]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/data-accessibility</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[FAIR Principles]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.go-fair.org/fair-principles/]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>TVA-Functional Architecture Principles</eira:view> + <eira:view>OV-Governance Architecture Principles</eira:view> + <eira:view>SV-Functional Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[Data and metadata availability through standardised mechanism and ensure its long-term availability Data retrieval should be mediated without specialised or proprietary tools or communication methods. This principle focuses on how data and metadata can be retrieved from their identifiersDatasets tend to degrade or disappear over time because there is a cost to maintaining an online presence for data resources. When this happens, links become invalid and users waste time hunting for data that might no longer be there. Then, metadata should persist even when the data are no longer sustained. Barriers to access that should be avoided include protocols that have limited implementation, poor documentation and components that require human manual intervention. For sensitive data, it is perfectly FAIR to provide an email, phone number or contact person who can discuss access to the data.Metadata must be treated at the same level as data, using the proper formats, and reusing relevant vocabularies that ensure its long-term availability. ""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/accessibility"> + <skos:notation><![CDATA[Accessibility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/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 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. The trend towards a digital society provides users with new ways of accessing information and services. The providers of information and services, such as public sector bodies, rely increasingly on the internet to produce, collect and provide a wide range of information and services online which are essential to the public.Accessibility should be understood as principles and techniques to be observed when designing, constructing, maintaining, and updating websites and mobile applications in order to make them more accessible to users, in particular persons with disabilities. Member States shall ensure that public sector bodies take the necessary measures to make their websites and mobile applications more accessible by making them perceivable, operable, understandable and robust. + +Publisher: ELAP + +Source: Inclusion and accessibility is further incorporated in various industry standards, like WCAG (https://www.w3.org/WAI/standards-guidelines/wcag/) and OWASP (https://owasp.org) regarding secure offering of services over the web. + +Source reference: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/inclusion-and-accessibility + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/accessibility + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:AccessibilityPrinciple + +Title: Accessibility + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:accessibility_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/accessibility_Properties"> + <skos:notation><![CDATA[Properties of Accessibility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/accessibility_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Accessibility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/accessibility" /> + <dcterms:type>elap:AccessibilityPrinciple</dcterms:type> + <dcterms:title><![CDATA[Accessibility]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/accessibility</eira:PURI> + <dcterms:publisher><![CDATA[ELAP]]></dcterms:publisher> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/inclusion-and-accessibility]]></eira:definitionSourceReference> + <eira:definitionSource><![CDATA[Inclusion and accessibility is further incorporated in various industry standards, like WCAG (https://www.w3.org/WAI/standards-guidelines/wcag/) and OWASP (https://owasp.org) regarding secure offering of services over the web.]]></eira:definitionSource> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <dcterms:modified>2024-01-17</dcterms:modified> + <skos:definition><![CDATA[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. The trend towards a digital society provides users with new ways of accessing information and services. The providers of information and services, such as public sector bodies, rely increasingly on the internet to produce, collect and provide a wide range of information and services online which are essential to the public.Accessibility should be understood as principles and techniques to be observed when designing, constructing, maintaining, and updating websites and mobile applications in order to make them more accessible to users, in particular persons with disabilities. Member States shall ensure that public sector bodies take the necessary measures to make their websites and mobile applications more accessible by making them perceivable, operable, understandable and robust.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/deployment-fit-cloud-first-approach"> + <skos:notation><![CDATA[Deployment fit (Cloud-first approach) ]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/deployment-fit-cloud-first-approach</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Deployment fit (Cloud-first approach) ]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Decide early on the type of deployment: On-premise, vs. Cloud-native and sourcing models IaaS, PaaS, SaaS, etc It is relevant for the success of Digital Public Services to select the deployment methodologies that fit the needs of the administration and stakeholders (citizens and businesses). Public administration needs to perform the proper benchmark analysis to select the proper methodology for the development of digital public services. This strategy needs to be present throughout the design process and the decision-making process to ensure the delivery of streamlined services according to the users needs. + +Source: EUROPEAN COMMISSION CLOUD STRATEGY Cloud as an enabler for the European Commission Digital Strategy + +Source reference: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwj107ORv7v2AhX5gP0HHe4IBNwQFnoECBgQAQ&url=https%3A%2F%2Fec.europa.eu%2Finfo%2Fsites%2Fdefault%2Ffiles%2Fec_cloud_strategy.pdf&usg=AOvVaw09VDKvW8wCRo5ELg3gwH9C + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/deployment-fit-cloud-first-approach + +LOST view: Architecture Principles view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:deployment-fit-cloud-first-approach + +Title: Deployment fit (Cloud-first approach) + +Additional information: It is relevant for the success of Digital Public Services to select the deployment methodologies that fit the needs of the administration and stakeholders (citizens and businesses). +European Commission cloud strategy: "Cloud-first with a secure hybrid multi-cloud service offering". Cloud-first means that systems should rather be conceived in such a way that they can benefit from the advantages of cloud based delivery models, which exist both on premise and in the public cloud. The choice of architecture, especially of on premise and/or public cloud, will depend on the advantages, constraints and risks for a specific system. So it does not mean that all systems should go to the public cloud. + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:deployment-fit-cloud-first-approach_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/deployment-fit-cloud-first-approach_Properties"> + <skos:notation><![CDATA[Properties of Deployment fit (Cloud-first approach)]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/deployment-fit-cloud-first-approach_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Deployment fit (Cloud-first approach)]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/deployment-fit-cloud-first-approach" /> + <dcterms:type>elap:deployment-fit-cloud-first-approach</dcterms:type> + <dcterms:title><![CDATA[Deployment fit (Cloud-first approach)]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/deployment-fit-cloud-first-approach</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <skos:note><![CDATA[It is relevant for the success of Digital Public Services to select the deployment methodologies that fit the needs of the administration and stakeholders (citizens and businesses). +European Commission cloud strategy: "Cloud-first with a secure hybrid multi-cloud service offering". Cloud-first means that systems should rather be conceived in such a way that they can benefit from the advantages of cloud based delivery models, which exist both on premise and in the public cloud. The choice of architecture, especially of on premise and/or public cloud, will depend on the advantages, constraints and risks for a specific system. So it does not mean that all systems should go to the public cloud.]]></skos:note> + <eira:definitionSource><![CDATA[EUROPEAN COMMISSION CLOUD STRATEGY Cloud as an enabler for the European Commission Digital Strategy]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwj107ORv7v2AhX5gP0HHe4IBNwQFnoECBgQAQ&url=https%3A%2F%2Fec.europa.eu%2Finfo%2Fsites%2Fdefault%2Ffiles%2Fec_cloud_strategy.pdf&usg=AOvVaw09VDKvW8wCRo5ELg3gwH9C]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[Decide early on the type of deployment: On-premise, vs. Cloud-native and sourcing models IaaS, PaaS, SaaS, etc It is relevant for the success of Digital Public Services to select the deployment methodologies that fit the needs of the administration and stakeholders (citizens and businesses). Public administration needs to perform the proper benchmark analysis to select the proper methodology for the development of digital public services. This strategy needs to be present throughout the design process and the decision-making process to ensure the delivery of streamlined services according to the users needs.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/carbon-dioxide-e-footprint-impact-awareness"> + <skos:notation><![CDATA[Carbon-dioxide e-footprint impact awareness ]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/carbon-dioxide-e-footprint-impact-awareness</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Carbon-dioxide e-footprint impact awareness ]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Every solution must support sustainability. The sourcing, operation and decommissioning of IT equipment should not indirectly or directly negatively affect economic, social and environmental aspects. Climate change is one of societys challenges for the upcoming decades, and public administrations shall be aware of and consider it when planning or implementing digital public services. Therefore, administrations and bodies in charge of developing public services according to public policies, need to consider the proper agreements that allow the reusing of existing services components and infrastructure to reduce the Carbon-dioxide e-footprint impact. Public Administrations need to reuse mainly physical or cloud existing infrastructures instead of creating ad-hoc technology and resources for delivering public services. Not only infrastructure but also technological equipment. + +Source: The European Parliament’s carbon footprint Towards carbon neutrality + +Source reference: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjiofaGvLv2AhUThf0HHSXLBZoQFnoECAIQAQ&url=https%3A%2F%2Fwww.europarl.europa.eu%2FRegData%2Fetudes%2FSTUD%2F2020%2F652735%2FIPOL_STU(2020)652735_EN.pdf&usg=AOvVaw2CVqJPeLvN_ianAYdbLyi7 + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/carbon-dioxide-e-footprint-impact-awareness + +LOST view: OV-Governance Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:carbon-dioxide-e-footprint-impact-awareness + +Title: Carbon-dioxide e-footprint impact awareness + +Additional information: Climate change is one of society's challenges for the upcoming decades, and public administrations shall be aware of and consider it when planning or implementing digital public services. Therefore, administrations and bodies in charge of developing public services according to public policies, need to consider the proper agreements that allow the reusing of existing services components and infrastructure to reduce the Carbon-dioxide e-footprint impact. +Towards carbon neutrality - European Parliament: The study analyses the European Parliament’s (EP) carbon footprint in the context of the recent EP resolutions, in which it declared a climate emergency in Europe and requested the development of a strategy to become itself carbon-neutral by 2030. + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:carbon-dioxide-e-footprint-impact-awareness_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/carbon-dioxide-e-footprint-impact-awareness_Properties"> + <skos:notation><![CDATA[Properties of Carbon-dioxide e-footprint impact awareness]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/carbon-dioxide-e-footprint-impact-awareness_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Carbon-dioxide e-footprint impact awareness]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/carbon-dioxide-e-footprint-impact-awareness" /> + <dcterms:type>elap:carbon-dioxide-e-footprint-impact-awareness</dcterms:type> + <dcterms:title><![CDATA[Carbon-dioxide e-footprint impact awareness]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/carbon-dioxide-e-footprint-impact-awareness</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <skos:note><![CDATA[Climate change is one of society's challenges for the upcoming decades, and public administrations shall be aware of and consider it when planning or implementing digital public services. Therefore, administrations and bodies in charge of developing public services according to public policies, need to consider the proper agreements that allow the reusing of existing services components and infrastructure to reduce the Carbon-dioxide e-footprint impact. +Towards carbon neutrality - European Parliament: The study analyses the European Parliament’s (EP) carbon footprint in the context of the recent EP resolutions, in which it declared a climate emergency in Europe and requested the development of a strategy to become itself carbon-neutral by 2030.]]></skos:note> + <eira:definitionSource><![CDATA[The European Parliament’s carbon footprint Towards carbon neutrality]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjiofaGvLv2AhUThf0HHSXLBZoQFnoECAIQAQ&url=https%3A%2F%2Fwww.europarl.europa.eu%2FRegData%2Fetudes%2FSTUD%2F2020%2F652735%2FIPOL_STU(2020)652735_EN.pdf&usg=AOvVaw2CVqJPeLvN_ianAYdbLyi7]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>OV-Governance Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[Every solution must support sustainability. The sourcing, operation and decommissioning of IT equipment should not indirectly or directly negatively affect economic, social and environmental aspects. Climate change is one of societys challenges for the upcoming decades, and public administrations shall be aware of and consider it when planning or implementing digital public services. Therefore, administrations and bodies in charge of developing public services according to public policies, need to consider the proper agreements that allow the reusing of existing services components and infrastructure to reduce the Carbon-dioxide e-footprint impact. Public Administrations need to reuse mainly physical or cloud existing infrastructures instead of creating ad-hoc technology and resources for delivering public services. Not only infrastructure but also technological equipment.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EIFPrinciplePrinciple"> + <skos:notation><![CDATA[EIF Principle]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EIFPrinciplePrinciple</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/ArchitecturePrinciplePrinciple" /> + <skos:narrower rdf:resource="http://data.europa.eu/2sa/elap/security-design" /> + <skos:narrower rdf:resource="http://data.europa.eu/2sa/elap/privacy" /> + <eira:EIFPrinciplePrinciple_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EIFPrinciplePrinciple_Properties"> + <skos:notation><![CDATA[Properties of EIF Principle]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EIFPrinciplePrinciple_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/EIFPrinciplePrinciple" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:type>eira:EIFPrinciplePrinciple</dcterms:type> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[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/EIFPrinciplePrinciple</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:view>EIRA Ontology view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/EIFPrinciplePrinciple</dcterms:identifier> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/loosely-coupled-integration"> + <skos:notation><![CDATA[Loosely coupled integration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/loosely-coupled-integration</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Loosely coupled integration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Organisations are loosely coupled with other organisations. Loosely coupled organisations are able to function with minimal dependency on other organisations. This enables faster implementation and change of digital public services. Any public organisation should avoid the entanglement of inter-organisational processes for performing activities, that spread over multiple organisations. The application for a visa, for instance, should be performed in a single transaction, from an applicants perspective. Whether the process comprises multiple interactions between public institutions (like Frontex, Embassy, Interpol) or not, should be transparent to the applicant. Inter-organisational interfaces in this case should not duplicate the processes, using the same data and leading to the same outcome. Each organisation serves a unique part of the application process. Loosely coupled integration can be achieved by establishing the proper organisational agreements, that ensure the proper implementation of digital public services without hampering any change or modification in those services. At technical and semantic layers, it can be achieved by reusing existing application services or core vocabularies that ensure interoperability between services without including dependencies between them. "" + +Source: Organizations Social Systems Conducting Experiments + +Source reference: https://link.springer.com/book/10.1007/978-3-642-14316-8 + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/loosely-coupled-integration + +LOST view: TVA-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:loosely-coupled-integration + +Title: Loosely coupled integration + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:loosely-coupled-integration_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/loosely-coupled-integration_Properties"> + <skos:notation><![CDATA[Properties of Loosely coupled integration]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/loosely-coupled-integration_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Loosely coupled integration]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/loosely-coupled-integration" /> + <dcterms:type>elap:loosely-coupled-integration</dcterms:type> + <dcterms:title><![CDATA[Loosely coupled integration]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/loosely-coupled-integration</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[Organizations Social Systems Conducting Experiments]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://link.springer.com/book/10.1007/978-3-642-14316-8]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>TVA-Functional Architecture Principles</eira:view> + <eira:view>OV-Governance Architecture Principles</eira:view> + <eira:view>SV-Functional Architecture Principles</eira:view> + <eira:view>TVI-Functional Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[Organisations are loosely coupled with other organisations. Loosely coupled organisations are able to function with minimal dependency on other organisations. This enables faster implementation and change of digital public services. Any public organisation should avoid the entanglement of inter-organisational processes for performing activities, that spread over multiple organisations. The application for a visa, for instance, should be performed in a single transaction, from an applicants perspective. Whether the process comprises multiple interactions between public institutions (like Frontex, Embassy, Interpol) or not, should be transparent to the applicant. Inter-organisational interfaces in this case should not duplicate the processes, using the same data and leading to the same outcome. Each organisation serves a unique part of the application process. Loosely coupled integration can be achieved by establishing the proper organisational agreements, that ensure the proper implementation of digital public services without hampering any change or modification in those services. At technical and semantic layers, it can be achieved by reusing existing application services or core vocabularies that ensure interoperability between services without including dependencies between them. ""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/digital-sovereignty-and-autonomy"> + <skos:notation><![CDATA[Digital sovereignty and autonomy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/digital-sovereignty-and-autonomy</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital sovereignty and autonomy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital sovereignty means digital infrastructures, products and services that safeguard European security, strategic assets and interests while respecting European values and requirements. European Institutions and Administrations are representing citizens and businesses and respond to and ensuring the proper development of European society in its most holistic manner. Therefore, there is a need of preventing to spend and depending on external stakeholders to foster the monopoly and vendor lock-in making non-efficient solutions and subject to external agents desires. Digital sovereignty and autonomy imply the adoption of technical alternatives to promote cost-effective, sustainable, independent and secure solutions. Prior assessments of the suitability of these alternatives are strongly recommended, considering each area of implementation and taking into account relevant legal frameworks. + +Source: C(2022) 4388 final COMMUNICATION TO THE COMMISSION European Commission digital strategy Next generation digital Commission + +Source reference: https://commission.europa.eu/publications/european-commission-digital-strategy_en + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/digital-sovereignty-and-autonomy + +LOST view: TVA-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:digital-sovereignty-and-autonomy + +Title: Digital sovereignty and autonomy + +Additional information: European Institutions and Administrations are representing citizens and businesses and respond to and ensuring the proper development of European society in its most holistic manner. Therefore, there is a need of preventing to spend and depending on external stakeholders to foster the monopoly and vendor lock-in making non-efficient solutions and subject to external agents' desires. +The Digital Strategy sets a new vision, addressing digital transformation opportunities of a post-pandemic scenario, and supporting the delivery of the EU’s strategic priorities by 2030. + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:digital-sovereignty-and-autonomy_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/digital-sovereignty-and-autonomy_Properties"> + <skos:notation><![CDATA[Properties of Digital sovereignty and autonomy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/digital-sovereignty-and-autonomy_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital sovereignty and autonomy]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/digital-sovereignty-and-autonomy" /> + <dcterms:type>elap:digital-sovereignty-and-autonomy</dcterms:type> + <dcterms:title><![CDATA[Digital sovereignty and autonomy]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/digital-sovereignty-and-autonomy</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <skos:note><![CDATA[European Institutions and Administrations are representing citizens and businesses and respond to and ensuring the proper development of European society in its most holistic manner. Therefore, there is a need of preventing to spend and depending on external stakeholders to foster the monopoly and vendor lock-in making non-efficient solutions and subject to external agents' desires. +The Digital Strategy sets a new vision, addressing digital transformation opportunities of a post-pandemic scenario, and supporting the delivery of the EU’s strategic priorities by 2030.]]></skos:note> + <eira:definitionSource><![CDATA[C(2022) 4388 final COMMUNICATION TO THE COMMISSION European Commission digital strategy Next generation digital Commission]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://commission.europa.eu/publications/european-commission-digital-strategy_en]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>TVA-Functional Architecture Principles</eira:view> + <eira:view>OV-Governance Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[Digital sovereignty means digital infrastructures, products and services that safeguard European security, strategic assets and interests while respecting European values and requirements. European Institutions and Administrations are representing citizens and businesses and respond to and ensuring the proper development of European society in its most holistic manner. Therefore, there is a need of preventing to spend and depending on external stakeholders to foster the monopoly and vendor lock-in making non-efficient solutions and subject to external agents desires. Digital sovereignty and autonomy imply the adoption of technical alternatives to promote cost-effective, sustainable, independent and secure solutions. Prior assessments of the suitability of these alternatives are strongly recommended, considering each area of implementation and taking into account relevant legal frameworks.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/ConsumerProtectionPrinciple"> + <skos:notation><![CDATA[Consumer protection]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/ConsumerProtectionPrinciple</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Consumer protection]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The European Data Sharing principle of consumer protection aims to safeguard the rights and interests of individuals when their personal data is shared. It ensures that individuals have control over their data, are informed about how it will be used, and have the ability to exercise their rights regarding data protection. + +Source: European Union + +Source reference: https://edpb.europa.eu/ + +Last modification: 2024-03-17 + +Identifier: http://data.europa.eu/dr8/egovera/ConsumerProtectionPrinciple + +LOST view: Architecture Principles view + +EIRA concept: eira:ArchitectureBuildingBlock + +Additional identifier: http://data.europa.eu/dr8/egovera/ConsumerProtectionPrinciple + +Title: Consumer protection + +Example: An example of the application of consumer protection in data sharing is when a company collects personal data from its customers for marketing purposes. The company must inform the customers about the specific purposes for which their data will be used, obtain their explicit consent, and provide them with the option to opt-out of such data sharing. Additionally, the company must ensure the security and confidentiality of the data and allow customers to access, correct, or delete their personal information upon request. + +Additional information: Consumer protection is a fundamental aspect of data sharing in the European Union. It is based on the principles outlined in the General Data Protection Regulation (GDPR) and other relevant legislation. The principle emphasizes the importance of transparency, consent, purpose limitation, data minimization, accuracy, storage limitation, integrity, and confidentiality in protecting the rights of individuals. It also highlights the need for organizations to implement appropriate security measures and provide individuals with mechanisms to exercise their rights, such as the right to access, rectify, and erase their personal data. + +EIF Layer: N/A + +ABB Specialised: http://data.europa.eu/dr8/ArchitecturePrinciple + +ABB name: eira:ConsumerProtectionPrinciple + +]]></skos:definition> + <egovera:ConsumerProtectionPrinciple_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/ConsumerProtectionPrinciple_Properties"> + <skos:notation><![CDATA[Properties of Consumer protection]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/ConsumerProtectionPrinciple_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Consumer protection]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/ConsumerProtectionPrinciple" /> + <eira:PURI>http://data.europa.eu/dr8/egovera/ConsumerProtectionPrinciple</eira:PURI> + <dcterms:modified>2024-03-17</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/ConsumerProtectionPrinciple</dcterms:identifier> + <dcterms:title><![CDATA[Consumer protection]]></dcterms:title> + <skos:definition><![CDATA[The European Data Sharing principle of consumer protection aims to safeguard the rights and interests of individuals when their personal data is shared. It ensures that individuals have control over their data, are informed about how it will be used, and have the ability to exercise their rights regarding data protection.]]></skos:definition> + <skos:example><![CDATA[An example of the application of consumer protection in data sharing is when a company collects personal data from its customers for marketing purposes. The company must inform the customers about the specific purposes for which their data will be used, obtain their explicit consent, and provide them with the option to opt-out of such data sharing. Additionally, the company must ensure the security and confidentiality of the data and allow customers to access, correct, or delete their personal information upon request.]]></skos:example> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[European Union]]></eira:definitionSource> + <skos:note><![CDATA[Consumer protection is a fundamental aspect of data sharing in the European Union. It is based on the principles outlined in the General Data Protection Regulation (GDPR) and other relevant legislation. The principle emphasizes the importance of transparency, consent, purpose limitation, data minimization, accuracy, storage limitation, integrity, and confidentiality in protecting the rights of individuals. It also highlights the need for organizations to implement appropriate security measures and provide individuals with mechanisms to exercise their rights, such as the right to access, rectify, and erase their personal data.]]></skos:note> + <eira:definitionSourceReference><![CDATA[https://edpb.europa.eu/]]></eira:definitionSourceReference> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/ArchitecturePrinciple</skos:broader> + <dcterms:type>eira:ConsumerProtectionPrinciple</dcterms:type> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/privacy"> + <skos:notation><![CDATA[Privacy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/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: Signifies the agreement to the processing of personal data related to an individual + +Source: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/2-underlying-principles-european-public-services#2.4 + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/privacy + +LOST view: TVA-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:privacy + +Additional information: 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 clear affirmative action, signifies agreement to the processing of personal data relating to him or her. + +Additionally, it refers to ensuring that the vast amounts of citizens' personal data held and processed by public bodies are protected by complying with the applicable legal framework. + +A relevant aspect to consider when focusing on the application of privacy is full compliance with GDPR Regulation. +The European Interoperability Framework 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. + +Title: Privacy + +EIF Layer: N/A + +skos:broader: http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/EIFPrinciplePrinciple" /> + <elap:privacy_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/privacy_Properties"> + <skos:notation><![CDATA[Properties of Privacy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/privacy_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/2sa/elap/privacy" /> + <dcterms:type>elap:privacy</dcterms:type> + <dcterms:modified>2024-01-17</dcterms:modified> + <skos:note><![CDATA[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 clear affirmative action, signifies agreement to the processing of personal data relating to him or her. + +Additionally, it refers to ensuring that the vast amounts of citizens' personal data held and processed by public bodies are protected by complying with the applicable legal framework. + +A relevant aspect to consider when focusing on the application of privacy is full compliance with GDPR Regulation. +The European Interoperability Framework 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:note> + <dcterms:title><![CDATA[Privacy]]></dcterms:title> + <skos:definition><![CDATA[Signifies the agreement to the processing of personal data related to an individual]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/2sa/elap/privacy</eira:PURI> + <eira:definitionSource><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/2-underlying-principles-european-public-services#2.4]]></eira:definitionSource> + <eira:view>TVA-Functional Architecture Principles</eira:view> + <eira:view>OV-Governance Architecture Principles</eira:view> + <eira:view>OV-Functional Architecture Principles</eira:view> + <eira:view>SV-Governance Architecture Principles</eira:view> + <eira:view>TVI-Functional Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/best-fit-public-service-implementation-orientation"> + <skos:notation><![CDATA[Best fit Public Service Implementation Orientation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/best-fit-public-service-implementation-orientation</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Best fit Public Service Implementation Orientation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The implementation of digital public services has a focus on integration, technology, governance or legal. Experience shows that a focused approach is a critical success factor in the implementation of digital public services. An assessment of the context is made prior to the implementation in order to determine the best focus.The priority of the implementation activities is determined by the chosen focus.Use mechanisms provided by the European Commission to plan and align the strategy with real needs. An example is IDPSIO, the IDPSIO (Interoperable Digital Public Services Implementation Orientation) Assessment Tool aims to support digital public service owners in deciding the approach to follow in order to implement their digital public services."" + +Source: COM(2017) 134 final ANNEX 2 COMMUNICATION FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT, THE COUNCIL, THE EUROPEAN ECONOMIC AND SOCIAL COMMITTEE AND THE COMMITTEE OF THE REGIONS European Interoperability Framework - Implementation Strategy + +Source reference: https://eur-lex.europa.eu/legal-content/ES/TXT/?uri=CELEX%3A52017DC0134 + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/best-fit-public-service-implementation-orientation + +LOST view: OV-Governance Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:best-fit-public-service-implementation-orientation + +Title: Best fit Public Service Implementation Orientation + +Additional information: Experience shows that a focused approach is a critical success factor in the implementation of digital public services. +EUR-Lex is your online gateway to EU Law. 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 + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:best-fit-public-service-implementation-orientation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/best-fit-public-service-implementation-orientation_Properties"> + <skos:notation><![CDATA[Properties of Best fit Public Service Implementation Orientation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/best-fit-public-service-implementation-orientation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Best fit Public Service Implementation Orientation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/best-fit-public-service-implementation-orientation" /> + <dcterms:type>elap:best-fit-public-service-implementation-orientation</dcterms:type> + <dcterms:title><![CDATA[Best fit Public Service Implementation Orientation]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/best-fit-public-service-implementation-orientation</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <skos:definition><![CDATA[The implementation of digital public services has a focus on integration, technology, governance or legal. Experience shows that a focused approach is a critical success factor in the implementation of digital public services. An assessment of the context is made prior to the implementation in order to determine the best focus.The priority of the implementation activities is determined by the chosen focus.Use mechanisms provided by the European Commission to plan and align the strategy with real needs. An example is IDPSIO, the IDPSIO (Interoperable Digital Public Services Implementation Orientation) Assessment Tool aims to support digital public service owners in deciding the approach to follow in order to implement their digital public services.""]]></skos:definition> + <skos:note><![CDATA[Experience shows that a focused approach is a critical success factor in the implementation of digital public services. +EUR-Lex is your online gateway to EU Law. 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]]></skos:note> + <eira:definitionSource><![CDATA[COM(2017) 134 final ANNEX 2 COMMUNICATION FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT, THE COUNCIL, THE EUROPEAN ECONOMIC AND SOCIAL COMMITTEE AND THE COMMITTEE OF THE REGIONS European Interoperability Framework - Implementation Strategy]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://eur-lex.europa.eu/legal-content/ES/TXT/?uri=CELEX%3A52017DC0134]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>OV-Governance Architecture Principles</eira:view> + <eira:view>LV-Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/CitizenParticipationPrinciple"> + <skos:notation><![CDATA[Citizen Participation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/CitizenParticipationPrinciple</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Citizen Participation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Citizen Participation is a principle of European Data Sharing that emphasizes the involvement of citizens in decision-making processes related to data sharing. It recognizes the importance of including citizens in discussions, consultations, and collaborations to ensure transparency, accountability, and democratic governance in data sharing initiatives. + +Source: European Commission + +Source reference: https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en + +Last modification: 2024-03-17 + +Identifier: http://data.europa.eu/dr8/egovera/CitizenParticipationPrinciple + +LOST view: Architecture Principles view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:CitizenParticipationPrinciple + +Additional identifier: http://data.europa.eu/dr8/egovera/CitizenParticipationPrinciple + +Title: Citizen Participation + +Example: An example of Citizen Participation in practice is when a city government initiates a public consultation process to gather input from residents on the use of data collected through smart city sensors. Citizens are invited to provide feedback, express concerns, and suggest potential uses for the data. This participatory approach allows the city to make informed decisions that reflect the needs and preferences of its citizens, ensuring that data sharing initiatives are transparent, accountable, and beneficial to the community as a whole. + +Additional information: Citizen Participation promotes the active engagement of individuals, communities, and civil society organizations in shaping data sharing policies, frameworks, and practices. It aims to foster trust, promote inclusivity, and empower citizens to have a say in how their data is collected, used, and shared. By involving citizens, data sharing initiatives can better address societal needs, protect privacy rights, and ensure that data-driven decisions align with public interests. + +EIF Layer: N/A + +ABB Specialised: http://data.europa.eu/dr8/ArchitecturePrinciple + +]]></skos:definition> + <egovera:CitizenParticipationPrinciple_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/CitizenParticipationPrinciple_Properties"> + <skos:notation><![CDATA[Properties of Citizen Participation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/CitizenParticipationPrinciple_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Citizen Participation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/CitizenParticipationPrinciple" /> + <eira:PURI>http://data.europa.eu/dr8/egovera/CitizenParticipationPrinciple</eira:PURI> + <dcterms:modified>2024-03-17</dcterms:modified> + <dcterms:type>eira:CitizenParticipationPrinciple</dcterms:type> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/CitizenParticipationPrinciple</dcterms:identifier> + <dcterms:title><![CDATA[Citizen Participation]]></dcterms:title> + <skos:definition><![CDATA[Citizen Participation is a principle of European Data Sharing that emphasizes the involvement of citizens in decision-making processes related to data sharing. It recognizes the importance of including citizens in discussions, consultations, and collaborations to ensure transparency, accountability, and democratic governance in data sharing initiatives.]]></skos:definition> + <skos:example><![CDATA[An example of Citizen Participation in practice is when a city government initiates a public consultation process to gather input from residents on the use of data collected through smart city sensors. Citizens are invited to provide feedback, express concerns, and suggest potential uses for the data. This participatory approach allows the city to make informed decisions that reflect the needs and preferences of its citizens, ensuring that data sharing initiatives are transparent, accountable, and beneficial to the community as a whole.]]></skos:example> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[European Commission]]></eira:definitionSource> + <skos:note><![CDATA[Citizen Participation promotes the active engagement of individuals, communities, and civil society organizations in shaping data sharing policies, frameworks, and practices. It aims to foster trust, promote inclusivity, and empower citizens to have a say in how their data is collected, used, and shared. By involving citizens, data sharing initiatives can better address societal needs, protect privacy rights, and ensure that data-driven decisions align with public interests.]]></skos:note> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en]]></eira:definitionSourceReference> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/ArchitecturePrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/subsidiarity-and-proportionality"> + <skos:notation><![CDATA[Subsidiarity and proportionality]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/subsidiarity-and-proportionality</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: The subsidiarity principle requires EU decisions to be taken as closely as possible by the citizen. The proportionality principle limits EU actions to what is necessary to achieve the objectives of the Treaties. One of the implications of the principle is that at a national level, some measures should be put in place to ensure that the specific needs of a specific country are considered and planned within national interoperability frameworks. + +Source: Subsidiarity and proportionality Underlying Principle (1) of the European Interoperability Framework (EIF) + +Source reference: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/2-underlying-principles-european-public-services#2.2 + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/subsidiarity-and-proportionality + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:SubsidiarityAndProportionalityPrinciple + +Title: Subsidiarity and proportionality + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:subsidiarity-and-proportionality_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/subsidiarity-and-proportionality_Properties"> + <skos:notation><![CDATA[Properties of Subsidiarity and proportionality]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/subsidiarity-and-proportionality_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" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/subsidiarity-and-proportionality" /> + <dcterms:type>elap:SubsidiarityAndProportionalityPrinciple</dcterms:type> + <dcterms:title><![CDATA[Subsidiarity and proportionality]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/subsidiarity-and-proportionality</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[Subsidiarity and proportionality Underlying Principle (1) of the European Interoperability Framework (EIF)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/2-underlying-principles-european-public-services#2.2]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[The subsidiarity principle requires EU decisions to be taken as closely as possible by the citizen. The proportionality principle limits EU actions to what is necessary to achieve the objectives of the Treaties. One of the implications of the principle is that at a national level, some measures should be put in place to ensure that the specific needs of a specific country are considered and planned within national interoperability frameworks.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/reuse-buy-build"> + <skos:notation><![CDATA[Reuse, before buy, before build]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/reuse-buy-build</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Reuse, before buy, before build]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Existing IT systems are reused, before deciding upon buying or even building them. Taxpayers money can only be spent once. Reusing existing systems is a lot cheaper that buying new systems or even building them. In most cases, the requirements of public administrations are not very specific, and existing systems are sufficient to support the processes. It may seem that the costs of building new IT systems can be acceptable, but the costs of the maintenance and support of these systems are often forgotten and are much higher than the cost related to the initial development. When requirements for IT support arise, it is first determined whether systems that provide similar functionality are already available in the organization or otherwise in the market.Requirements that are not supported by existing systems are critically analyzed to determine whether they are really essential.Processes are adapted to existing systems or standard systems that are available in the market, when possible and acceptable.Building new IT systems is only considered a last resort when no existing systems exist or cannot fulfil essential requirements."" + +Source: Reusability Underlying Principle (4) of the European Interoperability Framework (EIF) + +Source reference: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/reusability + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/reuse-buy-build + +LOST view: TVA-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:reuse-buy-build + +Title: Reuse, before buy, before build + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:reuse-buy-build_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/reuse-buy-build_Properties"> + <skos:notation><![CDATA[Properties of Reuse, before buy, before build]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/reuse-buy-build_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Reuse, before buy, before build]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/reuse-buy-build" /> + <dcterms:type>elap:reuse-buy-build</dcterms:type> + <dcterms:title><![CDATA[Reuse, before buy, before build]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/reuse-buy-build</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[Reusability Underlying Principle (4) of the European Interoperability Framework (EIF)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/reusability]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>TVA-Functional Architecture Principles</eira:view> + <eira:view>SV-Functional Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[Existing IT systems are reused, before deciding upon buying or even building them. Taxpayers money can only be spent once. Reusing existing systems is a lot cheaper that buying new systems or even building them. In most cases, the requirements of public administrations are not very specific, and existing systems are sufficient to support the processes. It may seem that the costs of building new IT systems can be acceptable, but the costs of the maintenance and support of these systems are often forgotten and are much higher than the cost related to the initial development. When requirements for IT support arise, it is first determined whether systems that provide similar functionality are already available in the organization or otherwise in the market.Requirements that are not supported by existing systems are critically analyzed to determine whether they are really essential.Processes are adapted to existing systems or standard systems that are available in the market, when possible and acceptable.Building new IT systems is only considered a last resort when no existing systems exist or cannot fulfil essential requirements.""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/administrative-simplification"> + <skos:notation><![CDATA[Administrative Simplification +]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/administrative-simplification</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: Where possible, public administrations should seek to streamline and simplify their administrative processes by improving them or eliminating any that do not provide public value. Administrative simplification means, where possible, streamlining and simplifying administrative processes by improving them or eliminating anything that does not provide public value. Administrative simplification can help businesses and citizens to reduce the administrative burden of complying with EU legislation or national obligations.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. Simplify processes and use digital channels whenever appropriate for thedelivery of European public services, to respond promptly and with highquality to users’ requests and reduce the administrative burden on publicadministrations, businesses and citizens."" + +Source: Administrative Simplification Underlying Principle (10) of the European Interoperability Framework (EIF) + +Source reference: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/administrative-simplification + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/administrative-simplification + +LOST view: TVA-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:administrative-simplification + +Title: Administrative Simplification + + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:administrative-simplification_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/administrative-simplification_Properties"> + <skos:notation><![CDATA[Properties of Administrative Simplification]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/administrative-simplification_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Administrative Simplification]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/administrative-simplification" /> + <dcterms:type>elap:administrative-simplification</dcterms:type> + <eira:PURI>http://data.europa.eu/2sa/elap/administrative-simplification</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <dcterms:title><![CDATA[Administrative Simplification]]></dcterms:title> + <eira:definitionSource><![CDATA[Administrative Simplification Underlying Principle (10) of the European Interoperability Framework (EIF)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/administrative-simplification]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>TVA-Functional Architecture Principles</eira:view> + <eira:view>TVA-Governance Architecture Principles</eira:view> + <eira:view>TVI-Governance Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[Where possible, public administrations should seek to streamline and simplify their administrative processes by improving them or eliminating any that do not provide public value. Administrative simplification means, where possible, streamlining and simplifying administrative processes by improving them or eliminating anything that does not provide public value. Administrative simplification can help businesses and citizens to reduce the administrative burden of complying with EU legislation or national obligations.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. Simplify processes and use digital channels whenever appropriate for thedelivery of European public services, to respond promptly and with highquality to users’ requests and reduce the administrative burden on publicadministrations, businesses and citizens.""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/SelfDeterminationPrinciple"> + <skos:notation><![CDATA[Self Determination]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/SelfDeterminationPrinciple</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Self Determination]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The principle of self-determination in European Data Sharing emphasizes the individual's right to control their personal data and make informed decisions about its collection, use, and disclosure. It recognizes that individuals should have the autonomy to determine how their data is shared and used by others. + +Source: European Union + +Source reference: https://edpb.europa.eu/ + +Last modification: 2024-03-17 + +Identifier: http://data.europa.eu/dr8/egovera/SelfDeterminationPrinciple + +LOST view: Architecture Principles view + +EIRA concept: eira:ArchitectureBuildingBlock + +Additional identifier: http://data.europa.eu/dr8/egovera/SelfDeterminationPrinciple + +Title: Self Determination + +Example: An example of self-determination in practice is when an individual is presented with clear and understandable choices regarding the collection and use of their personal data. For instance, a website may provide options for users to opt-in or opt-out of certain data processing activities, such as targeted advertising or sharing data with third parties. By giving individuals the ability to exercise their self-determination, they can make informed decisions about their data and protect their privacy. + +Additional information: Self-determination is a fundamental aspect of data protection and privacy rights. It ensures that individuals have the ability to exercise control over their personal data, including the right to provide or withhold consent for data processing activities. This principle is enshrined in various European data protection laws, such as the General Data Protection Regulation (GDPR), which grants individuals the right to be informed, access, rectify, and erase their personal data. Self-determination also includes the right to object to data processing, restrict processing, and the right to data portability. + +EIF Layer: N/A + +ABB Specialised: http://data.europa.eu/dr8/ArchitecturePrinciple + +ABB name: eira:SelfDeterminationPrinciple + +]]></skos:definition> + <egovera:SelfDeterminationPrinciple_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/SelfDeterminationPrinciple_Properties"> + <skos:notation><![CDATA[Properties of Self Determination]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/SelfDeterminationPrinciple_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Self Determination]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/SelfDeterminationPrinciple" /> + <eira:PURI>http://data.europa.eu/dr8/egovera/SelfDeterminationPrinciple</eira:PURI> + <dcterms:modified>2024-03-17</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/SelfDeterminationPrinciple</dcterms:identifier> + <dcterms:title><![CDATA[Self Determination]]></dcterms:title> + <skos:definition><![CDATA[The principle of self-determination in European Data Sharing emphasizes the individual's right to control their personal data and make informed decisions about its collection, use, and disclosure. It recognizes that individuals should have the autonomy to determine how their data is shared and used by others.]]></skos:definition> + <skos:example><![CDATA[An example of self-determination in practice is when an individual is presented with clear and understandable choices regarding the collection and use of their personal data. For instance, a website may provide options for users to opt-in or opt-out of certain data processing activities, such as targeted advertising or sharing data with third parties. By giving individuals the ability to exercise their self-determination, they can make informed decisions about their data and protect their privacy.]]></skos:example> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[European Union]]></eira:definitionSource> + <skos:note><![CDATA[Self-determination is a fundamental aspect of data protection and privacy rights. It ensures that individuals have the ability to exercise control over their personal data, including the right to provide or withhold consent for data processing activities. This principle is enshrined in various European data protection laws, such as the General Data Protection Regulation (GDPR), which grants individuals the right to be informed, access, rectify, and erase their personal data. Self-determination also includes the right to object to data processing, restrict processing, and the right to data portability.]]></skos:note> + <eira:definitionSourceReference><![CDATA[https://edpb.europa.eu/]]></eira:definitionSourceReference> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/ArchitecturePrinciple</skos:broader> + <dcterms:type>eira:SelfDeterminationPrinciple</dcterms:type> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/FairCompetitionPrinciple"> + <skos:notation><![CDATA[Fair Competition]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/FairCompetitionPrinciple</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Fair Competition]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The principle of Fair Competition in European Data Sharing ensures that all participants have equal opportunities and are subject to the same rules and regulations when accessing and utilizing shared data. It promotes a level playing field for businesses and organizations, preventing unfair advantages or monopolistic practices. + +Source: European Commission + +Source reference: https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en + +Last modification: 2024-03-17 + +Identifier: http://data.europa.eu/dr8/egovera/FairCompetitionPrinciple + +LOST view: Architecture Principles view + +EIRA concept: eira:ArchitectureBuildingBlock + +Additional identifier: http://data.europa.eu/dr8/egovera/FairCompetitionPrinciple + +Title: Fair Competition + +Example: An example of the application of Fair Competition in European Data Sharing is when a data-sharing platform provides equal access to all participants, regardless of their size or market position. This ensures that startups and smaller businesses have the same opportunities as larger corporations to utilize shared data for product development, market analysis, or improving their services. Additionally, Fair Competition principles may include regulations to prevent data monopolies or anti-competitive behavior, such as prohibiting exclusive data-sharing agreements that limit access for certain competitors. + +Additional information: Fair Competition is a fundamental principle in the European Data Sharing framework, aiming to foster innovation, encourage market diversity, and prevent anti-competitive behavior. It ensures that data sharing practices do not lead to the creation of monopolies or unfair market advantages for certain entities. By promoting fair competition, the European Union aims to create an environment that benefits both businesses and consumers, fostering economic growth and innovation. + +EIF Layer: N/A + +ABB Specialised: http://data.europa.eu/dr8/ArchitecturePrinciple + +ABB name: eira:FairCompetitionPrinciple + +]]></skos:definition> + <egovera:FairCompetitionPrinciple_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/FairCompetitionPrinciple_Properties"> + <skos:notation><![CDATA[Properties of Fair Competition]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/FairCompetitionPrinciple_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Fair Competition]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/FairCompetitionPrinciple" /> + <eira:PURI>http://data.europa.eu/dr8/egovera/FairCompetitionPrinciple</eira:PURI> + <dcterms:modified>2024-03-17</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/FairCompetitionPrinciple</dcterms:identifier> + <dcterms:title><![CDATA[Fair Competition]]></dcterms:title> + <skos:definition><![CDATA[The principle of Fair Competition in European Data Sharing ensures that all participants have equal opportunities and are subject to the same rules and regulations when accessing and utilizing shared data. It promotes a level playing field for businesses and organizations, preventing unfair advantages or monopolistic practices.]]></skos:definition> + <skos:example><![CDATA[An example of the application of Fair Competition in European Data Sharing is when a data-sharing platform provides equal access to all participants, regardless of their size or market position. This ensures that startups and smaller businesses have the same opportunities as larger corporations to utilize shared data for product development, market analysis, or improving their services. Additionally, Fair Competition principles may include regulations to prevent data monopolies or anti-competitive behavior, such as prohibiting exclusive data-sharing agreements that limit access for certain competitors.]]></skos:example> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[European Commission]]></eira:definitionSource> + <skos:note><![CDATA[Fair Competition is a fundamental principle in the European Data Sharing framework, aiming to foster innovation, encourage market diversity, and prevent anti-competitive behavior. It ensures that data sharing practices do not lead to the creation of monopolies or unfair market advantages for certain entities. By promoting fair competition, the European Union aims to create an environment that benefits both businesses and consumers, fostering economic growth and innovation.]]></skos:note> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en]]></eira:definitionSourceReference> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/ArchitecturePrinciple</skos:broader> + <dcterms:type>eira:FairCompetitionPrinciple</dcterms:type> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/technology-neutrality"> + <skos:notation><![CDATA[Technology Neutrality]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/technology-neutrality</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: Laws and regulations are technology neutral Regulations tied to a particular technology may quickly become obsolete and require further amendment. Also, technology-specific regulations lead to dependency on specific manufacturers, developers, suppliers or distributors of technology or services. It guarantees freedom of choice by not forcing users into using any specific technology. + +Source: Technological neutrality and data portability Underlying Principle (5) of the European Interoperability Framework (EIF) + +Source reference: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/technological-neutrality-and-data-portability + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/technology-neutrality + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:TechnologyNeutralityPrinciple + +Title: Technology Neutrality + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:technology-neutrality_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/technology-neutrality_Properties"> + <skos:notation><![CDATA[Properties of Technology Neutrality]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/technology-neutrality_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Technology Neutrality]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/technology-neutrality" /> + <dcterms:type>elap:TechnologyNeutralityPrinciple</dcterms:type> + <dcterms:title><![CDATA[Technology Neutrality]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/technology-neutrality</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[Technological neutrality and data portability Underlying Principle (5) of the European Interoperability Framework (EIF)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/technological-neutrality-and-data-portability]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[Laws and regulations are technology neutral Regulations tied to a particular technology may quickly become obsolete and require further amendment. Also, technology-specific regulations lead to dependency on specific manufacturers, developers, suppliers or distributors of technology or services. It guarantees freedom of choice by not forcing users into using any specific technology.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/security-design"> + <skos:notation><![CDATA[Security by Design]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/security-design</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Security by Design]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Security by design refers to one of the prime principles found in any standard and in any practice throughout the whole of IT. + +Source: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/2-underlying-principles-european-public-services#2.4 + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/security-design + +LOST view: TVA-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:security-design + +Additional information: Security by design encompasses 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. + +Security by design (or secure by design), sometimes abbreviated “SbD,†is a new industry term for a range of security practices built on one fundamental idea — that security should be built into a product by design, instead of being added on later by third-party products and services. +The European Interoperability Framework 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. + +Title: Security by Design + +EIF Layer: N/A + +ABB Specialised: http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/EIFPrinciplePrinciple" /> + <elap:security-design_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/security-design_Properties"> + <skos:notation><![CDATA[Properties of Security by Design]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/security-design_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Security by Design]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/security-design" /> + <dcterms:type>elap:security-design</dcterms:type> + <dcterms:modified>2024-01-17</dcterms:modified> + <skos:note><![CDATA[Security by design encompasses 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. + +Security by design (or secure by design), sometimes abbreviated “SbD,†is a new industry term for a range of security practices built on one fundamental idea — that security should be built into a product by design, instead of being added on later by third-party products and services. +The European Interoperability Framework 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:note> + <dcterms:title><![CDATA[Security by Design]]></dcterms:title> + <skos:definition><![CDATA[Security by design refers to one of the prime principles found in any standard and in any practice throughout the whole of IT.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/2sa/elap/security-design</eira:PURI> + <eira:definitionSource><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/2-underlying-principles-european-public-services#2.4]]></eira:definitionSource> + <eira:view>TVA-Functional Architecture Principles</eira:view> + <eira:view>OV-Governance Architecture Principles</eira:view> + <eira:view>OV-Functional Architecture Principles</eira:view> + <eira:view>SV-Governance Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/InclusionPrinciple"> + <skos:notation><![CDATA[Inclusion]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/InclusionPrinciple</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Inclusion]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The European Data Sharing principle of Inclusion emphasizes the importance of ensuring that all individuals and organizations have equal access to shared data resources. It promotes the idea that data should be made available to a wide range of stakeholders, including citizens, businesses, researchers, and public sector entities, without any discrimination or exclusion based on factors such as nationality, location, or organizational affiliation. + +Source: European Commission + +Source reference: https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en + +Last modification: 2024-03-17 + +Identifier: http://data.europa.eu/dr8/egovera/InclusionPrinciple + +LOST view: Architecture Principles view + +EIRA concept: eira:ArchitectureBuildingBlock + +Additional identifier: http://data.europa.eu/dr8/egovera/InclusionPrinciple + +Title: Inclusion + +Example: An example of the application of the Inclusion principle is the creation of open data portals by governments, where they make various datasets available to the public, researchers, and businesses. These portals ensure that data is accessible to anyone interested, enabling the development of innovative applications, research studies, and informed policy-making. Additionally, initiatives promoting data sharing among different organizations, such as public-private partnerships, adhere to the principle of inclusion by allowing equal participation and access to shared data resources. + +Additional information: Inclusion in data sharing is crucial for fostering innovation, enabling fair competition, and driving societal benefits. It ensures that data is not monopolized by a few entities and encourages collaboration and participation from diverse stakeholders. By promoting inclusivity, the European Data Sharing principle aims to create a level playing field and empower all actors to leverage data for economic growth, scientific advancements, and evidence-based decision-making. + +EIF Layer: N/A + +ABB Specialised: http://data.europa.eu/dr8/ArchitecturePrinciple + +ABB name: eira:InclusionPrinciple + +]]></skos:definition> + <egovera:InclusionPrinciple_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/InclusionPrinciple_Properties"> + <skos:notation><![CDATA[Properties of Inclusion]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/InclusionPrinciple_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Inclusion]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/InclusionPrinciple" /> + <eira:PURI>http://data.europa.eu/dr8/egovera/InclusionPrinciple</eira:PURI> + <dcterms:modified>2024-03-17</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/InclusionPrinciple</dcterms:identifier> + <dcterms:title><![CDATA[Inclusion]]></dcterms:title> + <skos:example><![CDATA[An example of the application of the Inclusion principle is the creation of open data portals by governments, where they make various datasets available to the public, researchers, and businesses. These portals ensure that data is accessible to anyone interested, enabling the development of innovative applications, research studies, and informed policy-making. Additionally, initiatives promoting data sharing among different organizations, such as public-private partnerships, adhere to the principle of inclusion by allowing equal participation and access to shared data resources.]]></skos:example> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[European Commission]]></eira:definitionSource> + <skos:note><![CDATA[Inclusion in data sharing is crucial for fostering innovation, enabling fair competition, and driving societal benefits. It ensures that data is not monopolized by a few entities and encourages collaboration and participation from diverse stakeholders. By promoting inclusivity, the European Data Sharing principle aims to create a level playing field and empower all actors to leverage data for economic growth, scientific advancements, and evidence-based decision-making.]]></skos:note> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en]]></eira:definitionSourceReference> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[The European Data Sharing principle of Inclusion emphasizes the importance of ensuring that all individuals and organizations have equal access to shared data resources. It promotes the idea that data should be made available to a wide range of stakeholders, including citizens, businesses, researchers, and public sector entities, without any discrimination or exclusion based on factors such as nationality, location, or organizational affiliation.]]></skos:definition> + <skos:broader>http://data.europa.eu/dr8/ArchitecturePrinciple</skos:broader> + <dcterms:type>eira:InclusionPrinciple</dcterms:type> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/eu-localisation-framework-compliance"> + <skos:notation><![CDATA[EU Localisation Framework compliance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/eu-localisation-framework-compliance</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[EU Localisation Framework compliance]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: EU Localisation Framework compliance refers to digital public services being compliant and implementing the INSPIRE directive and the different requirements stated in the regulation. The EU Localisation Framework 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. Public Administrations and stakeholders need to follow the different guidelines, implement the specifications and foster training for the understanding of INSPIRE directive. + +Source: European Union Location Framework (EULF) + +Source reference: https://inspire.ec.europa.eu/eulf/31 + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/eu-localisation-framework-compliance + +LOST view: TVA-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:eu-localisation-framework-compliance + +Title: EU Localisation Framework compliance + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:eu-localisation-framework-compliance_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/eu-localisation-framework-compliance_Properties"> + <skos:notation><![CDATA[Properties of EU Localisation Framework compliance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/eu-localisation-framework-compliance_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of EU Localisation Framework compliance]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/eu-localisation-framework-compliance" /> + <dcterms:type>elap:eu-localisation-framework-compliance</dcterms:type> + <dcterms:title><![CDATA[EU Localisation Framework compliance]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/eu-localisation-framework-compliance</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[European Union Location Framework (EULF)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://inspire.ec.europa.eu/eulf/31]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>TVA-Functional Architecture Principles</eira:view> + <eira:view>SV-Functional Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[EU Localisation Framework compliance refers to digital public services being compliant and implementing the INSPIRE directive and the different requirements stated in the regulation. The EU Localisation Framework 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. Public Administrations and stakeholders need to follow the different guidelines, implement the specifications and foster training for the understanding of INSPIRE directive.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/data-findability"> + <skos:notation><![CDATA[Data Findability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/data-findability</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Findability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Metadata and data should be easy to find for both humans and computers Global and universal identification of metadata and data must be achieved by globally unique and persistent identifiers.Enriched (Meta)Data refers to data enrichment, regardless of any specific purpose or use. Metadata needs to be linked to the data that is described. Metadata and data should promote the discovery of digital resources. Data provided must be properly described, ensuring data quality and its discovery. Data and metadata with a high level of standardisation and reuse of already available tools (vocabularies, etc) that allow its discoverability and reuse. Key aspects to make data findable are: Has a persistent identifier, has rich metadata, and is searchable and discoverable online. + +Source: FAIR Principles + +Source reference: https://www.go-fair.org/fair-principles/ + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/data-findability + +LOST view: TVA-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:data-findability + +Title: Data Findability + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:data-findability_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/data-findability_Properties"> + <skos:notation><![CDATA[Properties of Data Findability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/data-findability_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Findability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/data-findability" /> + <dcterms:type>elap:data-findability</dcterms:type> + <dcterms:title><![CDATA[Data Findability]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/data-findability</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[FAIR Principles]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.go-fair.org/fair-principles/]]></eira:definitionSourceReference> + <eira:view>TVA-Functional Architecture Principles</eira:view> + <eira:view>SV-Functional Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[Metadata and data should be easy to find for both humans and computers Global and universal identification of metadata and data must be achieved by globally unique and persistent identifiers.Enriched (Meta)Data refers to data enrichment, regardless of any specific purpose or use. Metadata needs to be linked to the data that is described. Metadata and data should promote the discovery of digital resources. Data provided must be properly described, ensuring data quality and its discovery. Data and metadata with a high level of standardisation and reuse of already available tools (vocabularies, etc) that allow its discoverability and reuse. Key aspects to make data findable are: Has a persistent identifier, has rich metadata, and is searchable and discoverable online.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/data-reusability"> + <skos:notation><![CDATA[Data Reusability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/data-reusability</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Reusability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Metadata and data should be well-described so that they can be replicated and/or combined in different settings. Reusability is the central goal of FAIR and is usually the trigger for the introduction of data management and FAIR in companies. In principle, achieving F, A and I should achieve most of R - but there is another important aspect of the reusability principle that needs to be resolved. When designing data collection processes, reusability beyond the original purpose must be considered. It is usually extremely difficult to make data that is not FAIR reusable after the fact. Data reusability must be in place from the beginning, i.e. context and tacit knowledge must be built in from the start. Otherwise, there is a risk that datasets will be found and analysed under false assumptions, leading to a disruption of projects and sometimes a reluctance of researchers to share their data with others. Data reusability must be in place from the beginning, i.e. context and tacit knowledge must be built in from the start. Otherwise, there is a risk that datasets will be found and analysed under false assumptions, leading to a disruption of projects and sometimes a reluctance of researchers to share their data with others.Mechanisms that ensure the data can be reused by other stakeholders are relevant, for this, two aspects to take into account are well-documented and clear licence and provenance information. "" + +Source: FAIR Principles + +Source reference: https://www.go-fair.org/fair-principles/ + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/data-reusability + +LOST view: TVA-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:data-reusability + +Title: Data Reusability + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:data-reusability_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/data-reusability_Properties"> + <skos:notation><![CDATA[Properties of Data Reusability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/data-reusability_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Reusability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/data-reusability" /> + <dcterms:type>elap:data-reusability</dcterms:type> + <dcterms:title><![CDATA[Data Reusability]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/data-reusability</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[FAIR Principles]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.go-fair.org/fair-principles/]]></eira:definitionSourceReference> + <eira:view>TVA-Functional Architecture Principles</eira:view> + <eira:view>OV-Governance Architecture Principles</eira:view> + <eira:view>SV-Functional Architecture Principles</eira:view> + <eira:view>SV-Governance Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[Metadata and data should be well-described so that they can be replicated and/or combined in different settings. Reusability is the central goal of FAIR and is usually the trigger for the introduction of data management and FAIR in companies. In principle, achieving F, A and I should achieve most of R - but there is another important aspect of the reusability principle that needs to be resolved. When designing data collection processes, reusability beyond the original purpose must be considered. It is usually extremely difficult to make data that is not FAIR reusable after the fact. Data reusability must be in place from the beginning, i.e. context and tacit knowledge must be built in from the start. Otherwise, there is a risk that datasets will be found and analysed under false assumptions, leading to a disruption of projects and sometimes a reluctance of researchers to share their data with others. Data reusability must be in place from the beginning, i.e. context and tacit knowledge must be built in from the start. Otherwise, there is a risk that datasets will be found and analysed under false assumptions, leading to a disruption of projects and sometimes a reluctance of researchers to share their data with others.Mechanisms that ensure the data can be reused by other stakeholders are relevant, for this, two aspects to take into account are well-documented and clear licence and provenance information. ""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/convergence-control-public-policy-goals-attainment"> + <skos:notation><![CDATA[Convergence control on public policy goals attainment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/convergence-control-public-policy-goals-attainment</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: The design and implementation of sufficient mechanisms to attain full visibility on the effective realisation of public services, based on public policies, by putting in place processes and procedures that provide accountability to stakeholders. Digital public services are based on public policies, their context and constraints. Bounded on that fact, organisations develop their strategies and roadmaps accordingly, which implies the provision of funds and efforts to develop effective and efficient public services. The economic and technical efforts need to be monitored and tracked to ensure that policies are implemented without additional effort. At that point is where public administrations need to put mechanisms to follow-up on implementations and the attainment of public policy objectives. Evaluate the effectiveness and efficiency of different interoperabilitysolutions and technological options considering user needs, proportionality and balance between costs and benefits"" + +Source: Assessment of Effectiveness and Efficiency Underlying Principle (12) of the European Interoperability Framework (EIF) + +Source reference: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/assessment-effectiveness-and-efficiency + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/convergence-control-public-policy-goals-attainment + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:ConvergenceControlOnPublicPolicyGoalsAttainmentPrinciple + +Title: Convergence control on public policy goals attainment + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:convergence-control-public-policy-goals-attainment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/convergence-control-public-policy-goals-attainment_Properties"> + <skos:notation><![CDATA[Properties of Convergence control on public policy goals attainment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/convergence-control-public-policy-goals-attainment_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" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/convergence-control-public-policy-goals-attainment" /> + <dcterms:type>elap:ConvergenceControlOnPublicPolicyGoalsAttainmentPrinciple</dcterms:type> + <dcterms:title><![CDATA[Convergence control on public policy goals attainment]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/convergence-control-public-policy-goals-attainment</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[Assessment of Effectiveness and Efficiency Underlying Principle (12) of the European Interoperability Framework (EIF)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/assessment-effectiveness-and-efficiency]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[The design and implementation of sufficient mechanisms to attain full visibility on the effective realisation of public services, based on public policies, by putting in place processes and procedures that provide accountability to stakeholders. Digital public services are based on public policies, their context and constraints. Bounded on that fact, organisations develop their strategies and roadmaps accordingly, which implies the provision of funds and efforts to develop effective and efficient public services. The economic and technical efforts need to be monitored and tracked to ensure that policies are implemented without additional effort. At that point is where public administrations need to put mechanisms to follow-up on implementations and the attainment of public policy objectives. Evaluate the effectiveness and efficiency of different interoperabilitysolutions and technological options considering user needs, proportionality and balance between costs and benefits""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </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 (ELAP) ABB is a set of principles 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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/EuropeanLibraryOfArchitecturePrinciplesPrinciple + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:EuropeanLibraryOfArchitecturePrinciplesPrinciple + +Example: The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ELAP transparency principle in the EIF context refers to: 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. 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. 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://joinup.ec.europa.eu/collection/common-assessment-method-standards-and-specifications-camss/solution/elap/distribution/elap-catalogue-v100xlsx + +Interoperability Saliency: 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. + +Additional information: 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. + +Interoperability Dimension: Governance IoP + +Viewpoint: EIRA Ontology viewpoint + +Additional identifier: http://data.europa.eu/dr8/EuropeanLibraryOfArchitecturePrinciplesPrinciple + +EIF Layer: N/A + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciplePrinciple" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/egovera/DigitalPublicServiceStrategyPrincipleCatalogueGrouping" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/egovera/DigitalPublicServiceImprovementPrincipleCatalogueGrouping" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/egovera/DigitalPublicServiceOperationPrincipleCatalogueGrouping" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/egovera/DigitalPublicServiceDesignPrincipleCatalogueGrouping" /> + <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>2024-01-28</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><![CDATA[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[The following implementation is an example of how this specific Architecture Building Block (ABB) can be instantiated as a Solution Building Block (SBB): ELAP transparency principle in the EIF context refers to: 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. 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. 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://joinup.ec.europa.eu/collection/common-assessment-method-standards-and-specifications-camss/solution/elap/distribution/elap-catalogue-v100xlsx]]></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:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>EIRA Ontology 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:view>EIRA Ontology viewpoint</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLibraryOfArchitecturePrinciplesPrinciple</dcterms:identifier> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesPrinciple"> + <skos:notation><![CDATA[European Data Sharing Principles]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesPrinciple</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[European Data Sharing Principles]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The European Data Sharing Principles are a set of guidelines established by the European Union to promote the responsible and secure sharing of data among organizations. These principles aim to foster innovation, maximize the value of data, and ensure privacy and data protection. + +Source: European Commission + +Source reference: https://ec.europa.eu/ + +Additional information: The European Data Sharing Principles were developed in alignment with the General Data Protection Regulation (GDPR) and other relevant data protection laws. They emphasize the importance of transparency, legal compliance, and accountability when sharing data. The principles encourage organizations to adopt fair and non-discriminatory data sharing practices, implement appropriate security measures, and establish clear governance frameworks for data sharing initiatives. By following these principles, the European Union seeks to create a data-sharing ecosystem that benefits both businesses and individuals while maintaining high standards of data protection. + +Example: An example application of the European Data Sharing Principles is a consortium of healthcare providers sharing anonymized patient data for medical research purposes. The principles ensure that the data is handled securely and in compliance with data protection laws. The healthcare providers implement technical measures to de-identify the data, establish data access controls, and define data usage agreements. Researchers can then access the shared data for scientific studies while protecting patient privacy and maintaining the trust of the individuals whose data is being shared. + +eira:iopDimension: Governance IoP + +LOST view: Architecture Principles view + +eira:iopSaliency: Interoperability is a key aspect of the European Data Sharing Principles. It ensures that data can be effectively shared and utilized across different systems, organizations, and sectors. By promoting interoperability, the principles aim to break down data silos, facilitate data exchange, and foster collaboration. This interoperability saliency enables seamless integration and analysis of diverse datasets, leading to enhanced decision-making, innovation, and societal benefits. + +Identifier: http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesPrinciple + +ABB name: egovera:EuropeanDataSharingPrinciplesPrinciple + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-07-07 + +dct:identifier: http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesPrinciple + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciplePrinciple" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesCatalogueGrouping" /> + <egovera:EuropeanDataSharingPrinciplesPrinciple_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesPrinciple_Properties"> + <skos:notation><![CDATA[Properties of European Data Sharing Principles]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesPrinciple_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of European Data Sharing Principles]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesPrinciple" /> + <eira:PURI>http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesPrinciple</eira:PURI> + <dcterms:type>egovera:EuropeanDataSharingPrinciplesPrinciple</dcterms:type> + <dcterms:modified>2023-11-20</dcterms:modified> + <eira:definitionSource><![CDATA[European Commission]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/]]></eira:definitionSourceReference> + <skos:example><![CDATA[An example application of the European Data Sharing Principles is a consortium of healthcare providers sharing anonymized patient data for medical research purposes. The principles ensure that the data is handled securely and in compliance with data protection laws. The healthcare providers implement technical measures to de-identify the data, establish data access controls, and define data usage agreements. Researchers can then access the shared data for scientific studies while protecting patient privacy and maintaining the trust of the individuals whose data is being shared.]]></skos:example> + <eira:iopSaliency><![CDATA[Interoperability is a key aspect of the European Data Sharing Principles. It ensures that data can be effectively shared and utilized across different systems, organizations, and sectors. By promoting interoperability, the principles aim to break down data silos, facilitate data exchange, and foster collaboration. This interoperability saliency enables seamless integration and analysis of diverse datasets, leading to enhanced decision-making, innovation, and societal benefits.]]></eira:iopSaliency> + <skos:note><![CDATA[The European Data Sharing Principles were developed in alignment with the General Data Protection Regulation (GDPR) and other relevant data protection laws. They emphasize the importance of transparency, legal compliance, and accountability when sharing data. The principles encourage organizations to adopt fair and non-discriminatory data sharing practices, implement appropriate security measures, and establish clear governance frameworks for data sharing initiatives. By following these principles, the European Union seeks to create a data-sharing ecosystem that benefits both businesses and individuals while maintaining high standards of data protection.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesPrinciple</dcterms:identifier> + <skos:definition><![CDATA[The European Data Sharing Principles are a set of guidelines established by the European Union to promote the responsible and secure sharing of data among organizations. These principles aim to foster innovation, maximize the value of data, and ensure privacy and data protection.]]></skos:definition> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/integrated-horizontal-user-experience"> + <skos:notation><![CDATA[Integrated Horizontal User Experience]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/integrated-horizontal-user-experience</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: Users have an integrated experience of digital public services Users should be optimally supported in their tasks. They should not be bothered by the fact that multiple organizations, processes or applications are needed to support these tasks. Users of digital public services experience one user interface which supports them in the execution of their tasks, and which feels like one application.Users are not confronted with duplicate steps or data entry in the execution of their tasks.Users need to only log in once to execute their tasks."" + +Source: eID Building Block of DIGITAL Europe + +Source reference: https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/2019/07/02/Improving+the+user+experience+of+cross-border+eID + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/integrated-horizontal-user-experience + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:IntegratedHorizontalUserExperiencePrinciple + +Title: Integrated Horizontal User Experience + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:integrated-horizontal-user-experience_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/integrated-horizontal-user-experience_Properties"> + <skos:notation><![CDATA[Properties of Integrated Horizontal User Experience]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/integrated-horizontal-user-experience_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" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/integrated-horizontal-user-experience" /> + <dcterms:type>elap:IntegratedHorizontalUserExperiencePrinciple</dcterms:type> + <dcterms:title><![CDATA[Integrated Horizontal User Experience]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/integrated-horizontal-user-experience</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[eID Building Block of DIGITAL Europe]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/2019/07/02/Improving+the+user+experience+of+cross-border+eID]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[Users have an integrated experience of digital public services Users should be optimally supported in their tasks. They should not be bothered by the fact that multiple organizations, processes or applications are needed to support these tasks. Users of digital public services experience one user interface which supports them in the execution of their tasks, and which feels like one application.Users are not confronted with duplicate steps or data entry in the execution of their tasks.Users need to only log in once to execute their tasks.""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/preservation-information"> + <skos:notation><![CDATA[Preservation of information]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/preservation-information</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: Records are preserved and made long-term accessible. Legislation requires that decisions and data are stored and can be accessed for a specified time. This includes all data and information in the electronic form held by public administrations for the purpose of documenting procedures and decisions. 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. + +Source: Preservation of information Underlying Principle (12) of the European Interoperability Framework (EIF) + +Source reference: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/2-underlying-principles-european-public-services#2.12 + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/preservation-information + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:PreservationOfInformationPrinciple + +Title: Preservation of information + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:preservation-information_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/preservation-information_Properties"> + <skos:notation><![CDATA[Properties of Preservation of information]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/preservation-information_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" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/preservation-information" /> + <dcterms:type>elap:PreservationOfInformationPrinciple</dcterms:type> + <dcterms:title><![CDATA[Preservation of information]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/preservation-information</eira:PURI> + <eira:definitionSource><![CDATA[Preservation of information Underlying Principle (12) of the European Interoperability Framework (EIF)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/2-underlying-principles-european-public-services#2.12]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <dcterms:modified>2024-01-17</dcterms:modified> + <skos:definition><![CDATA[Records are preserved and made long-term accessible. Legislation requires that decisions and data are stored and can be accessed for a specified time. This includes all data and information in the electronic form held by public administrations for the purpose of documenting procedures and decisions. 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.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/data-interoperability"> + <skos:notation><![CDATA[Data Interoperability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/data-interoperability</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Interoperability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Datasets metadata machine-readable format, vocabularies reused, and reference to other datasets and their metadata. Data format should be readable for machines without the need for specialised or ad hoc algorithms, translators, or mappings. Data does not exist in isolation but is highly dependent upon other data that is available from other parties. Data should also be reused, when possible, to prevent collecting the same data twice and introducing duplication, with the risk of inconsistency. Controlled vocabularies define the terms in a specific domain, standardising their interpretation. These concepts are the foundation for data, providing definitions and meaning to them. It is important for users of data to have access to these definitions, so they can correctly interpret the data. The usage of standardised methods for the representation of metadata (RDF, OWL, DAM+OIL, JSON LD). In the metadata of datasets, references are made to the metadata of other datasets that the dataset depends upon. The data model of the dataset refers to the data model and the specific data elements and definitions that are reused from other datasets. The data itself includes identifiers to data in other datasets that the data depends upon.Relevant controlled vocabularies that exist for the domain that is covered by a specific dataset are determined. Important terms that are not defined by existing controlled vocabularies are defined in a new controlled vocabulary. The controlled vocabulary is published in a standardized format in a location that can easly be found by the target audience. The controlled vocabulary and the concepts that it describes have globally unique and persistent identifiers, so they can easily be referred to."" + +Source: FAIR principles + +Source reference: https://www.go-fair.org/fair-principles/ + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/data-interoperability + +LOST view: TVA-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:data-interoperability + +Title: Data Interoperability + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:data-interoperability_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/data-interoperability_Properties"> + <skos:notation><![CDATA[Properties of Data Interoperability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/data-interoperability_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Interoperability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/data-interoperability" /> + <dcterms:type>elap:data-interoperability</dcterms:type> + <eira:PURI>http://data.europa.eu/2sa/elap/data-interoperability</eira:PURI> + <dcterms:title><![CDATA[Data Interoperability]]></dcterms:title> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[FAIR principles]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.go-fair.org/fair-principles/]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>TVA-Functional Architecture Principles</eira:view> + <eira:view>SV-Functional Architecture Principles</eira:view> + <eira:view>SV-Governance Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[Datasets metadata machine-readable format, vocabularies reused, and reference to other datasets and their metadata. Data format should be readable for machines without the need for specialised or ad hoc algorithms, translators, or mappings. Data does not exist in isolation but is highly dependent upon other data that is available from other parties. Data should also be reused, when possible, to prevent collecting the same data twice and introducing duplication, with the risk of inconsistency. Controlled vocabularies define the terms in a specific domain, standardising their interpretation. These concepts are the foundation for data, providing definitions and meaning to them. It is important for users of data to have access to these definitions, so they can correctly interpret the data. The usage of standardised methods for the representation of metadata (RDF, OWL, DAM+OIL, JSON LD). In the metadata of datasets, references are made to the metadata of other datasets that the dataset depends upon. The data model of the dataset refers to the data model and the specific data elements and definitions that are reused from other datasets. The data itself includes identifiers to data in other datasets that the data depends upon.Relevant controlled vocabularies that exist for the domain that is covered by a specific dataset are determined. Important terms that are not defined by existing controlled vocabularies are defined in a new controlled vocabulary. The controlled vocabulary is published in a standardized format in a location that can easly be found by the target audience. The controlled vocabulary and the concepts that it describes have globally unique and persistent identifiers, so they can easily be referred to.""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/code-ethics-compliance"> + <skos:notation><![CDATA[Code of ethics compliance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/code-ethics-compliance</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 refers to the expression of important values and standards that are also to be found in the law, but not only aspects related to legally-binding issues. A code of ethics is a written set of expectations that an organization has for its employees to conduct business in an honest manner. Ethics are values and principles that govern behaviour or conduct. Apart from legislation, the European foundational text \"Treaty on the Functioning of the European Union\" sets up the different terms and relevant aspects for the proper function of the European Union. All public services provided by public administrations under European Union must be aligned and fully compliant with European Union values. All initiatives and services need to be aligned and compliant with European Union values. + +Source: European Ombudsman + +Source reference: https://www.ombudsman.europa.eu/en/speech/en/49379;https://ec.europa.eu/commission/presscorner/detail/en/IP_22_452 + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/code-ethics-compliance + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:CodeOfEthicsCompliancePrinciple + +Title: Code of ethics compliance + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:code-ethics-compliance_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/code-ethics-compliance_Properties"> + <skos:notation><![CDATA[Properties of Code of ethics compliance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/code-ethics-compliance_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" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/code-ethics-compliance" /> + <dcterms:type>elap:CodeOfEthicsCompliancePrinciple</dcterms:type> + <dcterms:title><![CDATA[Code of ethics compliance]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/code-ethics-compliance</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[European Ombudsman]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.ombudsman.europa.eu/en/speech/en/49379;https://ec.europa.eu/commission/presscorner/detail/en/IP_22_452]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[Code of ethics compliance refers to the expression of important values and standards that are also to be found in the law, but not only aspects related to legally-binding issues. A code of ethics is a written set of expectations that an organization has for its employees to conduct business in an honest manner. Ethics are values and principles that govern behaviour or conduct. Apart from legislation, the European foundational text \"Treaty on the Functioning of the European Union\" sets up the different terms and relevant aspects for the proper function of the European Union. All public services provided by public administrations under European Union must be aligned and fully compliant with European Union values. All initiatives and services need to be aligned and compliant with European Union values.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/transparency-of-the-administrative-environment"> + <skos:notation><![CDATA[Transparency of the administrative environment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/transparency-of-the-administrative-environment</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Transparency of the administrative environment]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Enabling visibility inside the administrative environment of a public administration. Enabling visibility within the administrative environment of a public administration. It is about enabling other public administrations, citizens and businesses to view and understand administrative rules, processes, data, services and decision-making processes. Transparency at this stage requires public administrations to align with legal texts promoting and ensuring accountability from European institutions to citizens and businesses. Public organisations at the organisational level, need to include standardised processes that allow users to understand information, rules, data, services or the decision-making process of any organisation. "" + +Source: Transparency Underlying Principle (3) of the European Interoperability Framework (EIF) + +Source reference: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/2-underlying-principles-european-public-services + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/transparency-of-the-administrative-environment + +LOST view: SV-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:transparency-of-the-administrative-environment + +Title: Transparency of the administrative environment + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:transparency-of-the-administrative-environment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/transparency-of-the-administrative-environment_Properties"> + <skos:notation><![CDATA[Properties of Transparency of the administrative environment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/transparency-of-the-administrative-environment_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Transparency of the administrative environment]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/transparency-of-the-administrative-environment" /> + <dcterms:type>elap:transparency-of-the-administrative-environment</dcterms:type> + <dcterms:title><![CDATA[Transparency of the administrative environment]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/transparency-of-the-administrative-environment</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[Transparency Underlying Principle (3) of the European Interoperability Framework (EIF)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/2-underlying-principles-european-public-services]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>SV-Functional Architecture Principles</eira:view> + <eira:view>LV-Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[Enabling visibility inside the administrative environment of a public administration. Enabling visibility within the administrative environment of a public administration. It is about enabling other public administrations, citizens and businesses to view and understand administrative rules, processes, data, services and decision-making processes. Transparency at this stage requires public administrations to align with legal texts promoting and ensuring accountability from European institutions to citizens and businesses. Public organisations at the organisational level, need to include standardised processes that allow users to understand information, rules, data, services or the decision-making process of any organisation. ""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/neo-weberian-state-approach"> + <skos:notation><![CDATA[Neo-Weberian-State approach (NWS)]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/neo-weberian-state-approach</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Neo-Weberian-State approach (NWS)]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Ensure the evolution of society and eGovernment by implementing means for the achievement of the purpose, specifically for inclusion and equitative public service, resilience towards crises and efficient and effective innovation. NWS is a hierarchy-driven system within a hierarchy-market-network space. This NWS (based and driven by hierarchy) then moved to one of the normative reform models. The Neo-Weberian-State approach is focused an aimed to ensure three main core principles, that are specifically relevant to the development of eGovernment and societies: inclusive and equitable service delivery, resilient crises governance, and effective innovation for government and society. The application of the principle or the work towards the approach is a key enabler for digital and healthy societies, where users and the overall society is taken into account, and put on the focus on the development of Digital Public Services. Public administrations need to promote and implement policies, and legal instruments that guide the creation of inclusive and equitable service delivery, resilient crises governance, and effective innovation for government and society. + +Source: \"The neo-Weberian state: From ideal type model to reality?\" by UCL Institute for Innovation and Public Purpose + +Source reference: https://www.ucl.ac.uk/bartlett/public-purpose/sites/bartlett_public_purpose/files/bouckaert_g._2022_the_neo-weberian_state_from_ideal_type_model_to_reality_0.pdf + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/neo-weberian-state-approach + +LOST view: TVA-Governance Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:neo-weberian-state-approach + +Title: Neo-Weberian-State approach (NWS) + +Additional information: NWS is a hierarchy-driven system within a hierarchy-market-network space. This NWS (based and driven by hierarchy) then moved to one of the normative reform models. + +The Neo-Weberian-State approach is focused an aimed to ensure three main core principles, that are specifically relevant to the development of eGovernment and societies: inclusive and equitable service delivery, resilient crises governance, and effective innovation for government and society. + +The application of the principle or the work towards the approach is a key enabler for digital and healthy societies, where users and the overall society is taken into account, and put on the focus on the development of Digital Public Services. +The UCL Institute for Innovation and Public Purpose is focused on the development and research of how digital platforms and services can improve societies. + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:neo-weberian-state-approach_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/neo-weberian-state-approach_Properties"> + <skos:notation><![CDATA[Properties of Neo-Weberian-State approach (NWS)]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/neo-weberian-state-approach_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Neo-Weberian-State approach (NWS)]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/neo-weberian-state-approach" /> + <dcterms:type>elap:neo-weberian-state-approach</dcterms:type> + <dcterms:title><![CDATA[Neo-Weberian-State approach (NWS)]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/neo-weberian-state-approach</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <skos:note><![CDATA[NWS is a hierarchy-driven system within a hierarchy-market-network space. This NWS (based and driven by hierarchy) then moved to one of the normative reform models. + +The Neo-Weberian-State approach is focused an aimed to ensure three main core principles, that are specifically relevant to the development of eGovernment and societies: inclusive and equitable service delivery, resilient crises governance, and effective innovation for government and society. + +The application of the principle or the work towards the approach is a key enabler for digital and healthy societies, where users and the overall society is taken into account, and put on the focus on the development of Digital Public Services. +The UCL Institute for Innovation and Public Purpose is focused on the development and research of how digital platforms and services can improve societies.]]></skos:note> + <eira:definitionSource><![CDATA[\"The neo-Weberian state: From ideal type model to reality?\" by UCL Institute for Innovation and Public Purpose]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.ucl.ac.uk/bartlett/public-purpose/sites/bartlett_public_purpose/files/bouckaert_g._2022_the_neo-weberian_state_from_ideal_type_model_to_reality_0.pdf]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>TVA-Governance Architecture Principles</eira:view> + <eira:view>OV-Governance Architecture Principles</eira:view> + <eira:view>TVI-Governance Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[Ensure the evolution of society and eGovernment by implementing means for the achievement of the purpose, specifically for inclusion and equitative public service, resilience towards crises and efficient and effective innovation. NWS is a hierarchy-driven system within a hierarchy-market-network space. This NWS (based and driven by hierarchy) then moved to one of the normative reform models. The Neo-Weberian-State approach is focused an aimed to ensure three main core principles, that are specifically relevant to the development of eGovernment and societies: inclusive and equitable service delivery, resilient crises governance, and effective innovation for government and society. The application of the principle or the work towards the approach is a key enabler for digital and healthy societies, where users and the overall society is taken into account, and put on the focus on the development of Digital Public Services. Public administrations need to promote and implement policies, and legal instruments that guide the creation of inclusive and equitable service delivery, resilient crises governance, and effective innovation for government and society.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/data-sovereignty"> + <skos:notation><![CDATA[Data Sovereignty]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/data-sovereignty</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Sovereignty]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Sovereignty refers to the ability of stakeholders involved in the delivery of public services to have full control over the shared data. The concept of data sovereignty is becoming more and more relevant while digital transformation advances. Digital Sovereignty is relevant in the context of digital public services because allows the control of which data is shared between parties. Under an environment compliant with data sovereignty, all stakeholders can manage the data they aim to provide. Therefore, when planning and designing public services, data sovereignty is a pillar to guarantee the rights and obligations of the different parties. Nowadays, data spaces are gaining relevance and public administrations are putting efforts to focus on interoperability through the establishment of domain-specific data spaces. In this field, data sovereignty is specifically relevant and needs to be taken into account. Organisations behind digital pubic services should ensure and put in place the required mechanism to ensure that parties involved in the services (public administrations, citizens, and businesses) have the capability to control the data shared. Additionally, mechanisms to detect when relevant and private data is about to be leaked. Security and privacy are narrowly related and need to be handled accordingly to ensure compliance with the principle. + +Source: \"Towards a Reference Enterprise Architecture to enforce Digital Sovereignty in International Data Spaces\". University of Twente + +Source reference: https://ris.utwente.nl/ws/portalfiles/portal/285489087/_Firdausy_2022_Towards_a_Reference_Enterprise_Architecture_to_enforce_Digital_Sovereignty_in_International_Data_Spaces.pdf + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/data-sovereignty + +LOST view: TVA-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:data-sovereignty + +Title: Data Sovereignty + +Additional information: The concept of data sovereignty is becoming more and more relevant while digital transformation advances. Digital Sovereignty is relevant in the context of digital public services because allows the control of which data is shared between parties. + +Under an environment compliant with data sovereignty, all stakeholders can manage the data they aim to provide. Therefore, when planning and designing public services, data sovereignty is a pillar to guarantee the rights and obligations of the different parties. + +Nowadays, data spaces are gaining relevance and public administrations are putting efforts to focus on interoperability through the establishment of domain-specific data spaces. In this field, data sovereignty is specifically relevant and needs to be taken into account. +The University of Twente, specifically its Faculty of Behavioural, Management and Social Science is leading working groups and investigations on how e-Government can leverage new data paradigms can help to enhance the digital transformation and the relevance of digital public services by implementing Data Spaces. + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:data-sovereignty_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/data-sovereignty_Properties"> + <skos:notation><![CDATA[Properties of Data Sovereignty]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/data-sovereignty_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Sovereignty]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/data-sovereignty" /> + <dcterms:type>elap:data-sovereignty</dcterms:type> + <dcterms:title><![CDATA[Data Sovereignty]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/data-sovereignty</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <skos:note><![CDATA[The concept of data sovereignty is becoming more and more relevant while digital transformation advances. Digital Sovereignty is relevant in the context of digital public services because allows the control of which data is shared between parties. + +Under an environment compliant with data sovereignty, all stakeholders can manage the data they aim to provide. Therefore, when planning and designing public services, data sovereignty is a pillar to guarantee the rights and obligations of the different parties. + +Nowadays, data spaces are gaining relevance and public administrations are putting efforts to focus on interoperability through the establishment of domain-specific data spaces. In this field, data sovereignty is specifically relevant and needs to be taken into account. +The University of Twente, specifically its Faculty of Behavioural, Management and Social Science is leading working groups and investigations on how e-Government can leverage new data paradigms can help to enhance the digital transformation and the relevance of digital public services by implementing Data Spaces.]]></skos:note> + <eira:definitionSource><![CDATA[\"Towards a Reference Enterprise Architecture to enforce Digital Sovereignty in International Data Spaces\". University of Twente]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ris.utwente.nl/ws/portalfiles/portal/285489087/_Firdausy_2022_Towards_a_Reference_Enterprise_Architecture_to_enforce_Digital_Sovereignty_in_International_Data_Spaces.pdf]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>TVA-Functional Architecture Principles</eira:view> + <eira:view>OV-Governance Architecture Principles</eira:view> + <eira:view>SV-Governance Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[Data Sovereignty refers to the ability of stakeholders involved in the delivery of public services to have full control over the shared data. The concept of data sovereignty is becoming more and more relevant while digital transformation advances. Digital Sovereignty is relevant in the context of digital public services because allows the control of which data is shared between parties. Under an environment compliant with data sovereignty, all stakeholders can manage the data they aim to provide. Therefore, when planning and designing public services, data sovereignty is a pillar to guarantee the rights and obligations of the different parties. Nowadays, data spaces are gaining relevance and public administrations are putting efforts to focus on interoperability through the establishment of domain-specific data spaces. In this field, data sovereignty is specifically relevant and needs to be taken into account. Organisations behind digital pubic services should ensure and put in place the required mechanism to ensure that parties involved in the services (public administrations, citizens, and businesses) have the capability to control the data shared. Additionally, mechanisms to detect when relevant and private data is about to be leaked. Security and privacy are narrowly related and need to be handled accordingly to ensure compliance with the principle.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitecturePrinciplePrinciple"> + <skos:notation><![CDATA[Architecture Principle]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciplePrinciple</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 that enables 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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ArchitecturePrinciplePrinciple + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ArchitecturePrinciplePrinciple + +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) + +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. + +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. + +Interoperability Dimension: Governance IoP + +Viewpoint: EIRA Ontology viewpoint + +Additional identifier: http://data.europa.eu/dr8/ArchitecturePrinciplePrinciple + +EIF Layer: N/A + +]]></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/SemanticFunctionalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticGovernanceContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionOutcome" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/EIFPrinciplePrinciple" /> + <eira:ArchitecturePrinciplePrinciple_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitecturePrinciplePrinciple_Properties"> + <skos:notation><![CDATA[Properties of Architecture Principle]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciplePrinciple_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/ArchitecturePrinciplePrinciple" /> + <eira:PURI>http://data.europa.eu/dr8/ArchitecturePrinciplePrinciple</eira:PURI> + <dcterms:type>eira:ArchitecturePrinciplePrinciple</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:view>EIRA Ontology 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:view>EIRA Ontology viewpoint</eira:view> + <eira:viewpoint>Enterprise Architecture Framework alignment guidelines viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciplePrinciple</dcterms:identifier> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/data-portability"> + <skos:notation><![CDATA[Data Portability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/data-portability</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 is ensured. The functioning of the digital single market requires data to be easily transferable among different systems to avoid lock-in and support the frthe 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: Technological neutrality and data portability Underlying Principle (5) of the European Interoperability Framework (EIF) + +Source reference: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/technological-neutrality-and-data-portability + +Last modification: 2024-03-17 + +Identifier: http://data.europa.eu/2sa/elap/data-portability + +LOST view: TVA-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:data-portability + +Title: Data portability + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:data-portability_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/data-portability_Properties"> + <skos:notation><![CDATA[Properties of Data Portability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/data-portability_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Portability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/data-portability" /> + <dcterms:type>elap:data-portability</dcterms:type> + <dcterms:title><![CDATA[Data portability]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/data-portability</eira:PURI> + <dcterms:modified>2024-03-17</dcterms:modified> + <eira:definitionSource><![CDATA[Technological neutrality and data portability Underlying Principle (5) of the European Interoperability Framework (EIF)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/technological-neutrality-and-data-portability]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>TVA-Functional Architecture Principles</eira:view> + <eira:view>SV-Functional Architecture Principles</eira:view> + <eira:view>SV-Governance Architecture Principles</eira:view> + <eira:view>LV-Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[Data portability is ensured. The functioning of the digital single market requires data to be easily transferable among different systems to avoid lock-in and support the frthe 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.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/DataAltruismPrinciple"> + <skos:notation><![CDATA[Data Altruism]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DataAltruismPrinciple</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Data Altruism]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Data Altruism is a principle of European Data Sharing that promotes the voluntary sharing of data for the common good. It encourages individuals and organizations to share their data with the aim of benefiting society as a whole, rather than for personal or commercial gain. + +Source: European Commission + +Source reference: https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en + +Last modification: 2024-03-17 + +Identifier: http://data.europa.eu/dr8/egovera/DataAltruismPrinciple + +LOST view: Architecture Principles view + +EIRA concept: eira:ArchitectureBuildingBlock + +Additional identifier: http://data.europa.eu/dr8/egovera/DataAltruismPrinciple + +Title: Data Altruism + +Example: An example of data altruism is when a healthcare organization shares anonymized patient data with researchers to improve medical treatments and find new cures. By voluntarily sharing this data, the organization contributes to the advancement of medical knowledge and benefits society as a whole. + +Additional information: Data Altruism emphasizes the importance of sharing data in a responsible and ethical manner. It encourages data owners to consider the potential societal impact of their data and make it available for research, innovation, and public interest purposes. By promoting data altruism, the European Union aims to foster collaboration, innovation, and the development of data-driven solutions to address societal challenges. + +EIF Layer: N/A + +ABB Specialised: http://data.europa.eu/dr8/ArchitecturePrinciple + +ABB name: eira:DataAltruismPrinciple + +]]></skos:definition> + <egovera:DataAltruismPrinciple_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/DataAltruismPrinciple_Properties"> + <skos:notation><![CDATA[Properties of Data Altruism]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DataAltruismPrinciple_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Data Altruism]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/DataAltruismPrinciple" /> + <eira:PURI>http://data.europa.eu/dr8/egovera/DataAltruismPrinciple</eira:PURI> + <dcterms:modified>2024-03-17</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DataAltruismPrinciple</dcterms:identifier> + <dcterms:title><![CDATA[Data Altruism]]></dcterms:title> + <skos:example><![CDATA[An example of data altruism is when a healthcare organization shares anonymized patient data with researchers to improve medical treatments and find new cures. By voluntarily sharing this data, the organization contributes to the advancement of medical knowledge and benefits society as a whole.]]></skos:example> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[European Commission]]></eira:definitionSource> + <skos:note><![CDATA[Data Altruism emphasizes the importance of sharing data in a responsible and ethical manner. It encourages data owners to consider the potential societal impact of their data and make it available for research, innovation, and public interest purposes. By promoting data altruism, the European Union aims to foster collaboration, innovation, and the development of data-driven solutions to address societal challenges.]]></skos:note> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en]]></eira:definitionSourceReference> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[Data Altruism is a principle of European Data Sharing that promotes the voluntary sharing of data for the common good. It encourages individuals and organizations to share their data with the aim of benefiting society as a whole, rather than for personal or commercial gain.]]></skos:definition> + <skos:broader>http://data.europa.eu/dr8/ArchitecturePrinciple</skos:broader> + <dcterms:type>eira:DataAltruismPrinciple</dcterms:type> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/FundamentalRightsPrinciple"> + <skos:notation><![CDATA[Fundamental Rights]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/FundamentalRightsPrinciple</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Fundamental Rights]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The European Data Sharing principle of Fundamental Rights ensures that data sharing practices respect and protect the fundamental rights of individuals within the European Union. It emphasizes the importance of upholding privacy, data protection, and other fundamental rights while sharing data. + +Source: European Commission + +Source reference: https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en + +Last modification: 2024-03-17 + +Identifier: http://data.europa.eu/dr8/egovera/FundamentalRightsPrinciple + +LOST view: Architecture Principles view + +EIRA concept: eira:ArchitectureBuildingBlock + +Additional identifier: http://data.europa.eu/dr8/egovera/FundamentalRightsPrinciple + +Title: Fundamental Rights + +Example: An example of applying the Fundamental Rights principle is when a company shares customer data with a third-party service provider. The company must ensure that the data sharing agreement respects the privacy rights of its customers, complies with data protection regulations, and safeguards against any potential discrimination or misuse of the shared data. + +Additional information: The principle of Fundamental Rights is based on the understanding that data sharing should not compromise the rights of individuals, including their right to privacy, protection of personal data, freedom of expression, non-discrimination, and other fundamental rights enshrined in the European Union's Charter of Fundamental Rights. It aims to strike a balance between the benefits of data sharing and the protection of individual rights. + +EIF Layer: N/A + +ABB Specialised: http://data.europa.eu/dr8/ArchitecturePrinciple + +ABB name: eira:FundamentalRightsPrinciple + +]]></skos:definition> + <egovera:FundamentalRightsPrinciple_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/FundamentalRightsPrinciple_Properties"> + <skos:notation><![CDATA[Properties of Fundamental Rights]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/FundamentalRightsPrinciple_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Fundamental Rights]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/FundamentalRightsPrinciple" /> + <eira:PURI>http://data.europa.eu/dr8/egovera/FundamentalRightsPrinciple</eira:PURI> + <dcterms:modified>2024-03-17</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/FundamentalRightsPrinciple</dcterms:identifier> + <dcterms:title><![CDATA[Fundamental Rights]]></dcterms:title> + <skos:definition><![CDATA[The European Data Sharing principle of Fundamental Rights ensures that data sharing practices respect and protect the fundamental rights of individuals within the European Union. It emphasizes the importance of upholding privacy, data protection, and other fundamental rights while sharing data.]]></skos:definition> + <skos:example><![CDATA[An example of applying the Fundamental Rights principle is when a company shares customer data with a third-party service provider. The company must ensure that the data sharing agreement respects the privacy rights of its customers, complies with data protection regulations, and safeguards against any potential discrimination or misuse of the shared data.]]></skos:example> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[European Commission]]></eira:definitionSource> + <skos:note><![CDATA[The principle of Fundamental Rights is based on the understanding that data sharing should not compromise the rights of individuals, including their right to privacy, protection of personal data, freedom of expression, non-discrimination, and other fundamental rights enshrined in the European Union's Charter of Fundamental Rights. It aims to strike a balance between the benefits of data sharing and the protection of individual rights.]]></skos:note> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en]]></eira:definitionSourceReference> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/ArchitecturePrinciple</skos:broader> + <dcterms:type>eira:FundamentalRightsPrinciple</dcterms:type> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/care-cradle-grave"> + <skos:notation><![CDATA[Care from cradle to grave]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/care-cradle-grave</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Care from cradle to grave]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: A full life cycle cost of ownership (including retirement costs) should form part of the business case. At a critical stage for sustainable development in terms of climate change, and excess use of resources (economic, natural resources, etc), there is a need for the public administrations to use and establish relevant policies that help the reduction of general waste. Public administrations are the first link of the chain and need to be the example for society and businesses on taking care of the whole life cycle for technology products. Therefore, when planning and designing public services, this aspect needs to be included (from the design and implementation to the retirement) When implementing and retiring elements related to the provision of digital public services, public administrations shall include and create policies that ensure the lifecycle of infrastructures, applications services and equipment, is considered and extended to ensure the minimum waste in terms of sustainability. An example regarding this last topic spotted is, for instance, the application of policies to ensure that no additional costs (economic, social and environmental) rise when renewing the computer fleet."" + +Source: How the EU wants to achieve a circular economy by 2050 in News European Parliament + +Source reference: https://www.europarl.europa.eu/news/en/headlines/society/20210128STO96607/how-the-eu-wants-to-achieve-a-circular-economy-by-2050 + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/care-cradle-grave + +LOST view: OV-Governance Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:care-cradle-grave + +Title: Care from cradle to grave + +Additional information: At a critical stage for sustainable development in terms of climate change, and excess use of resources (economic, natural resources, etc), there is a need for the public administrations to use and establish relevant policies that help the reduction of general waste. + +Public administrations are the first link of the chain and need to be the example for society and businesses on taking care of the whole life cycle for technology products. Therefore, when planning and designing public services, this aspect needs to be included (from the design and implementation to the retirement) +How the EU wants to achieve a circular economy by 2050 + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:care-cradle-grave_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/care-cradle-grave_Properties"> + <skos:notation><![CDATA[Properties of Care from cradle to grave]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/care-cradle-grave_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Care from cradle to grave]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/care-cradle-grave" /> + <dcterms:type>elap:care-cradle-grave</dcterms:type> + <dcterms:title><![CDATA[Care from cradle to grave]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/care-cradle-grave</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <skos:note><![CDATA[At a critical stage for sustainable development in terms of climate change, and excess use of resources (economic, natural resources, etc), there is a need for the public administrations to use and establish relevant policies that help the reduction of general waste. + +Public administrations are the first link of the chain and need to be the example for society and businesses on taking care of the whole life cycle for technology products. Therefore, when planning and designing public services, this aspect needs to be included (from the design and implementation to the retirement) +How the EU wants to achieve a circular economy by 2050]]></skos:note> + <eira:definitionSource><![CDATA[How the EU wants to achieve a circular economy by 2050 in News European Parliament]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.europarl.europa.eu/news/en/headlines/society/20210128STO96607/how-the-eu-wants-to-achieve-a-circular-economy-by-2050]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>OV-Governance Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[A full life cycle cost of ownership (including retirement costs) should form part of the business case. At a critical stage for sustainable development in terms of climate change, and excess use of resources (economic, natural resources, etc), there is a need for the public administrations to use and establish relevant policies that help the reduction of general waste. Public administrations are the first link of the chain and need to be the example for society and businesses on taking care of the whole life cycle for technology products. Therefore, when planning and designing public services, this aspect needs to be included (from the design and implementation to the retirement) When implementing and retiring elements related to the provision of digital public services, public administrations shall include and create policies that ensure the lifecycle of infrastructures, applications services and equipment, is considered and extended to ensure the minimum waste in terms of sustainability. An example regarding this last topic spotted is, for instance, the application of policies to ensure that no additional costs (economic, social and environmental) rise when renewing the computer fleet.""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/digital-first"> + <skos:notation><![CDATA[Digital First]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/digital-first</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital First]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Public services are transformed into digital public services Making public services digital makes them more accessible, reduces administrative burdens and time and allows faster responses to individuals and organizations. The European Commission has also set out a strategy for the digital transformation of its own services. Digital channels are also the Commission’s preferred way to communicate. Laws and regulations are adapted to enable digital services when they lead to barriers to digital transformation.Public administrations seek to transform existing public services into digital public services.Digital public services can easily be found and accessed by users on the web sites of public administrations.Digital public services that are focused on government-to-business are made accessible through automated systems interfaces, such as API."" + +Source: C(2022) 4388 final COMMUNICATION TO THE COMMISSION European Commission digital strategy Next generation digital Commission + +Source reference: https://commission.europa.eu/publications/european-commission-digital-strategy_en + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/digital-first + +LOST view: TVA-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:digital-first + +Title: Digital First + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:digital-first_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/digital-first_Properties"> + <skos:notation><![CDATA[Properties of Digital First]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/digital-first_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital First]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/digital-first" /> + <dcterms:type>elap:digital-first</dcterms:type> + <dcterms:title><![CDATA[Digital First]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/digital-first</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[C(2022) 4388 final COMMUNICATION TO THE COMMISSION European Commission digital strategy Next generation digital Commission]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://commission.europa.eu/publications/european-commission-digital-strategy_en]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>TVA-Functional Architecture Principles</eira:view> + <eira:view>OV-Functional Architecture Principles</eira:view> + <eira:view>LV-Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[Public services are transformed into digital public services Making public services digital makes them more accessible, reduces administrative burdens and time and allows faster responses to individuals and organizations. The European Commission has also set out a strategy for the digital transformation of its own services. Digital channels are also the Commission’s preferred way to communicate. Laws and regulations are adapted to enable digital services when they lead to barriers to digital transformation.Public administrations seek to transform existing public services into digital public services.Digital public services can easily be found and accessed by users on the web sites of public administrations.Digital public services that are focused on government-to-business are made accessible through automated systems interfaces, such as API.""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/innovation"> + <skos:notation><![CDATA[Innovation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/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 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 the government more easily, more quickly and at a lower cost.Investing in research and innovation is investing in Europe’s future. It helps us to compete globally and preserve our unique social model. It improves the daily lives of millions of people here in Europe and around the world, helping to solve some of our biggest societal challenges. Innovation implies iterative and active thinking in public administrations and digital public services delivery. This includes several aspects and different layers. At the organisational layer, monitoring and looking for strategies to create new public services according to new technologies.At the technical level, implement new approaches and technologies aligned with public policies and their objectives."" + +Source: OPEN EUROPE Policies, Reforms and Achievements in EI Science and Innovation 2014-2019 + +Source reference: https://european-union.europa.eu/priorities-and-actions/actions-topic/research-and-innovation_en + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/innovation + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:InnovationPrinciple + +Title: Innovation + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:innovation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/innovation_Properties"> + <skos:notation><![CDATA[Properties of Innovation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/innovation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Innovation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/innovation" /> + <dcterms:type>elap:InnovationPrinciple</dcterms:type> + <eira:PURI>http://data.europa.eu/2sa/elap/innovation</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <dcterms:title><![CDATA[Innovation]]></dcterms:title> + <eira:definitionSource><![CDATA[OPEN EUROPE Policies, Reforms and Achievements in EI Science and Innovation 2014-2019]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://european-union.europa.eu/priorities-and-actions/actions-topic/research-and-innovation_en]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[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 the government more easily, more quickly and at a lower cost.Investing in research and innovation is investing in Europe’s future. It helps us to compete globally and preserve our unique social model. It improves the daily lives of millions of people here in Europe and around the world, helping to solve some of our biggest societal challenges. Innovation implies iterative and active thinking in public administrations and digital public services delivery. This includes several aspects and different layers. At the organisational layer, monitoring and looking for strategies to create new public services according to new technologies.At the technical level, implement new approaches and technologies aligned with public policies and their objectives.""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/social-participation"> + <skos:notation><![CDATA[Social participation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/social-participation</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 participation refers to Promoting Civic Participation and Transparency of Government Decision-Making Processes covering policies concerning ICT. The usage of digital environments can promote new kinds of sociability, support, and usability or revive certainly lost facets of social ties.The construction of more effective public services, as well as new kinds of communication and interaction between citizens and the various levels of government, can all be facilitated by the use of digital tools. Even more public involvement in various levels of local management processes is possible with their use. These fresh working alliances also contribute to the legitimacy and increased transparency of public activity. Some examples of social participation are:• 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. The implications of social participation are related to the creation and implementation of policies that include as the backbone, the citizens and businesses. Additionally, to policies that govern, it is relevant that public administrations implement tools that foster, enable and ensure stakeholders participation. "" + +Source: Digital Democracy of European Citizen Action Service (ECAS) + +Source reference: https://ecas.org/digital-democracy/ + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/social-participation + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:SocialParticipationPrinciple + +Title: Social participation + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:social-participation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/social-participation_Properties"> + <skos:notation><![CDATA[Properties of Social participation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/social-participation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Social participation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/social-participation" /> + <dcterms:type>elap:SocialParticipationPrinciple</dcterms:type> + <dcterms:title><![CDATA[Social participation]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/social-participation</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[Digital Democracy of European Citizen Action Service (ECAS)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ecas.org/digital-democracy/]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[Social participation refers to Promoting Civic Participation and Transparency of Government Decision-Making Processes covering policies concerning ICT. The usage of digital environments can promote new kinds of sociability, support, and usability or revive certainly lost facets of social ties.The construction of more effective public services, as well as new kinds of communication and interaction between citizens and the various levels of government, can all be facilitated by the use of digital tools. Even more public involvement in various levels of local management processes is possible with their use. These fresh working alliances also contribute to the legitimacy and increased transparency of public activity. Some examples of social participation are:• 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. The implications of social participation are related to the creation and implementation of policies that include as the backbone, the citizens and businesses. Additionally, to policies that govern, it is relevant that public administrations implement tools that foster, enable and ensure stakeholders participation. ""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/evidence-based-public-policy"> + <skos:notation><![CDATA[Evidence based Public Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/evidence-based-public-policy</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 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 basis 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. Public administrations should foster the creation of public policies by: - Promoting the creation and collection of information and knowledge on relevant topics for the administration; - Training and ensuring the evolution and aggregation of professionals knowledgable in all domains that public administrations should legislate, and elaborate policies; - Actively promoting the creation of public policies based on the analysis and collection of evidence.Additionally, public administrations must put in place mechanisms to review ongoing public policies but also the whole public policy life cycle. "" + +Source: Evidence-based policy (EBP) + +Source reference: https://www.researchgate.net/publication/242709855_2_Evidence-based_policy_principles_and_requirements + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/evidence-based-public-policy + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:EvidenceBasedPublicPolicyPrinciple + +Title: Evidence based Public Policy + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:evidence-based-public-policy_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/evidence-based-public-policy_Properties"> + <skos:notation><![CDATA[Properties of Evidence based Public Policy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/evidence-based-public-policy_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" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/evidence-based-public-policy" /> + <dcterms:type>elap:EvidenceBasedPublicPolicyPrinciple</dcterms:type> + <dcterms:title><![CDATA[Evidence based Public Policy]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/evidence-based-public-policy</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[Evidence-based policy (EBP)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.researchgate.net/publication/242709855_2_Evidence-based_policy_principles_and_requirements]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[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 basis 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. Public administrations should foster the creation of public policies by: - Promoting the creation and collection of information and knowledge on relevant topics for the administration; - Training and ensuring the evolution and aggregation of professionals knowledgable in all domains that public administrations should legislate, and elaborate policies; - Actively promoting the creation of public policies based on the analysis and collection of evidence.Additionally, public administrations must put in place mechanisms to review ongoing public policies but also the whole public policy life cycle. ""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/openness"> + <skos:notation><![CDATA[Openness]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/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: In the context of interoperable public services, the concept of openness mainly relates to data, specifications and software. This principle is based on three pillars: the openness of public administrations data, the openness of the software used and implemented and the openness of standards and specifications used to develop digital public services. Refers to the idea that all public data should be freely available for use and reuse by others unless restrictions apply e.g. for the protection of personal data, confidentiality, or intellectual property rights. Also, refers to ensuring a level playing field for open-source software and demonstrating active and fair consideration of using open-source software, taking into account the total cost of ownership of the solution.And last but not least, give preference to open specifications, taking due account of the coverage of functional needs, maturity and market support and innovation."" + +Source: Openness Underlying Principle (2) of the European Interoperability Framework (EIF) + +Source reference: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/2-underlying-principles-european-public-services#2.3 + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/openness + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:OpennessPrinciple + +Title: Openness + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:openness_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/openness_Properties"> + <skos:notation><![CDATA[Properties of Openness]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/openness_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Openness]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/openness" /> + <dcterms:type>elap:OpennessPrinciple</dcterms:type> + <dcterms:title><![CDATA[Openness]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/openness</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[Openness Underlying Principle (2) of the European Interoperability Framework (EIF)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/2-underlying-principles-european-public-services#2.3]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[In the context of interoperable public services, the concept of openness mainly relates to data, specifications and software. This principle is based on three pillars: the openness of public administrations data, the openness of the software used and implemented and the openness of standards and specifications used to develop digital public services. Refers to the idea that all public data should be freely available for use and reuse by others unless restrictions apply e.g. for the protection of personal data, confidentiality, or intellectual property rights. Also, refers to ensuring a level playing field for open-source software and demonstrating active and fair consideration of using open-source software, taking into account the total cost of ownership of the solution.And last but not least, give preference to open specifications, taking due account of the coverage of functional needs, maturity and market support and innovation.""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/accountability"> + <skos:notation><![CDATA[Accountability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/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: Digital public services enable accountability of public administrations It is generally accepted that public administrations should be held accountable for what they do. However, accountability is a multi-faceted term encompassing transparency, liability, controllability, responsibility, and responsiveness. Digital public services can provide functionality that supports people and organisations in taking accountability. Public administrations provide digital public services that give access to information about their actions, the results of their actions and the decisions taken in these actions. + +Publisher: ELAP + +Source: Public Administration Review (Yale School of Management) + +Source reference: https://onlinelibrary.wiley.com/doi/abs/10.1111/j.1540-6210.2005.00434.x + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/accountability + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:AccountabilityPrinciple + +Title: Accountability + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:accountability_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/accountability_Properties"> + <skos:notation><![CDATA[Properties of Accountability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/accountability_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Accountability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/accountability" /> + <dcterms:type>elap:AccountabilityPrinciple</dcterms:type> + <dcterms:title><![CDATA[Accountability]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/accountability</eira:PURI> + <dcterms:publisher><![CDATA[ELAP]]></dcterms:publisher> + <eira:definitionSource><![CDATA[Public Administration Review (Yale School of Management)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://onlinelibrary.wiley.com/doi/abs/10.1111/j.1540-6210.2005.00434.x]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <dcterms:modified>2024-01-17</dcterms:modified> + <skos:definition><![CDATA[Digital public services enable accountability of public administrations It is generally accepted that public administrations should be held accountable for what they do. However, accountability is a multi-faceted term encompassing transparency, liability, controllability, responsibility, and responsiveness. Digital public services can provide functionality that supports people and organisations in taking accountability. Public administrations provide digital public services that give access to information about their actions, the results of their actions and the decisions taken in these actions.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/digital-partnership"> + <skos:notation><![CDATA[Digital Partnership]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/digital-partnership</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Partnership]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The European Commission's digital transformation must be based on the identification of cross-organisational needs and the development of internal partnerships. Strong and reliable relationships with other EU institutions and beyond, should be fostered in order to share resources and remain at the forefront of the latest technological trends. Specific approaches in technology such as user-centric, data-driven and agile trends must be pursued. The creation of MoU and organisational agreements is required to ensure that public Institutions are aware of their role and the role of others. + +Source: C(2022) 4388 final COMMUNICATION TO THE COMMISSION European Commission digital strategy Next generation digital Commission + +Source reference: https://commission.europa.eu/publications/european-commission-digital-strategy_en + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/digital-partnership + +LOST view: TVA-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:digital-partnership + +Title: Digital Partnership + +Additional information: Strong and reliable relationships with other EU institutions and beyond, should be fostered in order to share resources and remain at the forefront of the latest technological trends. Specific approaches in technology such as user-centric, data-driven and agile trends must be pursued. +The Digital Strategy sets a new vision, addressing digital transformation opportunities of a post-pandemic scenario, and supporting the delivery of the EU’s strategic priorities by 2030. + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:digital-partnership_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/digital-partnership_Properties"> + <skos:notation><![CDATA[Properties of Digital Partnership]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/digital-partnership_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Partnership]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/digital-partnership" /> + <dcterms:type>elap:digital-partnership</dcterms:type> + <dcterms:title><![CDATA[Digital Partnership]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/digital-partnership</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <skos:note><![CDATA[Strong and reliable relationships with other EU institutions and beyond, should be fostered in order to share resources and remain at the forefront of the latest technological trends. Specific approaches in technology such as user-centric, data-driven and agile trends must be pursued. +The Digital Strategy sets a new vision, addressing digital transformation opportunities of a post-pandemic scenario, and supporting the delivery of the EU’s strategic priorities by 2030.]]></skos:note> + <eira:definitionSource><![CDATA[C(2022) 4388 final COMMUNICATION TO THE COMMISSION European Commission digital strategy Next generation digital Commission]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://commission.europa.eu/publications/european-commission-digital-strategy_en]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>TVA-Functional Architecture Principles</eira:view> + <eira:view>OV-Governance Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[The European Commission's digital transformation must be based on the identification of cross-organisational needs and the development of internal partnerships. Strong and reliable relationships with other EU institutions and beyond, should be fostered in order to share resources and remain at the forefront of the latest technological trends. Specific approaches in technology such as user-centric, data-driven and agile trends must be pursued. The creation of MoU and organisational agreements is required to ensure that public Institutions are aware of their role and the role of others.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/proactiveness"> + <skos:notation><![CDATA[Proactiveness]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/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 refers to proactive services, which are public services that a public institution delivers following its own initiatives. European institutions and public administrations throughout Europe, are reference actors and roles that can lead the environment on digital public services and also on the use of available data for the creation of innovative services taking as basis life, business events and circumstances. There is an increasing amount of data from citizens, businesses and other stakeholders that European institutions can leverage to think and create digital public services according to users needs (citizens or businesses). For the implementation of proactiveness on digital public services, making proactive public services, there are implications at different levels such as:At the legal level, ensure that the data used is treated and managed following the correspondent legal clauses;At the organisational level, ensure that digital capabilities are instantiated by services aligned with user needs and following the correspondent agreement between parties to ensure data sovereignty;At the legal interoperability, ensure that data is properly described and following the current approaches for semantic interoperability; and,At the technical level, ensure that proper technical application and technology services are available to reuse and deliver those services. "" + +Source: Joinup + +Source reference: https://joinup.ec.europa.eu/ + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/proactiveness + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:ProactivenessPrinciple + +Title: Proactiveness + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:proactiveness_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/proactiveness_Properties"> + <skos:notation><![CDATA[Properties of Proactiveness]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/proactiveness_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Proactiveness]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/proactiveness" /> + <dcterms:type>elap:ProactivenessPrinciple</dcterms:type> + <dcterms:title><![CDATA[Proactiveness]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/proactiveness</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[Joinup]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[Proactiveness refers to proactive services, which are public services that a public institution delivers following its own initiatives. European institutions and public administrations throughout Europe, are reference actors and roles that can lead the environment on digital public services and also on the use of available data for the creation of innovative services taking as basis life, business events and circumstances. There is an increasing amount of data from citizens, businesses and other stakeholders that European institutions can leverage to think and create digital public services according to users needs (citizens or businesses). For the implementation of proactiveness on digital public services, making proactive public services, there are implications at different levels such as:At the legal level, ensure that the data used is treated and managed following the correspondent legal clauses;At the organisational level, ensure that digital capabilities are instantiated by services aligned with user needs and following the correspondent agreement between parties to ensure data sovereignty;At the legal interoperability, ensure that data is properly described and following the current approaches for semantic interoperability; and,At the technical level, ensure that proper technical application and technology services are available to reuse and deliver those services. ""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/SustainabilityPrinciple"> + <skos:notation><![CDATA[Sustainability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/SustainabilityPrinciple</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Sustainability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The sustainability principle in European Data Sharing emphasizes the long-term viability and environmental impact of data sharing practices. It promotes the responsible use of data resources to ensure their availability for future generations while minimizing any negative ecological consequences. + +Source: European Commission + +Source reference: https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en + +Last modification: 2024-03-17 + +Identifier: http://data.europa.eu/dr8/egovera/SustainabilityPrinciple + +LOST view: Architecture Principles view + +EIRA concept: eira:ArchitectureBuildingBlock + +Additional identifier: http://data.europa.eu/dr8/egovera/SustainabilityPrinciple + +ABB name: eira:SustainabilityPrinciple + +Title: Sustainability + +Example: An example of applying the sustainability principle in data sharing is the implementation of energy-efficient data centers that utilize renewable energy sources. By reducing energy consumption and carbon emissions associated with data storage and processing, organizations can contribute to a more sustainable data infrastructure. Additionally, adopting data preservation strategies, such as long-term archiving and data lifecycle management, ensures the availability and usability of valuable data resources for future research and innovation. + +Additional information: Sustainability in data sharing involves adopting practices that prioritize the preservation and efficient utilization of data resources. This principle encourages organizations to consider the environmental impact of their data sharing activities, such as minimizing energy consumption, reducing carbon emissions, and promoting the use of renewable energy sources. It also emphasizes the importance of long-term data preservation, ensuring that data remains accessible and usable for future generations. By integrating sustainability into data sharing practices, organizations can contribute to a more environmentally conscious and resilient digital ecosystem. + +EIF Layer: N/A + +ABB Specialised: http://data.europa.eu/dr8/ArchitecturePrinciple + +]]></skos:definition> + <egovera:SustainabilityPrinciple_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/SustainabilityPrinciple_Properties"> + <skos:notation><![CDATA[Properties of Sustainability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/SustainabilityPrinciple_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Sustainability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/SustainabilityPrinciple" /> + <eira:PURI>http://data.europa.eu/dr8/egovera/SustainabilityPrinciple</eira:PURI> + <dcterms:modified>2024-03-17</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/SustainabilityPrinciple</dcterms:identifier> + <dcterms:type>eira:SustainabilityPrinciple</dcterms:type> + <dcterms:title><![CDATA[Sustainability]]></dcterms:title> + <skos:definition><![CDATA[The sustainability principle in European Data Sharing emphasizes the long-term viability and environmental impact of data sharing practices. It promotes the responsible use of data resources to ensure their availability for future generations while minimizing any negative ecological consequences.]]></skos:definition> + <skos:example><![CDATA[An example of applying the sustainability principle in data sharing is the implementation of energy-efficient data centers that utilize renewable energy sources. By reducing energy consumption and carbon emissions associated with data storage and processing, organizations can contribute to a more sustainable data infrastructure. Additionally, adopting data preservation strategies, such as long-term archiving and data lifecycle management, ensures the availability and usability of valuable data resources for future research and innovation.]]></skos:example> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[European Commission]]></eira:definitionSource> + <skos:note><![CDATA[Sustainability in data sharing involves adopting practices that prioritize the preservation and efficient utilization of data resources. This principle encourages organizations to consider the environmental impact of their data sharing activities, such as minimizing energy consumption, reducing carbon emissions, and promoting the use of renewable energy sources. It also emphasizes the importance of long-term data preservation, ensuring that data remains accessible and usable for future generations. By integrating sustainability into data sharing practices, organizations can contribute to a more environmentally conscious and resilient digital ecosystem.]]></skos:note> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digital-age/european-data-strategy_en]]></eira:definitionSourceReference> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/ArchitecturePrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/multilingualism"> + <skos:notation><![CDATA[Multilingualism]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/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: European digital public services are multilingual."@en, "European public services can potentially be used by anyone in any Member State. So multilingualism needs to be carefully considered when designing them. Citizens across Europe often have problems accessing and using digital public services if these are not available in the languages they speak. + +Source: Multilingualism Underlying Principle (9) of the European Interoperability Framework (EIF) + +Source reference: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/multilingualism + +Last modification: 2024-03-17 + +Identifier: http://data.europa.eu/2sa/elap/multilingualism + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:MultilingualismPrinciple + +Title: Multilingualism + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:multilingualism_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/multilingualism_Properties"> + <skos:notation><![CDATA[Properties of Multilingualism]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/multilingualism_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Multilingualism]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/multilingualism" /> + <dcterms:type>elap:MultilingualismPrinciple</dcterms:type> + <dcterms:title><![CDATA[Multilingualism]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/multilingualism</eira:PURI> + <skos:definition><![CDATA[European digital public services are multilingual."@en, "European public services can potentially be used by anyone in any Member State. So multilingualism needs to be carefully considered when designing them. Citizens across Europe often have problems accessing and using digital public services if these are not available in the languages they speak.]]></skos:definition> + <eira:definitionSource><![CDATA[Multilingualism Underlying Principle (9) of the European Interoperability Framework (EIF)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/multilingualism]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <dcterms:modified>2024-03-17</dcterms:modified> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/user-centricity"> + <skos:notation><![CDATA[User-centricity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/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: The design of digital public services is centred around their users. Users of European public services are meant to be any public administration, citizen or business accessing and benefiting from the use of these services. Users’ needs should be considered 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. A multi-channel service delivery approach, meaning the availability of alternative channels, physical and digital, to access a service, is an important part of public service design, as users may prefer different channels depending on the circumstances.A single point of contact should be made available to users, to hide internal administrative complexity and facilitate access to public services, e.g. when multiple bodies have to work together to provide a public service.Users’ feedback should be systematically collected, assessed and used to design new public services and to improve existing ones further.As far as possible, under the legislation in force, users should be able to provide data once only, and administrations should be able to retrieve and share this data to serve the user, in accordance with data protection rules.Users should be asked to provide only the information that is absolutely necessary to obtain a given public service."" + +Source: User-Centricity Underlying Principle (6) of the European Interoperability Framework (EIF) + +Source reference: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/user-centricity + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/user-centricity + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:User-centricityPrinciple + +Title: User-centricity + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:user-centricity_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/user-centricity_Properties"> + <skos:notation><![CDATA[Properties of User-centricity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/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" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/user-centricity" /> + <dcterms:type>elap:User-centricityPrinciple</dcterms:type> + <dcterms:title><![CDATA[User-centricity]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/user-centricity</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[User-Centricity Underlying Principle (6) of the European Interoperability Framework (EIF)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/user-centricity]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[The design of digital public services is centred around their users. Users of European public services are meant to be any public administration, citizen or business accessing and benefiting from the use of these services. Users’ needs should be considered 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. A multi-channel service delivery approach, meaning the availability of alternative channels, physical and digital, to access a service, is an important part of public service design, as users may prefer different channels depending on the circumstances.A single point of contact should be made available to users, to hide internal administrative complexity and facilitate access to public services, e.g. when multiple bodies have to work together to provide a public service.Users’ feedback should be systematically collected, assessed and used to design new public services and to improve existing ones further.As far as possible, under the legislation in force, users should be able to provide data once only, and administrations should be able to retrieve and share this data to serve the user, in accordance with data protection rules.Users should be asked to provide only the information that is absolutely necessary to obtain a given public service.""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/eu-legislation-compliance"> + <skos:notation><![CDATA[EU Legislation Compliance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/eu-legislation-compliance</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 is the property of (national/local) legislation to be coherent or to implement European legislation. Member States play a key role in ensuring EU law is implemented correctly and in a timely manner. This is essential for people and businesses to optimally benefit from commonly agreed rules. 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: COM(2017) 134 final ANNEX 2 COMMUNICATION FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT, THE COUNCIL, THE EUROPEAN ECONOMIC AND SOCIAL COMMITTEE AND THE COMMITTEE OF THE REGIONS European Interoperability Framework - Implementation Strategy + +Source reference: https://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/eu-legislation-compliance + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:EULegislationCompliancePrinciple + +Title: EU Legislation Compliance + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:eu-legislation-compliance_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/eu-legislation-compliance_Properties"> + <skos:notation><![CDATA[Properties of EU Legislation Compliance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/eu-legislation-compliance_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" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/eu-legislation-compliance" /> + <dcterms:type>elap:EULegislationCompliancePrinciple</dcterms:type> + <dcterms:title><![CDATA[EU Legislation Compliance]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/eu-legislation-compliance</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[COM(2017) 134 final ANNEX 2 COMMUNICATION FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT, THE COUNCIL, THE EUROPEAN ECONOMIC AND SOCIAL COMMITTEE AND THE COMMITTEE OF THE REGIONS European Interoperability Framework - Implementation Strategy]]></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> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[EU Legislation Compliance is the property of (national/local) legislation to be coherent or to implement European legislation. Member States play a key role in ensuring EU law is implemented correctly and in a timely manner. This is essential for people and businesses to optimally benefit from commonly agreed rules. 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.""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/service-orientation"> + <skos:notation><![CDATA[Service Orientation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/service-orientation</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 is a way of thinking in terms of services and service-based development and the outcomes of services. Being user-centred or remaining \"user-led,\" is possible with a service-oriented strategy. It entails offering services that employ the best technological solutions to provide better results. By making this change, the organization will put user demands and goals at the centre of its vision, culture, and operations. After then, make sure that everyone supports it and owns it so that decisions and technology are driven by user demands.A service-oriented strategy entails developing an IT platform made up of numerous systems, each one tailored to carry out particular tasks. You can change one aspect of a systems functionality with a tech stack made up of separate components without changing the operation of the entire system. Certain components can be digitalized more quickly because of this function fragmentation, which also offers a distribution strategy that allows for independently distributed functions. Communication with external programs is also made possible by separate systems where each software tool is designed to carry out a specific task using a well-defined interface.There are a variety of technologies that can be applied to this service orientation approach such as SOAP, REST API and GraphQL. At the organisational level, public administrations need to establish the proper agreements that allow collaboration and common mechanisms to provide relevant information through the desired Service Oriented Architecture. At the technical level, the organisations in charge of implementing and delivery of digital public services will need to determine which is the best approach to fit their needs. There are different approaches such as SAP, RESTApi or GraphQL, taking into account the relevant aspects of the services, the organisation responsible for the service should select the more sustainable and efficient way of implementing the SOA approach. "" + +Source: Open Group + +Source reference: https://web.archive.org/web/20160819141303/http://opengroup.org/soa/source-book/soa/soa.htm + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/service-orientation + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:ServiceOrientationPrinciple + +Title: Service Orientation + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:service-orientation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/service-orientation_Properties"> + <skos:notation><![CDATA[Properties of Service Orientation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/service-orientation_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Service Orientation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/service-orientation" /> + <dcterms:type>elap:ServiceOrientationPrinciple</dcterms:type> + <dcterms:title><![CDATA[Service Orientation]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/service-orientation</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[Open Group]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://web.archive.org/web/20160819141303/http://opengroup.org/soa/source-book/soa/soa.htm]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[Service orientation is a way of thinking in terms of services and service-based development and the outcomes of services. Being user-centred or remaining \"user-led,\" is possible with a service-oriented strategy. It entails offering services that employ the best technological solutions to provide better results. By making this change, the organization will put user demands and goals at the centre of its vision, culture, and operations. After then, make sure that everyone supports it and owns it so that decisions and technology are driven by user demands.A service-oriented strategy entails developing an IT platform made up of numerous systems, each one tailored to carry out particular tasks. You can change one aspect of a systems functionality with a tech stack made up of separate components without changing the operation of the entire system. Certain components can be digitalized more quickly because of this function fragmentation, which also offers a distribution strategy that allows for independently distributed functions. Communication with external programs is also made possible by separate systems where each software tool is designed to carry out a specific task using a well-defined interface.There are a variety of technologies that can be applied to this service orientation approach such as SOAP, REST API and GraphQL. At the organisational level, public administrations need to establish the proper agreements that allow collaboration and common mechanisms to provide relevant information through the desired Service Oriented Architecture. At the technical level, the organisations in charge of implementing and delivery of digital public services will need to determine which is the best approach to fit their needs. There are different approaches such as SAP, RESTApi or GraphQL, taking into account the relevant aspects of the services, the organisation responsible for the service should select the more sustainable and efficient way of implementing the SOA approach. ""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/transparency-of-internal-information-systems"> + <skos:notation><![CDATA[Transparency of internal information systems]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/transparency-of-internal-information-systems</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Transparency of internal information systems]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: 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 the reuse of systems and data and enables these to be integrated into larger systems. Incorporation of horizontal approaches to ensure the availability of services, applications and systems working towards harmonising how information is available, organised and in standardized formats that allow data exchange without limiting it. + +Source: Transparency Underlying Principle (3) of the European Interoperability Framework (EIF) + +Source reference: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/2-underlying-principles-european-public-services + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/transparency-of-internal-information-systems + +LOST view: TVA-Functional Architecture Principles + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:transparency-of-internal-information-systems + +Title: Transparency of internal information systems + +Additional information: 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 the reuse of systems and data and enables these to be integrated into larger systems. +The European Interoperability Framework 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. + +EIF Layer: N/A + +ABB Specialised: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:transparency-of-internal-information-systems_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/transparency-of-internal-information-systems_Properties"> + <skos:notation><![CDATA[Properties of Transparency of internal information systems]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/transparency-of-internal-information-systems_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Transparency of internal information systems]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/transparency-of-internal-information-systems" /> + <dcterms:type>elap:transparency-of-internal-information-systems</dcterms:type> + <dcterms:title><![CDATA[Transparency of internal information systems]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/transparency-of-internal-information-systems</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <skos:note><![CDATA[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 the reuse of systems and data and enables these to be integrated into larger systems. +The European Interoperability Framework 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:note> + <eira:definitionSource><![CDATA[Transparency Underlying Principle (3) of the European Interoperability Framework (EIF)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/2-underlying-principles-european-public-services]]></eira:definitionSourceReference> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>TVA-Functional Architecture Principles</eira:view> + <eira:view>SV-Functional Architecture Principles</eira:view> + <eira:view>TVI-Functional Architecture Principles</eira:view> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:definition><![CDATA[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 the reuse of systems and data and enables these to be integrated into larger systems. Incorporation of horizontal approaches to ensure the availability of services, applications and systems working towards harmonising how information is available, organised and in standardized formats that allow data exchange without limiting it.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/convergence-assurance-public-policy-goals-attainment"> + <skos:notation><![CDATA[Convergence assurance on public policy goals attainment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/convergence-assurance-public-policy-goals-attainment</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: The assessment of the effective realisation of public services, based on public policies, by evaluating various technological solutions when striving to ensure the effectiveness and efficiency of European public services. Digital public services should be the result of public policies based on real constructed and relevant societal needs. Therefore, it is relevant to ensure efficiency and effectiveness in the delivery of public services. For this reason, public administration has the duty of evaluating and ensuring that the resources are dedicated to the implementation and delivery of digital public services that are aligned with public policies and their objectives. In addition to the alignment of digital public services with public policies goal, there is the need to assess the efficiency of the service and the elements involved, to ensure that the investment done is proportionate to the societal needs and the relevance and value the service provides Evaluate the effectiveness and efficiency of different interoperability solutions and technological options considering user needs, proportionality and balance between costs and benefits. + +Source: Assessment of Effectiveness and Efficiency Underlying Principle (12) of the European Interoperability Framework (EIF) + +Source reference: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/assessment-effectiveness-and-efficiency + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/convergence-assurance-public-policy-goals-attainment + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:ConvergenceAssuranceOnPublicPolicyGoalsAttainmentPrinciple + +Title: Convergence assurance on public policy goals attainment + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:convergence-assurance-public-policy-goals-attainment_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/convergence-assurance-public-policy-goals-attainment_Properties"> + <skos:notation><![CDATA[Properties of Convergence assurance on public policy goals attainment]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/convergence-assurance-public-policy-goals-attainment_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" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/convergence-assurance-public-policy-goals-attainment" /> + <dcterms:type>elap:ConvergenceAssuranceOnPublicPolicyGoalsAttainmentPrinciple</dcterms:type> + <eira:PURI>http://data.europa.eu/2sa/elap/convergence-assurance-public-policy-goals-attainment</eira:PURI> + <dcterms:title><![CDATA[Convergence assurance on public policy goals attainment]]></dcterms:title> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[Assessment of Effectiveness and Efficiency Underlying Principle (12) of the European Interoperability Framework (EIF)]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/assessment-effectiveness-and-efficiency]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[The assessment of the effective realisation of public services, based on public policies, by evaluating various technological solutions when striving to ensure the effectiveness and efficiency of European public services. Digital public services should be the result of public policies based on real constructed and relevant societal needs. Therefore, it is relevant to ensure efficiency and effectiveness in the delivery of public services. For this reason, public administration has the duty of evaluating and ensuring that the resources are dedicated to the implementation and delivery of digital public services that are aligned with public policies and their objectives. In addition to the alignment of digital public services with public policies goal, there is the need to assess the efficiency of the service and the elements involved, to ensure that the investment done is proportionate to the societal needs and the relevance and value the service provides Evaluate the effectiveness and efficiency of different interoperability solutions and technological options considering user needs, proportionality and balance between costs and benefits.]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/once-only"> + <skos:notation><![CDATA[Once Only]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/once-only</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: Citizens and businesses provide public administrations data only once Requesting the data multiple times leads to an unnecessary administrative burden for citizens and businesses. It also leads to multiple administrations of the same data, with a high risk of inconsistency and low data quality. It is essential that the data that public administrations use is of good quality, in order to prevent errors and delays in processes and provide high-quality services. There is a central metadata administration of all the datasets that public administration bodies have available for reuse.Public administration bodies first determine whether specific data elements are available for reuse before they decide to collect them.Data that can be reused from other public administrations are not requested from citizens or businesses but simply referred to."" + +Source: Once Only Principle of DIGITAL Europe + +Source reference: https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/Once+Only+Principle + +Last modification: 2024-01-17 + +Identifier: http://data.europa.eu/2sa/elap/once-only + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: elap:OnceOnlyPrinciple + +Title: Once Only + +EIF Layer: N/A + +skos:broader: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple + +]]></skos:definition> + <elap:once-only_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/2sa/elap/once-only_Properties"> + <skos:notation><![CDATA[Properties of Once Only]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/2sa/elap/once-only_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Once Only]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/2sa/elap/once-only" /> + <dcterms:type>elap:OnceOnlyPrinciple</dcterms:type> + <dcterms:title><![CDATA[Once Only]]></dcterms:title> + <eira:PURI>http://data.europa.eu/2sa/elap/once-only</eira:PURI> + <dcterms:modified>2024-01-17</dcterms:modified> + <eira:definitionSource><![CDATA[Once Only Principle of DIGITAL Europe]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/Once+Only+Principle]]></eira:definitionSourceReference> + <eira:eifLayer>N/A</eira:eifLayer> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <skos:definition><![CDATA[Citizens and businesses provide public administrations data only once Requesting the data multiple times leads to an unnecessary administrative burden for citizens and businesses. It also leads to multiple administrations of the same data, with a high risk of inconsistency and low data quality. It is essential that the data that public administrations use is of good quality, in order to prevent errors and delays in processes and provide high-quality services. There is a central metadata administration of all the datasets that public administration bodies have available for reuse.Public administration bodies first determine whether specific data elements are available for reuse before they decide to collect them.Data that can be reused from other public administrations are not requested from citizens or businesses but simply referred to.""]]></skos:definition> + <skos:broader>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchivabilityRequirement"> + <skos:notation><![CDATA[Archivability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArchivabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Archivability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Archivability is an IT non-functional requirement that refers to the ability of a system to store and retrieve data or information over a long period of time. This requirement is important for systems that deal with critical data or information that needs to be preserved for legal, regulatory, or historical purposes. Archivability ensures that data is stored in a format that can be accessed and retrieved easily, even after a long period of time, and that the data remains accurate and complete. It also ensures that the system can handle large amounts of data and that the data is stored securely to prevent unauthorized access or tampering. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: Archivability is a non-functional requirement that pertains to the ability of a system to store and preserve data for future reference or use. According to the TOGAF specification, guidelines, and documentation, archivability is a critical aspect of enterprise architecture, particularly in the context of data management and governance. + +The archivability non-functional requirement is closely related to other requirements such as data retention, data integrity, and data security. It involves ensuring that data is stored in a format that is easily retrievable and accessible, and that it remains intact and uncorrupted over time. This requirement is particularly important for organizations that are required to comply with regulatory or legal requirements, as it ensures that data can be retrieved and presented as evidence if necessary. + +To meet the archivability non-functional requirement, enterprise architects must consider a range of factors, including the type of data being stored, the format in which it is stored, the storage medium used, and the length of time for which the data needs to be retained. They must also consider the potential risks associated with data loss or corruption, and implement appropriate measures to mitigate these risks. + +In practice, meeting the archivability non-functional requirement may involve implementing a range of technologies and processes, such as data backup and recovery systems, data archiving solutions, and data retention policies. It may also involve working closely with stakeholders across the organization to ensure that data is managed and stored in a way that meets their needs and requirements. + +Overall, the archivability non-functional requirement is a critical aspect of enterprise architecture, and one that must be carefully considered and managed to ensure the long-term viability and success of an organization. + +Example: Archivability: The system must be able to store and retrieve data for a minimum of 10 years, with the ability to export data in a standard format for long-term storage and retrieval. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ArchivabilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:ArchivabilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/ArchivabilityRequirement + +dct:title: Archivability Non-Functional Requirement + +]]></skos:definition> + <eira:ArchivabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchivabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Archivability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArchivabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Archivability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArchivabilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/ArchivabilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Archivability Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[Archivability: The system must be able to store and retrieve data for a minimum of 10 years, with the ability to export data in a standard format for long-term storage and retrieval.]]></skos:example> + <skos:definition><![CDATA[Archivability is an IT non-functional requirement that refers to the ability of a system to store and retrieve data or information over a long period of time. This requirement is important for systems that deal with critical data or information that needs to be preserved for legal, regulatory, or historical purposes. Archivability ensures that data is stored in a format that can be accessed and retrieved easily, even after a long period of time, and that the data remains accurate and complete. It also ensures that the system can handle large amounts of data and that the data is stored securely to prevent unauthorized access or tampering.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Archivability is a non-functional requirement that pertains to the ability of a system to store and preserve data for future reference or use. According to the TOGAF specification, guidelines, and documentation, archivability is a critical aspect of enterprise architecture, particularly in the context of data management and governance. + +The archivability non-functional requirement is closely related to other requirements such as data retention, data integrity, and data security. It involves ensuring that data is stored in a format that is easily retrievable and accessible, and that it remains intact and uncorrupted over time. This requirement is particularly important for organizations that are required to comply with regulatory or legal requirements, as it ensures that data can be retrieved and presented as evidence if necessary. + +To meet the archivability non-functional requirement, enterprise architects must consider a range of factors, including the type of data being stored, the format in which it is stored, the storage medium used, and the length of time for which the data needs to be retained. They must also consider the potential risks associated with data loss or corruption, and implement appropriate measures to mitigate these risks. + +In practice, meeting the archivability non-functional requirement may involve implementing a range of technologies and processes, such as data backup and recovery systems, data archiving solutions, and data retention policies. It may also involve working closely with stakeholders across the organization to ensure that data is managed and stored in a way that meets their needs and requirements. + +Overall, the archivability non-functional requirement is a critical aspect of enterprise architecture, and one that must be carefully considered and managed to ensure the long-term viability and success of an organization.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ArchivabilityRequirement</eira:PURI> + <dcterms:type>eira:ArchivabilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Detail-LevelRequirementRequirement"> + <skos:notation><![CDATA[Detail-Level Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Detail-LevelRequirementRequirement</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> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement" /> + <eira:Detail-LevelRequirementRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/Detail-LevelRequirementRequirement_Properties"> + <skos:notation><![CDATA[Properties of Detail-Level Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/Detail-LevelRequirementRequirement_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-LevelRequirementRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/Detail-LevelRequirementRequirement</eira:PURI> + <dcterms:type>eira:Detail-LevelRequirementRequirement</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>EIRA Ontology view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/Detail-LevelRequirementRequirement</dcterms:identifier> + <eira:eifLayer>N/A</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/BindingInstrumentRequirement + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:BindingInstrumentRequirement + +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 + +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). + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/BindingInstrumentRequirement + +EIF Layer: Legal + +]]></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>2024-01-28</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><![CDATA[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:view>Legal view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/BindingInstrumentRequirement</dcterms:identifier> + <eira:eifLayer>Legal</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FaultToleranceRequirement"> + <skos:notation><![CDATA[Fault tolerance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FaultToleranceRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Fault tolerance]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Fault tolerance is an IT non-functional requirement that refers to the ability of a system to continue functioning even in the event of hardware or software failures. This means that the system should be able to detect and recover from errors or failures without causing any disruption to the user experience. Fault tolerance is important for critical systems that cannot afford to fail, such as those used in healthcare, finance, and transportation. It involves redundancy, backup systems, and failover mechanisms to ensure that the system remains operational even in the face of unexpected events. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, fault tolerance is a non-functional requirement that refers to the ability of a system to continue operating in the event of a failure or error. This means that the system should be able to detect and recover from faults or errors without causing any disruption to the overall performance or availability of the system. + +To achieve fault tolerance, the system should be designed with redundancy and failover mechanisms that can automatically switch to backup components or systems in the event of a failure. This can include redundant hardware components, such as servers, storage devices, and network connections, as well as software components, such as load balancers, clustering, and replication. + +In addition, the system should be able to detect faults and errors in real-time, using monitoring and alerting mechanisms that can notify system administrators or operators of any issues. This can include automated monitoring tools that can detect performance issues, security breaches, or other types of errors that can impact the system's availability or performance. + +Overall, fault tolerance is a critical non-functional requirement for any system that requires high availability and reliability, such as mission-critical applications, financial systems, or healthcare systems. By designing systems with fault tolerance in mind, organizations can ensure that their systems can continue operating even in the face of unexpected failures or errors, minimizing downtime and ensuring business continuity. + +Example: One example of the IT non-functional requirement 'Fault tolerance' is in the aviation industry. The flight control systems of an aircraft must be designed to be fault-tolerant, meaning that they can continue to operate even if one or more components fail. This is critical for ensuring the safety of passengers and crew in the event of a system failure. The system must be able to detect and isolate faults, and then continue to operate using redundant components or backup systems. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/FaultToleranceRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:FaultToleranceRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/FaulttoleranceRequirement + +dct:title: Fault tolerance Non-Functional Requirement + +]]></skos:definition> + <eira:FaultToleranceRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FaultToleranceRequirement_Properties"> + <skos:notation><![CDATA[Properties of Fault tolerance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FaultToleranceRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Fault tolerance]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/FaultToleranceRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/FaulttoleranceRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Fault tolerance Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Fault tolerance' is in the aviation industry. The flight control systems of an aircraft must be designed to be fault-tolerant, meaning that they can continue to operate even if one or more components fail. This is critical for ensuring the safety of passengers and crew in the event of a system failure. The system must be able to detect and isolate faults, and then continue to operate using redundant components or backup systems.]]></skos:example> + <skos:definition><![CDATA[Fault tolerance is an IT non-functional requirement that refers to the ability of a system to continue functioning even in the event of hardware or software failures. This means that the system should be able to detect and recover from errors or failures without causing any disruption to the user experience. Fault tolerance is important for critical systems that cannot afford to fail, such as those used in healthcare, finance, and transportation. It involves redundancy, backup systems, and failover mechanisms to ensure that the system remains operational even in the face of unexpected events.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, fault tolerance is a non-functional requirement that refers to the ability of a system to continue operating in the event of a failure or error. This means that the system should be able to detect and recover from faults or errors without causing any disruption to the overall performance or availability of the system. + +To achieve fault tolerance, the system should be designed with redundancy and failover mechanisms that can automatically switch to backup components or systems in the event of a failure. This can include redundant hardware components, such as servers, storage devices, and network connections, as well as software components, such as load balancers, clustering, and replication. + +In addition, the system should be able to detect faults and errors in real-time, using monitoring and alerting mechanisms that can notify system administrators or operators of any issues. This can include automated monitoring tools that can detect performance issues, security breaches, or other types of errors that can impact the system's availability or performance. + +Overall, fault tolerance is a critical non-functional requirement for any system that requires high availability and reliability, such as mission-critical applications, financial systems, or healthcare systems. By designing systems with fault tolerance in mind, organizations can ensure that their systems can continue operating even in the face of unexpected failures or errors, minimizing downtime and ensuring business continuity.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/FaultToleranceRequirement</eira:PURI> + <dcterms:type>eira:FaultToleranceRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/LegalActRequirement + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:LegalActRequirement + +Synonym: Legal Instrument + +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. + +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. + +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". + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/LegalActRequirement + +EIF Layer: Legal + +]]></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>2024-01-28</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><![CDATA[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: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> + <eira:eifLayer>Legal</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AvailabilityRequirement"> + <skos:notation><![CDATA[Availability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AvailabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Availability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Availability is a non-functional requirement that refers to the ability of a system or application to be accessible and operational at all times. It is a measure of the system's reliability and the ability to provide uninterrupted service to users. This requirement is critical for systems that are used in mission-critical environments, such as healthcare, finance, and transportation. High availability is achieved through redundancy, fault tolerance, and disaster recovery mechanisms that ensure that the system can continue to function even in the event of hardware or software failures. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Availability is a non-functional requirement that refers to the ability of a system or application to be accessible and usable by authorized users at all times. This requirement is critical for ensuring that the system or application is always available for use, regardless of any potential disruptions or failures. + +To meet the Availability requirement, the system or application must be designed and implemented with a high degree of resilience, fault tolerance, and redundancy. This may involve the use of redundant hardware, software, and network components, as well as the implementation of backup and recovery procedures to ensure that data is not lost in the event of a failure. + +Additionally, the system or application must be designed to handle high levels of traffic and usage, without experiencing performance degradation or downtime. This may involve the use of load balancing and other performance optimization techniques to ensure that the system can handle peak loads without impacting availability. + +Overall, the Availability requirement is critical for ensuring that the system or application is always accessible and usable by authorized users, and must be carefully considered and addressed during the design and implementation phases of the project. + +Example: One example of an IT non-functional requirement for availability could be for a banking system to have a 99.99% uptime, meaning that the system should be available for use by customers 99.99% of the time. This requirement ensures that customers can access their accounts and perform transactions at any time without experiencing downtime or system failures. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AvailabilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:AvailabilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/AvailabilityRequirement + +dct:title: Availability Non-Functional Requirement + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/AvailabilityRequirementsCatalogueGrouping" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement" /> + <eira:AvailabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AvailabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Availability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AvailabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Availability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AvailabilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/AvailabilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Availability Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of an IT non-functional requirement for availability could be for a banking system to have a 99.99% uptime, meaning that the system should be available for use by customers 99.99% of the time. This requirement ensures that customers can access their accounts and perform transactions at any time without experiencing downtime or system failures.]]></skos:example> + <skos:definition><![CDATA[Availability is a non-functional requirement that refers to the ability of a system or application to be accessible and operational at all times. It is a measure of the system's reliability and the ability to provide uninterrupted service to users. This requirement is critical for systems that are used in mission-critical environments, such as healthcare, finance, and transportation. High availability is achieved through redundancy, fault tolerance, and disaster recovery mechanisms that ensure that the system can continue to function even in the event of hardware or software failures.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Availability is a non-functional requirement that refers to the ability of a system or application to be accessible and usable by authorized users at all times. This requirement is critical for ensuring that the system or application is always available for use, regardless of any potential disruptions or failures. + +To meet the Availability requirement, the system or application must be designed and implemented with a high degree of resilience, fault tolerance, and redundancy. This may involve the use of redundant hardware, software, and network components, as well as the implementation of backup and recovery procedures to ensure that data is not lost in the event of a failure. + +Additionally, the system or application must be designed to handle high levels of traffic and usage, without experiencing performance degradation or downtime. This may involve the use of load balancing and other performance optimization techniques to ensure that the system can handle peak loads without impacting availability. + +Overall, the Availability requirement is critical for ensuring that the system or application is always accessible and usable by authorized users, and must be carefully considered and addressed during the design and implementation phases of the project.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/AvailabilityRequirement</eira:PURI> + <dcterms:type>eira:AvailabilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </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>2024-01-28</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><![CDATA[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:view>EIRA Ontology view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/EIRAViewpointRequirement</dcterms:identifier> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ScalabilityRequirement"> + <skos:notation><![CDATA[Scalability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ScalabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Scalability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Scalability is an important non-functional requirement for any IT system, which refers to the ability of the system to handle increasing amounts of workload or users without compromising its performance or stability. A scalable system should be able to accommodate growth in data volume, traffic, and user base, by adding more resources or nodes to the system, without causing any downtime or degradation in response time. Scalability is critical for ensuring that the system can meet the demands of the business, adapt to changing requirements, and provide a seamless user experience. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, scalability is a non-functional requirement that refers to the ability of a system to handle increasing amounts of work or traffic without experiencing a decrease in performance or stability. This requirement is important for systems that are expected to grow or expand over time, as it ensures that the system can handle the increased workload without compromising its functionality or reliability. + +Scalability can be achieved through a variety of techniques, including horizontal scaling (adding more servers or nodes to distribute the workload), vertical scaling (adding more resources to a single server or node), and load balancing (distributing the workload across multiple servers or nodes). It is important to consider scalability early in the design process, as it can impact the overall architecture and infrastructure of the system. + +To ensure that scalability is achieved, it is important to establish performance metrics and benchmarks, and to regularly test and monitor the system to identify any bottlenecks or areas for improvement. Additionally, the system should be designed with modularity and flexibility in mind, so that it can be easily adapted and expanded as needed. + +Overall, scalability is a critical non-functional requirement for any system that is expected to grow or evolve over time, and should be carefully considered and addressed in the design and implementation phases of the system development lifecycle. + +Example: An example of the IT non-functional requirement 'Scalability' could be a web application that needs to handle a large number of concurrent users. The application should be able to scale up or down based on the number of users accessing it at any given time. This means that the application should be able to handle a sudden surge in traffic without crashing or slowing down. Additionally, the application should be able to add more resources such as servers or storage as needed to accommodate the increased traffic. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ScalabilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:ScalabilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/ScalabilityRequirement + +dct:title: Scalability Non-Functional Requirement + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ScalabilityRequirementsCatalogueGrouping" /> + <eira:ScalabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ScalabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Scalability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ScalabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Scalability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ScalabilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/ScalabilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Scalability Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[An example of the IT non-functional requirement 'Scalability' could be a web application that needs to handle a large number of concurrent users. The application should be able to scale up or down based on the number of users accessing it at any given time. This means that the application should be able to handle a sudden surge in traffic without crashing or slowing down. Additionally, the application should be able to add more resources such as servers or storage as needed to accommodate the increased traffic.]]></skos:example> + <skos:definition><![CDATA[Scalability is an important non-functional requirement for any IT system, which refers to the ability of the system to handle increasing amounts of workload or users without compromising its performance or stability. A scalable system should be able to accommodate growth in data volume, traffic, and user base, by adding more resources or nodes to the system, without causing any downtime or degradation in response time. Scalability is critical for ensuring that the system can meet the demands of the business, adapt to changing requirements, and provide a seamless user experience.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, scalability is a non-functional requirement that refers to the ability of a system to handle increasing amounts of work or traffic without experiencing a decrease in performance or stability. This requirement is important for systems that are expected to grow or expand over time, as it ensures that the system can handle the increased workload without compromising its functionality or reliability. + +Scalability can be achieved through a variety of techniques, including horizontal scaling (adding more servers or nodes to distribute the workload), vertical scaling (adding more resources to a single server or node), and load balancing (distributing the workload across multiple servers or nodes). It is important to consider scalability early in the design process, as it can impact the overall architecture and infrastructure of the system. + +To ensure that scalability is achieved, it is important to establish performance metrics and benchmarks, and to regularly test and monitor the system to identify any bottlenecks or areas for improvement. Additionally, the system should be designed with modularity and flexibility in mind, so that it can be easily adapted and expanded as needed. + +Overall, scalability is a critical non-functional requirement for any system that is expected to grow or evolve over time, and should be carefully considered and addressed in the design and implementation phases of the system development lifecycle.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ScalabilityRequirement</eira:PURI> + <dcterms:type>eira:ScalabilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AccountabilityRequirement"> + <skos:notation><![CDATA[Accountability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AccountabilityRequirement</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 is an IT non-functional requirement that refers to the ability of a system to track and record the actions of users and processes. This requirement ensures that all activities within the system can be traced back to their source, allowing for transparency and responsibility. Accountability is essential for compliance with regulations and standards, as well as for detecting and preventing fraudulent or malicious activities. It also helps to build trust and confidence in the system by providing a clear audit trail of all actions taken. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Accountability is a non-functional requirement that refers to the ability to trace and audit the actions and decisions made by a system or its users. This requirement ensures that the system can be held responsible for its actions and that there is a clear record of who made what decision and when. + +To meet this requirement, the system must have the ability to log and track all user actions and system events. This includes the ability to record user login and logout times, the actions taken by users while logged in, and any system events that occur during operation. The system must also be able to generate reports and audit trails that can be used to trace the actions and decisions made by the system and its users. + +In addition, the system must provide mechanisms for controlling access to sensitive data and functionality. This includes the ability to restrict access to certain features or data based on user roles and permissions. The system must also provide mechanisms for enforcing data privacy and security policies to ensure that sensitive data is protected from unauthorized access or disclosure. + +Overall, the Accountability non-functional requirement is critical for ensuring that the system is transparent and can be held responsible for its actions. By providing the ability to trace and audit user actions and system events, the system can be used with confidence and trust. + +Example: One example of the IT non-functional requirement 'Accountability' could be ensuring that all actions taken by users on a system are logged and traceable to the individual user. This would allow for accountability in the event of any unauthorized or malicious activity on the system. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AccountabilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:AccountabilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/AccountabilityRequirement + +dct:title: Accountability Non-Functional Requirement + +]]></skos:definition> + <eira:AccountabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AccountabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Accountability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AccountabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Accountability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AccountabilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/AccountabilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Accountability Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Accountability' could be ensuring that all actions taken by users on a system are logged and traceable to the individual user. This would allow for accountability in the event of any unauthorized or malicious activity on the system.]]></skos:example> + <skos:definition><![CDATA[Accountability is an IT non-functional requirement that refers to the ability of a system to track and record the actions of users and processes. This requirement ensures that all activities within the system can be traced back to their source, allowing for transparency and responsibility. Accountability is essential for compliance with regulations and standards, as well as for detecting and preventing fraudulent or malicious activities. It also helps to build trust and confidence in the system by providing a clear audit trail of all actions taken.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Accountability is a non-functional requirement that refers to the ability to trace and audit the actions and decisions made by a system or its users. This requirement ensures that the system can be held responsible for its actions and that there is a clear record of who made what decision and when. + +To meet this requirement, the system must have the ability to log and track all user actions and system events. This includes the ability to record user login and logout times, the actions taken by users while logged in, and any system events that occur during operation. The system must also be able to generate reports and audit trails that can be used to trace the actions and decisions made by the system and its users. + +In addition, the system must provide mechanisms for controlling access to sensitive data and functionality. This includes the ability to restrict access to certain features or data based on user roles and permissions. The system must also provide mechanisms for enforcing data privacy and security policies to ensure that sensitive data is protected from unauthorized access or disclosure. + +Overall, the Accountability non-functional requirement is critical for ensuring that the system is transparent and can be held responsible for its actions. By providing the ability to trace and audit user actions and system events, the system can be used with confidence and trust.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/AccountabilityRequirement</eira:PURI> + <dcterms:type>eira:AccountabilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticationRequirement"> + <skos:notation><![CDATA[Authentication]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationRequirement</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 is a non-functional requirement that ensures that only authorized users can access a system or application. It involves verifying the identity of the user through various means such as passwords, biometric identification, or security tokens. Authentication is crucial for maintaining the security and integrity of a system, as it prevents unauthorized access and protects sensitive information from being compromised. It also helps to ensure accountability and traceability by keeping a record of user activities. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Authentication is a non-functional requirement that refers to the process of verifying the identity of a user or system. It is a critical aspect of security and is necessary to ensure that only authorized users or systems can access the system or application. + +The Authentication non-functional requirement can be further broken down into several sub-requirements, including: + +1. Identification - The process of identifying a user or system based on a unique identifier such as a username, email address, or IP address. + +2. Authentication Mechanisms - The methods used to verify the identity of a user or system, such as passwords, biometric authentication, or two-factor authentication. + +3. Authorization - The process of granting or denying access to specific resources or functions based on the authenticated user's permissions. + +4. Audit Trail - The ability to track and record all authentication attempts and actions taken by authenticated users or systems. + +5. Security - The requirement to ensure that authentication mechanisms are secure and cannot be easily bypassed or compromised. + +Overall, the Authentication non-functional requirement is critical to ensuring the security and integrity of a system or application and should be carefully considered and implemented in accordance with industry best practices and standards. + +Example: An example of the IT non-functional requirement 'Authentication' could be that a user must provide a valid username and password to access a secure system or application. This ensures that only authorized users are able to access sensitive information or perform certain actions within the system. Additionally, the system may require multi-factor authentication, such as a security token or biometric verification, to further enhance security and prevent unauthorized access. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AuthenticationRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:AuthenticationRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/AuthenticationRequirement + +dct:title: Authentication Non-Functional Requirement + +]]></skos:definition> + <eira:AuthenticationRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticationRequirement_Properties"> + <skos:notation><![CDATA[Properties of Authentication]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationRequirement_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/AuthenticationRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Authentication Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[An example of the IT non-functional requirement 'Authentication' could be that a user must provide a valid username and password to access a secure system or application. This ensures that only authorized users are able to access sensitive information or perform certain actions within the system. Additionally, the system may require multi-factor authentication, such as a security token or biometric verification, to further enhance security and prevent unauthorized access.]]></skos:example> + <skos:definition><![CDATA[Authentication is a non-functional requirement that ensures that only authorized users can access a system or application. It involves verifying the identity of the user through various means such as passwords, biometric identification, or security tokens. Authentication is crucial for maintaining the security and integrity of a system, as it prevents unauthorized access and protects sensitive information from being compromised. It also helps to ensure accountability and traceability by keeping a record of user activities.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Authentication is a non-functional requirement that refers to the process of verifying the identity of a user or system. It is a critical aspect of security and is necessary to ensure that only authorized users or systems can access the system or application. + +The Authentication non-functional requirement can be further broken down into several sub-requirements, including: + +1. Identification - The process of identifying a user or system based on a unique identifier such as a username, email address, or IP address. + +2. Authentication Mechanisms - The methods used to verify the identity of a user or system, such as passwords, biometric authentication, or two-factor authentication. + +3. Authorization - The process of granting or denying access to specific resources or functions based on the authenticated user's permissions. + +4. Audit Trail - The ability to track and record all authentication attempts and actions taken by authenticated users or systems. + +5. Security - The requirement to ensure that authentication mechanisms are secure and cannot be easily bypassed or compromised. + +Overall, the Authentication non-functional requirement is critical to ensuring the security and integrity of a system or application and should be carefully considered and implemented in accordance with industry best practices and standards.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/AuthenticationRequirement</eira:PURI> + <dcterms:type>eira:AuthenticationRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalityRequirement"> + <skos:notation><![CDATA[Legality]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Legality]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Legality is an IT non-functional requirement that ensures that the software or system complies with all applicable laws, regulations, and standards. It is important to ensure that the system does not violate any legal or regulatory requirements, such as data privacy laws, copyright laws, or industry-specific regulations. Failure to comply with these requirements can result in legal and financial consequences for the organization. Therefore, it is crucial to ensure that the system is designed and developed in accordance with all applicable legal and regulatory requirements. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, guidelines, and documentation, the non-functional requirement of 'Legality' refers to the compliance of the IT system with legal and regulatory requirements. This requirement ensures that the system adheres to all applicable laws, regulations, and standards, including data protection laws, intellectual property laws, and industry-specific regulations. + +The Legality requirement also includes the need for the system to be auditable and transparent, allowing for regulatory compliance checks and audits. The system must also provide appropriate documentation and reporting capabilities to demonstrate compliance with legal and regulatory requirements. + +In addition, the Legality requirement also encompasses the need for the system to be secure and protect sensitive data from unauthorized access or disclosure. This includes the implementation of appropriate security measures, such as encryption, access controls, and monitoring, to ensure that the system meets legal and regulatory requirements for data protection. + +Overall, the Legality requirement is critical for ensuring that the IT system operates within the boundaries of the law and meets all applicable legal and regulatory requirements. Failure to meet this requirement can result in legal and financial penalties, reputational damage, and loss of customer trust. + +Example: One example of an IT non-functional requirement related to legality could be ensuring compliance with data privacy laws such as GDPR or CCPA. This could include requirements for data encryption, user consent for data collection and processing, and data retention policies. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/LegalityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:LegalityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/LegalityRequirement + +dct:title: Legality Non-Functional Requirement + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ComplianceRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/PrivacyRequirement" /> + <eira:LegalityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Legality]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LegalityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Legality]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/LegalityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Legality Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of an IT non-functional requirement related to legality could be ensuring compliance with data privacy laws such as GDPR or CCPA. This could include requirements for data encryption, user consent for data collection and processing, and data retention policies.]]></skos:example> + <skos:definition><![CDATA[Legality is an IT non-functional requirement that ensures that the software or system complies with all applicable laws, regulations, and standards. It is important to ensure that the system does not violate any legal or regulatory requirements, such as data privacy laws, copyright laws, or industry-specific regulations. Failure to comply with these requirements can result in legal and financial consequences for the organization. Therefore, it is crucial to ensure that the system is designed and developed in accordance with all applicable legal and regulatory requirements.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, guidelines, and documentation, the non-functional requirement of 'Legality' refers to the compliance of the IT system with legal and regulatory requirements. This requirement ensures that the system adheres to all applicable laws, regulations, and standards, including data protection laws, intellectual property laws, and industry-specific regulations. + +The Legality requirement also includes the need for the system to be auditable and transparent, allowing for regulatory compliance checks and audits. The system must also provide appropriate documentation and reporting capabilities to demonstrate compliance with legal and regulatory requirements. + +In addition, the Legality requirement also encompasses the need for the system to be secure and protect sensitive data from unauthorized access or disclosure. This includes the implementation of appropriate security measures, such as encryption, access controls, and monitoring, to ensure that the system meets legal and regulatory requirements for data protection. + +Overall, the Legality requirement is critical for ensuring that the IT system operates within the boundaries of the law and meets all applicable legal and regulatory requirements. Failure to meet this requirement can result in legal and financial penalties, reputational damage, and loss of customer trust.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/LegalityRequirement</eira:PURI> + <dcterms:type>eira:LegalityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </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>2024-01-28</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><![CDATA[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:view>EIRA Ontology view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement</dcterms:identifier> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:eifLayer>N/A</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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:view>EIRA Ontology view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/EIRAViewRequirement</dcterms:identifier> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityRequirementRequirement"> + <skos:notation><![CDATA[Interoperability Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityRequirementRequirement</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:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement" /> + <eira:InteroperabilityRequirementRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityRequirementRequirement_Properties"> + <skos:notation><![CDATA[Properties of Interoperability Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityRequirementRequirement_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/InteroperabilityRequirementRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/InteroperabilityRequirementRequirement</eira:PURI> + <dcterms:type>eira:InteroperabilityRequirementRequirement</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>EIRA Ontology view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityRequirementRequirement</dcterms:identifier> + <eira:eifLayer>N/A</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/LegalClausesRequirement + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:LegalClausesRequirement + +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) + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/LegalClausesRequirement + +EIF Layer: Legal + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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:view>Legal view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LegalClausesRequirement</dcterms:identifier> + <eira:eifLayer>Legal</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DurabilityRequirement"> + <skos:notation><![CDATA[Durability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DurabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Durability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Durability is an IT non-functional requirement that refers to the ability of a system or application to withstand and recover from failures, errors, or disruptions. It ensures that the system can maintain its functionality and data integrity even in the face of unexpected events such as power outages, hardware failures, or network disruptions. Durability is critical for systems that handle sensitive or mission-critical data, as any loss or corruption of data can have severe consequences. To achieve durability, systems may use techniques such as data replication, backup and recovery, and fault tolerance. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: Durability is a non-functional requirement that refers to the ability of a system to maintain its functionality and performance over time, even in the face of adverse conditions such as hardware failures, power outages, or other disruptions. This requirement is important for systems that are critical to the operation of an organization or that handle sensitive or valuable data. + +According to the TOGAF specification, durability is one of the key quality attributes that must be considered when designing and implementing an enterprise architecture. This requirement is closely related to other non-functional requirements such as reliability, availability, and maintainability, which together form the basis of a system's overall performance and effectiveness. + +To ensure that a system meets the durability requirement, architects and designers must consider a range of factors, including the robustness of hardware components, the resilience of software applications, and the effectiveness of backup and recovery procedures. They must also consider the impact of environmental factors such as temperature, humidity, and power fluctuations, and design systems that can withstand these conditions without compromising performance or functionality. + +In addition to these technical considerations, architects and designers must also consider the organizational and operational factors that can affect durability. This includes factors such as training and support for system users, maintenance and repair procedures, and disaster recovery planning. + +Overall, the durability requirement is a critical aspect of enterprise architecture design, and must be carefully considered and addressed in order to ensure the long-term success and effectiveness of a system. + +Example: One example of the IT non-functional requirement 'Durability' could be for a database system to maintain data integrity and availability even in the event of hardware failures or power outages. This means that the system should be able to recover quickly and efficiently from any disruptions or failures without losing any data or causing any downtime for users. The durability requirement ensures that the system can handle unexpected events and maintain its functionality over time. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DurabilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:DurabilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/DurabilityRequirement + +dct:title: Durability Non-Functional Requirement + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DurabilityRequirementsCatalogueGrouping" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement" /> + <eira:DurabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DurabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Durability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DurabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Durability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DurabilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/DurabilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Durability Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Durability' could be for a database system to maintain data integrity and availability even in the event of hardware failures or power outages. This means that the system should be able to recover quickly and efficiently from any disruptions or failures without losing any data or causing any downtime for users. The durability requirement ensures that the system can handle unexpected events and maintain its functionality over time.]]></skos:example> + <skos:definition><![CDATA[Durability is an IT non-functional requirement that refers to the ability of a system or application to withstand and recover from failures, errors, or disruptions. It ensures that the system can maintain its functionality and data integrity even in the face of unexpected events such as power outages, hardware failures, or network disruptions. Durability is critical for systems that handle sensitive or mission-critical data, as any loss or corruption of data can have severe consequences. To achieve durability, systems may use techniques such as data replication, backup and recovery, and fault tolerance.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Durability is a non-functional requirement that refers to the ability of a system to maintain its functionality and performance over time, even in the face of adverse conditions such as hardware failures, power outages, or other disruptions. This requirement is important for systems that are critical to the operation of an organization or that handle sensitive or valuable data. + +According to the TOGAF specification, durability is one of the key quality attributes that must be considered when designing and implementing an enterprise architecture. This requirement is closely related to other non-functional requirements such as reliability, availability, and maintainability, which together form the basis of a system's overall performance and effectiveness. + +To ensure that a system meets the durability requirement, architects and designers must consider a range of factors, including the robustness of hardware components, the resilience of software applications, and the effectiveness of backup and recovery procedures. They must also consider the impact of environmental factors such as temperature, humidity, and power fluctuations, and design systems that can withstand these conditions without compromising performance or functionality. + +In addition to these technical considerations, architects and designers must also consider the organizational and operational factors that can affect durability. This includes factors such as training and support for system users, maintenance and repair procedures, and disaster recovery planning. + +Overall, the durability requirement is a critical aspect of enterprise architecture design, and must be carefully considered and addressed in order to ensure the long-term success and effectiveness of a system.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/DurabilityRequirement</eira:PURI> + <dcterms:type>eira:DurabilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/UsabilityRequirement"> + <skos:notation><![CDATA[Usability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/UsabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Usability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Usability is a non-functional requirement that refers to the ease of use and learnability of a software system. It encompasses factors such as user interface design, navigation, and accessibility, and aims to ensure that the system is intuitive and efficient for users to interact with. Usability is important for ensuring user satisfaction, reducing errors and frustration, and ultimately improving the overall user experience. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Usability is a non-functional requirement that refers to the ease of use and learnability of a system or application. It encompasses various aspects such as user interface design, navigation, and user experience. + +Usability is an important consideration for any system or application as it directly impacts user satisfaction and productivity. A system that is difficult to use or navigate can lead to frustration and errors, which can ultimately result in decreased productivity and user adoption. + +To ensure that a system meets the usability requirement, it is important to consider the needs and expectations of the users. This can be achieved through user research and testing, as well as incorporating user feedback throughout the development process. + +Usability can also be measured through various metrics such as task completion time, error rates, and user satisfaction surveys. These metrics can help identify areas for improvement and ensure that the system is meeting the needs of its users. + +Overall, the usability non-functional requirement is an important consideration for any system or application and should be addressed throughout the development process to ensure user satisfaction and productivity. + +Example: One example of the IT non-functional requirement 'Usability' could be that the software application should have a clear and intuitive user interface that is easy to navigate and understand, even for users who are not technically proficient. This could include features such as clear labeling of buttons and menus, consistent design elements throughout the application, and the ability to customize the interface to suit individual user preferences. Additionally, the application should be responsive and fast, with minimal lag or delays when performing tasks or loading data. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/UsabilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:UsabilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/UsabilityRequirement + +dct:title: Usability Non-Functional Requirement + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/UsabilityRequirementsCatalogueGrouping" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement" /> + <eira:UsabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/UsabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Usability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/UsabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Usability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/UsabilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/UsabilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Usability Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Usability' could be that the software application should have a clear and intuitive user interface that is easy to navigate and understand, even for users who are not technically proficient. This could include features such as clear labeling of buttons and menus, consistent design elements throughout the application, and the ability to customize the interface to suit individual user preferences. Additionally, the application should be responsive and fast, with minimal lag or delays when performing tasks or loading data.]]></skos:example> + <skos:definition><![CDATA[Usability is a non-functional requirement that refers to the ease of use and learnability of a software system. It encompasses factors such as user interface design, navigation, and accessibility, and aims to ensure that the system is intuitive and efficient for users to interact with. Usability is important for ensuring user satisfaction, reducing errors and frustration, and ultimately improving the overall user experience.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Usability is a non-functional requirement that refers to the ease of use and learnability of a system or application. It encompasses various aspects such as user interface design, navigation, and user experience. + +Usability is an important consideration for any system or application as it directly impacts user satisfaction and productivity. A system that is difficult to use or navigate can lead to frustration and errors, which can ultimately result in decreased productivity and user adoption. + +To ensure that a system meets the usability requirement, it is important to consider the needs and expectations of the users. This can be achieved through user research and testing, as well as incorporating user feedback throughout the development process. + +Usability can also be measured through various metrics such as task completion time, error rates, and user satisfaction surveys. These metrics can help identify areas for improvement and ensure that the system is meeting the needs of its users. + +Overall, the usability non-functional requirement is an important consideration for any system or application and should be addressed throughout the development process to ensure user satisfaction and productivity.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/UsabilityRequirement</eira:PURI> + <dcterms:type>eira:UsabilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConsistencyRequirement"> + <skos:notation><![CDATA[Consistency]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConsistencyRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Consistency]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Consistency is an important non-functional requirement in IT systems that refers to the uniformity and coherence of data and processes across different components of the system. It ensures that the system behaves predictably and reliably, and that users can trust the accuracy and completeness of the information they receive. Consistency can be achieved through the use of standardized formats, protocols, and interfaces, as well as through rigorous testing and quality assurance procedures. It is particularly important in distributed systems, where data and processes may be spread across multiple servers or networks. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, guidelines, and documentation, the non-functional requirement of 'Consistency' refers to the need for the IT system to maintain a uniform and coherent approach to its operations, data, and interfaces. This consistency should be maintained across all components of the system, including hardware, software, and network infrastructure. + +Consistency is essential for ensuring that the system operates smoothly and efficiently, without any unexpected or unpredictable behavior. It also helps to ensure that users can easily navigate and interact with the system, without encountering any confusing or conflicting information. + +To achieve consistency, the IT system should adhere to established standards and best practices, such as those defined by industry bodies or regulatory agencies. It should also use a common set of data definitions and formats, and ensure that all interfaces and interactions are designed and implemented in a consistent manner. + +In addition, the IT system should be designed and tested to ensure that it can maintain consistency even under varying conditions, such as changes in workload, network traffic, or hardware failures. This may involve implementing redundancy or failover mechanisms, or using load balancing techniques to distribute workload across multiple servers. + +Overall, the non-functional requirement of 'Consistency' is critical for ensuring that the IT system operates reliably and predictably, and provides a consistent and seamless experience for users. + +Example: One example of the IT non-functional requirement 'Consistency' could be ensuring that all user interfaces across a software application have a consistent look and feel, including font sizes, colors, and button placements. This can help to improve user experience and reduce confusion or frustration when navigating the application. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ConsistencyRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:ConsistencyRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/ConsistencyRequirement + +dct:title: Consistency Non-Functional Requirement + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement" /> + <eira:ConsistencyRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConsistencyRequirement_Properties"> + <skos:notation><![CDATA[Properties of Consistency]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConsistencyRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Consistency]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConsistencyRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/ConsistencyRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Consistency Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Consistency' could be ensuring that all user interfaces across a software application have a consistent look and feel, including font sizes, colors, and button placements. This can help to improve user experience and reduce confusion or frustration when navigating the application.]]></skos:example> + <skos:definition><![CDATA[Consistency is an important non-functional requirement in IT systems that refers to the uniformity and coherence of data and processes across different components of the system. It ensures that the system behaves predictably and reliably, and that users can trust the accuracy and completeness of the information they receive. Consistency can be achieved through the use of standardized formats, protocols, and interfaces, as well as through rigorous testing and quality assurance procedures. It is particularly important in distributed systems, where data and processes may be spread across multiple servers or networks.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, guidelines, and documentation, the non-functional requirement of 'Consistency' refers to the need for the IT system to maintain a uniform and coherent approach to its operations, data, and interfaces. This consistency should be maintained across all components of the system, including hardware, software, and network infrastructure. + +Consistency is essential for ensuring that the system operates smoothly and efficiently, without any unexpected or unpredictable behavior. It also helps to ensure that users can easily navigate and interact with the system, without encountering any confusing or conflicting information. + +To achieve consistency, the IT system should adhere to established standards and best practices, such as those defined by industry bodies or regulatory agencies. It should also use a common set of data definitions and formats, and ensure that all interfaces and interactions are designed and implemented in a consistent manner. + +In addition, the IT system should be designed and tested to ensure that it can maintain consistency even under varying conditions, such as changes in workload, network traffic, or hardware failures. This may involve implementing redundancy or failover mechanisms, or using load balancing techniques to distribute workload across multiple servers. + +Overall, the non-functional requirement of 'Consistency' is critical for ensuring that the IT system operates reliably and predictably, and provides a consistent and seamless experience for users.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ConsistencyRequirement</eira:PURI> + <dcterms:type>eira:ConsistencyRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TrafficPatternRequirement"> + <skos:notation><![CDATA[Traffic pattern]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TrafficPatternRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Traffic pattern]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Traffic pattern is an IT non-functional requirement that refers to the expected volume and frequency of user traffic on a system or application. It includes factors such as peak usage times, the number of concurrent users, and the expected growth rate of traffic over time. The traffic pattern requirement is critical in ensuring that the system can handle the expected load without experiencing performance issues such as slow response times or crashes. It also helps in determining the appropriate infrastructure and resources needed to support the system. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, the non-functional requirement 'Traffic pattern' refers to the expected behavior of the system under different levels of traffic. This requirement is concerned with the system's ability to handle varying levels of user activity, data volume, and transaction processing. + +The Traffic pattern non-functional requirement is important for ensuring that the system can perform optimally under different traffic conditions. This requirement should be defined in terms of the expected traffic patterns, such as peak usage times, expected user activity levels, and the expected volume of data transactions. + +To meet this requirement, the system should be designed to handle the expected traffic patterns efficiently. This may involve the use of load balancing techniques, caching mechanisms, and other performance optimization strategies. The system should also be able to scale up or down as needed to accommodate changes in traffic patterns. + +In addition, the Traffic pattern non-functional requirement should be tested to ensure that the system can perform as expected under different traffic conditions. This may involve load testing, stress testing, and other performance testing techniques to simulate different traffic scenarios and measure the system's response. + +Overall, the Traffic pattern non-functional requirement is critical for ensuring that the system can handle varying levels of traffic and perform optimally under different usage scenarios. + +Example: One example of an IT non-functional requirement for 'Traffic pattern' could be for a website or application that needs to handle a high volume of traffic during peak hours, such as during a major sale event or a product launch. The requirement could specify that the system must be able to handle a certain number of concurrent users without experiencing any significant slowdowns or crashes. Additionally, it may require that the system be able to scale up or down as needed to accommodate fluctuations in traffic patterns. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/TrafficPatternRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:TrafficPatternRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/TrafficpatternRequirement + +dct:title: Traffic pattern Non-Functional Requirement + +]]></skos:definition> + <eira:TrafficPatternRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TrafficPatternRequirement_Properties"> + <skos:notation><![CDATA[Properties of Traffic pattern]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TrafficPatternRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Traffic pattern]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrafficPatternRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/TrafficpatternRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Traffic pattern Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of an IT non-functional requirement for 'Traffic pattern' could be for a website or application that needs to handle a high volume of traffic during peak hours, such as during a major sale event or a product launch. The requirement could specify that the system must be able to handle a certain number of concurrent users without experiencing any significant slowdowns or crashes. Additionally, it may require that the system be able to scale up or down as needed to accommodate fluctuations in traffic patterns.]]></skos:example> + <skos:definition><![CDATA[Traffic pattern is an IT non-functional requirement that refers to the expected volume and frequency of user traffic on a system or application. It includes factors such as peak usage times, the number of concurrent users, and the expected growth rate of traffic over time. The traffic pattern requirement is critical in ensuring that the system can handle the expected load without experiencing performance issues such as slow response times or crashes. It also helps in determining the appropriate infrastructure and resources needed to support the system.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, the non-functional requirement 'Traffic pattern' refers to the expected behavior of the system under different levels of traffic. This requirement is concerned with the system's ability to handle varying levels of user activity, data volume, and transaction processing. + +The Traffic pattern non-functional requirement is important for ensuring that the system can perform optimally under different traffic conditions. This requirement should be defined in terms of the expected traffic patterns, such as peak usage times, expected user activity levels, and the expected volume of data transactions. + +To meet this requirement, the system should be designed to handle the expected traffic patterns efficiently. This may involve the use of load balancing techniques, caching mechanisms, and other performance optimization strategies. The system should also be able to scale up or down as needed to accommodate changes in traffic patterns. + +In addition, the Traffic pattern non-functional requirement should be tested to ensure that the system can perform as expected under different traffic conditions. This may involve load testing, stress testing, and other performance testing techniques to simulate different traffic scenarios and measure the system's response. + +Overall, the Traffic pattern non-functional requirement is critical for ensuring that the system can handle varying levels of traffic and perform optimally under different usage scenarios.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/TrafficPatternRequirement</eira:PURI> + <dcterms:type>eira:TrafficPatternRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyRequirement"> + <skos:notation><![CDATA[Privacy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyRequirement</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 is an important non-functional requirement in IT systems that ensures the protection of sensitive information from unauthorized access, use, or disclosure. It involves implementing security measures such as encryption, access controls, and data masking to safeguard personal and confidential data. Privacy also includes compliance with legal and regulatory requirements such as GDPR, HIPAA, and CCPA. Maintaining privacy in IT systems is crucial for building trust with users and protecting their personal information from potential threats. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, guidelines, and documentation, the non-functional requirement of 'Privacy' refers to the ability of a system to protect the confidentiality, integrity, and availability of personal information. This requirement is essential for ensuring that sensitive data is not disclosed to unauthorized parties, and that individuals have control over how their personal information is collected, used, and shared. + +To meet the Privacy requirement, the system must comply with relevant laws, regulations, and industry standards related to data protection and privacy. This includes implementing appropriate security measures such as encryption, access controls, and data masking to prevent unauthorized access, modification, or disclosure of personal information. + +The system must also provide users with clear and concise privacy policies that explain how their personal information is collected, used, and shared. Users must be given the option to opt-out of data collection or sharing, and their consent must be obtained before any personal information is collected or used. + +In addition, the system must have mechanisms in place to detect and respond to privacy breaches. This includes monitoring for unauthorized access or use of personal information, and taking appropriate action to mitigate any potential harm to affected individuals. + +Overall, the Privacy non-functional requirement is critical for ensuring that personal information is protected and that individuals have control over their data. By meeting this requirement, the system can build trust with users and stakeholders, and avoid potential legal or reputational risks associated with privacy breaches. + +Example: One example of the IT non-functional requirement 'Privacy' could be that the system must ensure that all user data is encrypted and stored securely to prevent unauthorized access or data breaches. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/PrivacyRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:PrivacyRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/PrivacyRequirement + +dct:title: Privacy Non-Functional Requirement + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/LegalityRequirement" /> + <eira:PrivacyRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyRequirement_Properties"> + <skos:notation><![CDATA[Properties of Privacy]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyRequirement_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/PrivacyRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Privacy Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Privacy' could be that the system must ensure that all user data is encrypted and stored securely to prevent unauthorized access or data breaches.]]></skos:example> + <skos:definition><![CDATA[Privacy is an important non-functional requirement in IT systems that ensures the protection of sensitive information from unauthorized access, use, or disclosure. It involves implementing security measures such as encryption, access controls, and data masking to safeguard personal and confidential data. Privacy also includes compliance with legal and regulatory requirements such as GDPR, HIPAA, and CCPA. Maintaining privacy in IT systems is crucial for building trust with users and protecting their personal information from potential threats.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, guidelines, and documentation, the non-functional requirement of 'Privacy' refers to the ability of a system to protect the confidentiality, integrity, and availability of personal information. This requirement is essential for ensuring that sensitive data is not disclosed to unauthorized parties, and that individuals have control over how their personal information is collected, used, and shared. + +To meet the Privacy requirement, the system must comply with relevant laws, regulations, and industry standards related to data protection and privacy. This includes implementing appropriate security measures such as encryption, access controls, and data masking to prevent unauthorized access, modification, or disclosure of personal information. + +The system must also provide users with clear and concise privacy policies that explain how their personal information is collected, used, and shared. Users must be given the option to opt-out of data collection or sharing, and their consent must be obtained before any personal information is collected or used. + +In addition, the system must have mechanisms in place to detect and respond to privacy breaches. This includes monitoring for unauthorized access or use of personal information, and taking appropriate action to mitigate any potential harm to affected individuals. + +Overall, the Privacy non-functional requirement is critical for ensuring that personal information is protected and that individuals have control over their data. By meeting this requirement, the system can build trust with users and stakeholders, and avoid potential legal or reputational risks associated with privacy breaches.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/PrivacyRequirement</eira:PURI> + <dcterms:type>eira:PrivacyRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LoggingRequirement"> + <skos:notation><![CDATA[Logging]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LoggingRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Logging]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Logging is an IT non-functional requirement that involves the recording of events and activities within a system or application. This includes capturing information such as user actions, system errors, and performance metrics. The purpose of logging is to provide a detailed record of system behavior that can be used for troubleshooting, auditing, and analysis. Logging is essential for ensuring the security and reliability of IT systems, as it enables administrators to identify and address issues quickly and effectively. Additionally, logging can help organizations meet regulatory compliance requirements by providing a comprehensive record of system activity. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, guidelines, and documentation, the non-functional requirement of 'Logging' refers to the ability of a system to record and store information about its activities and events in a structured and organized manner. This information can be used for various purposes, such as troubleshooting, auditing, compliance, and performance analysis. + +The logging requirement should specify the types of events that need to be logged, the format and structure of the log data, the storage location and retention period, and the access control and security measures for the log files. The logging mechanism should be reliable, efficient, and scalable, and should not impact the performance or availability of the system. + +The logging requirement should also consider the legal and regulatory requirements for data privacy, protection, and disclosure. The log data should be encrypted, anonymized, or masked if necessary, and should only be accessible to authorized personnel with a legitimate need to know. + +The logging requirement should be documented in the system architecture and design, and should be tested and validated during the system development and deployment phases. The logging mechanism should be monitored and maintained throughout the system lifecycle, and should be updated or improved as needed to meet changing business and technical requirements. + +Example: One example of the IT non-functional requirement 'Logging' could be for a financial application to log all user activity and transactions for auditing and compliance purposes. This would include logging user login and logout times, as well as any changes made to account balances or transactions. The logs would need to be secure and tamper-proof, with access restricted to authorized personnel only. The system would also need to be able to generate reports based on the logged data, such as transaction histories or user activity summaries. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/LoggingRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:LoggingRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/LoggingRequirement + +dct:title: Logging Non-Functional Requirement + +]]></skos:definition> + <eira:LoggingRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LoggingRequirement_Properties"> + <skos:notation><![CDATA[Properties of Logging]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LoggingRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Logging]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LoggingRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/LoggingRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Logging Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Logging' could be for a financial application to log all user activity and transactions for auditing and compliance purposes. This would include logging user login and logout times, as well as any changes made to account balances or transactions. The logs would need to be secure and tamper-proof, with access restricted to authorized personnel only. The system would also need to be able to generate reports based on the logged data, such as transaction histories or user activity summaries.]]></skos:example> + <skos:definition><![CDATA[Logging is an IT non-functional requirement that involves the recording of events and activities within a system or application. This includes capturing information such as user actions, system errors, and performance metrics. The purpose of logging is to provide a detailed record of system behavior that can be used for troubleshooting, auditing, and analysis. Logging is essential for ensuring the security and reliability of IT systems, as it enables administrators to identify and address issues quickly and effectively. Additionally, logging can help organizations meet regulatory compliance requirements by providing a comprehensive record of system activity.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, guidelines, and documentation, the non-functional requirement of 'Logging' refers to the ability of a system to record and store information about its activities and events in a structured and organized manner. This information can be used for various purposes, such as troubleshooting, auditing, compliance, and performance analysis. + +The logging requirement should specify the types of events that need to be logged, the format and structure of the log data, the storage location and retention period, and the access control and security measures for the log files. The logging mechanism should be reliable, efficient, and scalable, and should not impact the performance or availability of the system. + +The logging requirement should also consider the legal and regulatory requirements for data privacy, protection, and disclosure. The log data should be encrypted, anonymized, or masked if necessary, and should only be accessible to authorized personnel with a legitimate need to know. + +The logging requirement should be documented in the system architecture and design, and should be tested and validated during the system development and deployment phases. The logging mechanism should be monitored and maintained throughout the system lifecycle, and should be updated or improved as needed to meet changing business and technical requirements.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/LoggingRequirement</eira:PURI> + <dcterms:type>eira:LoggingRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </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/DigitalSolutionFunctionalRequirementRequirement" /> + <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>2024-01-28</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><![CDATA[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:view>EIRA Ontology view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement</dcterms:identifier> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ResiliencyRequirement"> + <skos:notation><![CDATA[Resiliency]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ResiliencyRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Resiliency]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Resiliency is an IT non-functional requirement that refers to the ability of a system to recover quickly and efficiently from unexpected events or failures. This includes the ability to maintain availability, performance, and data integrity in the face of disruptions such as hardware failures, network outages, or cyber attacks. A resilient system is designed to minimize downtime, prevent data loss, and ensure business continuity, even in the face of adverse conditions. This requirement is critical for any system that needs to operate reliably and consistently, particularly in mission-critical applications such as financial services, healthcare, or emergency response. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Resiliency is a non-functional requirement that refers to the ability of an IT system to recover from failures or disruptions and continue to function as intended. This requirement is essential for ensuring that the system can withstand unexpected events such as hardware failures, power outages, or cyber-attacks. + +To meet the Resiliency requirement, IT systems must be designed with redundancy and fault-tolerant mechanisms that enable them to continue operating even when one or more components fail. This may involve the use of backup systems, redundant hardware, or failover mechanisms that automatically switch to a backup system when the primary system fails. + +In addition to technical measures, Resiliency also requires the implementation of robust disaster recovery and business continuity plans that outline procedures for responding to disruptions and restoring normal operations as quickly as possible. These plans should be regularly tested and updated to ensure that they remain effective in the face of changing threats and circumstances. + +Overall, Resiliency is a critical non-functional requirement for IT systems that must be carefully considered and addressed throughout the entire system development lifecycle. By ensuring that systems are designed with Resiliency in mind, organizations can minimize the risk of downtime and data loss, and maintain the continuity of their operations even in the face of unexpected events. + +Example: One example of the IT non-functional requirement 'Resiliency' could be that the system should be able to recover from hardware or software failures within a specified time frame, without losing any data or causing significant downtime. This could involve implementing redundancy measures such as backup servers, failover mechanisms, and data replication to ensure that the system can continue to operate even in the event of a failure. Additionally, the system should be able to handle high levels of traffic or usage without becoming overwhelmed or crashing, and should be able to scale up or down as needed to accommodate changing demands. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ResiliencyRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:ResiliencyRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/ResiliencyRequirement + +dct:title: Resiliency Non-Functional Requirement + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ResiliencyRequirementsCatalogueGrouping" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement" /> + <eira:ResiliencyRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ResiliencyRequirement_Properties"> + <skos:notation><![CDATA[Properties of Resiliency]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ResiliencyRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Resiliency]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ResiliencyRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/ResiliencyRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Resiliency Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Resiliency' could be that the system should be able to recover from hardware or software failures within a specified time frame, without losing any data or causing significant downtime. This could involve implementing redundancy measures such as backup servers, failover mechanisms, and data replication to ensure that the system can continue to operate even in the event of a failure. Additionally, the system should be able to handle high levels of traffic or usage without becoming overwhelmed or crashing, and should be able to scale up or down as needed to accommodate changing demands.]]></skos:example> + <skos:definition><![CDATA[Resiliency is an IT non-functional requirement that refers to the ability of a system to recover quickly and efficiently from unexpected events or failures. This includes the ability to maintain availability, performance, and data integrity in the face of disruptions such as hardware failures, network outages, or cyber attacks. A resilient system is designed to minimize downtime, prevent data loss, and ensure business continuity, even in the face of adverse conditions. This requirement is critical for any system that needs to operate reliably and consistently, particularly in mission-critical applications such as financial services, healthcare, or emergency response.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Resiliency is a non-functional requirement that refers to the ability of an IT system to recover from failures or disruptions and continue to function as intended. This requirement is essential for ensuring that the system can withstand unexpected events such as hardware failures, power outages, or cyber-attacks. + +To meet the Resiliency requirement, IT systems must be designed with redundancy and fault-tolerant mechanisms that enable them to continue operating even when one or more components fail. This may involve the use of backup systems, redundant hardware, or failover mechanisms that automatically switch to a backup system when the primary system fails. + +In addition to technical measures, Resiliency also requires the implementation of robust disaster recovery and business continuity plans that outline procedures for responding to disruptions and restoring normal operations as quickly as possible. These plans should be regularly tested and updated to ensure that they remain effective in the face of changing threats and circumstances. + +Overall, Resiliency is a critical non-functional requirement for IT systems that must be carefully considered and addressed throughout the entire system development lifecycle. By ensuring that systems are designed with Resiliency in mind, organizations can minimize the risk of downtime and data loss, and maintain the continuity of their operations even in the face of unexpected events.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ResiliencyRequirement</eira:PURI> + <dcterms:type>eira:ResiliencyRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIContractRequirement"> + <skos:notation><![CDATA[API contract]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIContractRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[API contract]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: An API contract is a non-functional requirement that specifies the rules and guidelines for how an application programming interface (API) should behave. It defines the expected behavior of the API, including the input and output formats, error handling, security, and performance. The API contract ensures that the API is consistent and predictable, making it easier for developers to use and integrate with other systems. It also helps to ensure that the API is reliable, scalable, and maintainable over time. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, an API contract is a non-functional requirement that defines the terms and conditions for using an application programming interface (API). It specifies the rules and guidelines that must be followed by both the API provider and the API consumer to ensure that the API functions as intended and meets the required quality attributes. + +The API contract includes details such as the API's input and output parameters, error handling procedures, security requirements, performance expectations, and other technical specifications. It also outlines the expected behavior of the API under different scenarios and usage patterns. + +The API contract is a critical component of the API design process, as it helps to ensure that the API is reliable, scalable, and maintainable. It also helps to minimize the risk of errors and inconsistencies in the API implementation, which can lead to security vulnerabilities, performance issues, and other problems. + +To create an effective API contract, it is important to involve all stakeholders, including the API provider, API consumer, and any other relevant parties. The contract should be clear, concise, and easy to understand, and should be regularly reviewed and updated as needed to reflect changes in the API or its usage patterns. + +Example: One example of an IT non-functional requirement for an API contract could be that the API must have a clearly defined and documented interface that specifies the expected inputs, outputs, and behavior of the API. This interface should be consistent and stable over time, so that clients can rely on it and build their own applications around it. Additionally, the API should be designed to be scalable and performant, so that it can handle large volumes of requests and respond quickly to user actions. Finally, the API should be secure and protected against unauthorized access, with appropriate authentication and authorization mechanisms in place to ensure that only authorized users can access the API and its data. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/APIContractRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:APIContractRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/APIcontractRequirement + +dct:title: API contract Non-Functional Requirement + +]]></skos:definition> + <eira:APIContractRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/APIContractRequirement_Properties"> + <skos:notation><![CDATA[Properties of API contract]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/APIContractRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of API contract]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIContractRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/APIcontractRequirement</dcterms:identifier> + <dcterms:title><![CDATA[API contract Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of an IT non-functional requirement for an API contract could be that the API must have a clearly defined and documented interface that specifies the expected inputs, outputs, and behavior of the API. This interface should be consistent and stable over time, so that clients can rely on it and build their own applications around it. Additionally, the API should be designed to be scalable and performant, so that it can handle large volumes of requests and respond quickly to user actions. Finally, the API should be secure and protected against unauthorized access, with appropriate authentication and authorization mechanisms in place to ensure that only authorized users can access the API and its data.]]></skos:example> + <skos:definition><![CDATA[An API contract is a non-functional requirement that specifies the rules and guidelines for how an application programming interface (API) should behave. It defines the expected behavior of the API, including the input and output formats, error handling, security, and performance. The API contract ensures that the API is consistent and predictable, making it easier for developers to use and integrate with other systems. It also helps to ensure that the API is reliable, scalable, and maintainable over time.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, an API contract is a non-functional requirement that defines the terms and conditions for using an application programming interface (API). It specifies the rules and guidelines that must be followed by both the API provider and the API consumer to ensure that the API functions as intended and meets the required quality attributes. + +The API contract includes details such as the API's input and output parameters, error handling procedures, security requirements, performance expectations, and other technical specifications. It also outlines the expected behavior of the API under different scenarios and usage patterns. + +The API contract is a critical component of the API design process, as it helps to ensure that the API is reliable, scalable, and maintainable. It also helps to minimize the risk of errors and inconsistencies in the API implementation, which can lead to security vulnerabilities, performance issues, and other problems. + +To create an effective API contract, it is important to involve all stakeholders, including the API provider, API consumer, and any other relevant parties. The contract should be clear, concise, and easy to understand, and should be regularly reviewed and updated as needed to reflect changes in the API or its usage patterns.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/APIContractRequirement</eira:PURI> + <dcterms:type>eira:APIContractRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/NationalLegalActRequirement + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:NationalLegalActRequirement + +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. + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/NationalLegalActRequirement + +EIF Layer: Legal + +]]></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>2024-01-28</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><![CDATA[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:view>Legal view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/NationalLegalActRequirement</dcterms:identifier> + <eira:eifLayer>Legal</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ExtensibilityRequirement"> + <skos:notation><![CDATA[Extensibility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ExtensibilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Extensibility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Extensibility is an IT non-functional requirement that refers to the ability of a system to easily accommodate future changes or additions without requiring significant modifications to the existing system. This means that the system should be designed in a way that allows for new features, functionalities, and technologies to be added seamlessly, without disrupting the existing system's performance or stability. Extensibility is important for ensuring that the system remains relevant and adaptable to changing business needs and technological advancements. It also helps to reduce the cost and effort required for future upgrades and maintenance. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Extensibility is a non-functional requirement that refers to the ability of a system or application to be easily extended or modified without affecting its existing functionality. This requirement is important for organizations that need to adapt to changing business requirements or technological advancements. + +The Extensibility requirement can be achieved through the use of modular and scalable architectures that allow for the addition of new components or features. This can be achieved through the use of open standards, APIs, and other integration mechanisms that enable the integration of new functionality into the existing system. + +To ensure that the Extensibility requirement is met, it is important to establish clear guidelines and standards for the development and integration of new components. This includes defining the interfaces and protocols that will be used for communication between different components, as well as establishing testing and validation procedures to ensure that new components are compatible with the existing system. + +In addition, it is important to consider the impact of extensibility on system performance and scalability. This may require the use of distributed architectures, load balancing mechanisms, and other techniques to ensure that the system can handle the increased load and complexity that comes with the addition of new components. + +Overall, the Extensibility requirement is an important consideration for organizations that need to adapt to changing business requirements and technological advancements. By following the TOGAF guidelines and documentation, organizations can ensure that their systems are designed to be easily extended and modified, while maintaining their existing functionality and performance. + +Example: An example of the IT non-functional requirement 'Extensibility' could be that the software system should be designed in such a way that it can easily accommodate new features and functionalities in the future without requiring significant changes to the existing codebase. This means that the system should be modular, with clear separation of concerns and well-defined interfaces between different components, so that new modules can be added or existing ones can be modified without affecting the rest of the system. Additionally, the system should be designed with scalability in mind, so that it can handle increased load and data volumes as the user base grows. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ExtensibilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:ExtensibilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/ExtensibilityRequirement + +dct:title: Extensibility Non-Functional Requirement + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ExtensibilityRequirementsCatalogueGrouping" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement" /> + <eira:ExtensibilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ExtensibilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Extensibility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ExtensibilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Extensibility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ExtensibilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/ExtensibilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Extensibility Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[An example of the IT non-functional requirement 'Extensibility' could be that the software system should be designed in such a way that it can easily accommodate new features and functionalities in the future without requiring significant changes to the existing codebase. This means that the system should be modular, with clear separation of concerns and well-defined interfaces between different components, so that new modules can be added or existing ones can be modified without affecting the rest of the system. Additionally, the system should be designed with scalability in mind, so that it can handle increased load and data volumes as the user base grows.]]></skos:example> + <skos:definition><![CDATA[Extensibility is an IT non-functional requirement that refers to the ability of a system to easily accommodate future changes or additions without requiring significant modifications to the existing system. This means that the system should be designed in a way that allows for new features, functionalities, and technologies to be added seamlessly, without disrupting the existing system's performance or stability. Extensibility is important for ensuring that the system remains relevant and adaptable to changing business needs and technological advancements. It also helps to reduce the cost and effort required for future upgrades and maintenance.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Extensibility is a non-functional requirement that refers to the ability of a system or application to be easily extended or modified without affecting its existing functionality. This requirement is important for organizations that need to adapt to changing business requirements or technological advancements. + +The Extensibility requirement can be achieved through the use of modular and scalable architectures that allow for the addition of new components or features. This can be achieved through the use of open standards, APIs, and other integration mechanisms that enable the integration of new functionality into the existing system. + +To ensure that the Extensibility requirement is met, it is important to establish clear guidelines and standards for the development and integration of new components. This includes defining the interfaces and protocols that will be used for communication between different components, as well as establishing testing and validation procedures to ensure that new components are compatible with the existing system. + +In addition, it is important to consider the impact of extensibility on system performance and scalability. This may require the use of distributed architectures, load balancing mechanisms, and other techniques to ensure that the system can handle the increased load and complexity that comes with the addition of new components. + +Overall, the Extensibility requirement is an important consideration for organizations that need to adapt to changing business requirements and technological advancements. By following the TOGAF guidelines and documentation, organizations can ensure that their systems are designed to be easily extended and modified, while maintaining their existing functionality and performance.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ExtensibilityRequirement</eira:PURI> + <dcterms:type>eira:ExtensibilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement"> + <skos:notation><![CDATA[Digital Solution Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: A [Digital Solution Requirement] ABB refers to a specific need or condition that must be met or satisfied by a digital system or product to achieve its intended purpose effectively + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +Interoperability Dimension: Structural IoP + +Viewpoint: EIRA Ontology viewpoint + +ABB name: eira:DigitalSolutionRequirementRequirement + +Additional identifier: http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement + +EIF Layer: N/A + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticFunctionalContentGrouping" /> + <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/CapabilityRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/InteroperabilityRequirementRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DigitalSolutionFunctionalRequirementRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementsCatalogueGrouping" /> + <eira:DigitalSolutionRequirementRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement" /> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:iopDimension>Behavioral IoP</eira:iopDimension> + <eira:view>EIRA Ontology 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:view>EIRA Ontology viewpoint</eira:view> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement</eira:PURI> + <dcterms:type>eira:DigitalSolutionRequirementRequirement</dcterms:type> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement</dcterms:identifier> + <skos:definition><![CDATA[A [Digital Solution Requirement] ABB refers to a specific need or condition that must be met or satisfied by a digital system or product to achieve its intended purpose effectively]]></skos:definition> + <eira:eifLayer>N/A</eira:eifLayer> + <dcterms:modified>2024-01-28</dcterms:modified> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuditabilityRequirement"> + <skos:notation><![CDATA[Auditability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuditabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Auditability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Auditability is an IT non-functional requirement that refers to the ability of a system to provide a complete and accurate record of all activities and transactions that occur within it. This includes the ability to track changes made to data, monitor user access and permissions, and generate reports that can be used for compliance, regulatory, or legal purposes. The audit trail should be secure, tamper-proof, and easily accessible to authorized personnel. The purpose of auditability is to ensure accountability, transparency, and integrity of the system's operations. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Auditability is a non-functional requirement that refers to the ability of a system to provide a complete and accurate record of all transactions and activities that occur within the system. This includes the ability to track and record all user actions, system events, and data changes, as well as the ability to generate reports and alerts based on this information. + +The Auditability requirement is important for ensuring the integrity and security of a system, as well as for compliance with regulatory and legal requirements. It also helps to identify and investigate any potential security breaches or fraudulent activities. + +To meet the Auditability requirement, a system must have the following capabilities: + +1. Logging and tracking: The system must be able to log and track all user actions, system events, and data changes, including the date, time, and user responsible for each action. + +2. Reporting and analysis: The system must be able to generate reports and alerts based on the logged information, allowing administrators to identify and investigate any suspicious activity. + +3. Security and access control: The system must have robust security and access control mechanisms in place to prevent unauthorized access to the audit logs and to ensure the integrity of the logged information. + +4. Retention and archiving: The system must be able to retain and archive audit logs for a specified period of time, in accordance with regulatory and legal requirements. + +Overall, the Auditability requirement is an essential aspect of any system design, ensuring that the system is secure, compliant, and transparent in its operations. + +Example: One example of the IT non-functional requirement 'Auditability' could be for a financial management system to track and record all changes made to financial data, including who made the change, when it was made, and what the previous and new values were. This would allow for auditing and compliance purposes, as well as ensuring the accuracy and integrity of financial data. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AuditabilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:AuditabilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/AuditabilityRequirement + +dct:title: Auditability Non-Functional Requirement + +]]></skos:definition> + <eira:AuditabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuditabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Auditability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuditabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Auditability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditabilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/AuditabilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Auditability Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Auditability' could be for a financial management system to track and record all changes made to financial data, including who made the change, when it was made, and what the previous and new values were. This would allow for auditing and compliance purposes, as well as ensuring the accuracy and integrity of financial data.]]></skos:example> + <skos:definition><![CDATA[Auditability is an IT non-functional requirement that refers to the ability of a system to provide a complete and accurate record of all activities and transactions that occur within it. This includes the ability to track changes made to data, monitor user access and permissions, and generate reports that can be used for compliance, regulatory, or legal purposes. The audit trail should be secure, tamper-proof, and easily accessible to authorized personnel. The purpose of auditability is to ensure accountability, transparency, and integrity of the system's operations.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Auditability is a non-functional requirement that refers to the ability of a system to provide a complete and accurate record of all transactions and activities that occur within the system. This includes the ability to track and record all user actions, system events, and data changes, as well as the ability to generate reports and alerts based on this information. + +The Auditability requirement is important for ensuring the integrity and security of a system, as well as for compliance with regulatory and legal requirements. It also helps to identify and investigate any potential security breaches or fraudulent activities. + +To meet the Auditability requirement, a system must have the following capabilities: + +1. Logging and tracking: The system must be able to log and track all user actions, system events, and data changes, including the date, time, and user responsible for each action. + +2. Reporting and analysis: The system must be able to generate reports and alerts based on the logged information, allowing administrators to identify and investigate any suspicious activity. + +3. Security and access control: The system must have robust security and access control mechanisms in place to prevent unauthorized access to the audit logs and to ensure the integrity of the logged information. + +4. Retention and archiving: The system must be able to retain and archive audit logs for a specified period of time, in accordance with regulatory and legal requirements. + +Overall, the Auditability requirement is an essential aspect of any system design, ensuring that the system is secure, compliant, and transparent in its operations.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/AuditabilityRequirement</eira:PURI> + <dcterms:type>eira:AuditabilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ReplicationRequirement"> + <skos:notation><![CDATA[Replication]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ReplicationRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Replication]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Replication is an IT non-functional requirement that refers to the ability of a system to duplicate or copy data or processes across multiple servers or locations. This is important for ensuring high availability and reliability of the system, as well as for disaster recovery purposes. Replication can be achieved through various techniques such as database replication, file replication, or server replication. The system should be able to handle replication in a seamless and efficient manner, without compromising performance or security. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Replication is a non-functional requirement that refers to the ability of a system to duplicate or copy data, processes, or services across multiple locations or instances. This requirement is important for ensuring high availability, fault tolerance, and disaster recovery capabilities. + +The Replication requirement can be further broken down into several sub-requirements, including: + +1. Data Replication: This refers to the ability of a system to replicate data across multiple locations or instances. This can be achieved through various techniques such as database replication, file replication, or object replication. + +2. Process Replication: This refers to the ability of a system to replicate processes or services across multiple locations or instances. This can be achieved through techniques such as load balancing, clustering, or virtualization. + +3. Synchronization: This refers to the ability of a system to ensure that replicated data, processes, or services are kept in sync across all instances. This can be achieved through techniques such as data synchronization, process synchronization, or service synchronization. + +4. Performance: This refers to the ability of a system to maintain performance levels even when replicating data, processes, or services across multiple locations or instances. This can be achieved through techniques such as caching, compression, or optimization. + +Overall, the Replication requirement is critical for ensuring that a system can provide high availability, fault tolerance, and disaster recovery capabilities. It is important to carefully consider the specific sub-requirements and techniques that will be used to achieve this requirement in order to ensure that the system is able to meet its performance and reliability goals. + +Example: One example of the IT non-functional requirement 'Replication' is in a database system where data needs to be replicated across multiple servers for redundancy and fault tolerance. This ensures that if one server fails, the data can still be accessed from another server without any disruption to the system. The replication process should be seamless and transparent to the end-users, ensuring that they can access the data without any delay or interruption. Additionally, the replication process should be efficient and scalable, allowing for easy addition of new servers as the system grows. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ReplicationRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:ReplicationRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/ReplicationRequirement + +dct:title: Replication Non-Functional Requirement + +]]></skos:definition> + <eira:ReplicationRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ReplicationRequirement_Properties"> + <skos:notation><![CDATA[Properties of Replication]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ReplicationRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Replication]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ReplicationRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/ReplicationRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Replication Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Replication' is in a database system where data needs to be replicated across multiple servers for redundancy and fault tolerance. This ensures that if one server fails, the data can still be accessed from another server without any disruption to the system. The replication process should be seamless and transparent to the end-users, ensuring that they can access the data without any delay or interruption. Additionally, the replication process should be efficient and scalable, allowing for easy addition of new servers as the system grows.]]></skos:example> + <skos:definition><![CDATA[Replication is an IT non-functional requirement that refers to the ability of a system to duplicate or copy data or processes across multiple servers or locations. This is important for ensuring high availability and reliability of the system, as well as for disaster recovery purposes. Replication can be achieved through various techniques such as database replication, file replication, or server replication. The system should be able to handle replication in a seamless and efficient manner, without compromising performance or security.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Replication is a non-functional requirement that refers to the ability of a system to duplicate or copy data, processes, or services across multiple locations or instances. This requirement is important for ensuring high availability, fault tolerance, and disaster recovery capabilities. + +The Replication requirement can be further broken down into several sub-requirements, including: + +1. Data Replication: This refers to the ability of a system to replicate data across multiple locations or instances. This can be achieved through various techniques such as database replication, file replication, or object replication. + +2. Process Replication: This refers to the ability of a system to replicate processes or services across multiple locations or instances. This can be achieved through techniques such as load balancing, clustering, or virtualization. + +3. Synchronization: This refers to the ability of a system to ensure that replicated data, processes, or services are kept in sync across all instances. This can be achieved through techniques such as data synchronization, process synchronization, or service synchronization. + +4. Performance: This refers to the ability of a system to maintain performance levels even when replicating data, processes, or services across multiple locations or instances. This can be achieved through techniques such as caching, compression, or optimization. + +Overall, the Replication requirement is critical for ensuring that a system can provide high availability, fault tolerance, and disaster recovery capabilities. It is important to carefully consider the specific sub-requirements and techniques that will be used to achieve this requirement in order to ensure that the system is able to meet its performance and reliability goals.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ReplicationRequirement</eira:PURI> + <dcterms:type>eira:ReplicationRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IntegrityRequirement"> + <skos:notation><![CDATA[Integrity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IntegrityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Integrity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Integrity is an IT non-functional requirement that ensures the accuracy, consistency, and reliability of data throughout its lifecycle. It involves maintaining the correctness and completeness of data, preventing unauthorized access or modification, and ensuring that data is not lost or corrupted due to system failures or errors. Integrity is critical for ensuring the trustworthiness of data and maintaining the credibility of the system that uses it. It is often achieved through the use of data validation, error checking, access controls, and backup and recovery mechanisms. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Integrity is a non-functional requirement that refers to the accuracy, consistency, and reliability of data and information within a system. It ensures that the data is protected from unauthorized access, modification, or deletion, and that it remains consistent and reliable throughout its lifecycle. + +Integrity is an essential requirement for any system that deals with sensitive or critical data, such as financial transactions, personal information, or medical records. It ensures that the data is not compromised or corrupted, and that it can be trusted by the users and stakeholders. + +To achieve integrity, the system must have appropriate security measures in place, such as access controls, authentication, encryption, and auditing. It must also have mechanisms to detect and prevent data tampering, such as checksums, digital signatures, or version control. + +Integrity is closely related to other non-functional requirements, such as availability, reliability, and performance. A system that lacks integrity may also suffer from data loss, downtime, or poor performance, which can have severe consequences for the users and the organization. + +Overall, integrity is a critical non-functional requirement that ensures the trustworthiness and reliability of data and information within a system. It must be carefully considered and implemented to ensure the security and effectiveness of the system. + +Example: One example of the IT non-functional requirement 'Integrity' is ensuring that data is not altered or modified during transmission or storage. This can be achieved through the use of encryption, checksums, and other security measures to prevent unauthorized access or tampering. Additionally, data backups and disaster recovery plans can help ensure that data remains intact and accessible in the event of a system failure or other disruption. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/IntegrityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:IntegrityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/IntegrityRequirement + +dct:title: Integrity Non-Functional Requirement + +]]></skos:definition> + <eira:IntegrityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IntegrityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Integrity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IntegrityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Integrity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IntegrityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/IntegrityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Integrity Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Integrity' is ensuring that data is not altered or modified during transmission or storage. This can be achieved through the use of encryption, checksums, and other security measures to prevent unauthorized access or tampering. Additionally, data backups and disaster recovery plans can help ensure that data remains intact and accessible in the event of a system failure or other disruption.]]></skos:example> + <skos:definition><![CDATA[Integrity is an IT non-functional requirement that ensures the accuracy, consistency, and reliability of data throughout its lifecycle. It involves maintaining the correctness and completeness of data, preventing unauthorized access or modification, and ensuring that data is not lost or corrupted due to system failures or errors. Integrity is critical for ensuring the trustworthiness of data and maintaining the credibility of the system that uses it. It is often achieved through the use of data validation, error checking, access controls, and backup and recovery mechanisms.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Integrity is a non-functional requirement that refers to the accuracy, consistency, and reliability of data and information within a system. It ensures that the data is protected from unauthorized access, modification, or deletion, and that it remains consistent and reliable throughout its lifecycle. + +Integrity is an essential requirement for any system that deals with sensitive or critical data, such as financial transactions, personal information, or medical records. It ensures that the data is not compromised or corrupted, and that it can be trusted by the users and stakeholders. + +To achieve integrity, the system must have appropriate security measures in place, such as access controls, authentication, encryption, and auditing. It must also have mechanisms to detect and prevent data tampering, such as checksums, digital signatures, or version control. + +Integrity is closely related to other non-functional requirements, such as availability, reliability, and performance. A system that lacks integrity may also suffer from data loss, downtime, or poor performance, which can have severe consequences for the users and the organization. + +Overall, integrity is a critical non-functional requirement that ensures the trustworthiness and reliability of data and information within a system. It must be carefully considered and implemented to ensure the security and effectiveness of the system.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/IntegrityRequirement</eira:PURI> + <dcterms:type>eira:IntegrityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DisasterRecoveryRequirement"> + <skos:notation><![CDATA[Disaster recovery]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DisasterRecoveryRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Disaster recovery]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Disaster recovery is an IT non-functional requirement that ensures that a system can recover from any catastrophic event or disaster, such as natural disasters, power outages, or cyber-attacks. This requirement involves creating a plan and implementing strategies to minimize the impact of such events on the system's functionality and data. The disaster recovery plan should include backup and recovery procedures, redundant systems, and failover mechanisms to ensure that the system can quickly and efficiently recover from any disaster. The goal of disaster recovery is to minimize downtime, data loss, and ensure business continuity. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Disaster Recovery is a non-functional requirement that refers to the ability of an IT system to recover from a catastrophic event or disaster. This requirement is essential for ensuring the continuity of business operations and minimizing the impact of disruptions on the organization. + +The Disaster Recovery requirement includes the following elements: + +1. Recovery Time Objective (RTO): This refers to the maximum amount of time that the IT system can be down before it must be restored to full functionality. The RTO is typically measured in hours or days and is determined by the criticality of the system to the business. + +2. Recovery Point Objective (RPO): This refers to the maximum amount of data loss that the organization can tolerate in the event of a disaster. The RPO is typically measured in minutes or hours and is determined by the criticality of the data to the business. + +3. Backup and Recovery Procedures: This refers to the processes and procedures that are in place to backup and restore the IT system in the event of a disaster. These procedures must be tested regularly to ensure that they are effective and can be executed quickly and efficiently. + +4. Disaster Recovery Plan: This refers to the overall plan that outlines the steps that must be taken to recover the IT system in the event of a disaster. The plan must be comprehensive and include all necessary information, such as contact information for key personnel, backup and recovery procedures, and communication protocols. + +5. Testing and Maintenance: This refers to the ongoing testing and maintenance of the Disaster Recovery plan and procedures to ensure that they remain effective and up-to-date. Testing must be conducted regularly to identify any weaknesses or gaps in the plan and to ensure that all personnel are familiar with their roles and responsibilities. + +Overall, the Disaster Recovery requirement is critical for ensuring the continuity of business operations in the event of a catastrophic event or disaster. Organizations must ensure that they have a comprehensive plan in place that includes backup and recovery procedures, testing and maintenance, and clear communication protocols to minimize the impact of disruptions on the organization. + +Example: In the event of a natural disaster or system failure, the system must be able to recover all data and functionality within 24 hours with minimal data loss. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DisasterRecoveryRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:DisasterRecoveryRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/DisasterrecoveryRequirement + +dct:title: Disaster recovery Non-Functional Requirement + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/RecoverabilityRequirement" /> + <eira:DisasterRecoveryRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DisasterRecoveryRequirement_Properties"> + <skos:notation><![CDATA[Properties of Disaster recovery]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DisasterRecoveryRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Disaster recovery]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DisasterRecoveryRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DisasterrecoveryRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Disaster recovery Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[In the event of a natural disaster or system failure, the system must be able to recover all data and functionality within 24 hours with minimal data loss.]]></skos:example> + <skos:definition><![CDATA[Disaster recovery is an IT non-functional requirement that ensures that a system can recover from any catastrophic event or disaster, such as natural disasters, power outages, or cyber-attacks. This requirement involves creating a plan and implementing strategies to minimize the impact of such events on the system's functionality and data. The disaster recovery plan should include backup and recovery procedures, redundant systems, and failover mechanisms to ensure that the system can quickly and efficiently recover from any disaster. The goal of disaster recovery is to minimize downtime, data loss, and ensure business continuity.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Disaster Recovery is a non-functional requirement that refers to the ability of an IT system to recover from a catastrophic event or disaster. This requirement is essential for ensuring the continuity of business operations and minimizing the impact of disruptions on the organization. + +The Disaster Recovery requirement includes the following elements: + +1. Recovery Time Objective (RTO): This refers to the maximum amount of time that the IT system can be down before it must be restored to full functionality. The RTO is typically measured in hours or days and is determined by the criticality of the system to the business. + +2. Recovery Point Objective (RPO): This refers to the maximum amount of data loss that the organization can tolerate in the event of a disaster. The RPO is typically measured in minutes or hours and is determined by the criticality of the data to the business. + +3. Backup and Recovery Procedures: This refers to the processes and procedures that are in place to backup and restore the IT system in the event of a disaster. These procedures must be tested regularly to ensure that they are effective and can be executed quickly and efficiently. + +4. Disaster Recovery Plan: This refers to the overall plan that outlines the steps that must be taken to recover the IT system in the event of a disaster. The plan must be comprehensive and include all necessary information, such as contact information for key personnel, backup and recovery procedures, and communication protocols. + +5. Testing and Maintenance: This refers to the ongoing testing and maintenance of the Disaster Recovery plan and procedures to ensure that they remain effective and up-to-date. Testing must be conducted regularly to identify any weaknesses or gaps in the plan and to ensure that all personnel are familiar with their roles and responsibilities. + +Overall, the Disaster Recovery requirement is critical for ensuring the continuity of business operations in the event of a catastrophic event or disaster. Organizations must ensure that they have a comprehensive plan in place that includes backup and recovery procedures, testing and maintenance, and clear communication protocols to minimize the impact of disruptions on the organization.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/DisasterRecoveryRequirement</eira:PURI> + <dcterms:type>eira:DisasterRecoveryRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ModularityAndReusabilityRequirement"> + <skos:notation><![CDATA[Modularity and reusability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ModularityAndReusabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Modularity and reusability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Modularity and reusability are non-functional requirements that refer to the ability of a software system to be broken down into smaller, independent components that can be easily reused in other parts of the system or in other systems altogether. This requirement is important because it allows for greater flexibility and scalability in software development, as well as reducing the amount of time and effort required to develop new software applications. By designing software with modularity and reusability in mind, developers can create more efficient and effective systems that are easier to maintain and update over time. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: Modularity and reusability are non-functional requirements that are essential for the development of robust and scalable IT systems. According to the TOGAF specification, guidelines, and documentation, modularity refers to the ability of a system to be broken down into smaller, independent components or modules. These modules can be developed, tested, and maintained separately, which makes it easier to modify or replace them without affecting the rest of the system. + +Reusability, on the other hand, refers to the ability of a system or its components to be used in different contexts or applications. This means that the system or its components should be designed in a way that they can be easily adapted or extended to meet the requirements of different users or applications. + +To achieve modularity and reusability, the TOGAF framework recommends the use of standard interfaces and protocols that allow different components to communicate with each other. This can be achieved through the use of service-oriented architecture (SOA) or microservices, which provide a modular and flexible approach to system design. + +In addition, the TOGAF framework recommends the use of design patterns and best practices that promote modularity and reusability. These include the use of abstraction, encapsulation, and inheritance to create modular and reusable components that can be easily extended or modified. + +Overall, modularity and reusability are critical non-functional requirements that should be considered throughout the entire system development lifecycle. By following the TOGAF framework and best practices, IT systems can be designed to be more flexible, scalable, and adaptable to changing business needs. + +Example: One example of the IT non-functional requirement 'Modularity and reusability' could be the development of a software application that can be easily integrated with other systems and components. This means that the application should be designed in a modular way, with clear interfaces and well-defined APIs, so that it can be easily reused and adapted to different environments and use cases. Additionally, the application should be built using standard technologies and programming languages, so that it can be easily maintained and updated over time. This requirement is important for organizations that need to integrate multiple systems and applications, as it helps to reduce development time and costs, and improves overall system performance and reliability. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ModularityAndReusabilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:ModularityAndReusabilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/ModularityandreusabilityRequirement + +dct:title: Modularity and reusability Non-Functional Requirement + +]]></skos:definition> + <eira:ModularityAndReusabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ModularityAndReusabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Modularity and reusability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ModularityAndReusabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Modularity and reusability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ModularityAndReusabilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/ModularityandreusabilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Modularity and reusability Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Modularity and reusability' could be the development of a software application that can be easily integrated with other systems and components. This means that the application should be designed in a modular way, with clear interfaces and well-defined APIs, so that it can be easily reused and adapted to different environments and use cases. Additionally, the application should be built using standard technologies and programming languages, so that it can be easily maintained and updated over time. This requirement is important for organizations that need to integrate multiple systems and applications, as it helps to reduce development time and costs, and improves overall system performance and reliability.]]></skos:example> + <skos:definition><![CDATA[Modularity and reusability are non-functional requirements that refer to the ability of a software system to be broken down into smaller, independent components that can be easily reused in other parts of the system or in other systems altogether. This requirement is important because it allows for greater flexibility and scalability in software development, as well as reducing the amount of time and effort required to develop new software applications. By designing software with modularity and reusability in mind, developers can create more efficient and effective systems that are easier to maintain and update over time.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Modularity and reusability are non-functional requirements that are essential for the development of robust and scalable IT systems. According to the TOGAF specification, guidelines, and documentation, modularity refers to the ability of a system to be broken down into smaller, independent components or modules. These modules can be developed, tested, and maintained separately, which makes it easier to modify or replace them without affecting the rest of the system. + +Reusability, on the other hand, refers to the ability of a system or its components to be used in different contexts or applications. This means that the system or its components should be designed in a way that they can be easily adapted or extended to meet the requirements of different users or applications. + +To achieve modularity and reusability, the TOGAF framework recommends the use of standard interfaces and protocols that allow different components to communicate with each other. This can be achieved through the use of service-oriented architecture (SOA) or microservices, which provide a modular and flexible approach to system design. + +In addition, the TOGAF framework recommends the use of design patterns and best practices that promote modularity and reusability. These include the use of abstraction, encapsulation, and inheritance to create modular and reusable components that can be easily extended or modified. + +Overall, modularity and reusability are critical non-functional requirements that should be considered throughout the entire system development lifecycle. By following the TOGAF framework and best practices, IT systems can be designed to be more flexible, scalable, and adaptable to changing business needs.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ModularityAndReusabilityRequirement</eira:PURI> + <dcterms:type>eira:ModularityAndReusabilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConfigurabilityRequirement"> + <skos:notation><![CDATA[Configurability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConfigurabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Configurability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Configurability is an IT non-functional requirement that refers to the ability of a system or software to be easily customized or modified to meet the specific needs or preferences of different users or organizations. This includes the ability to change settings, parameters, and other aspects of the system without requiring extensive programming or technical knowledge. Configurability is important for ensuring that the system can adapt to changing requirements and environments, and can be tailored to meet the unique needs of different users or organizations. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, configurability is a non-functional requirement that refers to the ability of a system or application to be easily configured or customized to meet the specific needs of different users or organizations. This includes the ability to modify settings, parameters, and other configuration options without requiring significant changes to the underlying code or architecture of the system. + +Configurability is an important non-functional requirement for many systems, particularly those that are used by multiple organizations or users with different requirements. By providing a high degree of configurability, these systems can be adapted to meet the specific needs of each user or organization, without requiring significant customization or development efforts. + +To meet the configurability requirement, systems should provide a range of configuration options that are easy to access and modify. These options should be well-documented and clearly explained, so that users can understand how to make the necessary changes. Additionally, systems should be designed in a modular and flexible way, so that changes to one part of the system do not require significant changes to other parts. + +Overall, configurability is an important non-functional requirement that can help to ensure that systems are adaptable and flexible enough to meet the needs of different users and organizations. By following the TOGAF guidelines and best practices for configurability, organizations can ensure that their systems are well-designed and easy to use, while also providing the necessary flexibility and customization options to meet the needs of their users. + +Example: One example of the IT non-functional requirement 'Configurability' could be the ability for a software application to be easily customized and adapted to meet the specific needs and requirements of different users or organizations. This could include features such as the ability to modify user interface elements, configure system settings and preferences, and integrate with other software systems or platforms. By providing a high degree of configurability, the application can be more easily tailored to meet the unique needs of different users, improving overall usability and user satisfaction. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ConfigurabilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:ConfigurabilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/ConfigurabilityRequirement + +dct:title: Configurability Non-Functional Requirement + +]]></skos:definition> + <eira:ConfigurabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConfigurabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Configurability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConfigurabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Configurability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConfigurabilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/ConfigurabilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Configurability Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Configurability' could be the ability for a software application to be easily customized and adapted to meet the specific needs and requirements of different users or organizations. This could include features such as the ability to modify user interface elements, configure system settings and preferences, and integrate with other software systems or platforms. By providing a high degree of configurability, the application can be more easily tailored to meet the unique needs of different users, improving overall usability and user satisfaction.]]></skos:example> + <skos:definition><![CDATA[Configurability is an IT non-functional requirement that refers to the ability of a system or software to be easily customized or modified to meet the specific needs or preferences of different users or organizations. This includes the ability to change settings, parameters, and other aspects of the system without requiring extensive programming or technical knowledge. Configurability is important for ensuring that the system can adapt to changing requirements and environments, and can be tailored to meet the unique needs of different users or organizations.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, configurability is a non-functional requirement that refers to the ability of a system or application to be easily configured or customized to meet the specific needs of different users or organizations. This includes the ability to modify settings, parameters, and other configuration options without requiring significant changes to the underlying code or architecture of the system. + +Configurability is an important non-functional requirement for many systems, particularly those that are used by multiple organizations or users with different requirements. By providing a high degree of configurability, these systems can be adapted to meet the specific needs of each user or organization, without requiring significant customization or development efforts. + +To meet the configurability requirement, systems should provide a range of configuration options that are easy to access and modify. These options should be well-documented and clearly explained, so that users can understand how to make the necessary changes. Additionally, systems should be designed in a modular and flexible way, so that changes to one part of the system do not require significant changes to other parts. + +Overall, configurability is an important non-functional requirement that can help to ensure that systems are adaptable and flexible enough to meet the needs of different users and organizations. By following the TOGAF guidelines and best practices for configurability, organizations can ensure that their systems are well-designed and easy to use, while also providing the necessary flexibility and customization options to meet the needs of their users.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ConfigurabilityRequirement</eira:PURI> + <dcterms:type>eira:ConfigurabilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ElasticityRequirement"> + <skos:notation><![CDATA[Elasticity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ElasticityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Elasticity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Elasticity is an IT non-functional requirement that refers to the ability of a system to scale up or down in response to changes in demand. This means that the system should be able to handle increased traffic or workload without compromising its performance or stability. Elasticity is important for systems that experience unpredictable or fluctuating demand, as it allows them to maintain optimal performance and avoid downtime. It also helps organizations to optimize their resource utilization and reduce costs by scaling down when demand decreases. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Elasticity is a non-functional requirement that refers to the ability of a system to scale up or down its resources in response to changing demands. This requirement is closely related to the concept of scalability, which refers to the ability of a system to handle increasing workloads without compromising its performance. + +Elasticity is an important requirement for systems that are expected to handle varying levels of traffic or workload. For example, a web application that experiences a sudden surge in traffic due to a marketing campaign or a news event should be able to scale up its resources to handle the increased demand. Similarly, a system that experiences a decrease in traffic during off-peak hours should be able to scale down its resources to save costs. + +To achieve elasticity, a system should be designed with the following characteristics: + +1. Modularity: The system should be composed of independent modules that can be scaled up or down independently. + +2. Automation: The scaling process should be automated to minimize human intervention and reduce the risk of errors. + +3. Monitoring: The system should be monitored continuously to detect changes in demand and trigger the scaling process. + +4. Resilience: The system should be able to handle failures and recover quickly from them. + +5. Flexibility: The system should be able to adapt to different types of workloads and resource requirements. + +Overall, elasticity is an important non-functional requirement that can help ensure that a system is able to handle changing demands and provide a consistent level of performance. + +Example: An example of the IT non-functional requirement 'Elasticity' could be the ability of a cloud-based application to automatically scale up or down its computing resources based on the current demand. This means that the application should be able to handle sudden spikes in traffic without crashing or slowing down, while also being able to reduce its resource usage during periods of low activity to save costs. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ElasticityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:ElasticityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/ElasticityRequirement + +dct:title: Elasticity Non-Functional Requirement + +]]></skos:definition> + <eira:ElasticityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ElasticityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Elasticity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ElasticityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Elasticity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ElasticityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/ElasticityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Elasticity Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[An example of the IT non-functional requirement 'Elasticity' could be the ability of a cloud-based application to automatically scale up or down its computing resources based on the current demand. This means that the application should be able to handle sudden spikes in traffic without crashing or slowing down, while also being able to reduce its resource usage during periods of low activity to save costs.]]></skos:example> + <skos:definition><![CDATA[Elasticity is an IT non-functional requirement that refers to the ability of a system to scale up or down in response to changes in demand. This means that the system should be able to handle increased traffic or workload without compromising its performance or stability. Elasticity is important for systems that experience unpredictable or fluctuating demand, as it allows them to maintain optimal performance and avoid downtime. It also helps organizations to optimize their resource utilization and reduce costs by scaling down when demand decreases.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Elasticity is a non-functional requirement that refers to the ability of a system to scale up or down its resources in response to changing demands. This requirement is closely related to the concept of scalability, which refers to the ability of a system to handle increasing workloads without compromising its performance. + +Elasticity is an important requirement for systems that are expected to handle varying levels of traffic or workload. For example, a web application that experiences a sudden surge in traffic due to a marketing campaign or a news event should be able to scale up its resources to handle the increased demand. Similarly, a system that experiences a decrease in traffic during off-peak hours should be able to scale down its resources to save costs. + +To achieve elasticity, a system should be designed with the following characteristics: + +1. Modularity: The system should be composed of independent modules that can be scaled up or down independently. + +2. Automation: The scaling process should be automated to minimize human intervention and reduce the risk of errors. + +3. Monitoring: The system should be monitored continuously to detect changes in demand and trigger the scaling process. + +4. Resilience: The system should be able to handle failures and recover quickly from them. + +5. Flexibility: The system should be able to adapt to different types of workloads and resource requirements. + +Overall, elasticity is an important non-functional requirement that can help ensure that a system is able to handle changing demands and provide a consistent level of performance.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ElasticityRequirement</eira:PURI> + <dcterms:type>eira:ElasticityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AlertsAndMonitoringRequirement"> + <skos:notation><![CDATA[Alerts and monitoring]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AlertsAndMonitoringRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Alerts and monitoring]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Alerts and monitoring are non-functional requirements that ensure that the system can detect and reporting any issues or anomalies that may arise during its operation. This includes the ability to monitor system performance, detect errors, and notify relevant stakeholders in real-time. The alerts and monitoring system should be designed to provide timely and accurate information to enable quick and effective decision-making, as well as to ensure that the system is always available and performing optimally. This requirement is critical for ensuring the reliability, availability, and performance of the system. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, 'Alerts and monitoring' is a non-functional requirement that pertains to the system's ability to detect and report errors, failures, and other critical events. This requirement is essential for ensuring the system's reliability, availability, and performance. + +To meet this requirement, the system must be equipped with monitoring tools and mechanisms that can track and analyze various system metrics, such as CPU usage, memory utilization, network traffic, and disk space. These tools should be able to generate alerts and notifications when predefined thresholds are exceeded or when specific events occur. + +The alerts and notifications should be sent to the appropriate stakeholders, such as system administrators, support teams, or business users, depending on the severity and impact of the event. The alerts should provide sufficient information to enable the stakeholders to take appropriate actions, such as investigating the root cause of the problem, applying corrective measures, or escalating the issue to higher levels of management. + +The monitoring tools should also be able to generate reports and dashboards that provide insights into the system's performance and health. These reports should be customizable and configurable to meet the specific needs of different stakeholders. + +Overall, the 'Alerts and monitoring' non-functional requirement is critical for ensuring the system's reliability, availability, and performance. By providing real-time visibility into the system's health and performance, the monitoring tools enable stakeholders to proactively identify and resolve issues before they escalate into major problems. + +Example: One example of the IT non-functional requirement 'Alerts and monitoring' could be for a financial institution's online banking system to have real-time monitoring of all transactions and user activity, with alerts triggered for any suspicious or potentially fraudulent activity. This would help ensure the security and integrity of the system and protect both the institution and its customers from potential financial losses. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AlertsAndMonitoringRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:AlertsAndMonitoringRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/AlertsandmonitoringRequirement + +dct:title: Alerts and monitoring Non-Functional Requirement + +]]></skos:definition> + <eira:AlertsAndMonitoringRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AlertsAndMonitoringRequirement_Properties"> + <skos:notation><![CDATA[Properties of Alerts and monitoring]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AlertsAndMonitoringRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Alerts and monitoring]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AlertsAndMonitoringRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/AlertsandmonitoringRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Alerts and monitoring Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Alerts and monitoring' could be for a financial institution's online banking system to have real-time monitoring of all transactions and user activity, with alerts triggered for any suspicious or potentially fraudulent activity. This would help ensure the security and integrity of the system and protect both the institution and its customers from potential financial losses.]]></skos:example> + <skos:definition><![CDATA[Alerts and monitoring are non-functional requirements that ensure that the system can detect and reporting any issues or anomalies that may arise during its operation. This includes the ability to monitor system performance, detect errors, and notify relevant stakeholders in real-time. The alerts and monitoring system should be designed to provide timely and accurate information to enable quick and effective decision-making, as well as to ensure that the system is always available and performing optimally. This requirement is critical for ensuring the reliability, availability, and performance of the system.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, 'Alerts and monitoring' is a non-functional requirement that pertains to the system's ability to detect and report errors, failures, and other critical events. This requirement is essential for ensuring the system's reliability, availability, and performance. + +To meet this requirement, the system must be equipped with monitoring tools and mechanisms that can track and analyze various system metrics, such as CPU usage, memory utilization, network traffic, and disk space. These tools should be able to generate alerts and notifications when predefined thresholds are exceeded or when specific events occur. + +The alerts and notifications should be sent to the appropriate stakeholders, such as system administrators, support teams, or business users, depending on the severity and impact of the event. The alerts should provide sufficient information to enable the stakeholders to take appropriate actions, such as investigating the root cause of the problem, applying corrective measures, or escalating the issue to higher levels of management. + +The monitoring tools should also be able to generate reports and dashboards that provide insights into the system's performance and health. These reports should be customizable and configurable to meet the specific needs of different stakeholders. + +Overall, the 'Alerts and monitoring' non-functional requirement is critical for ensuring the system's reliability, availability, and performance. By providing real-time visibility into the system's health and performance, the monitoring tools enable stakeholders to proactively identify and resolve issues before they escalate into major problems.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/AlertsAndMonitoringRequirement</eira:PURI> + <dcterms:type>eira:AlertsAndMonitoringRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/GeodesRequirement"> + <skos:notation><![CDATA[Geodes]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/GeodesRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Geodes]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Geodes is a non-functional requirement that refers to the ability of a system to accurately determine the location of a user or device. This requirement is important for systems that rely on location-based services, such as navigation apps or emergency response systems. Geodes involves the use of GPS or other location tracking technologies to provide precise location data, which can be used to improve the functionality and usability of the system. The accuracy and reliability of geodes is critical, as errors or inaccuracies can lead to serious consequences in certain applications. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Geodes can be classified as a non-functional requirement related to the performance and scalability of the IT system. Geodes refer to the ability of the system to handle and process large volumes of data and transactions in a timely and efficient manner. This requirement is critical for systems that deal with geospatial data, such as mapping and navigation applications. + +To meet the Geodes requirement, the IT system must be designed to handle large amounts of data and transactions without compromising performance or scalability. This can be achieved through the use of distributed computing architectures, such as cloud computing or grid computing, which allow for the processing of data across multiple nodes or servers. + +Additionally, the IT system must be designed to optimize the use of resources, such as memory and processing power, to ensure that performance is not impacted by the volume of data being processed. This can be achieved through the use of caching mechanisms, data compression, and other optimization techniques. + +Overall, the Geodes requirement is critical for systems that deal with geospatial data and must be carefully considered during the design and implementation of the IT system to ensure that performance and scalability are not compromised. + +Example: One example of an IT non-functional requirement for geodes could be that the system must be able to accurately track and display the location of assets or vehicles in real-time, with a margin of error no greater than 10 meters. This requirement would ensure that the system is reliable and precise enough to be used for applications such as fleet management or logistics tracking. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/GeodesRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:GeodesRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/GeodesRequirement + +dct:title: Geodes Non-Functional Requirement + +]]></skos:definition> + <eira:GeodesRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/GeodesRequirement_Properties"> + <skos:notation><![CDATA[Properties of Geodes]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/GeodesRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Geodes]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/GeodesRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/GeodesRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Geodes Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of an IT non-functional requirement for geodes could be that the system must be able to accurately track and display the location of assets or vehicles in real-time, with a margin of error no greater than 10 meters. This requirement would ensure that the system is reliable and precise enough to be used for applications such as fleet management or logistics tracking.]]></skos:example> + <skos:definition><![CDATA[Geodes is a non-functional requirement that refers to the ability of a system to accurately determine the location of a user or device. This requirement is important for systems that rely on location-based services, such as navigation apps or emergency response systems. Geodes involves the use of GPS or other location tracking technologies to provide precise location data, which can be used to improve the functionality and usability of the system. The accuracy and reliability of geodes is critical, as errors or inaccuracies can lead to serious consequences in certain applications.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Geodes can be classified as a non-functional requirement related to the performance and scalability of the IT system. Geodes refer to the ability of the system to handle and process large volumes of data and transactions in a timely and efficient manner. This requirement is critical for systems that deal with geospatial data, such as mapping and navigation applications. + +To meet the Geodes requirement, the IT system must be designed to handle large amounts of data and transactions without compromising performance or scalability. This can be achieved through the use of distributed computing architectures, such as cloud computing or grid computing, which allow for the processing of data across multiple nodes or servers. + +Additionally, the IT system must be designed to optimize the use of resources, such as memory and processing power, to ensure that performance is not impacted by the volume of data being processed. This can be achieved through the use of caching mechanisms, data compression, and other optimization techniques. + +Overall, the Geodes requirement is critical for systems that deal with geospatial data and must be carefully considered during the design and implementation of the IT system to ensure that performance and scalability are not compromised.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/GeodesRequirement</eira:PURI> + <dcterms:type>eira:GeodesRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PluggabilityRequirement"> + <skos:notation><![CDATA[Pluggability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PluggabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Pluggability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Pluggability is an IT non-functional requirement that refers to the ability of a system to easily integrate with other systems or components without requiring significant modifications to the existing codebase. This requirement ensures that the system can be easily extended or customized by adding or removing components, modules, or plugins, without affecting the overall functionality of the system. Pluggability is essential for systems that need to be scalable, flexible, and adaptable to changing business requirements, as it allows for easy integration with third-party tools and technologies. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Pluggability is a non-functional requirement that refers to the ability of a system or application to easily integrate with other systems or components without requiring significant modifications to the existing architecture. This requirement is closely related to the concept of interoperability, which is the ability of different systems to work together seamlessly. + +Pluggability is an important non-functional requirement for modern IT systems, as it allows organizations to easily integrate new technologies and components into their existing infrastructure. This can help to reduce costs, improve efficiency, and enhance the overall functionality of the system. + +To achieve pluggability, IT systems must be designed with a modular architecture that allows for easy integration of new components. This can be achieved through the use of standard interfaces, protocols, and APIs that enable different systems to communicate with each other. + +In addition, pluggability requires that IT systems be designed with a high degree of flexibility and scalability. This means that the system must be able to adapt to changing requirements and accommodate new components as they are added. + +Overall, pluggability is an important non-functional requirement for IT systems that enables organizations to easily integrate new technologies and components into their existing infrastructure. By designing systems with a modular architecture and a high degree of flexibility, organizations can achieve pluggability and reap the benefits of a more efficient and effective IT infrastructure. + +Example: One example of the IT non-functional requirement 'Pluggability' could be the ability of a software application to seamlessly integrate with third-party plugins or modules. For instance, a content management system (CMS) should be able to support various plugins for search engine optimization (SEO), social media integration, and e-commerce functionality. The pluggability requirement ensures that the software can be easily extended and customized to meet the specific needs of the users without requiring significant modifications to the core codebase. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/PluggabilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:PluggabilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/PluggabilityRequirement + +dct:title: Pluggability Non-Functional Requirement + +]]></skos:definition> + <eira:PluggabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/PluggabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Pluggability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/PluggabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Pluggability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PluggabilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/PluggabilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Pluggability Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Pluggability' could be the ability of a software application to seamlessly integrate with third-party plugins or modules. For instance, a content management system (CMS) should be able to support various plugins for search engine optimization (SEO), social media integration, and e-commerce functionality. The pluggability requirement ensures that the software can be easily extended and customized to meet the specific needs of the users without requiring significant modifications to the core codebase.]]></skos:example> + <skos:definition><![CDATA[Pluggability is an IT non-functional requirement that refers to the ability of a system to easily integrate with other systems or components without requiring significant modifications to the existing codebase. This requirement ensures that the system can be easily extended or customized by adding or removing components, modules, or plugins, without affecting the overall functionality of the system. Pluggability is essential for systems that need to be scalable, flexible, and adaptable to changing business requirements, as it allows for easy integration with third-party tools and technologies.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Pluggability is a non-functional requirement that refers to the ability of a system or application to easily integrate with other systems or components without requiring significant modifications to the existing architecture. This requirement is closely related to the concept of interoperability, which is the ability of different systems to work together seamlessly. + +Pluggability is an important non-functional requirement for modern IT systems, as it allows organizations to easily integrate new technologies and components into their existing infrastructure. This can help to reduce costs, improve efficiency, and enhance the overall functionality of the system. + +To achieve pluggability, IT systems must be designed with a modular architecture that allows for easy integration of new components. This can be achieved through the use of standard interfaces, protocols, and APIs that enable different systems to communicate with each other. + +In addition, pluggability requires that IT systems be designed with a high degree of flexibility and scalability. This means that the system must be able to adapt to changing requirements and accommodate new components as they are added. + +Overall, pluggability is an important non-functional requirement for IT systems that enables organizations to easily integrate new technologies and components into their existing infrastructure. By designing systems with a modular architecture and a high degree of flexibility, organizations can achieve pluggability and reap the benefits of a more efficient and effective IT infrastructure.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/PluggabilityRequirement</eira:PURI> + <dcterms:type>eira:PluggabilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DeploymentStampsRequirement"> + <skos:notation><![CDATA[Deployment stamps]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DeploymentStampsRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Deployment stamps]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Deployment stamps are a non-functional requirement that refers to the need for a system to have a timestamp or version number associated with each deployment. This allows for easy tracking and identification of different versions of the system, as well as the ability to roll back to a previous version if necessary. Deployment stamps are important for ensuring the stability and reliability of a system, as well as for facilitating efficient and effective maintenance and troubleshooting. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Deployment stamps are a non-functional requirement that pertains to the deployment of software applications. This requirement specifies that each deployment of the software application must be stamped with a unique identifier that indicates the version of the application that has been deployed. + +The purpose of this requirement is to ensure that the deployment process is traceable and auditable. By having a unique identifier for each deployment, it becomes easier to track changes and identify any issues that may arise during the deployment process. + +The deployment stamp should be generated automatically by the deployment tool or system and should be stored in a central repository. This repository should be accessible to authorized personnel who need to track the deployment process. + +In addition to the unique identifier, the deployment stamp should also include information such as the date and time of the deployment, the environment in which the application was deployed, and any other relevant information that may be useful for tracking and auditing purposes. + +Overall, the Deployment stamps non-functional requirement is an important aspect of ensuring that the deployment process is traceable and auditable, which is essential for maintaining the integrity and reliability of software applications. + +Example: Deployment stamps refer to the requirement that each version of the software being deployed must have a unique identifier or timestamp associated with it. This helps to ensure that the correct version of the software is being deployed and that any issues can be traced back to a specific version. For example, a banking application may require deployment stamps to ensure that the correct version of the software is being used to process financial transactions. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DeploymentStampsRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:DeploymentStampsRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/DeploymentstampsRequirement + +dct:title: Deployment stamps Non-Functional Requirement + +]]></skos:definition> + <eira:DeploymentStampsRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DeploymentStampsRequirement_Properties"> + <skos:notation><![CDATA[Properties of Deployment stamps]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DeploymentStampsRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Deployment stamps]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DeploymentStampsRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DeploymentstampsRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Deployment stamps Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[Deployment stamps refer to the requirement that each version of the software being deployed must have a unique identifier or timestamp associated with it. This helps to ensure that the correct version of the software is being deployed and that any issues can be traced back to a specific version. For example, a banking application may require deployment stamps to ensure that the correct version of the software is being used to process financial transactions.]]></skos:example> + <skos:definition><![CDATA[Deployment stamps are a non-functional requirement that refers to the need for a system to have a timestamp or version number associated with each deployment. This allows for easy tracking and identification of different versions of the system, as well as the ability to roll back to a previous version if necessary. Deployment stamps are important for ensuring the stability and reliability of a system, as well as for facilitating efficient and effective maintenance and troubleshooting.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Deployment stamps are a non-functional requirement that pertains to the deployment of software applications. This requirement specifies that each deployment of the software application must be stamped with a unique identifier that indicates the version of the application that has been deployed. + +The purpose of this requirement is to ensure that the deployment process is traceable and auditable. By having a unique identifier for each deployment, it becomes easier to track changes and identify any issues that may arise during the deployment process. + +The deployment stamp should be generated automatically by the deployment tool or system and should be stored in a central repository. This repository should be accessible to authorized personnel who need to track the deployment process. + +In addition to the unique identifier, the deployment stamp should also include information such as the date and time of the deployment, the environment in which the application was deployed, and any other relevant information that may be useful for tracking and auditing purposes. + +Overall, the Deployment stamps non-functional requirement is an important aspect of ensuring that the deployment process is traceable and auditable, which is essential for maintaining the integrity and reliability of software applications.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/DeploymentStampsRequirement</eira:PURI> + <dcterms:type>eira:DeploymentStampsRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ObservabilityRequirement"> + <skos:notation><![CDATA[Observability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ObservabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Observability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Observability is a non-functional requirement in IT that refers to the ability to monitor and analyze the behavior of a system or application in real-time. It involves collecting and analyzing data from various sources, such as logs, metrics, and traces, to gain insights into the system's performance, availability, and reliability. Observability helps IT teams identify and troubleshoot issues quickly, improve system performance, and ensure that the system meets the desired level of service. It is an essential requirement for complex and distributed systems that require constant monitoring and analysis to ensure optimal performance. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: Observability is a non-functional requirement that refers to the ability of a system to be monitored and analyzed in order to detect and diagnose issues. According to the TOGAF specification, observability is a key aspect of system performance and reliability, as it allows for proactive identification and resolution of problems before they impact users. + +To achieve observability, a system must be designed with the ability to collect and analyze data from various sources, including logs, metrics, and traces. This data must be made available to monitoring and analysis tools, which can then provide insights into system behavior and performance. + +The TOGAF guidelines recommend that observability be considered throughout the entire system development lifecycle, from initial design through to deployment and ongoing maintenance. This includes defining clear metrics and logging requirements, as well as selecting appropriate monitoring and analysis tools. + +In addition, the TOGAF documentation emphasizes the importance of ensuring that observability is integrated into the overall system architecture, rather than being treated as an afterthought. This requires careful consideration of factors such as data collection and storage, data processing and analysis, and user access to monitoring and analysis tools. + +Overall, observability is a critical non-functional requirement for any system that requires high levels of performance and reliability. By following the TOGAF guidelines and best practices, organizations can ensure that their systems are designed with observability in mind, and are able to proactively identify and resolve issues before they impact users. + +Example: One example of the IT non-functional requirement 'Observability' could be the ability to monitor and track system performance metrics such as CPU usage, memory usage, network traffic, and response times. This would allow IT teams to quickly identify and troubleshoot any issues that may arise, ensuring that the system remains reliable and available to users. Additionally, observability could also include the ability to log and analyze user behavior, allowing for insights into how the system is being used and how it can be improved. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ObservabilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:ObservabilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/ObservabilityRequirement + +dct:title: Observability Non-Functional Requirement + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ObservabilityRequirementsCatalogueGrouping" /> + <eira:ObservabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ObservabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Observability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ObservabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Observability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ObservabilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/ObservabilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Observability Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Observability' could be the ability to monitor and track system performance metrics such as CPU usage, memory usage, network traffic, and response times. This would allow IT teams to quickly identify and troubleshoot any issues that may arise, ensuring that the system remains reliable and available to users. Additionally, observability could also include the ability to log and analyze user behavior, allowing for insights into how the system is being used and how it can be improved.]]></skos:example> + <skos:definition><![CDATA[Observability is a non-functional requirement in IT that refers to the ability to monitor and analyze the behavior of a system or application in real-time. It involves collecting and analyzing data from various sources, such as logs, metrics, and traces, to gain insights into the system's performance, availability, and reliability. Observability helps IT teams identify and troubleshoot issues quickly, improve system performance, and ensure that the system meets the desired level of service. It is an essential requirement for complex and distributed systems that require constant monitoring and analysis to ensure optimal performance.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Observability is a non-functional requirement that refers to the ability of a system to be monitored and analyzed in order to detect and diagnose issues. According to the TOGAF specification, observability is a key aspect of system performance and reliability, as it allows for proactive identification and resolution of problems before they impact users. + +To achieve observability, a system must be designed with the ability to collect and analyze data from various sources, including logs, metrics, and traces. This data must be made available to monitoring and analysis tools, which can then provide insights into system behavior and performance. + +The TOGAF guidelines recommend that observability be considered throughout the entire system development lifecycle, from initial design through to deployment and ongoing maintenance. This includes defining clear metrics and logging requirements, as well as selecting appropriate monitoring and analysis tools. + +In addition, the TOGAF documentation emphasizes the importance of ensuring that observability is integrated into the overall system architecture, rather than being treated as an afterthought. This requires careful consideration of factors such as data collection and storage, data processing and analysis, and user access to monitoring and analysis tools. + +Overall, observability is a critical non-functional requirement for any system that requires high levels of performance and reliability. By following the TOGAF guidelines and best practices, organizations can ensure that their systems are designed with observability in mind, and are able to proactively identify and resolve issues before they impact users.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ObservabilityRequirement</eira:PURI> + <dcterms:type>eira:ObservabilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DeployabilityRequirement"> + <skos:notation><![CDATA[Deployability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DeployabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Deployability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Deployability is an IT non-functional requirement that refers to the ease and efficiency with which software applications can be deployed and installed on different platforms and environments. It involves ensuring that the software can be easily installed, configured, and updated without causing any disruption to the existing system. Deployability is critical for ensuring that software can be quickly and easily rolled out to users, reducing downtime, and minimizing the risk of errors or conflicts. It also helps to ensure that the software can be easily maintained and updated over time, ensuring that it remains secure and up to date with the latest features and functionality. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, guidelines, and documentation, the non-functional requirement of Deployability refers to the ease with which a system or application can be deployed into a production environment. This requirement encompasses a range of factors, including the ease of installation, configuration, and maintenance of the system, as well as the ability to scale the system to meet changing demands. + +To meet the Deployability requirement, the system must be designed with a focus on ease of deployment. This can include the use of standard deployment tools and processes, such as automated deployment scripts and configuration management tools. The system must also be designed to be easily configurable, with clear documentation and support for common configuration scenarios. + +In addition, the system must be designed to be easily maintainable, with clear documentation and support for common maintenance tasks. This can include the use of automated monitoring and alerting tools, as well as the ability to easily diagnose and resolve issues. + +Finally, the system must be designed to be scalable, with the ability to easily add or remove resources as needed to meet changing demands. This can include the use of cloud-based infrastructure, as well as the ability to easily add or remove servers or other resources as needed. + +Overall, the Deployability requirement is critical to ensuring that a system or application can be easily and reliably deployed into a production environment, and that it can be easily maintained and scaled to meet changing demands. + +Example: One example of the IT non-functional requirement 'Deployability' could be the ability of a software application to be easily installed and configured on different operating systems and hardware configurations without requiring extensive technical knowledge or expertise. This could include features such as automated installation scripts, clear documentation and user guides, and compatibility with common deployment tools and platforms. The goal of this requirement is to ensure that the application can be quickly and efficiently deployed in a variety of environments, reducing the time and effort required for IT teams to set up and maintain the software. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DeployabilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:DeployabilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/DeployabilityRequirement + +dct:title: Deployability Non-Functional Requirement + +]]></skos:definition> + <eira:DeployabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DeployabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Deployability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DeployabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Deployability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DeployabilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/DeployabilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Deployability Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Deployability' could be the ability of a software application to be easily installed and configured on different operating systems and hardware configurations without requiring extensive technical knowledge or expertise. This could include features such as automated installation scripts, clear documentation and user guides, and compatibility with common deployment tools and platforms. The goal of this requirement is to ensure that the application can be quickly and efficiently deployed in a variety of environments, reducing the time and effort required for IT teams to set up and maintain the software.]]></skos:example> + <skos:definition><![CDATA[Deployability is an IT non-functional requirement that refers to the ease and efficiency with which software applications can be deployed and installed on different platforms and environments. It involves ensuring that the software can be easily installed, configured, and updated without causing any disruption to the existing system. Deployability is critical for ensuring that software can be quickly and easily rolled out to users, reducing downtime, and minimizing the risk of errors or conflicts. It also helps to ensure that the software can be easily maintained and updated over time, ensuring that it remains secure and up to date with the latest features and functionality.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, guidelines, and documentation, the non-functional requirement of Deployability refers to the ease with which a system or application can be deployed into a production environment. This requirement encompasses a range of factors, including the ease of installation, configuration, and maintenance of the system, as well as the ability to scale the system to meet changing demands. + +To meet the Deployability requirement, the system must be designed with a focus on ease of deployment. This can include the use of standard deployment tools and processes, such as automated deployment scripts and configuration management tools. The system must also be designed to be easily configurable, with clear documentation and support for common configuration scenarios. + +In addition, the system must be designed to be easily maintainable, with clear documentation and support for common maintenance tasks. This can include the use of automated monitoring and alerting tools, as well as the ability to easily diagnose and resolve issues. + +Finally, the system must be designed to be scalable, with the ability to easily add or remove resources as needed to meet changing demands. This can include the use of cloud-based infrastructure, as well as the ability to easily add or remove servers or other resources as needed. + +Overall, the Deployability requirement is critical to ensuring that a system or application can be easily and reliably deployed into a production environment, and that it can be easily maintained and scaled to meet changing demands.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/DeployabilityRequirement</eira:PURI> + <dcterms:type>eira:DeployabilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AccessibilityRequirement"> + <skos:notation><![CDATA[Accessibility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AccessibilityRequirement</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 is an IT non-functional requirement that ensures the system or application can be used by people with disabilities or impairments. This includes providing features such as screen readers, keyboard navigation, and alternative text for images. The goal of accessibility is to make sure that everyone, regardless of their abilities, can access and use the system or application. This requirement is important for compliance with accessibility laws and regulations, as well as for creating an inclusive and user-friendly experience for all users. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Accessibility is a non-functional requirement that refers to the ability of a system or application to be used by people with disabilities. This includes individuals with visual, auditory, physical, or cognitive impairments. + +Accessibility is an important consideration for any system or application, as it ensures that all users can access and use the system or application effectively. This requirement is particularly important for systems or applications that are used by the public, as they must comply with accessibility standards and guidelines set by regulatory bodies. + +To meet the Accessibility non-functional requirement, the system or application must be designed and developed with accessibility in mind. This includes providing alternative ways of accessing information, such as text-to-speech or screen readers for visually impaired users, and ensuring that the system or application is navigable using only a keyboard for users with physical impairments. + +The system or application must also comply with accessibility standards and guidelines, such as the Web Content Accessibility Guidelines (WCAG) and the Americans with Disabilities Act (ADA). Compliance with these standards and guidelines ensures that the system or application is accessible to all users, regardless of their abilities. + +In summary, the Accessibility non-functional requirement requires that the system or application be designed and developed with accessibility in mind, and comply with accessibility standards and guidelines to ensure that all users can access and use the system or application effectively. + +Example: One example of an IT non-functional requirement for accessibility could be that the website or application must be designed to be compatible with screen readers and other assistive technologies commonly used by people with disabilities. This could include ensuring that all images have alt text descriptions, using clear and concise language, and providing keyboard shortcuts for navigation. Additionally, the website or application should be designed with a high contrast color scheme and large, easy-to-read fonts to accommodate users with visual impairments. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AccessibilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:AccessibilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/AccessibilityRequirement + +dct:title: Accessibility Non-Functional Requirement + +]]></skos:definition> + <eira:AccessibilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AccessibilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Accessibility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AccessibilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Accessibility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AccessibilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/AccessibilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Accessibility Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of an IT non-functional requirement for accessibility could be that the website or application must be designed to be compatible with screen readers and other assistive technologies commonly used by people with disabilities. This could include ensuring that all images have alt text descriptions, using clear and concise language, and providing keyboard shortcuts for navigation. Additionally, the website or application should be designed with a high contrast color scheme and large, easy-to-read fonts to accommodate users with visual impairments.]]></skos:example> + <skos:definition><![CDATA[Accessibility is an IT non-functional requirement that ensures the system or application can be used by people with disabilities or impairments. This includes providing features such as screen readers, keyboard navigation, and alternative text for images. The goal of accessibility is to make sure that everyone, regardless of their abilities, can access and use the system or application. This requirement is important for compliance with accessibility laws and regulations, as well as for creating an inclusive and user-friendly experience for all users.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Accessibility is a non-functional requirement that refers to the ability of a system or application to be used by people with disabilities. This includes individuals with visual, auditory, physical, or cognitive impairments. + +Accessibility is an important consideration for any system or application, as it ensures that all users can access and use the system or application effectively. This requirement is particularly important for systems or applications that are used by the public, as they must comply with accessibility standards and guidelines set by regulatory bodies. + +To meet the Accessibility non-functional requirement, the system or application must be designed and developed with accessibility in mind. This includes providing alternative ways of accessing information, such as text-to-speech or screen readers for visually impaired users, and ensuring that the system or application is navigable using only a keyboard for users with physical impairments. + +The system or application must also comply with accessibility standards and guidelines, such as the Web Content Accessibility Guidelines (WCAG) and the Americans with Disabilities Act (ADA). Compliance with these standards and guidelines ensures that the system or application is accessible to all users, regardless of their abilities. + +In summary, the Accessibility non-functional requirement requires that the system or application be designed and developed with accessibility in mind, and comply with accessibility standards and guidelines to ensure that all users can access and use the system or application effectively.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/AccessibilityRequirement</eira:PURI> + <dcterms:type>eira:AccessibilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ComplianceRequirement"> + <skos:notation><![CDATA[Compliance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ComplianceRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Compliance]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Compliance is an IT non-functional requirement that refers to the ability of a system or application to adhere to legal, regulatory, and industry standards. This requirement ensures that the system or application meets the necessary security, privacy, and data protection standards, as well as any other relevant regulations. Compliance is critical for organizations that handle sensitive data, such as financial institutions, healthcare providers, and government agencies, as it helps to mitigate risks and avoid legal and financial penalties. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Compliance is a non-functional requirement that refers to the ability of an IT system to adhere to legal, regulatory, and industry standards. Compliance requirements are often imposed by external entities, such as government agencies or industry associations, and failure to comply can result in legal or financial penalties. + +To ensure compliance, IT systems must be designed and implemented in accordance with relevant standards and regulations. This may involve incorporating specific security measures, data protection protocols, or other controls to meet compliance requirements. + +Compliance is an important consideration for organizations in many industries, particularly those that handle sensitive data or operate in highly regulated environments. By ensuring compliance, organizations can minimize the risk of legal or financial penalties, protect their reputation, and demonstrate their commitment to ethical and responsible business practices. + +Overall, compliance is a critical non-functional requirement that must be carefully considered and addressed in the design and implementation of IT systems. + +Example: One example of an IT non-functional requirement for compliance could be ensuring that the system meets all relevant regulatory requirements, such as HIPAA for healthcare data or PCI DSS for credit card information. This could include implementing appropriate security measures, maintaining audit logs, and regularly conducting vulnerability assessments. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ComplianceRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:ComplianceRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/ComplianceRequirement + +dct:title: Compliance Non-Functional Requirement + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/LegalityRequirement" /> + <eira:ComplianceRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ComplianceRequirement_Properties"> + <skos:notation><![CDATA[Properties of Compliance]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ComplianceRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Compliance]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComplianceRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/ComplianceRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Compliance Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of an IT non-functional requirement for compliance could be ensuring that the system meets all relevant regulatory requirements, such as HIPAA for healthcare data or PCI DSS for credit card information. This could include implementing appropriate security measures, maintaining audit logs, and regularly conducting vulnerability assessments.]]></skos:example> + <skos:definition><![CDATA[Compliance is an IT non-functional requirement that refers to the ability of a system or application to adhere to legal, regulatory, and industry standards. This requirement ensures that the system or application meets the necessary security, privacy, and data protection standards, as well as any other relevant regulations. Compliance is critical for organizations that handle sensitive data, such as financial institutions, healthcare providers, and government agencies, as it helps to mitigate risks and avoid legal and financial penalties.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Compliance is a non-functional requirement that refers to the ability of an IT system to adhere to legal, regulatory, and industry standards. Compliance requirements are often imposed by external entities, such as government agencies or industry associations, and failure to comply can result in legal or financial penalties. + +To ensure compliance, IT systems must be designed and implemented in accordance with relevant standards and regulations. This may involve incorporating specific security measures, data protection protocols, or other controls to meet compliance requirements. + +Compliance is an important consideration for organizations in many industries, particularly those that handle sensitive data or operate in highly regulated environments. By ensuring compliance, organizations can minimize the risk of legal or financial penalties, protect their reputation, and demonstrate their commitment to ethical and responsible business practices. + +Overall, compliance is a critical non-functional requirement that must be carefully considered and addressed in the design and implementation of IT systems.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ComplianceRequirement</eira:PURI> + <dcterms:type>eira:ComplianceRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityRequirement"> + <skos:notation><![CDATA[Security]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityRequirement</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 is a non-functional requirement that refers to the ability of a system to protect itself against unauthorized access, data breaches, and other malicious activities. It involves implementing measures such as encryption, access controls, firewalls, and intrusion detection systems to safeguard the system and its data. Security is essential for any system that handles sensitive information or performs critical functions, as a breach can result in significant financial, legal, and reputational damage. Therefore, security must be a top priority in the design, development, and deployment of any IT system. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, guidelines, and documentation, the non-functional requirement of "Security" refers to the ability of a system to protect against unauthorized access, modification, or destruction of data. This requirement encompasses a range of security measures, including authentication, authorization, encryption, and auditing. + +To meet the Security requirement, a system must be designed to ensure that only authorized users can access sensitive data or perform certain actions. This may involve implementing strong passwords, multi-factor authentication, or other access control mechanisms. Additionally, the system must be able to detect and prevent unauthorized access attempts, such as through intrusion detection systems or firewalls. + +Another aspect of the Security requirement is data protection. This involves ensuring that data is encrypted both in transit and at rest, and that appropriate measures are in place to prevent data loss or corruption. The system must also be able to recover from security incidents, such as by restoring data from backups or rolling back transactions. + +Finally, the Security requirement includes auditing and monitoring capabilities. The system must be able to track user activity and generate audit logs, which can be used to investigate security incidents or comply with regulatory requirements. This may involve implementing logging and monitoring tools, as well as establishing policies and procedures for reviewing and analyzing audit data. + +Example: One example of an IT non-functional requirement for security could be that the system must have a secure login process that includes multi-factor authentication and password complexity requirements to prevent unauthorized access. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/SecurityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:SecurityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/SecurityRequirement + +dct:title: Security Non-Functional Requirement + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/SecurityRequirementsCatalogueGrouping" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement" /> + <eira:SecurityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Security]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Security]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Security Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of an IT non-functional requirement for security could be that the system must have a secure login process that includes multi-factor authentication and password complexity requirements to prevent unauthorized access.]]></skos:example> + <skos:definition><![CDATA[Security is a non-functional requirement that refers to the ability of a system to protect itself against unauthorized access, data breaches, and other malicious activities. It involves implementing measures such as encryption, access controls, firewalls, and intrusion detection systems to safeguard the system and its data. Security is essential for any system that handles sensitive information or performs critical functions, as a breach can result in significant financial, legal, and reputational damage. Therefore, security must be a top priority in the design, development, and deployment of any IT system.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, guidelines, and documentation, the non-functional requirement of "Security" refers to the ability of a system to protect against unauthorized access, modification, or destruction of data. This requirement encompasses a range of security measures, including authentication, authorization, encryption, and auditing. + +To meet the Security requirement, a system must be designed to ensure that only authorized users can access sensitive data or perform certain actions. This may involve implementing strong passwords, multi-factor authentication, or other access control mechanisms. Additionally, the system must be able to detect and prevent unauthorized access attempts, such as through intrusion detection systems or firewalls. + +Another aspect of the Security requirement is data protection. This involves ensuring that data is encrypted both in transit and at rest, and that appropriate measures are in place to prevent data loss or corruption. The system must also be able to recover from security incidents, such as by restoring data from backups or rolling back transactions. + +Finally, the Security requirement includes auditing and monitoring capabilities. The system must be able to track user activity and generate audit logs, which can be used to investigate security incidents or comply with regulatory requirements. This may involve implementing logging and monitoring tools, as well as establishing policies and procedures for reviewing and analyzing audit data.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/SecurityRequirement</eira:PURI> + <dcterms:type>eira:SecurityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement"> + <skos:notation><![CDATA[Digital Solution Non-Functional Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Non-Functional Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/AgilityRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/AvailabilityRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/SecurityRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ScalabilityRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ResiliencyRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DurabilityRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ObservabilityRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ExtensibilityRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/UsabilityRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/ConsistencyRequirement" /> + <eira:DigitalSolutionNon-FunctionalRequirementRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution Non-Functional Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution Non-Functional Requirement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement" /> + <eira:iopDimension>Structural IoP</eira:iopDimension> + <eira:iopDimension>Governance IoP</eira:iopDimension> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:view>EIRA Ontology view</eira:view> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement</eira:PURI> + <dcterms:type>eira:DigitalSolutionNon-FunctionalRequirementRequirement</dcterms:type> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement</dcterms:identifier> + <skos:definition><![CDATA[The [Digital Solution Non-Functional Requirement] ABB refers to criteria that specify the operational qualities such as performance, security, usability, and reliability of a digital solution, rather than its specific behaviors or functions.]]></skos:definition> + <eira:eifLayer>N/A</eira:eifLayer> + <dcterms:modified>2024-01-28</dcterms:modified> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthorizationRequirement"> + <skos:notation><![CDATA[Authorization]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuthorizationRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Authorization]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Authorization is a non-functional requirement in IT that refers to the process of granting or denying access to specific resources or functionalities within a system. It involves verifying the identity of a user and determining their level of access based on their role or permissions. Authorization is essential for ensuring the security and integrity of a system, as it prevents unauthorized users from accessing sensitive information or performing actions that could compromise the system. It also helps to maintain accountability by tracking user activity and ensuring that actions are performed by authorized individuals. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: Authorization is a non-functional requirement that is related to the security aspect of an IT system. It refers to the process of granting or denying access to resources or functionalities based on the identity and privileges of the user or entity requesting access. + +According to the TOGAF specification, Authorization is a key aspect of security architecture and should be designed to ensure that only authorized users or entities can access the system or its resources. The authorization process should be based on a well-defined set of policies and rules that are consistent with the organization's security policies and regulatory requirements. + +The TOGAF guidelines recommend that the authorization process should be implemented using a combination of authentication, authorization, and access control mechanisms. Authentication is the process of verifying the identity of the user or entity requesting access, while authorization is the process of determining whether the user or entity has the necessary privileges to access the requested resource. Access control is the process of enforcing the authorization decisions by controlling the actual access to the resource. + +To ensure that the authorization process is effective, the TOGAF documentation recommends that the security architecture should include mechanisms for monitoring and auditing the authorization process. This will help to detect and prevent unauthorized access attempts and ensure that the system is compliant with the organization's security policies and regulatory requirements. + +In summary, Authorization is a non-functional requirement that is critical for ensuring the security of an IT system. It should be designed based on a well-defined set of policies and rules, and implemented using a combination of authentication, authorization, and access control mechanisms. The authorization process should be monitored and audited to ensure that it is effective and compliant with the organization's security policies and regulatory requirements. + +Example: One example of an IT non-functional requirement for Authorization could be that only users with specific roles or permissions are able to access certain features or data within a software application. This could include restrictions on who can create, edit, or delete certain types of content, or who can view sensitive information such as financial data or personal information. The authorization system should also be secure and reliable, ensuring that unauthorized users cannot gain access to restricted areas or data. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AuthorizationRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:AuthorizationRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/AuthorizationRequirement + +dct:title: Authorization Non-Functional Requirement + +]]></skos:definition> + <eira:AuthorizationRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthorizationRequirement_Properties"> + <skos:notation><![CDATA[Properties of Authorization]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuthorizationRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Authorization]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuthorizationRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/AuthorizationRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Authorization Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of an IT non-functional requirement for Authorization could be that only users with specific roles or permissions are able to access certain features or data within a software application. This could include restrictions on who can create, edit, or delete certain types of content, or who can view sensitive information such as financial data or personal information. The authorization system should also be secure and reliable, ensuring that unauthorized users cannot gain access to restricted areas or data.]]></skos:example> + <skos:definition><![CDATA[Authorization is a non-functional requirement in IT that refers to the process of granting or denying access to specific resources or functionalities within a system. It involves verifying the identity of a user and determining their level of access based on their role or permissions. Authorization is essential for ensuring the security and integrity of a system, as it prevents unauthorized users from accessing sensitive information or performing actions that could compromise the system. It also helps to maintain accountability by tracking user activity and ensuring that actions are performed by authorized individuals.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Authorization is a non-functional requirement that is related to the security aspect of an IT system. It refers to the process of granting or denying access to resources or functionalities based on the identity and privileges of the user or entity requesting access. + +According to the TOGAF specification, Authorization is a key aspect of security architecture and should be designed to ensure that only authorized users or entities can access the system or its resources. The authorization process should be based on a well-defined set of policies and rules that are consistent with the organization's security policies and regulatory requirements. + +The TOGAF guidelines recommend that the authorization process should be implemented using a combination of authentication, authorization, and access control mechanisms. Authentication is the process of verifying the identity of the user or entity requesting access, while authorization is the process of determining whether the user or entity has the necessary privileges to access the requested resource. Access control is the process of enforcing the authorization decisions by controlling the actual access to the resource. + +To ensure that the authorization process is effective, the TOGAF documentation recommends that the security architecture should include mechanisms for monitoring and auditing the authorization process. This will help to detect and prevent unauthorized access attempts and ensure that the system is compliant with the organization's security policies and regulatory requirements. + +In summary, Authorization is a non-functional requirement that is critical for ensuring the security of an IT system. It should be designed based on a well-defined set of policies and rules, and implemented using a combination of authentication, authorization, and access control mechanisms. The authorization process should be monitored and audited to ensure that it is effective and compliant with the organization's security policies and regulatory requirements.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/AuthorizationRequirement</eira:PURI> + <dcterms:type>eira:AuthorizationRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CompatibilityRequirement"> + <skos:notation><![CDATA[Compatibility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CompatibilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Compatibility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Compatibility is an IT non-functional requirement that refers to the ability of a system or software to function properly with other systems, software, hardware, or environments. It ensures that the system can operate seamlessly with other systems, without any compatibility issues or conflicts. Compatibility is essential for ensuring that the system can integrate with other systems and can be used by a wide range of users, regardless of their hardware or software configurations. It also ensures that the system can be easily upgraded or migrated to newer versions without any compatibility issues. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Compatibility is an IT non-functional requirement that refers to the ability of a system or application to operate in conjunction with other systems or applications. This requirement ensures that the system or application can integrate seamlessly with other systems or applications without causing any disruption or compatibility issues. + +Compatibility can be achieved through adherence to industry standards, protocols, and interfaces. The system or application must be designed to work with different operating systems, hardware, and software configurations. It should also be able to communicate with other systems or applications using standard communication protocols. + +The compatibility requirement also includes backward compatibility, which ensures that the system or application can work with older versions of software or hardware. This is important to ensure that users can continue to use the system or application even if they have not upgraded their hardware or software. + +To ensure compatibility, it is important to conduct thorough testing and validation of the system or application. This includes testing for interoperability with other systems or applications, as well as testing for compatibility with different hardware and software configurations. + +Overall, the compatibility requirement is critical to ensure that the system or application can work seamlessly with other systems or applications, and that users can continue to use the system or application without any disruption or compatibility issues. + +Example: One example of the IT non-functional requirement 'Compatibility' could be ensuring that a software application is compatible with multiple operating systems such as Windows, Mac, and Linux. This would ensure that the application can be used by a wider range of users regardless of their preferred operating system. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/CompatibilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:CompatibilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/CompatibilityRequirement + +dct:title: Compatibility Non-Functional Requirement + +]]></skos:definition> + <eira:CompatibilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/CompatibilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Compatibility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/CompatibilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Compatibility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CompatibilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/CompatibilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Compatibility Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Compatibility' could be ensuring that a software application is compatible with multiple operating systems such as Windows, Mac, and Linux. This would ensure that the application can be used by a wider range of users regardless of their preferred operating system.]]></skos:example> + <skos:definition><![CDATA[Compatibility is an IT non-functional requirement that refers to the ability of a system or software to function properly with other systems, software, hardware, or environments. It ensures that the system can operate seamlessly with other systems, without any compatibility issues or conflicts. Compatibility is essential for ensuring that the system can integrate with other systems and can be used by a wide range of users, regardless of their hardware or software configurations. It also ensures that the system can be easily upgraded or migrated to newer versions without any compatibility issues.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Compatibility is an IT non-functional requirement that refers to the ability of a system or application to operate in conjunction with other systems or applications. This requirement ensures that the system or application can integrate seamlessly with other systems or applications without causing any disruption or compatibility issues. + +Compatibility can be achieved through adherence to industry standards, protocols, and interfaces. The system or application must be designed to work with different operating systems, hardware, and software configurations. It should also be able to communicate with other systems or applications using standard communication protocols. + +The compatibility requirement also includes backward compatibility, which ensures that the system or application can work with older versions of software or hardware. This is important to ensure that users can continue to use the system or application even if they have not upgraded their hardware or software. + +To ensure compatibility, it is important to conduct thorough testing and validation of the system or application. This includes testing for interoperability with other systems or applications, as well as testing for compatibility with different hardware and software configurations. + +Overall, the compatibility requirement is critical to ensure that the system or application can work seamlessly with other systems or applications, and that users can continue to use the system or application without any disruption or compatibility issues.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/CompatibilityRequirement</eira:PURI> + <dcterms:type>eira:CompatibilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NonrepudiationRequirement"> + <skos:notation><![CDATA[Nonrepudiation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NonrepudiationRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Nonrepudiation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Nonrepudiation is an IT non-functional requirement that ensures that the sender and the receiver cannot deny the sending or reception of a message. It is a security measure that provides proof of the authenticity and integrity of a message, ensuring that it cannot be altered or tampered with during transmission. Nonrepudiation is essential in situations where legal or financial transactions are involved, as it provides evidence that can be used to resolve disputes or prove compliance with regulations. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: Nonrepudiation is an IT non-functional requirement that ensures that the sender of a message cannot deny sending it and the receiver cannot deny receiving it. This requirement is essential in situations where there is a need to establish accountability and traceability of communication between parties. + +According to the TOGAF specification, nonrepudiation is a security requirement that is achieved through the use of digital signatures, timestamps, and other cryptographic techniques. These techniques ensure that messages are tamper-proof and that their origin and integrity can be verified. + +Nonrepudiation is an important requirement in many industries, including finance, healthcare, and legal services. It helps to prevent fraud, disputes, and other legal issues that may arise from disputes over the authenticity of messages. + +To ensure nonrepudiation, IT systems must be designed with security in mind. This includes implementing strong authentication and access controls, using encryption to protect data in transit and at rest, and monitoring systems for suspicious activity. Additionally, organizations must have policies and procedures in place to ensure that nonrepudiation requirements are met and that any violations are addressed promptly. + +Overall, nonrepudiation is a critical IT non-functional requirement that helps to ensure the integrity and accountability of communication between parties. By following the TOGAF guidelines and documentation, organizations can design and implement systems that meet this requirement and provide a secure and reliable platform for communication and collaboration. + +Example: Nonrepudiation is an IT non-functional requirement that ensures that a user cannot deny having performed a particular action or transaction. For example, in an online banking system, nonrepudiation ensures that a user cannot deny having made a particular transaction, such as transferring funds to another account. This is achieved through the use of digital signatures and other cryptographic techniques that provide evidence of the user's identity and the authenticity of the transaction. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/NonrepudiationRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:NonrepudiationRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/NonrepudiationRequirement + +dct:title: Nonrepudiation Non-Functional Requirement + +]]></skos:definition> + <eira:NonrepudiationRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NonrepudiationRequirement_Properties"> + <skos:notation><![CDATA[Properties of Nonrepudiation]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NonrepudiationRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Nonrepudiation]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/NonrepudiationRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/NonrepudiationRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Nonrepudiation Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[Nonrepudiation is an IT non-functional requirement that ensures that a user cannot deny having performed a particular action or transaction. For example, in an online banking system, nonrepudiation ensures that a user cannot deny having made a particular transaction, such as transferring funds to another account. This is achieved through the use of digital signatures and other cryptographic techniques that provide evidence of the user's identity and the authenticity of the transaction.]]></skos:example> + <skos:definition><![CDATA[Nonrepudiation is an IT non-functional requirement that ensures that the sender and the receiver cannot deny the sending or reception of a message. It is a security measure that provides proof of the authenticity and integrity of a message, ensuring that it cannot be altered or tampered with during transmission. Nonrepudiation is essential in situations where legal or financial transactions are involved, as it provides evidence that can be used to resolve disputes or prove compliance with regulations.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[Nonrepudiation is an IT non-functional requirement that ensures that the sender of a message cannot deny sending it and the receiver cannot deny receiving it. This requirement is essential in situations where there is a need to establish accountability and traceability of communication between parties. + +According to the TOGAF specification, nonrepudiation is a security requirement that is achieved through the use of digital signatures, timestamps, and other cryptographic techniques. These techniques ensure that messages are tamper-proof and that their origin and integrity can be verified. + +Nonrepudiation is an important requirement in many industries, including finance, healthcare, and legal services. It helps to prevent fraud, disputes, and other legal issues that may arise from disputes over the authenticity of messages. + +To ensure nonrepudiation, IT systems must be designed with security in mind. This includes implementing strong authentication and access controls, using encryption to protect data in transit and at rest, and monitoring systems for suspicious activity. Additionally, organizations must have policies and procedures in place to ensure that nonrepudiation requirements are met and that any violations are addressed promptly. + +Overall, nonrepudiation is a critical IT non-functional requirement that helps to ensure the integrity and accountability of communication between parties. By following the TOGAF guidelines and documentation, organizations can design and implement systems that meet this requirement and provide a secure and reliable platform for communication and collaboration.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/NonrepudiationRequirement</eira:PURI> + <dcterms:type>eira:NonrepudiationRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgilityRequirement"> + <skos:notation><![CDATA[Agility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Agility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Agility is an IT non-functional requirement that refers to the ability of a system to adapt quickly and easily to changing business needs or market conditions. It involves the system's ability to respond to new requirements, integrate with other systems, and scale up or down as needed. An agile system is one that can be easily modified or updated without disrupting the overall functionality of the system. This requirement is important for businesses that need to stay competitive and responsive to changing market conditions. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Agility is a non-functional requirement that refers to the ability of an IT system to respond quickly and effectively to changing business needs and market conditions. This requirement is closely related to the concept of flexibility, which involves the ability to adapt to new situations and requirements. + +To meet the Agility requirement, an IT system must be designed with a high degree of modularity, scalability, and interoperability. It should be able to integrate easily with other systems and technologies, and should be able to support a wide range of business processes and workflows. + +In addition, an Agile IT system should be designed with a focus on continuous improvement and innovation. This means that it should be able to evolve and adapt over time, incorporating new features and functionality as needed to meet changing business needs. + +To achieve these goals, an Agile IT system should be built using modern software development methodologies such as Agile or DevOps. It should also be designed with a high degree of automation, including automated testing, deployment, and monitoring. + +Overall, the Agility requirement is an important consideration for any IT system, as it can help to ensure that the system remains relevant and effective in the face of changing business needs and market conditions. By following the TOGAF guidelines and documentation, IT architects and designers can create systems that are both flexible and adaptable, and that can support the evolving needs of the organization over time. + +Example: One example of an IT non-functional requirement for agility could be the ability for a software system to quickly adapt to changing business requirements or market conditions. This could involve the ability to easily add or modify features, integrate with new technologies, or scale up or down as needed. The system should also be able to respond quickly to user feedback and incorporate changes into future releases. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AgilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:AgilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/AgilityRequirement + +dct:title: Agility Non-Functional Requirement + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/AgilityRequirementsCatalogueGrouping" /> + <eira:AgilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Agility]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Agility]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/AgilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Agility Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of an IT non-functional requirement for agility could be the ability for a software system to quickly adapt to changing business requirements or market conditions. This could involve the ability to easily add or modify features, integrate with new technologies, or scale up or down as needed. The system should also be able to respond quickly to user feedback and incorporate changes into future releases.]]></skos:example> + <skos:definition><![CDATA[Agility is an IT non-functional requirement that refers to the ability of a system to adapt quickly and easily to changing business needs or market conditions. It involves the system's ability to respond to new requirements, integrate with other systems, and scale up or down as needed. An agile system is one that can be easily modified or updated without disrupting the overall functionality of the system. This requirement is important for businesses that need to stay competitive and responsive to changing market conditions.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Agility is a non-functional requirement that refers to the ability of an IT system to respond quickly and effectively to changing business needs and market conditions. This requirement is closely related to the concept of flexibility, which involves the ability to adapt to new situations and requirements. + +To meet the Agility requirement, an IT system must be designed with a high degree of modularity, scalability, and interoperability. It should be able to integrate easily with other systems and technologies, and should be able to support a wide range of business processes and workflows. + +In addition, an Agile IT system should be designed with a focus on continuous improvement and innovation. This means that it should be able to evolve and adapt over time, incorporating new features and functionality as needed to meet changing business needs. + +To achieve these goals, an Agile IT system should be built using modern software development methodologies such as Agile or DevOps. It should also be designed with a high degree of automation, including automated testing, deployment, and monitoring. + +Overall, the Agility requirement is an important consideration for any IT system, as it can help to ensure that the system remains relevant and effective in the face of changing business needs and market conditions. By following the TOGAF guidelines and documentation, IT architects and designers can create systems that are both flexible and adaptable, and that can support the evolving needs of the organization over time.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/AgilityRequirement</eira:PURI> + <dcterms:type>eira:AgilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TieredLevelsOfSupportRequirement"> + <skos:notation><![CDATA[Tiered levels of support]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TieredLevelsOfSupportRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Tiered levels of support]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Tiered levels of support is an IT non-functional requirement that refers to the different levels of technical support that are available to users of a system or application. This requirement specifies that the support should be provided in a hierarchical manner, with higher levels of support being available to users who require more advanced technical assistance. The purpose of this requirement is to ensure that users can receive the appropriate level of support based on their needs, and that technical issues can be resolved quickly and efficiently. This can help to minimize downtime and ensure that users are able to use the system or application effectively. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, guidelines, and documentation, the non-functional requirement 'Tiered levels of support' refers to the need for a system or application to provide different levels of support based on the severity of the issue or problem. This requirement is typically associated with the availability and reliability of the system, as well as the ability to quickly resolve issues and minimize downtime. + +The tiered levels of support typically include three or more levels, with each level providing a different level of support and response time. The first level of support is typically a help desk or support team that provides basic troubleshooting and triage. The second level of support is typically a more specialized team that can provide more in-depth technical support and problem resolution. The third level of support is typically a team of experts who can provide advanced technical support and problem resolution. + +The tiered levels of support should be clearly defined and documented, with specific service level agreements (SLAs) for each level. The SLAs should include response times, resolution times, and escalation procedures. The system or application should also provide clear communication channels for users to report issues and receive updates on the status of their support requests. + +Overall, the 'Tiered levels of support' non-functional requirement is critical for ensuring the availability and reliability of a system or application, as well as providing users with timely and effective support when issues arise. + +Example: One example of the IT non-functional requirement 'Tiered levels of support' could be for a software application used by a large corporation. The requirement would specify that there must be multiple levels of support available to users, depending on the severity of the issue they are experiencing. For example, a user with a critical issue that is preventing them from completing their work would have access to a higher level of support than a user with a minor issue that can wait. This would ensure that the most urgent issues are addressed quickly and efficiently, while less urgent issues are still resolved in a timely manner. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/TieredLevelsOfSupportRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:TieredLevelsOfSupportRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/TieredlevelsofsupportRequirement + +dct:title: Tiered levels of support Non-Functional Requirement + +]]></skos:definition> + <eira:TieredLevelsOfSupportRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TieredLevelsOfSupportRequirement_Properties"> + <skos:notation><![CDATA[Properties of Tiered levels of support]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TieredLevelsOfSupportRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Tiered levels of support]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TieredLevelsOfSupportRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/TieredlevelsofsupportRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Tiered levels of support Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Tiered levels of support' could be for a software application used by a large corporation. The requirement would specify that there must be multiple levels of support available to users, depending on the severity of the issue they are experiencing. For example, a user with a critical issue that is preventing them from completing their work would have access to a higher level of support than a user with a minor issue that can wait. This would ensure that the most urgent issues are addressed quickly and efficiently, while less urgent issues are still resolved in a timely manner.]]></skos:example> + <skos:definition><![CDATA[Tiered levels of support is an IT non-functional requirement that refers to the different levels of technical support that are available to users of a system or application. This requirement specifies that the support should be provided in a hierarchical manner, with higher levels of support being available to users who require more advanced technical assistance. The purpose of this requirement is to ensure that users can receive the appropriate level of support based on their needs, and that technical issues can be resolved quickly and efficiently. This can help to minimize downtime and ensure that users are able to use the system or application effectively.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, guidelines, and documentation, the non-functional requirement 'Tiered levels of support' refers to the need for a system or application to provide different levels of support based on the severity of the issue or problem. This requirement is typically associated with the availability and reliability of the system, as well as the ability to quickly resolve issues and minimize downtime. + +The tiered levels of support typically include three or more levels, with each level providing a different level of support and response time. The first level of support is typically a help desk or support team that provides basic troubleshooting and triage. The second level of support is typically a more specialized team that can provide more in-depth technical support and problem resolution. The third level of support is typically a team of experts who can provide advanced technical support and problem resolution. + +The tiered levels of support should be clearly defined and documented, with specific service level agreements (SLAs) for each level. The SLAs should include response times, resolution times, and escalation procedures. The system or application should also provide clear communication channels for users to report issues and receive updates on the status of their support requests. + +Overall, the 'Tiered levels of support' non-functional requirement is critical for ensuring the availability and reliability of a system or application, as well as providing users with timely and effective support when issues arise.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/TieredLevelsOfSupportRequirement</eira:PURI> + <dcterms:type>eira:TieredLevelsOfSupportRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConfidentialityRequirement"> + <skos:notation><![CDATA[Confidentiality]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConfidentialityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Confidentiality]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Confidentiality is a non-functional requirement that ensures that sensitive information is protected from unauthorized access, disclosure, or modification. It is essential for maintaining the privacy and security of data, especially in industries such as healthcare, finance, and government. Confidentiality can be achieved through various measures, such as encryption, access controls, and secure communication channels. It is crucial to ensure that confidential information is only accessible to authorized personnel and is not compromised in any way. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, confidentiality is a non-functional requirement that refers to the protection of sensitive information from unauthorized access, disclosure, or modification. This requirement is critical for ensuring the privacy and security of data, particularly in systems that handle sensitive or confidential information. + +To achieve confidentiality, the system must have appropriate security controls in place, such as access controls, encryption, and authentication mechanisms. These controls should be designed to prevent unauthorized access to data, both in transit and at rest, and to ensure that only authorized users can view or modify sensitive information. + +In addition, the system should be designed to detect and respond to security breaches or incidents that could compromise confidentiality. This may involve implementing intrusion detection and prevention systems, monitoring access logs, and conducting regular security audits and assessments. + +Overall, confidentiality is a key non-functional requirement that must be carefully considered and addressed in any system that handles sensitive or confidential information. By implementing appropriate security controls and monitoring mechanisms, organizations can ensure that their data remains secure and protected from unauthorized access or disclosure. + +Example: In a healthcare system, patient medical records must be kept confidential and only accessible to authorized personnel. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ConfidentialityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:ConfidentialityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/ConfidentialityRequirement + +dct:title: Confidentiality Non-Functional Requirement + +]]></skos:definition> + <eira:ConfidentialityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ConfidentialityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Confidentiality]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ConfidentialityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Confidentiality]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConfidentialityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/ConfidentialityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Confidentiality Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[In a healthcare system, patient medical records must be kept confidential and only accessible to authorized personnel.]]></skos:example> + <skos:definition><![CDATA[Confidentiality is a non-functional requirement that ensures that sensitive information is protected from unauthorized access, disclosure, or modification. It is essential for maintaining the privacy and security of data, especially in industries such as healthcare, finance, and government. Confidentiality can be achieved through various measures, such as encryption, access controls, and secure communication channels. It is crucial to ensure that confidential information is only accessible to authorized personnel and is not compromised in any way.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, confidentiality is a non-functional requirement that refers to the protection of sensitive information from unauthorized access, disclosure, or modification. This requirement is critical for ensuring the privacy and security of data, particularly in systems that handle sensitive or confidential information. + +To achieve confidentiality, the system must have appropriate security controls in place, such as access controls, encryption, and authentication mechanisms. These controls should be designed to prevent unauthorized access to data, both in transit and at rest, and to ensure that only authorized users can view or modify sensitive information. + +In addition, the system should be designed to detect and respond to security breaches or incidents that could compromise confidentiality. This may involve implementing intrusion detection and prevention systems, monitoring access logs, and conducting regular security audits and assessments. + +Overall, confidentiality is a key non-functional requirement that must be carefully considered and addressed in any system that handles sensitive or confidential information. By implementing appropriate security controls and monitoring mechanisms, organizations can ensure that their data remains secure and protected from unauthorized access or disclosure.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/ConfidentialityRequirement</eira:PURI> + <dcterms:type>eira:ConfidentialityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RecoverabilityRequirement"> + <skos:notation><![CDATA[Recoverability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RecoverabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Recoverability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Recoverability is an important non-functional requirement in IT that refers to the ability of a system to solve failures or errors and come-back to its normal functioning. This includes the ability to recover data, configurations, and settings after a system crash or other disruptions. Recoverability is critical for ensuring system availability and minimizing downtime, as well as for protecting against data loss and corruption. It involves implementing backup and recovery mechanisms, such as data replication, redundancy, and failover, to ensure that the system can quickly and reliably recover from any failures or errors. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Recoverability is a non-functional requirement that refers to the ability of a system to recover from failures or disasters. It is a critical aspect of system design and architecture, as it ensures that the system can continue to operate even in the event of unexpected events. + +Recoverability includes a range of features and capabilities that enable a system to recover from failures, including backup and restore capabilities, fault tolerance, and disaster recovery planning. These features are designed to ensure that the system can quickly and efficiently recover from any type of failure, whether it is a hardware failure, software failure, or a natural disaster. + +To achieve recoverability, system architects and designers must consider a range of factors, including the system's overall architecture, the types of failures that are most likely to occur, and the impact of those failures on the system's operations. They must also consider the cost and complexity of implementing recoverability features, as well as the potential impact on system performance and availability. + +Overall, recoverability is a critical non-functional requirement that must be carefully considered and designed into any system architecture. By ensuring that a system can recover quickly and efficiently from failures, organizations can minimize downtime, reduce costs, and ensure that critical business operations can continue uninterrupted. + +Example: In a banking application, the recoverability non-functional requirement would ensure that in case of a system failure or crash, the system can recover all the data and transactions that were in progress before the failure occurred. This would ensure that no data is lost and the system can resume normal operations without any major disruptions. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/RecoverabilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:RecoverabilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/RecoverabilityRequirement + +dct:title: Recoverability Non-Functional Requirement + +]]></skos:definition> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/DisasterRecoveryRequirement" /> + <eira:RecoverabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/RecoverabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Recoverability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/RecoverabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Recoverability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RecoverabilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/RecoverabilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Recoverability Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[In a banking application, the recoverability non-functional requirement would ensure that in case of a system failure or crash, the system can recover all the data and transactions that were in progress before the failure occurred. This would ensure that no data is lost and the system can resume normal operations without any major disruptions.]]></skos:example> + <skos:definition><![CDATA[Recoverability is an important non-functional requirement in IT that refers to the ability of a system to solve failures or errors and come-back to its normal functioning. This includes the ability to recover data, configurations, and settings after a system crash or other disruptions. Recoverability is critical for ensuring system availability and minimizing downtime, as well as for protecting against data loss and corruption. It involves implementing backup and recovery mechanisms, such as data replication, redundancy, and failover, to ensure that the system can quickly and reliably recover from any failures or errors.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Recoverability is a non-functional requirement that refers to the ability of a system to recover from failures or disasters. It is a critical aspect of system design and architecture, as it ensures that the system can continue to operate even in the event of unexpected events. + +Recoverability includes a range of features and capabilities that enable a system to recover from failures, including backup and restore capabilities, fault tolerance, and disaster recovery planning. These features are designed to ensure that the system can quickly and efficiently recover from any type of failure, whether it is a hardware failure, software failure, or a natural disaster. + +To achieve recoverability, system architects and designers must consider a range of factors, including the system's overall architecture, the types of failures that are most likely to occur, and the impact of those failures on the system's operations. They must also consider the cost and complexity of implementing recoverability features, as well as the potential impact on system performance and availability. + +Overall, recoverability is a critical non-functional requirement that must be carefully considered and designed into any system architecture. By ensuring that a system can recover quickly and efficiently from failures, organizations can minimize downtime, reduce costs, and ensure that critical business operations can continue uninterrupted.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/RecoverabilityRequirement</eira:PURI> + <dcterms:type>eira:RecoverabilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/EuropeanLegalActRequirement + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:EuropeanLegalActRequirement + +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/ + +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 + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/EuropeanLegalActRequirement + +EIF Layer: Legal + +]]></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>2024-01-28</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><![CDATA[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:view>Legal view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLegalActRequirement</dcterms:identifier> + <eira:eifLayer>Legal</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticityRequirement"> + <skos:notation><![CDATA[Authenticity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Authenticity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Authenticity is an IT non-functional requirement that ensures that the information or data presented is genuine and trustworthy. It is essential to maintain the integrity of the system and prevent unauthorized access or tampering of data. Authenticity can be achieved through various methods such as encryption, digital signatures, and access control mechanisms. It is crucial for systems that handle sensitive information, such as financial transactions, medical records, or legal documents, to ensure authenticity to maintain the trust of users and stakeholders. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Authenticity is a non-functional requirement that refers to the ability of a system to ensure that the information or data being processed or transmitted is genuine and has not been tampered with or altered in any way. This requirement is essential for systems that deal with sensitive or confidential information, such as financial transactions, personal data, or medical records. + +To meet the Authenticity requirement, the system must implement appropriate security measures, such as encryption, digital signatures, or access controls, to prevent unauthorized access, modification, or deletion of data. The system must also ensure that the data is accurate, complete, and consistent, and that it can be traced back to its original source. + +Furthermore, the system must provide mechanisms for detecting and reporting any attempts to tamper with the data, such as intrusion detection systems or audit logs. It must also have procedures in place for responding to security incidents, such as notifying the appropriate authorities or taking corrective actions to prevent further damage. + +Overall, the Authenticity requirement is critical for ensuring the integrity and trustworthiness of the system and the data it processes. It is a key component of a comprehensive security strategy and must be carefully considered and implemented to meet the needs of the organization and its stakeholders. + +Example: One example of the IT non-functional requirement 'Authenticity' could be ensuring that only authorized users have access to sensitive data or systems. This can be achieved through various authentication methods such as passwords, biometrics, or two-factor authentication. The system should also be able to detect and prevent unauthorized access attempts. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AuthenticityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:AuthenticityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/AuthenticityRequirement + +dct:title: Authenticity Non-Functional Requirement + +]]></skos:definition> + <eira:AuthenticityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Authenticity]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Authenticity]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuthenticityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/AuthenticityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Authenticity Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Authenticity' could be ensuring that only authorized users have access to sensitive data or systems. This can be achieved through various authentication methods such as passwords, biometrics, or two-factor authentication. The system should also be able to detect and prevent unauthorized access attempts.]]></skos:example> + <skos:definition><![CDATA[Authenticity is an IT non-functional requirement that ensures that the information or data presented is genuine and trustworthy. It is essential to maintain the integrity of the system and prevent unauthorized access or tampering of data. Authenticity can be achieved through various methods such as encryption, digital signatures, and access control mechanisms. It is crucial for systems that handle sensitive information, such as financial transactions, medical records, or legal documents, to ensure authenticity to maintain the trust of users and stakeholders.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Authenticity is a non-functional requirement that refers to the ability of a system to ensure that the information or data being processed or transmitted is genuine and has not been tampered with or altered in any way. This requirement is essential for systems that deal with sensitive or confidential information, such as financial transactions, personal data, or medical records. + +To meet the Authenticity requirement, the system must implement appropriate security measures, such as encryption, digital signatures, or access controls, to prevent unauthorized access, modification, or deletion of data. The system must also ensure that the data is accurate, complete, and consistent, and that it can be traced back to its original source. + +Furthermore, the system must provide mechanisms for detecting and reporting any attempts to tamper with the data, such as intrusion detection systems or audit logs. It must also have procedures in place for responding to security incidents, such as notifying the appropriate authorities or taking corrective actions to prevent further damage. + +Overall, the Authenticity requirement is critical for ensuring the integrity and trustworthiness of the system and the data it processes. It is a key component of a comprehensive security strategy and must be carefully considered and implemented to meet the needs of the organization and its stakeholders.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/AuthenticityRequirement</eira:PURI> + <dcterms:type>eira:AuthenticityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LearnabilityRequirement"> + <skos:notation><![CDATA[Learnability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LearnabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Learnability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Learnability is an important non-functional requirement in IT that refers to the capability to learn and understand how to use a system or application. It is a measure of how quickly and efficiently users can become proficient in using the system, without requiring extensive training or support. Learnability is essential for ensuring user satisfaction and productivity, as well as reducing the risk of errors and mistakes. A system with good learnability should have clear and intuitive interfaces, consistent design patterns, and well-organized documentation and help resources. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Learnability is a non-functional requirement that refers to the ease with which users can learn to use a system or application. This requirement is essential for ensuring that users can quickly and easily understand how to use the system, reducing the need for extensive training and support. + +The Learnability requirement is typically addressed during the design and development phases of a project, with a focus on creating user-friendly interfaces, clear and concise documentation, and intuitive navigation. This requirement is closely related to other non-functional requirements, such as Usability, Accessibility, and User Experience (UX), which all contribute to the overall ease of use and satisfaction of the system. + +To ensure that the Learnability requirement is met, the TOGAF documentation recommends conducting user testing and feedback sessions throughout the development process. This allows developers to gather feedback from users and make adjustments to the system as needed to improve its ease of use and learnability. + +Overall, the Learnability requirement is critical for ensuring that users can quickly and easily learn to use a system or application, reducing the need for extensive training and support and improving overall user satisfaction. + +Example: One example of the IT non-functional requirement 'Learnability' could be for a new software application to have a user-friendly interface that is easy to navigate and understand, allowing users to quickly learn how to use the application without requiring extensive training or support. This could include clear and concise instructions, intuitive design elements, and helpful tooltips or pop-ups to guide users through the application's features and functionality. The goal of this requirement would be to minimize the learning curve for users and increase overall adoption and satisfaction with the software. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/LearnabilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:LearnabilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/LearnabilityRequirement + +dct:title: Learnability Non-Functional Requirement + +]]></skos:definition> + <eira:LearnabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LearnabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Learnability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LearnabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Learnability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LearnabilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/LearnabilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Learnability Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[One example of the IT non-functional requirement 'Learnability' could be for a new software application to have a user-friendly interface that is easy to navigate and understand, allowing users to quickly learn how to use the application without requiring extensive training or support. This could include clear and concise instructions, intuitive design elements, and helpful tooltips or pop-ups to guide users through the application's features and functionality. The goal of this requirement would be to minimize the learning curve for users and increase overall adoption and satisfaction with the software.]]></skos:example> + <skos:definition><![CDATA[Learnability is an important non-functional requirement in IT that refers to the capability to learn and understand how to use a system or application. It is a measure of how quickly and efficiently users can become proficient in using the system, without requiring extensive training or support. Learnability is essential for ensuring user satisfaction and productivity, as well as reducing the risk of errors and mistakes. A system with good learnability should have clear and intuitive interfaces, consistent design patterns, and well-organized documentation and help resources.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Learnability is a non-functional requirement that refers to the ease with which users can learn to use a system or application. This requirement is essential for ensuring that users can quickly and easily understand how to use the system, reducing the need for extensive training and support. + +The Learnability requirement is typically addressed during the design and development phases of a project, with a focus on creating user-friendly interfaces, clear and concise documentation, and intuitive navigation. This requirement is closely related to other non-functional requirements, such as Usability, Accessibility, and User Experience (UX), which all contribute to the overall ease of use and satisfaction of the system. + +To ensure that the Learnability requirement is met, the TOGAF documentation recommends conducting user testing and feedback sessions throughout the development process. This allows developers to gather feedback from users and make adjustments to the system as needed to improve its ease of use and learnability. + +Overall, the Learnability requirement is critical for ensuring that users can quickly and easily learn to use a system or application, reducing the need for extensive training and support and improving overall user satisfaction.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/LearnabilityRequirement</eira:PURI> + <dcterms:type>eira:LearnabilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MaintainabilityRequirement"> + <skos:notation><![CDATA[Maintainability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MaintainabilityRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Maintainability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Maintainability is an important non-functional requirement in IT that refers to the ease with which a software system can be modified, updated, or repaired. A maintainable system is one that can be easily understood, tested, and modified without causing any unintended consequences or errors. This requirement is critical for ensuring that the system can be adapted to changing business needs or technological advancements, and that it can be maintained over time without incurring excessive costs or downtime. Factors that contribute to maintainability include clear documentation, modular design, and adherence to coding standards and best practices. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Maintainability is a non-functional requirement that refers to the ease with which a system can be modified, updated, or repaired. This requirement is important because it ensures that the system can be adapted to changing business needs and technological advancements without incurring excessive costs or downtime. + +To achieve Maintainability, the system should be designed with modularity, scalability, and flexibility in mind. This means that the system should be composed of independent components that can be easily replaced or upgraded without affecting the rest of the system. Additionally, the system should be able to handle increased usage or data volumes without requiring significant changes to the underlying architecture. + +To ensure Maintainability, the system should also be well-documented and adhere to established coding standards and best practices. This will make it easier for developers to understand and modify the system as needed. Additionally, the system should be tested thoroughly to ensure that any changes or updates do not introduce new bugs or issues. + +Overall, Maintainability is an important non-functional requirement that ensures the long-term viability and adaptability of a system. By designing with Maintainability in mind, organizations can ensure that their systems remain effective and efficient in the face of changing business needs and technological advancements. + +Example: The software system should be designed in a way that allows for easy maintenance and updates to be made without disrupting the overall functionality of the system. This includes clear and concise documentation, modular code structure, and the ability to easily identify and fix bugs or errors. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/MaintainabilityRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:MaintainabilityRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/MaintainabilityRequirement + +dct:title: Maintainability Non-Functional Requirement + +]]></skos:definition> + <eira:MaintainabilityRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/MaintainabilityRequirement_Properties"> + <skos:notation><![CDATA[Properties of Maintainability]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/MaintainabilityRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Maintainability]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MaintainabilityRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/MaintainabilityRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Maintainability Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[The software system should be designed in a way that allows for easy maintenance and updates to be made without disrupting the overall functionality of the system. This includes clear and concise documentation, modular code structure, and the ability to easily identify and fix bugs or errors.]]></skos:example> + <skos:definition><![CDATA[Maintainability is an important non-functional requirement in IT that refers to the ease with which a software system can be modified, updated, or repaired. A maintainable system is one that can be easily understood, tested, and modified without causing any unintended consequences or errors. This requirement is critical for ensuring that the system can be adapted to changing business needs or technological advancements, and that it can be maintained over time without incurring excessive costs or downtime. Factors that contribute to maintainability include clear documentation, modular design, and adherence to coding standards and best practices.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Maintainability is a non-functional requirement that refers to the ease with which a system can be modified, updated, or repaired. This requirement is important because it ensures that the system can be adapted to changing business needs and technological advancements without incurring excessive costs or downtime. + +To achieve Maintainability, the system should be designed with modularity, scalability, and flexibility in mind. This means that the system should be composed of independent components that can be easily replaced or upgraded without affecting the rest of the system. Additionally, the system should be able to handle increased usage or data volumes without requiring significant changes to the underlying architecture. + +To ensure Maintainability, the system should also be well-documented and adhere to established coding standards and best practices. This will make it easier for developers to understand and modify the system as needed. Additionally, the system should be tested thoroughly to ensure that any changes or updates do not introduce new bugs or issues. + +Overall, Maintainability is an important non-functional requirement that ensures the long-term viability and adaptability of a system. By designing with Maintainability in mind, organizations can ensure that their systems remain effective and efficient in the face of changing business needs and technological advancements.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/MaintainabilityRequirement</eira:PURI> + <dcterms:type>eira:MaintainabilityRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionFunctionalRequirementRequirement"> + <skos:notation><![CDATA[Digital Solution Functional Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionFunctionalRequirementRequirement</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:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement" /> + <eira:DigitalSolutionFunctionalRequirementRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionFunctionalRequirementRequirement_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution Functional Requirement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionFunctionalRequirementRequirement_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/DigitalSolutionFunctionalRequirementRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionFunctionalRequirementRequirement</eira:PURI> + <dcterms:type>eira:DigitalSolutionFunctionalRequirementRequirement</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>EIRA Ontology view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionFunctionalRequirementRequirement</dcterms:identifier> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:eifLayer>N/A</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/Non-bindingInstrumentRequirement + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:Non-bindingInstrumentRequirement + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/Non-bindingInstrumentRequirement + +EIF Layer: Legal + +]]></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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Legal view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/Non-bindingInstrumentRequirement</dcterms:identifier> + <eira:eifLayer>Legal</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LatencyRequirement"> + <skos:notation><![CDATA[Latency]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LatencyRequirement</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Latency]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Latency is a non-functional requirement that refers to the time delay between the initiation of a request and the response received. It is a critical factor in determining the overall performance of a system, particularly in real-time applications such as online gaming, video conferencing, and financial trading. Low latency is desirable as it ensures that the system responds quickly to user requests, providing a seamless and efficient user experience. High latency, on the other hand, can lead to frustration and decreased productivity, making it essential to ensure that latency is kept to a minimum in any IT system. + +Source: TOGAF + +Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html + +Additional information: According to the TOGAF specification, Latency is a non-functional requirement that refers to the time delay between the initiation of a request and the response received. It is a measure of the time taken for data to travel from one point to another, and is typically measured in milliseconds (ms). + +Latency is an important consideration for IT systems that require real-time or near-real-time responses, such as financial trading systems, online gaming platforms, and video conferencing applications. High latency can result in delays, lag, and poor user experience, which can negatively impact the performance and usability of the system. + +To ensure that latency requirements are met, IT architects must consider a range of factors, including network bandwidth, server processing power, and data storage capacity. They must also design systems that are optimized for low latency, using techniques such as caching, load balancing, and content delivery networks (CDNs). + +In addition, IT architects must work closely with stakeholders to define latency requirements and establish appropriate performance metrics. This may involve conducting performance testing and benchmarking to identify areas for improvement and ensure that the system meets the required latency targets. + +Overall, latency is a critical non-functional requirement that must be carefully considered and managed throughout the IT system development lifecycle to ensure optimal performance and user experience. + +Example: An example of the IT non-functional requirement 'Latency' could be for a video conferencing application to have a maximum latency of 100 milliseconds to ensure smooth and real-time communication between participants. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/LatencyRequirement + +EIRA traceability: eira:DigitalSolutionNonFunctionalRequirementRequirement + +ABB name: egovera:LatencyRequirement + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-16 + +dct:identifier: http://data.europa.eu/dr8/egovera/LatencyRequirement + +dct:title: Latency Non-Functional Requirement + +]]></skos:definition> + <eira:LatencyRequirement_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/LatencyRequirement_Properties"> + <skos:notation><![CDATA[Properties of Latency]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/LatencyRequirement_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Latency]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LatencyRequirement" /> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/LatencyRequirement</dcterms:identifier> + <dcterms:title><![CDATA[Latency Non-Functional Requirement]]></dcterms:title> + <skos:example><![CDATA[An example of the IT non-functional requirement 'Latency' could be for a video conferencing application to have a maximum latency of 100 milliseconds to ensure smooth and real-time communication between participants.]]></skos:example> + <skos:definition><![CDATA[Latency is a non-functional requirement that refers to the time delay between the initiation of a request and the response received. It is a critical factor in determining the overall performance of a system, particularly in real-time applications such as online gaming, video conferencing, and financial trading. Low latency is desirable as it ensures that the system responds quickly to user requests, providing a seamless and efficient user experience. High latency, on the other hand, can lead to frustration and decreased productivity, making it essential to ensure that latency is kept to a minimum in any IT system.]]></skos:definition> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> + <skos:note><![CDATA[According to the TOGAF specification, Latency is a non-functional requirement that refers to the time delay between the initiation of a request and the response received. It is a measure of the time taken for data to travel from one point to another, and is typically measured in milliseconds (ms). + +Latency is an important consideration for IT systems that require real-time or near-real-time responses, such as financial trading systems, online gaming platforms, and video conferencing applications. High latency can result in delays, lag, and poor user experience, which can negatively impact the performance and usability of the system. + +To ensure that latency requirements are met, IT architects must consider a range of factors, including network bandwidth, server processing power, and data storage capacity. They must also design systems that are optimized for low latency, using techniques such as caching, load balancing, and content delivery networks (CDNs). + +In addition, IT architects must work closely with stakeholders to define latency requirements and establish appropriate performance metrics. This may involve conducting performance testing and benchmarking to identify areas for improvement and ensure that the system meets the required latency targets. + +Overall, latency is a critical non-functional requirement that must be carefully considered and managed throughout the IT system development lifecycle to ensure optimal performance and user experience.]]></skos:note> + <eira:PURI>http://data.europa.eu/dr8/LatencyRequirement</eira:PURI> + <dcterms:type>eira:LatencyRequirement</dcterms:type> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + <skos:broader>http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRequirement</skos:broader> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/IndividualStakeholder + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:IndividualStakeholder + +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). + +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 + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/IndividualStakeholder + +EIF Layer: Organisational + +]]></skos:definition> + <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>2024-01-28</dcterms:modified> + <dcterms:type>eira:IndividualStakeholder</dcterms:type> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:definitionSource><![CDATA[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>Structural 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> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/OrganisationStakeholder + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:OrganisationStakeholder + +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. + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/OrganisationStakeholder + +EIF Layer: Organisational + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InformationBusinessObject" /> + <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>2024-01-28</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><![CDATA[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>Structural 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> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/LegalEntityStakeholder + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:LegalEntityStakeholder + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/LegalEntityStakeholder + +EIF Layer: Organisational + +]]></skos:definition> + <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>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Organisational view</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/LegalEntityStakeholder</dcterms:identifier> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PublicAdministrationStakeholder + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PublicAdministrationStakeholder + +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. + +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. + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/PublicAdministrationStakeholder + +EIF Layer: Organisational + +]]></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>2024-01-28</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><![CDATA[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>Structural 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> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/BusinessStakeholder + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:BusinessStakeholder + +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. + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Interoperability Privacy viewpoint + +Additional identifier: http://data.europa.eu/dr8/BusinessStakeholder + +EIF Layer: Organisational + +]]></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>2024-01-28</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><![CDATA[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>Structural 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> + <eira:eifLayer>Organisational</eira:eifLayer> + </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 + +eira:iopDimension: Governance IoP + +LOST view: Enterprise Architecture Framework alignment guidelines view + +Identifier: http://data.europa.eu/dr8/DeliveryCapacityValue + +ABB name: eira:DeliveryCapacityValue + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-25 + +dct:identifier: http://data.europa.eu/dr8/DeliveryCapacityValue + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>N/A</eira:eifLayer> + </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 + +eira:iopDimension: Governance IoP + +LOST view: Enterprise Architecture Framework alignment guidelines view + +Identifier: http://data.europa.eu/dr8/AnalyticalCapacityValue + +ABB name: eira:AnalyticalCapacityValue + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-25 + +dct:identifier: http://data.europa.eu/dr8/AnalyticalCapacityValue + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>N/A</eira:eifLayer> + </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 + +eira:iopDimension: Governance IoP + +LOST view: Enterprise Architecture Framework alignment guidelines view + +Identifier: http://data.europa.eu/dr8/CoordinationCapacityValue + +ABB name: eira:CoordinationCapacityValue + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-25 + +dct:identifier: http://data.europa.eu/dr8/CoordinationCapacityValue + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>N/A</eira:eifLayer> + </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 + +eira:iopDimension: Governance IoP + +LOST view: Enterprise Architecture Framework alignment guidelines view + +Identifier: http://data.europa.eu/dr8/RegulatoryCapacityValue + +ABB name: eira:RegulatoryCapacityValue + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-05-25 + +dct:identifier: http://data.europa.eu/dr8/RegulatoryCapacityValue + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>N/A</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalisationRoadmapWorkPackage + +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/) + +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. + +Interoperability Dimension: Governance IoP + +Viewpoint: Interoperability Governance viewpoint + +Additional identifier: http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage + +EIF Layer: Organisational + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Organisational</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityEnablersGrouping"> + <skos:notation><![CDATA[Security Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/SecurityEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SecurityEnablersGrouping + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/SecurityEnablersGrouping + +EIF Layer: TechnicalApplication + +]]></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:SecurityEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Security Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityEnablersGrouping_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/SecurityEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/SecurityEnablersGrouping</eira:PURI> + <dcterms:type>eira:SecurityEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/DigitalPublicServiceOperationPrincipleCatalogueGrouping"> + <skos:notation><![CDATA[Digital Public Service Operation Principle Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DigitalPublicServiceOperationPrincipleCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Public Service Operation Principle Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Public Service Operation Principle Catalogue ABB is a grouping that covers a range of principles and guidelines that are essential for the operation of digital public services. These principles include convergence control on public policy goals attainment, data accessibility, data findability, data interoperability, data reusability, preservation of information, security by design, and trust. + +Source: EIRA Team Research + +Additional information: The Digital Public Service Operation Principle Catalogue ABB is a comprehensive collection of principles that guide the operation of digital public services. 'Convergence control on public policy goals attainment' refers to the alignment of digital services with public policy goals. 'Data Accessibility' and 'Data Findability' pertain to the ease of access and discovery of data respectively. 'Data Interoperability' and 'Data Reusability' concern the ability of systems to work together and the potential for data to be reused. 'Preservation of information' is about maintaining and protecting data, while 'Security by Design' is a principle that emphasizes the importance of incorporating security measures from the onset of system design. Lastly, 'Trust' refers to the confidence and reliability in digital public services. + +Example: An example of the application of these principles can be seen in a digital public service like an online tax filing system. The system should be designed with 'Security by Design', ensuring that user data is protected. The data collected should be 'Accessible' and 'Findable' for users, and 'Interoperable' to allow for seamless interaction with other systems. The system should also allow for 'Data Reusability', enabling data to be used for multiple purposes. The 'Preservation of Information' is crucial to maintain historical tax records. The system should also align with the 'Convergence control on public policy goals attainment' by facilitating the efficient collection of taxes. Lastly, the system should foster 'Trust' among users by being reliable and secure. + +LOST view: Architecture Principles view + +Identifier: http://data.europa.eu/dr8/egovera/DigitalPublicServiceOperationPrincipleCatalogueGrouping + +ABB name: egovera:DigitalPublicServiceOperationPrincipleCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-18 + +dct:identifier: http://data.europa.eu/dr8/egovera/DigitalPublicServiceOperationPrincipleCatalogueGrouping + +dct:title: Digital Public Service Operation Principle Catalogue Catalogue + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/EuropeanLibraryOfArchitecturePrinciplesPrinciple" /> + <egovera:DigitalPublicServiceOperationPrincipleCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/DigitalPublicServiceOperationPrincipleCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Operation Principle Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DigitalPublicServiceOperationPrincipleCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Public Service Operation Principle Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/DigitalPublicServiceOperationPrincipleCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/egovera/DigitalPublicServiceOperationPrincipleCatalogueGrouping</eira:PURI> + <dcterms:modified>2023-11-20</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DigitalPublicServiceOperationPrincipleCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Digital Public Service Operation Principle Catalogue Catalogue]]></dcterms:title> + <dcterms:type>egovera:DigitalPublicServiceOperationPrincipleCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Digital Public Service Operation Principle Catalogue ABB is a grouping that covers a range of principles and guidelines that are essential for the operation of digital public services. These principles include convergence control on public policy goals attainment, data accessibility, data findability, data interoperability, data reusability, preservation of information, security by design, and trust.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[An example of the application of these principles can be seen in a digital public service like an online tax filing system. The system should be designed with 'Security by Design', ensuring that user data is protected. The data collected should be 'Accessible' and 'Findable' for users, and 'Interoperable' to allow for seamless interaction with other systems. The system should also allow for 'Data Reusability', enabling data to be used for multiple purposes. The 'Preservation of Information' is crucial to maintain historical tax records. The system should also align with the 'Convergence control on public policy goals attainment' by facilitating the efficient collection of taxes. Lastly, the system should foster 'Trust' among users by being reliable and secure.]]></skos:example> + <skos:note><![CDATA[The Digital Public Service Operation Principle Catalogue ABB is a comprehensive collection of principles that guide the operation of digital public services. 'Convergence control on public policy goals attainment' refers to the alignment of digital services with public policy goals. 'Data Accessibility' and 'Data Findability' pertain to the ease of access and discovery of data respectively. 'Data Interoperability' and 'Data Reusability' concern the ability of systems to work together and the potential for data to be reused. 'Preservation of information' is about maintaining and protecting data, while 'Security by Design' is a principle that emphasizes the importance of incorporating security measures from the onset of system design. Lastly, 'Trust' refers to the confidence and reliability in digital public services.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NetworkingInfrastructureEnablersGrouping"> + <skos:notation><![CDATA[Networking Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NetworkingInfrastructureEnablersGrouping</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/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/NetworkingInfrastructureEnablersGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:NetworkingInfrastructureEnablersGrouping + +Synonym: + +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 + +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. + +Additional information: + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/NetworkingInfrastructureEnablersGrouping + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DomainNameServiceTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LoadBalancerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateNetworkCommunicationNetwork" /> + <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:NetworkingInfrastructureEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/NetworkingInfrastructureEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Networking Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/NetworkingInfrastructureEnablersGrouping_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/NetworkingInfrastructureEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/NetworkingInfrastructureEnablersGrouping</eira:PURI> + <dcterms:type>eira:NetworkingInfrastructureEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/NetworkingInfrastructureEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ManagementInfrastructureEnablersGrouping"> + <skos:notation><![CDATA[Management Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ManagementInfrastructureEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ManagementInfrastructureEnablersGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ManagementInfrastructureEnablersGrouping + +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) + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ManagementInfrastructureEnablersGrouping + +EIF Layer: TechnicalInfrastructure + +]]></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:ManagementInfrastructureEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ManagementInfrastructureEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Management Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ManagementInfrastructureEnablersGrouping_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/ManagementInfrastructureEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/ManagementInfrastructureEnablersGrouping</eira:PURI> + <dcterms:type>eira:ManagementInfrastructureEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/ManagementInfrastructureEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TranslationEnablersGrouping"> + <skos:notation><![CDATA[Translation Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TranslationEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/TranslationEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:TranslationEnablersGrouping + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/TranslationEnablersGrouping + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <eira:TranslationEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TranslationEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Translation Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TranslationEnablersGrouping_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/TranslationEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/TranslationEnablersGrouping</eira:PURI> + <dcterms:type>eira:TranslationEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/TranslationEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ObservabilityRequirementsCatalogueGrouping"> + <skos:notation><![CDATA[Observability Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ObservabilityRequirementsCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Observability Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Observability Requirements Catalogue ABB is a grouping that covers non-functional requirements related to system monitoring, logging, and tiered levels of support. These requirements are critical for ensuring the reliability, availability, performance, security, and effective use of IT systems and applications. + +Source: EIRA Team Research + +Additional information: The Observability Requirements Catalogue ABB includes three main elements: Alerts and Monitoring, Logging, and Tiered Levels of Support. Alerts and Monitoring refer to the system's ability to detect and report issues or anomalies in real-time, ensuring optimal performance and availability. Logging involves recording events and activities within a system or application, providing a detailed record of system behavior for troubleshooting, auditing, and analysis. Tiered Levels of Support refers to the hierarchical provision of technical support to users based on their needs, ensuring quick and efficient resolution of technical issues. These requirements are essential for maintaining the security and reliability of IT systems, meeting regulatory compliance requirements, minimizing downtime, and enabling effective use of the system or application. + +Example: Examples of application for the Observability Requirements Catalogue ABB include: a cloud-based software application implementing real-time alerts and monitoring to detect and report system errors, a banking system implementing logging to record user actions and system errors for auditing and analysis, and a customer support center implementing tiered levels of support to provide appropriate technical assistance to users based on their needs. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ObservabilityRequirementsCatalogueGrouping + +ABB name: egovera:ObservabilityRequirementsCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-17 + +dct:identifier: http://data.europa.eu/dr8/egovera/ObservabilityRequirementsCatalogueGrouping + +dct:title: Observability Requirements Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AlertsAndMonitoringRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TieredLevelsOfSupportRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LoggingRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/ObservabilityRequirement" /> + <eira:ObservabilityRequirementsCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ObservabilityRequirementsCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Observability Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ObservabilityRequirementsCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Observability Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ObservabilityRequirementsCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/ObservabilityRequirementsCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/ObservabilityRequirementsCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Observability Requirements Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:ObservabilityRequirementsCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Observability Requirements Catalogue ABB is a grouping that covers non-functional requirements related to system monitoring, logging, and tiered levels of support. These requirements are critical for ensuring the reliability, availability, performance, security, and effective use of IT systems and applications.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[Examples of application for the Observability Requirements Catalogue ABB include: a cloud-based software application implementing real-time alerts and monitoring to detect and report system errors, a banking system implementing logging to record user actions and system errors for auditing and analysis, and a customer support center implementing tiered levels of support to provide appropriate technical assistance to users based on their needs.]]></skos:example> + <skos:note><![CDATA[The Observability Requirements Catalogue ABB includes three main elements: Alerts and Monitoring, Logging, and Tiered Levels of Support. Alerts and Monitoring refer to the system's ability to detect and report issues or anomalies in real-time, ensuring optimal performance and availability. Logging involves recording events and activities within a system or application, providing a detailed record of system behavior for troubleshooting, auditing, and analysis. Tiered Levels of Support refers to the hierarchical provision of technical support to users based on their needs, ensuring quick and efficient resolution of technical issues. These requirements are essential for maintaining the security and reliability of IT systems, meeting regulatory compliance requirements, minimizing downtime, and enabling effective use of the system or application.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalWorkplaceEnablersGrouping + +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: 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 + +Interoperability Dimension: Behavioral IoP + +Additional identifier: http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/PrivacyEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:PrivacyEnablersGrouping + +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: 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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/PrivacyEnablersGrouping + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/PrivacyEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgilityRequirementsCatalogueGrouping"> + <skos:notation><![CDATA[Agility Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgilityRequirementsCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Agility Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Agility Requirements Catalogue ABB is a grouping that covers a set of IT non-functional requirements that contribute to the agility of a software or system. These requirements, including configurability, compatibility, maintainability, and deployability, are crucial for ensuring that the system can adapt to changing needs and environments, can function seamlessly with other systems, can be easily modified and maintained, and can be efficiently deployed and installed. + +Source: EIRA Team Research + +Additional information: The Agility Requirements Catalogue ABB comprises of four key elements: Configurability, Compatibility, Maintainability, and Deployability. Configurability refers to the system's ability to be easily customized or modified to meet specific needs, without requiring extensive programming knowledge. Compatibility ensures that the system can function properly with other systems, hardware, or environments, and can be easily upgraded or migrated. Maintainability refers to the ease with which the system can be modified, updated, or repaired, contributing to its long-term sustainability. Deployability involves the ease and efficiency with which the software can be deployed and installed on different platforms, reducing downtime and minimizing risk of errors. + +Example: An example of the application of the Agility Requirements Catalogue ABB could be in the development of a new software system. The developers would need to ensure that the system is configurable, allowing users to easily customize it to their needs. They would also need to ensure that it is compatible with a range of other systems, software, and hardware to ensure wide usability. The system should be maintainable, with clear documentation and a modular design to allow for easy updates and repairs. Finally, the system should be easily deployable, with a straightforward installation process that minimizes disruption to the existing system. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AgilityRequirementsCatalogueGrouping + +ABB name: egovera:AgilityRequirementsCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-17 + +dct:identifier: http://data.europa.eu/dr8/egovera/AgilityRequirementsCatalogueGrouping + +dct:title: Agility Requirements Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/MaintainabilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DeployabilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CompatibilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConfigurabilityRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/AgilityRequirement" /> + <eira:AgilityRequirementsCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AgilityRequirementsCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Agility Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AgilityRequirementsCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Agility Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgilityRequirementsCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/AgilityRequirementsCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/AgilityRequirementsCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Agility Requirements Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:AgilityRequirementsCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Agility Requirements Catalogue ABB is a grouping that covers a set of IT non-functional requirements that contribute to the agility of a software or system. These requirements, including configurability, compatibility, maintainability, and deployability, are crucial for ensuring that the system can adapt to changing needs and environments, can function seamlessly with other systems, can be easily modified and maintained, and can be efficiently deployed and installed.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[An example of the application of the Agility Requirements Catalogue ABB could be in the development of a new software system. The developers would need to ensure that the system is configurable, allowing users to easily customize it to their needs. They would also need to ensure that it is compatible with a range of other systems, software, and hardware to ensure wide usability. The system should be maintainable, with clear documentation and a modular design to allow for easy updates and repairs. Finally, the system should be easily deployable, with a straightforward installation process that minimizes disruption to the existing system.]]></skos:example> + <skos:note><![CDATA[The Agility Requirements Catalogue ABB comprises of four key elements: Configurability, Compatibility, Maintainability, and Deployability. Configurability refers to the system's ability to be easily customized or modified to meet specific needs, without requiring extensive programming knowledge. Compatibility ensures that the system can function properly with other systems, hardware, or environments, and can be easily upgraded or migrated. Maintainability refers to the ease with which the system can be modified, updated, or repaired, contributing to its long-term sustainability. Deployability involves the ease and efficiency with which the software can be deployed and installed on different platforms, reducing downtime and minimizing risk of errors.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/NotImplementedArchitecturePrinciplesCatalogueGrouping"> + <skos:notation><![CDATA[Not Implemented Architecture Principles Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/NotImplementedArchitecturePrinciplesCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Not Implemented Architecture Principles Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Not Implemented Architecture Principles Catalogue ABB is a grouping that covers the collection of architecture principles that have not been implemented in a specific solution architecture. It serves as a repository for documenting these omissions, providing transparency and understanding of the architectural choices made. + +Source: EIRA Team Research + +Additional information: Despite the vital role architecture principles play, there are situations where certain principles may not be employed within a specific solution architecture. The Not Implemented Architecture Principles Catalogue ABB serves as a repository for documenting such cases. Including explanatory notes alongside each omitted principle is crucial. These notes should provide a clear rationale for the exclusion, explaining the context, constraints, or trade-offs that led to the decision. The catalogue facilitates knowledge sharing among architects by capturing the context and rationale behind each omitted principle. It also helps ensure that architectural decisions align with organizational governance frameworks and compliance requirements. Furthermore, it enables architects to proactively address potential risks and develop mitigation strategies. The documentation of omitted principles promotes a culture of continuous improvement, encouraging architects to revisit decisions, reassess trade-offs, and learn from past experiences. + +Example: For instance, an architecture principle related to the use of open standards may not be implemented in a solution architecture due to vendor lock-in or specific business requirements. This omission would be documented in the Not Implemented Architecture Principles Catalogue ABB, along with an explanation of the reasons for the deviation. This documentation would then serve as a reference for future architects, helping them understand the trade-offs made and informing their decision-making process. + +LOST view: Architecture Principles view + +Identifier: http://data.europa.eu/dr8/egovera/NotImplementedArchitecturePrinciplesCatalogueGrouping + +ABB name: egovera:NotImplementedArchitecturePrinciplesCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-18 + +dct:identifier: http://data.europa.eu/dr8/egovera/NotImplementedArchitecturePrinciplesCatalogueGrouping + +dct:title: Not Implemented Architecture Principles Catalogue Catalogue + +]]></skos:definition> + <egovera:NotImplementedArchitecturePrinciplesCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/NotImplementedArchitecturePrinciplesCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Not Implemented Architecture Principles Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/NotImplementedArchitecturePrinciplesCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Not Implemented Architecture Principles Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/NotImplementedArchitecturePrinciplesCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/egovera/NotImplementedArchitecturePrinciplesCatalogueGrouping</eira:PURI> + <dcterms:modified>2023-11-20</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/NotImplementedArchitecturePrinciplesCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Not Implemented Architecture Principles Catalogue Catalogue]]></dcterms:title> + <dcterms:type>egovera:NotImplementedArchitecturePrinciplesCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Not Implemented Architecture Principles Catalogue ABB is a grouping that covers the collection of architecture principles that have not been implemented in a specific solution architecture. It serves as a repository for documenting these omissions, providing transparency and understanding of the architectural choices made.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[For instance, an architecture principle related to the use of open standards may not be implemented in a solution architecture due to vendor lock-in or specific business requirements. This omission would be documented in the Not Implemented Architecture Principles Catalogue ABB, along with an explanation of the reasons for the deviation. This documentation would then serve as a reference for future architects, helping them understand the trade-offs made and informing their decision-making process.]]></skos:example> + <skos:note><![CDATA[Despite the vital role architecture principles play, there are situations where certain principles may not be employed within a specific solution architecture. The Not Implemented Architecture Principles Catalogue ABB serves as a repository for documenting such cases. Including explanatory notes alongside each omitted principle is crucial. These notes should provide a clear rationale for the exclusion, explaining the context, constraints, or trade-offs that led to the decision. The catalogue facilitates knowledge sharing among architects by capturing the context and rationale behind each omitted principle. It also helps ensure that architectural decisions align with organizational governance frameworks and compliance requirements. Furthermore, it enables architects to proactively address potential risks and develop mitigation strategies. The documentation of omitted principles promotes a culture of continuous improvement, encouraging architects to revisit decisions, reassess trade-offs, and learn from past experiences.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ComputingInfrastructureEnablersGrouping"> + <skos:notation><![CDATA[Computing Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ComputingInfrastructureEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ComputingInfrastructureEnablersGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ComputingInfrastructureEnablersGrouping + +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): 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 + +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. + +Additional information: + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ComputingInfrastructureEnablersGrouping + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServerNode" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/VirtualMachineNode" /> + <eira:ComputingInfrastructureEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ComputingInfrastructureEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Computing Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ComputingInfrastructureEnablersGrouping_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/ComputingInfrastructureEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/ComputingInfrastructureEnablersGrouping</eira:PURI> + <dcterms:type>eira:ComputingInfrastructureEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/ComputingInfrastructureEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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/MasterDataDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataModelDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataRepresentationRepresentation" /> + <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/DataDataObject" /> + <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/ReferenceDataDataObject" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyInteroperabilityEnablersGrouping"> + <skos:notation><![CDATA[Key Interoperability Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnablersGrouping</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/DigitalSolutionRequirementRequirement" /> + <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" /> + <eira:KeyInteroperabilityEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyInteroperabilityEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Key Interoperability Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnablersGrouping_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/KeyInteroperabilityEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/KeyInteroperabilityEnablersGrouping</eira:PURI> + <dcterms:type>eira:KeyInteroperabilityEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/KeyInteroperabilityEnablersGrouping</dcterms:identifier> + <eira:eifLayer>N/A</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataManagementEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataManagementEnablersGrouping + +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 + +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. + +Additional identifier: http://data.europa.eu/dr8/DataManagementEnablersGrouping + +EIF Layer: TechnicalApplication + +]]></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/DataPersistenceApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataQualityApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataPersistenceApplicationService" /> + <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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataManagementEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataLakeInfrastructureEnablersGrouping"> + <skos:notation><![CDATA[Data Lake Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataLakeInfrastructureEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataLakeInfrastructureEnablersGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataLakeInfrastructureEnablersGrouping + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DataLakeInfrastructureEnablersGrouping + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataLakeStorageTechnologyService" /> + <eira:DataLakeInfrastructureEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DataLakeInfrastructureEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Data Lake Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DataLakeInfrastructureEnablersGrouping_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/DataLakeInfrastructureEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DataLakeInfrastructureEnablersGrouping</eira:PURI> + <dcterms:type>eira:DataLakeInfrastructureEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/DataLakeInfrastructureEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:UserExperienceManagementEnablersGrouping + +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 + +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. + +Interoperability Dimension: Behavioral IoP + +Additional identifier: http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/WideAreaNetworkingGrouping"> + <skos:notation><![CDATA[Wide Area Networking]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/WideAreaNetworkingGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Wide Area Networking]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Wide Area Networking ABB is a Grouping of different of networks to enables communication and data exchange across geographically dispersed locations + +Source: Gartner + +Source reference: https://www.gartner.com/en/information-technology/glossary/wan-wide-area-network + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurePublicNetworkCommunicationNetwork" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/NetworkingInfrastructureEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicNetworkCommunicationNetwork" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CloudComputingFacilityFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OnPremiseFacilityFacility" /> + <eira:WideAreaNetworkingGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/WideAreaNetworkingGrouping_Properties"> + <skos:notation><![CDATA[Properties of Wide Area Networking]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/WideAreaNetworkingGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Wide Area Networking]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/WideAreaNetworkingGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/WideAreaNetworkingGrouping</eira:PURI> + <dcterms:type>eira:WideAreaNetworkingGrouping</dcterms:type> + <dcterms:modified>2023-11-20</dcterms:modified> + <eira:synonym></eira:synonym> + <skos:definition><![CDATA[Wide Area Networking ABB is a Grouping of different of networks to enables communication and data exchange across geographically dispersed locations]]></skos:definition> + <eira:definitionSource><![CDATA[Gartner]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://www.gartner.com/en/information-technology/glossary/wan-wide-area-network]]></eira:definitionSourceReference> + <eira:iopSaliency><![CDATA[]]></eira:iopSaliency> + <skos:note><![CDATA[]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Technical view - infrastructure</eira:view> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticsInfrastructureEnablersGrouping"> + <skos:notation><![CDATA[Analytics Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsInfrastructureEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/AnalyticsInfrastructureEnablersGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:AnalyticsInfrastructureEnablersGrouping + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/AnalyticsInfrastructureEnablersGrouping + +EIF Layer: TechnicalInfrastructure + +]]></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/BusinessIntelligenceTechnologyService" /> + <eira:AnalyticsInfrastructureEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticsInfrastructureEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Analytics Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsInfrastructureEnablersGrouping_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/AnalyticsInfrastructureEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/AnalyticsInfrastructureEnablersGrouping</eira:PURI> + <dcterms:type>eira:AnalyticsInfrastructureEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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>Structural IoP</eira:iopDimension> + <eira:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsInfrastructureEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/APIEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:APIEnablersGrouping + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/APIEnablersGrouping + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/WebServiceApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceRegistryApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryAndRegistryApplicationService" /> + <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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/APIEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/TrustEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustInfrastructureEnablersGrouping"> + <skos:notation><![CDATA[Trust Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TrustInfrastructureEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/TrustInfrastructureEnablersGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:TrustInfrastructureEnablersGrouping + +Synonym: + +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 + +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. + +Additional information: + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/TrustInfrastructureEnablersGrouping + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PKICertificateManagerTechnologyService" /> + <eira:TrustInfrastructureEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustInfrastructureEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Trust Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/TrustInfrastructureEnablersGrouping_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/TrustInfrastructureEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/TrustInfrastructureEnablersGrouping</eira:PURI> + <dcterms:type>eira:TrustInfrastructureEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/TrustInfrastructureEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/DigitalPublicServiceImprovementPrincipleCatalogueGrouping"> + <skos:notation><![CDATA[Digital Public Service Improvement Principle Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DigitalPublicServiceImprovementPrincipleCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Public Service Improvement Principle Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Public Service Improvement Principle Catalogue ABB is a grouping that covers the principles, guidelines, and strategies aimed at enhancing the delivery of public services through digital platforms. The catalogue primarily focuses on the principle of 'Innovation', which is a key driver in the modernization and improvement of public services. + +Source: EIRA Team Research + +Additional information: The Digital Public Service Improvement Principle Catalogue ABB is an essential tool for public service organizations seeking to leverage digital technologies to improve their service delivery. The catalogue's main element is 'Innovation', which refers to the application of new ideas, methods, or technologies to enhance public service delivery. Innovation in this context can involve the development of new digital services, the improvement of existing services through digital technologies, or the use of digital technologies to create new ways of engaging with the public. The catalogue provides a framework for understanding and applying the principle of innovation in the context of digital public service improvement. + +Example: An example of the application of the Digital Public Service Improvement Principle Catalogue ABB could be a local government agency using it as a guide to develop a new online service for residents to report issues in their community. The agency could use the principle of 'Innovation' to explore new ways of receiving and responding to reports, such as through a mobile app or a chatbot, thereby improving the efficiency and accessibility of their service. + +LOST view: Architecture Principles view + +Identifier: http://data.europa.eu/dr8/egovera/DigitalPublicServiceImprovementPrincipleCatalogueGrouping + +ABB name: egovera:DigitalPublicServiceImprovementPrincipleCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-18 + +dct:identifier: http://data.europa.eu/dr8/egovera/DigitalPublicServiceImprovementPrincipleCatalogueGrouping + +dct:title: Digital Public Service Improvement Principle Catalogue Catalogue + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/EuropeanLibraryOfArchitecturePrinciplesPrinciple" /> + <egovera:DigitalPublicServiceImprovementPrincipleCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/DigitalPublicServiceImprovementPrincipleCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Improvement Principle Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DigitalPublicServiceImprovementPrincipleCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Public Service Improvement Principle Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/DigitalPublicServiceImprovementPrincipleCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/egovera/DigitalPublicServiceImprovementPrincipleCatalogueGrouping</eira:PURI> + <dcterms:modified>2023-11-20</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DigitalPublicServiceImprovementPrincipleCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Digital Public Service Improvement Principle Catalogue Catalogue]]></dcterms:title> + <dcterms:type>egovera:DigitalPublicServiceImprovementPrincipleCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Digital Public Service Improvement Principle Catalogue ABB is a grouping that covers the principles, guidelines, and strategies aimed at enhancing the delivery of public services through digital platforms. The catalogue primarily focuses on the principle of 'Innovation', which is a key driver in the modernization and improvement of public services.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[An example of the application of the Digital Public Service Improvement Principle Catalogue ABB could be a local government agency using it as a guide to develop a new online service for residents to report issues in their community. The agency could use the principle of 'Innovation' to explore new ways of receiving and responding to reports, such as through a mobile app or a chatbot, thereby improving the efficiency and accessibility of their service.]]></skos:example> + <skos:note><![CDATA[The Digital Public Service Improvement Principle Catalogue ABB is an essential tool for public service organizations seeking to leverage digital technologies to improve their service delivery. The catalogue's main element is 'Innovation', which refers to the application of new ideas, methods, or technologies to enhance public service delivery. Innovation in this context can involve the development of new digital services, the improvement of existing services through digital technologies, or the use of digital technologies to create new ways of engaging with the public. The catalogue provides a framework for understanding and applying the principle of innovation in the context of digital public service improvement.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/DigitalPublicServiceDesignPrincipleCatalogueGrouping"> + <skos:notation><![CDATA[Digital Public Service Design Principle Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DigitalPublicServiceDesignPrincipleCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Public Service Design Principle Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Public Service Design Principle Catalogue ABB is a grouping that covers a range of principles and guidelines aimed at shaping the design and implementation of digital public services. These principles encompass various aspects including administrative simplification, carbon-dioxide e-footprint impact awareness, code of ethics compliance, data portability, EU legislation compliance, integrated user experience, multilingualism, privacy, proactiveness, service orientation, technology neutrality, and user-centricity among others. + +Source: EIRA Team Research + +Additional information: The Digital Public Service Design Principle Catalogue ABB is a comprehensive collection of principles that guide the design and delivery of digital public services. These principles are aimed at ensuring that digital services are user-centric, efficient, ethical, and compliant with relevant legislation. They cover a broad spectrum of considerations from administrative simplification which aims to reduce bureaucratic processes and make public services more accessible, to carbon-dioxide e-footprint impact awareness which encourages the design of digital services that are environmentally friendly. Other principles like data portability and privacy ensure that users' data is handled responsibly and securely. The catalogue also includes principles like multilingualism and integrated user experience which aim to make digital services more inclusive and user-friendly. + +Example: An example of application of these principles can be seen in the design of a digital public service like an online tax filing system. The system would need to be designed with user-centricity in mind, ensuring it is easy to use for all citizens. It would also need to comply with EU legislation and a code of ethics, ensuring data is handled securely and responsibly. The system should also be designed with an awareness of its carbon-dioxide e-footprint, aiming to minimise its environmental impact. Furthermore, the principle of administrative simplification would be applied to make the tax filing process as straightforward and efficient as possible. + +LOST view: Architecture Principles view + +Identifier: http://data.europa.eu/dr8/egovera/DigitalPublicServiceDesignPrincipleCatalogueGrouping + +ABB name: egovera:DigitalPublicServiceDesignPrincipleCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-18 + +dct:identifier: http://data.europa.eu/dr8/egovera/DigitalPublicServiceDesignPrincipleCatalogueGrouping + +dct:title: Digital Public Service Design Principle Catalogue Catalogue + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/EuropeanLibraryOfArchitecturePrinciplesPrinciple" /> + <egovera:DigitalPublicServiceDesignPrincipleCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/DigitalPublicServiceDesignPrincipleCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Design Principle Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DigitalPublicServiceDesignPrincipleCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Public Service Design Principle Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/DigitalPublicServiceDesignPrincipleCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/egovera/DigitalPublicServiceDesignPrincipleCatalogueGrouping</eira:PURI> + <dcterms:modified>2023-11-20</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DigitalPublicServiceDesignPrincipleCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Digital Public Service Design Principle Catalogue Catalogue]]></dcterms:title> + <dcterms:type>egovera:DigitalPublicServiceDesignPrincipleCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Digital Public Service Design Principle Catalogue ABB is a grouping that covers a range of principles and guidelines aimed at shaping the design and implementation of digital public services. These principles encompass various aspects including administrative simplification, carbon-dioxide e-footprint impact awareness, code of ethics compliance, data portability, EU legislation compliance, integrated user experience, multilingualism, privacy, proactiveness, service orientation, technology neutrality, and user-centricity among others.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[An example of application of these principles can be seen in the design of a digital public service like an online tax filing system. The system would need to be designed with user-centricity in mind, ensuring it is easy to use for all citizens. It would also need to comply with EU legislation and a code of ethics, ensuring data is handled securely and responsibly. The system should also be designed with an awareness of its carbon-dioxide e-footprint, aiming to minimise its environmental impact. Furthermore, the principle of administrative simplification would be applied to make the tax filing process as straightforward and efficient as possible.]]></skos:example> + <skos:note><![CDATA[The Digital Public Service Design Principle Catalogue ABB is a comprehensive collection of principles that guide the design and delivery of digital public services. These principles are aimed at ensuring that digital services are user-centric, efficient, ethical, and compliant with relevant legislation. They cover a broad spectrum of considerations from administrative simplification which aims to reduce bureaucratic processes and make public services more accessible, to carbon-dioxide e-footprint impact awareness which encourages the design of digital services that are environmentally friendly. Other principles like data portability and privacy ensure that users' data is handled responsibly and securely. The catalogue also includes principles like multilingualism and integrated user experience which aim to make digital services more inclusive and user-friendly.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablersGrouping"> + <skos:notation><![CDATA[Identity and Access Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablersGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:IdentityAndAccessInfrastructureEnablersGrouping + +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 + +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 + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablersGrouping + +EIF Layer: TechnicalInfrastructure + +]]></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/LightweightDirectoryAccessProtocolTechnologyService" /> + <eira:IdentityAndAccessInfrastructureEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Identity and Access Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablersGrouping_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/IdentityAndAccessInfrastructureEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablersGrouping</eira:PURI> + <dcterms:type>eira:IdentityAndAccessInfrastructureEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/IdentityAndAccessInfrastructureEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ArtificialIntelligenceEnablersGrouping + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataExchangeEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataExchangeEnablersGrouping + +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." + +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." + +Interoperability Dimension: Behavioral IoP + +Additional identifier: http://data.europa.eu/dr8/DataExchangeEnablersGrouping + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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>Behavioral IoP</eira:iopDimension> + <eira:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/AnalyticsEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:AnalyticsEnablersGrouping + +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: 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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/AnalyticsEnablersGrouping + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeDiscoveryEnablersGrouping"> + <skos:notation><![CDATA[Knowledge Discovery Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/KnowledgeDiscoveryEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:KnowledgeDiscoveryEnablersGrouping + +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: 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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/KnowledgeDiscoveryEnablersGrouping + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeTriplestoreDataObject" /> + <eira:KnowledgeDiscoveryEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeDiscoveryEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Knowledge Discovery Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryEnablersGrouping_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/KnowledgeDiscoveryEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/KnowledgeDiscoveryEnablersGrouping</eira:PURI> + <dcterms:type>eira:KnowledgeDiscoveryEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 to reuse and share a common understanding from existing data, information and services across public administrations across borders. + +Source: Atlassian + +Source reference: https://www.atlassian.com/itsm/knowledge-management/what-is-a-knowledge-base + +Last modification: 2023-11-20 + +Identifier: http://data.europa.eu/dr8/SharedKnowledgeContentGrouping + +LOST view: Semantic view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SharedKnowledgeContentGrouping + +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 + +Interoperability Saliency: 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 + +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). + +Interoperability Dimension: Structural IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/SharedKnowledgeContentGrouping + +EIF Layer: Semantic + +]]></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/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>2024-04-29</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 to reuse and share a common understanding from existing data, information and services across public administrations across borders.]]></skos:definition> + <eira:definitionSource><![CDATA[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:view>EIRA Ontology view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperable European Solution viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SharedKnowledgeContentGrouping</dcterms:identifier> + <eira:eifLayer>Semantic</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionScalabilityArchitectureDecisionCatalogueGrouping"> + <skos:notation><![CDATA[Digital Solution Scalability Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionScalabilityArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Scalability Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Solution Scalability Architecture Decision Catalogue ABB is a grouping that covers a range of Architecture Decision Records (ADRs) that are designed to ensure that a system can effectively scale to handle increased workload or user demands. This includes decisions related to horizontal scaling, database sharding, elastic cloud infrastructure, containerization and orchestration, vertical scaling, load balancing strategy, and scalability for growth. + +Source: EIRA Team Research + +Additional information: The Digital Solution Scalability Architecture Decision Catalogue ABB is a comprehensive collection of ADRs that address various aspects of system scalability. 'Horizontal Scaling' refers to the ability to increase capacity by connecting multiple hardware or software entities to work as a single logical unit. 'Database Sharding' is a type of database partitioning that separates very large databases into smaller, faster, more easily managed parts called data shards. 'Elastic Cloud Infrastructure' refers to the provision of IT infrastructure through the internet on an on-demand, pay-per-use basis. 'Containerization and Orchestration' involves encapsulating or packaging up software code and all its dependencies so that it can run uniformly and consistently on any infrastructure. 'Vertical Scaling' involves adding more resources such as computing power or memory to a server, or replacing one server with a more powerful one. 'Load Balancing Strategy' involves distributing network traffic across multiple servers to ensure no single server becomes overwhelmed with traffic. 'Scalability for Growth' involves designing the system in such a way that it can handle increased workload or user demands in the future. + +Example: For instance, a company might decide to adopt a horizontal scaling strategy to handle increased user demands during peak times. This might involve adding more servers to their system to distribute the load more evenly. Similarly, a company with a large, complex database might decide to implement database sharding to improve performance and make the database more manageable. On the other hand, a company expecting rapid growth might decide to adopt an elastic cloud infrastructure to easily scale up or down based on demand. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionScalabilityArchitectureDecisionCatalogueGrouping + +ABB name: egovera:DigitalSolutionScalabilityArchitectureDecisionCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-18 + +dct:identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionScalabilityArchitectureDecisionCatalogueGrouping + +dct:title: Digital Solution Scalability Architecture Decision Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DatabaseShardingGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LoadBalancingStrategyGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/VerticalScalingGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ScalabilityForGrowthGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HorizontalScalingGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContainerizationAndOrchestrationGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ElasticCloudInfrastructureGoal" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal" /> + <eira:DigitalSolutionScalabilityArchitectureDecisionCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionScalabilityArchitectureDecisionCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution Scalability Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionScalabilityArchitectureDecisionCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution Scalability Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionScalabilityArchitectureDecisionCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionScalabilityArchitectureDecisionCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionScalabilityArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Digital Solution Scalability Architecture Decision Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:DigitalSolutionScalabilityArchitectureDecisionCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Digital Solution Scalability Architecture Decision Catalogue ABB is a grouping that covers a range of Architecture Decision Records (ADRs) that are designed to ensure that a system can effectively scale to handle increased workload or user demands. This includes decisions related to horizontal scaling, database sharding, elastic cloud infrastructure, containerization and orchestration, vertical scaling, load balancing strategy, and scalability for growth.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[For instance, a company might decide to adopt a horizontal scaling strategy to handle increased user demands during peak times. This might involve adding more servers to their system to distribute the load more evenly. Similarly, a company with a large, complex database might decide to implement database sharding to improve performance and make the database more manageable. On the other hand, a company expecting rapid growth might decide to adopt an elastic cloud infrastructure to easily scale up or down based on demand.]]></skos:example> + <skos:note><![CDATA[The Digital Solution Scalability Architecture Decision Catalogue ABB is a comprehensive collection of ADRs that address various aspects of system scalability. 'Horizontal Scaling' refers to the ability to increase capacity by connecting multiple hardware or software entities to work as a single logical unit. 'Database Sharding' is a type of database partitioning that separates very large databases into smaller, faster, more easily managed parts called data shards. 'Elastic Cloud Infrastructure' refers to the provision of IT infrastructure through the internet on an on-demand, pay-per-use basis. 'Containerization and Orchestration' involves encapsulating or packaging up software code and all its dependencies so that it can run uniformly and consistently on any infrastructure. 'Vertical Scaling' involves adding more resources such as computing power or memory to a server, or replacing one server with a more powerful one. 'Load Balancing Strategy' involves distributing network traffic across multiple servers to ensure no single server becomes overwhelmed with traffic. 'Scalability for Growth' involves designing the system in such a way that it can handle increased workload or user demands in the future.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionSecurityPrivacyAndComplianceArchitectureDecisionCatalogueGrouping"> + <skos:notation><![CDATA[Digital Solution Security, Privacy and Compliance Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionSecurityPrivacyAndComplianceArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Security, Privacy and Compliance Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Solution Security, Privacy and Compliance Architecture Decision Catalogue ABB is a grouping that covers a range of elements focused on security-related decisions made during the architectural design process. These elements document choices related to authentication mechanisms, encryption methods, access control, and other security considerations. + +Source: EIRA Team Research + +Additional information: The catalogue includes elements such as 'Authentication Mechanism', 'Encryption Standards', 'Secure Communications', 'Role-Based Access Control', 'Security Testing', 'Security Incident Response', 'Access Control Policy', 'Continuous Security Monitoring', 'Retention and Data Deletion', 'Security Incident Response Plan', 'Compliance Monitoring and Auditing', and 'Data Protection Measures'. Each of these elements represents a specific decision made in the architectural design process, with a focus on ensuring the security, privacy, and compliance of the digital solution. The decisions made in these areas can have significant impacts on the overall security posture of the solution, and as such, they are carefully documented and monitored. + +Example: Authentication Mechanism +This could involve a decision to use multi-factor authentication for all user logins, to enhance the security of the system. + +Encryption Standards +This might involve a decision to use a specific encryption standard, such as AES-256, for all data at rest and in transit. + +Secure Communications +This could involve a decision to use secure communication protocols, such as HTTPS and SSL/TLS, to protect data during transmission. + +Role-Based Access Control +This might involve a decision to implement role-based access control, to ensure that users only have access to the data and functions that they need for their role. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionSecurityPrivacyAndComplianceArchitectureDecisionCatalogueGrouping + +ABB name: egovera:DigitalSolutionSecurityPrivacyAndComplianceArchitectureDecisionCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-18 + +dct:identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionSecurityPrivacyAndComplianceArchitectureDecisionCatalogueGrouping + +dct:title: Digital Solution Security, Privacy And Compliance Architecture Decision Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComplianceMonitoringAndAuditingGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataProtectionMeasuresGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContinousSecurityMonitoringGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityIncidentResponsePlanGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RetentionAndDataDeletionGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecureCommunicationsGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EncryptionStandardsGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityIncidentResponseGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Role-BasedAccessControlGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuthenticationMechanismGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AccessControlPolicyGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityTestingGoal" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal" /> + <eira:DigitalSolutionSecurityPrivacyAndComplianceArchitectureDecisionCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionSecurityPrivacyAndComplianceArchitectureDecisionCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution Security, Privacy and Compliance Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionSecurityPrivacyAndComplianceArchitectureDecisionCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution Security, Privacy and Compliance Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionSecurityPrivacyAndComplianceArchitectureDecisionCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionSecurityPrivacyAndComplianceArchitectureDecisionCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionSecurityPrivacyAndComplianceArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Digital Solution Security, Privacy And Compliance Architecture Decision Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:DigitalSolutionSecurityPrivacyAndComplianceArchitectureDecisionCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Digital Solution Security, Privacy and Compliance Architecture Decision Catalogue ABB is a grouping that covers a range of elements focused on security-related decisions made during the architectural design process. These elements document choices related to authentication mechanisms, encryption methods, access control, and other security considerations.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[Authentication Mechanism +This could involve a decision to use multi-factor authentication for all user logins, to enhance the security of the system. + +Encryption Standards +This might involve a decision to use a specific encryption standard, such as AES-256, for all data at rest and in transit. + +Secure Communications +This could involve a decision to use secure communication protocols, such as HTTPS and SSL/TLS, to protect data during transmission. + +Role-Based Access Control +This might involve a decision to implement role-based access control, to ensure that users only have access to the data and functions that they need for their role.]]></skos:example> + <skos:note><![CDATA[The catalogue includes elements such as 'Authentication Mechanism', 'Encryption Standards', 'Secure Communications', 'Role-Based Access Control', 'Security Testing', 'Security Incident Response', 'Access Control Policy', 'Continuous Security Monitoring', 'Retention and Data Deletion', 'Security Incident Response Plan', 'Compliance Monitoring and Auditing', and 'Data Protection Measures'. Each of these elements represents a specific decision made in the architectural design process, with a focus on ensuring the security, privacy, and compliance of the digital solution. The decisions made in these areas can have significant impacts on the overall security posture of the solution, and as such, they are carefully documented and monitored.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </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/ + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DataspaceEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DataspaceEnablersGrouping + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DataspaceEnablersGrouping + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/DataspaceEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/TestEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:TestEnablersGrouping + +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: 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. + +Interoperability Dimension: Governance IoP + +Additional identifier: http://data.europa.eu/dr8/TestEnablersGrouping + +EIF Layer: TechnicalApplication + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/TestEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionPortabilityAndScalabilityArchitectureDecisionCatalogueGrouping"> + <skos:notation><![CDATA[Digital Solution Portability and Scalability Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionPortabilityAndScalabilityArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Portability and Scalability Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Solution Portability and Scalability Architecture Decision Catalogue ABB is a grouping that covers a range of technical architectural decisions related to the portability and scalability of digital solutions. These decisions are documented in the form of Architecture Decision Records (ADRs) and typically involve choosing specific technologies, frameworks, protocols, or design patterns to ensure the solution's adaptability, installability, replaceability, and its ability to manage and exchange data across borders. + +Source: EIRA Team Research + +Additional information: The catalogue includes decisions about Semantic Capability, Cross-Border Semantic Data Management, Cross-Border Data Exchange, Data Exchange Deployment, Data Exchanger Operations, Adaptability, Installability, and Replaceability. Each decision record provides a detailed description of the decision, the context in which it was made, the factors considered, and the implications of the decision. These decisions are crucial for ensuring that the digital solution can be easily installed, replaced, and adapted to changing requirements, and that it can effectively manage and exchange data across borders. + +Example: For instance, the 'Semantic Capability' decision might involve choosing a specific semantic technology to ensure that the digital solution can understand and interpret the meaning of the data it processes. The 'Cross-Border Data Exchange' decision might involve selecting a specific data exchange protocol to ensure that the solution can effectively exchange data with systems in other countries. The 'Adaptability' decision might involve choosing a modular design pattern to ensure that the solution can be easily adapted to changing requirements. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionPortabilityAndScalabilityArchitectureDecisionCatalogueGrouping + +ABB name: egovera:DigitalSolutionPortabilityAndScalabilityArchitectureDecisionCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-18 + +dct:identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionPortabilityAndScalabilityArchitectureDecisionCatalogueGrouping + +dct:title: Digital Solution Portability And Scalability Architecture Decision Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangerOperationsGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ReplaceabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Cross-BorderDataExchangeGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InstallabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticCapabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangeDeploymentGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AdaptabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Cross-BorderSemanticDataManagementGoal" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal" /> + <eira:DigitalSolutionPortabilityAndScalabilityArchitectureDecisionCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionPortabilityAndScalabilityArchitectureDecisionCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution Portability and Scalability Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionPortabilityAndScalabilityArchitectureDecisionCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution Portability and Scalability Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionPortabilityAndScalabilityArchitectureDecisionCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionPortabilityAndScalabilityArchitectureDecisionCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionPortabilityAndScalabilityArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Digital Solution Portability And Scalability Architecture Decision Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:DigitalSolutionPortabilityAndScalabilityArchitectureDecisionCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Digital Solution Portability and Scalability Architecture Decision Catalogue ABB is a grouping that covers a range of technical architectural decisions related to the portability and scalability of digital solutions. These decisions are documented in the form of Architecture Decision Records (ADRs) and typically involve choosing specific technologies, frameworks, protocols, or design patterns to ensure the solution's adaptability, installability, replaceability, and its ability to manage and exchange data across borders.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[For instance, the 'Semantic Capability' decision might involve choosing a specific semantic technology to ensure that the digital solution can understand and interpret the meaning of the data it processes. The 'Cross-Border Data Exchange' decision might involve selecting a specific data exchange protocol to ensure that the solution can effectively exchange data with systems in other countries. The 'Adaptability' decision might involve choosing a modular design pattern to ensure that the solution can be easily adapted to changing requirements.]]></skos:example> + <skos:note><![CDATA[The catalogue includes decisions about Semantic Capability, Cross-Border Semantic Data Management, Cross-Border Data Exchange, Data Exchange Deployment, Data Exchanger Operations, Adaptability, Installability, and Replaceability. Each decision record provides a detailed description of the decision, the context in which it was made, the factors considered, and the implications of the decision. These decisions are crucial for ensuring that the digital solution can be easily installed, replaced, and adapted to changing requirements, and that it can effectively manage and exchange data across borders.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablersGrouping"> + <skos:notation><![CDATA[Application Integration Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablersGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ApplicationIntegrationInfrastructureEnablersGrouping + +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/ + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablersGrouping + +EIF Layer: TechnicalInfrastructure + +]]></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:ApplicationIntegrationInfrastructureEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Application Integration Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablersGrouping_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/ApplicationIntegrationInfrastructureEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablersGrouping</eira:PURI> + <dcterms:type>eira:ApplicationIntegrationInfrastructureEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesCatalogueGrouping"> + <skos:notation><![CDATA[European Data Sharing Principles Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[European Data Sharing Principles Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: European Data Sharing Principles Catalogue (EDSPC) is a grouping that covers a range of principles related to data sharing within the European context. These principles include Self Determination, Inclusion, Fundamental Rights, Consumer Protection, Fair Competition, Citizen Participation, Sustainability, and Data Altruism. Each principle represents a key aspect of data sharing and management in Europe, reflecting the region's commitment to privacy, inclusivity, and sustainability. + +Source: EIRA Team Research + +Additional information: The European Data Sharing Principles Catalogue is a comprehensive list of principles that guide data sharing practices in Europe. 'Self Determination' refers to the ability of individuals or organizations to control their own data. 'Inclusion' ensures that all individuals and organizations have equal access to data resources. 'Fundamental Rights' protect the basic rights of individuals in relation to data, such as privacy and freedom of expression. 'Consumer Protection' safeguards consumers from harmful data practices. 'Fair Competition' promotes a level playing field in the data market. 'Citizen Participation' encourages public involvement in data-related decisions. 'Sustainability' emphasizes the long-term viability of data practices. Finally, 'Data Altruism' encourages the voluntary sharing of data for the common good. + +Example: An example of the application of these principles can be seen in the European Union's General Data Protection Regulation (GDPR). This regulation embodies principles such as Self Determination, Fundamental Rights, and Consumer Protection by giving individuals control over their personal data and protecting them from harmful data practices. Similarly, initiatives that promote open data or data philanthropy reflect the principles of Inclusion, Citizen Participation, and Data Altruism. + +LOST view: Architecture Principles view + +Identifier: http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesCatalogueGrouping + +ABB name: egovera:EuropeanDataSharingPrinciplesCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-18 + +dct:identifier: http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesCatalogueGrouping + +dct:title: European Data Sharing Principles Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/CitizenParticipationPrinciple" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/FundamentalRightsPrinciple" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/SustainabilityPrinciple" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/DataAltruismPrinciple" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/ConsumerProtectionPrinciple" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/SelfDeterminationPrinciple" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/FairCompetitionPrinciple" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/InclusionPrinciple" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesPrinciple" /> + <egovera:EuropeanDataSharingPrinciplesCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of European Data Sharing Principles Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of European Data Sharing Principles Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesCatalogueGrouping</eira:PURI> + <dcterms:modified>2023-11-20</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/EuropeanDataSharingPrinciplesCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[European Data Sharing Principles Catalogue Catalogue]]></dcterms:title> + <dcterms:type>egovera:EuropeanDataSharingPrinciplesCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[European Data Sharing Principles Catalogue (EDSPC) is a grouping that covers a range of principles related to data sharing within the European context. These principles include Self Determination, Inclusion, Fundamental Rights, Consumer Protection, Fair Competition, Citizen Participation, Sustainability, and Data Altruism. Each principle represents a key aspect of data sharing and management in Europe, reflecting the region's commitment to privacy, inclusivity, and sustainability.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[An example of the application of these principles can be seen in the European Union's General Data Protection Regulation (GDPR). This regulation embodies principles such as Self Determination, Fundamental Rights, and Consumer Protection by giving individuals control over their personal data and protecting them from harmful data practices. Similarly, initiatives that promote open data or data philanthropy reflect the principles of Inclusion, Citizen Participation, and Data Altruism.]]></skos:example> + <skos:note><![CDATA[The European Data Sharing Principles Catalogue is a comprehensive list of principles that guide data sharing practices in Europe. 'Self Determination' refers to the ability of individuals or organizations to control their own data. 'Inclusion' ensures that all individuals and organizations have equal access to data resources. 'Fundamental Rights' protect the basic rights of individuals in relation to data, such as privacy and freedom of expression. 'Consumer Protection' safeguards consumers from harmful data practices. 'Fair Competition' promotes a level playing field in the data market. 'Citizen Participation' encourages public involvement in data-related decisions. 'Sustainability' emphasizes the long-term viability of data practices. Finally, 'Data Altruism' encourages the voluntary sharing of data for the common good.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ScalabilityRequirementsCatalogueGrouping"> + <skos:notation><![CDATA[Scalability Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ScalabilityRequirementsCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Scalability Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Scalability Requirements Catalogue ABB is a grouping that covers a range of non-functional IT requirements that are critical for ensuring the scalability, performance, and efficiency of a system or application. It includes elements such as Traffic Pattern, Elasticity, and Latency, each of which plays a key role in determining how well a system can handle user traffic and respond to changes in demand. + +Source: EIRA Team Research + +Additional information: The Scalability Requirements Catalogue ABB is a comprehensive collection of non-functional requirements that are essential for the design and operation of scalable IT systems. The 'Traffic Pattern' element refers to the expected volume and frequency of user traffic, which helps in planning the necessary infrastructure and resources. 'Elasticity' refers to the system's ability to scale up or down based on demand, ensuring optimal performance and cost-efficiency. 'Latency', on the other hand, refers to the time delay between a request and response, which is a crucial factor in the overall user experience. By considering these elements, IT professionals can design systems that are robust, scalable, and efficient, meeting the needs of users while optimizing resource utilization. + +Example: For instance, a video streaming service needs to consider all these elements in their system design. The 'Traffic Pattern' would help them prepare for peak viewing times and ensure the system can handle the load. 'Elasticity' would allow the service to scale up during popular live events and scale down during off-peak hours, optimizing resource use. Lastly, 'Latency' is critical for providing a smooth viewing experience, as high latency could lead to buffering and lagging issues. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ScalabilityRequirementsCatalogueGrouping + +ABB name: egovera:ScalabilityRequirementsCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-17 + +dct:identifier: http://data.europa.eu/dr8/egovera/ScalabilityRequirementsCatalogueGrouping + +dct:title: Scalability Requirements Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/ElasticityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LatencyRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TrafficPatternRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/ScalabilityRequirement" /> + <eira:ScalabilityRequirementsCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ScalabilityRequirementsCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Scalability Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ScalabilityRequirementsCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Scalability Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ScalabilityRequirementsCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/ScalabilityRequirementsCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/ScalabilityRequirementsCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Scalability Requirements Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:ScalabilityRequirementsCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Scalability Requirements Catalogue ABB is a grouping that covers a range of non-functional IT requirements that are critical for ensuring the scalability, performance, and efficiency of a system or application. It includes elements such as Traffic Pattern, Elasticity, and Latency, each of which plays a key role in determining how well a system can handle user traffic and respond to changes in demand.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[For instance, a video streaming service needs to consider all these elements in their system design. The 'Traffic Pattern' would help them prepare for peak viewing times and ensure the system can handle the load. 'Elasticity' would allow the service to scale up during popular live events and scale down during off-peak hours, optimizing resource use. Lastly, 'Latency' is critical for providing a smooth viewing experience, as high latency could lead to buffering and lagging issues.]]></skos:example> + <skos:note><![CDATA[The Scalability Requirements Catalogue ABB is a comprehensive collection of non-functional requirements that are essential for the design and operation of scalable IT systems. The 'Traffic Pattern' element refers to the expected volume and frequency of user traffic, which helps in planning the necessary infrastructure and resources. 'Elasticity' refers to the system's ability to scale up or down based on demand, ensuring optimal performance and cost-efficiency. 'Latency', on the other hand, refers to the time delay between a request and response, which is a crucial factor in the overall user experience. By considering these elements, IT professionals can design systems that are robust, scalable, and efficient, meeting the needs of users while optimizing resource utilization.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Technical</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DurabilityRequirementsCatalogueGrouping"> + <skos:notation><![CDATA[Durability Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DurabilityRequirementsCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Durability Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Durability Requirements Catalogue ABB is a grouping that covers a set of non-functional IT requirements that ensure the long-term reliability, stability, and accessibility of a system. These requirements include replication, fault tolerance, and archivability, each of which plays a crucial role in maintaining the system's performance, security, and data integrity over time. + +Source: EIRA Team Research + +Additional information: The Durability Requirements Catalogue ABB is a comprehensive collection of non-functional requirements that are essential for the long-term operation of a system. 'Replication' refers to the system's ability to duplicate data or processes across multiple servers or locations, ensuring high availability and reliability. 'Fault tolerance' is the system's ability to continue functioning despite hardware or software failures, involving redundancy, backup systems, and failover mechanisms. 'Archivability' refers to the system's ability to store and retrieve data over a long period of time, ensuring that the data remains accurate, complete, and secure. Each of these elements is critical for systems that handle sensitive or critical data, such as those used in healthcare, finance, and transportation. + +Example: An example of the application of the Durability Requirements Catalogue ABB could be a healthcare system. The system would need to replicate patient data across multiple servers to ensure it is always available when needed. It would also need to be fault-tolerant, so that in the event of a hardware or software failure, the system could continue to function without disruption. Lastly, the system would need to be archivable, storing patient data securely and in a retrievable format for many years, in compliance with regulatory requirements. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DurabilityRequirementsCatalogueGrouping + +ABB name: egovera:DurabilityRequirementsCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-17 + +dct:identifier: http://data.europa.eu/dr8/egovera/DurabilityRequirementsCatalogueGrouping + +dct:title: Durability Requirements Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/FaultToleranceRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ReplicationRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArchivabilityRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DurabilityRequirement" /> + <eira:DurabilityRequirementsCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DurabilityRequirementsCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Durability Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DurabilityRequirementsCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Durability Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DurabilityRequirementsCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DurabilityRequirementsCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/DurabilityRequirementsCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Durability Requirements Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:DurabilityRequirementsCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Durability Requirements Catalogue ABB is a grouping that covers a set of non-functional IT requirements that ensure the long-term reliability, stability, and accessibility of a system. These requirements include replication, fault tolerance, and archivability, each of which plays a crucial role in maintaining the system's performance, security, and data integrity over time.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[An example of the application of the Durability Requirements Catalogue ABB could be a healthcare system. The system would need to replicate patient data across multiple servers to ensure it is always available when needed. It would also need to be fault-tolerant, so that in the event of a hardware or software failure, the system could continue to function without disruption. Lastly, the system would need to be archivable, storing patient data securely and in a retrievable format for many years, in compliance with regulatory requirements.]]></skos:example> + <skos:note><![CDATA[The Durability Requirements Catalogue ABB is a comprehensive collection of non-functional requirements that are essential for the long-term operation of a system. 'Replication' refers to the system's ability to duplicate data or processes across multiple servers or locations, ensuring high availability and reliability. 'Fault tolerance' is the system's ability to continue functioning despite hardware or software failures, involving redundancy, backup systems, and failover mechanisms. 'Archivability' refers to the system's ability to store and retrieve data over a long period of time, ensuring that the data remains accurate, complete, and secure. Each of these elements is critical for systems that handle sensitive or critical data, such as those used in healthcare, finance, and transportation.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AvailabilityRequirementsCatalogueGrouping"> + <skos:notation><![CDATA[Availability Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AvailabilityRequirementsCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Availability Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Availability Requirements Catalogue ABB is a grouping that covers a range of non-functional requirements that are critical for the operation, maintenance, and usability of a system. This includes elements such as 'Deployment Stamps' and 'Geodes', which refer to the need for a system to have a timestamp or version number associated with each deployment, and the ability of a system to accurately determine the location of a user or device, respectively. + +Source: EIRA Team Research + +Additional information: The Availability Requirements Catalogue ABB is a comprehensive collection of non-functional requirements that are essential for the effective operation and maintenance of a system. 'Deployment Stamps' are crucial for tracking and identifying different versions of the system, enabling easy rollback to a previous version if necessary, and ensuring system stability and reliability. 'Geodes', on the other hand, refers to the system's ability to accurately pinpoint the location of a user or device, which is critical for systems that rely on location-based services. The accuracy and reliability of geodes can significantly impact the functionality and usability of the system, and in certain applications, can have serious consequences. + +Example: Examples of application for the elements in the Availability Requirements Catalogue ABB include software development projects where 'Deployment Stamps' would be used to track different versions of the software, and navigation or emergency response systems where 'Geodes' would be used to provide precise location data. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/AvailabilityRequirementsCatalogueGrouping + +ABB name: egovera:AvailabilityRequirementsCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-17 + +dct:identifier: http://data.europa.eu/dr8/egovera/AvailabilityRequirementsCatalogueGrouping + +dct:title: Availability Requirements Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/GeodesRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DeploymentStampsRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/AvailabilityRequirement" /> + <eira:AvailabilityRequirementsCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/AvailabilityRequirementsCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Availability Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/AvailabilityRequirementsCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Availability Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AvailabilityRequirementsCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/AvailabilityRequirementsCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/AvailabilityRequirementsCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Availability Requirements Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:AvailabilityRequirementsCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Availability Requirements Catalogue ABB is a grouping that covers a range of non-functional requirements that are critical for the operation, maintenance, and usability of a system. This includes elements such as 'Deployment Stamps' and 'Geodes', which refer to the need for a system to have a timestamp or version number associated with each deployment, and the ability of a system to accurately determine the location of a user or device, respectively.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[Examples of application for the elements in the Availability Requirements Catalogue ABB include software development projects where 'Deployment Stamps' would be used to track different versions of the software, and navigation or emergency response systems where 'Geodes' would be used to provide precise location data.]]></skos:example> + <skos:note><![CDATA[The Availability Requirements Catalogue ABB is a comprehensive collection of non-functional requirements that are essential for the effective operation and maintenance of a system. 'Deployment Stamps' are crucial for tracking and identifying different versions of the system, enabling easy rollback to a previous version if necessary, and ensuring system stability and reliability. 'Geodes', on the other hand, refers to the system's ability to accurately pinpoint the location of a user or device, which is critical for systems that rely on location-based services. The accuracy and reliability of geodes can significantly impact the functionality and usability of the system, and in certain applications, can have serious consequences.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </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 assets, knowledge repositories, best practices, and expertise across departments and agencies. This facilitates seamless collaboration, enhances efficiency, and fosters innovation in the development and delivery of Digital Public Services, aligning with the overarching goal of improving citizen experiences and outcomes. + +Source: EUR-LEX + +Source reference: (https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32021R0695&qid=1646736486403) + +Last modification: 2023-11-20 + +Identifier: http://data.europa.eu/dr8/SharedOrganisationalContentGrouping + +LOST view: Organisational view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SharedOrganisationalContentGrouping + +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) + +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 understandings and agreements on digital public services, ii) the exchange of data, information, and knowledge between digital public services, and iii) collaboration between digital public services + +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). + +Interoperability Dimension: Structural IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/SharedOrganisationalContentGrouping + +EIF Layer: Organisational + +]]></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>2024-04-29</dcterms:modified> + <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 assets, knowledge repositories, best practices, and expertise across departments and agencies. This facilitates seamless collaboration, enhances efficiency, and fosters innovation in the development and delivery of Digital Public Services, aligning with the overarching goal of improving citizen experiences and outcomes.]]></skos:definition> + <eira:definitionSource><![CDATA[EUR-LEX]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[(https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32021R0695&qid=1646736486403)]]></eira:definitionSourceReference> + <eira:synonym></eira:synonym> + <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 understandings and agreements 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:view>EIRA Ontology view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Key Interoperability Enablers 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> + <eira:eifLayer>Organisational</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablersGrouping"> + <skos:notation><![CDATA[Artificial Intelligence Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablersGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ArtificialIntelligenceInfrastructureEnablersGrouping + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablersGrouping + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/MachineLearningTechnologyService" /> + <eira:ArtificialIntelligenceInfrastructureEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Artificial Intelligence Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablersGrouping_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/ArtificialIntelligenceInfrastructureEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablersGrouping</eira:PURI> + <dcterms:type>eira:ArtificialIntelligenceInfrastructureEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/ArtificialIntelligenceInfrastructureEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionBusinessArchitectureDecisionCatalogueGrouping"> + <skos:notation><![CDATA[Digital Solution Business Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionBusinessArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Business Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: The description contains a full description of the architectural decisions. + +Source: EIRA Team Research + +Additional information: The Digital Solution Business Architecture Decision Catalogue ABB is a structured collection of architectural decisions made for digital business solutions. Each element in the catalogue represents a specific decision, such as 'Cross-Border Identification Business' or 'Data Subscription Capability'. These decisions are recorded in an Architecture Decision Record (ADR), which provides a detailed description of the decision, the context in which it was made, the contributing factors, and the consequences. The catalogue serves as a reference for understanding the architectural design of the digital solution and can be used to guide future decision-making. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionBusinessArchitectureDecisionCatalogueGrouping + +ABB name: egovera:DigitalSolutionBusinessArchitectureDecisionCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-18 + +dct:identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionBusinessArchitectureDecisionCatalogueGrouping + +dct:title: Digital Solution Business Architecture Decision Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/InternazionalizationAndLocalizationGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MonetizationStrategyGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DynamicLocationOfDataProviderGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSubscriptionCapabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/UseGNUGPLAsLicenseGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataSubscriptionDeploymentGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComplianceWithDataPrivacyRegulationsGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Cross-borderUserAuthenticationOperationsGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ProvisioningCapabilityPublicationGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IntegrationThrid-PartySystemsGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DataNotificationDeploymentGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Cross-BorderIdentificationBusinessGoal" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal" /> + <eira:DigitalSolutionBusinessArchitectureDecisionCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionBusinessArchitectureDecisionCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution Business Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionBusinessArchitectureDecisionCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution Business Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionBusinessArchitectureDecisionCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionBusinessArchitectureDecisionCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionBusinessArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Digital Solution Business Architecture Decision Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:DigitalSolutionBusinessArchitectureDecisionCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[The description contains a full description of the architectural decisions.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[]]></skos:example> + <skos:note><![CDATA[The Digital Solution Business Architecture Decision Catalogue ABB is a structured collection of architectural decisions made for digital business solutions. Each element in the catalogue represents a specific decision, such as 'Cross-Border Identification Business' or 'Data Subscription Capability'. These decisions are recorded in an Architecture Decision Record (ADR), which provides a detailed description of the decision, the context in which it was made, the contributing factors, and the consequences. The catalogue serves as a reference for understanding the architectural design of the digital solution and can be used to guide future decision-making.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ScheduleManagementEnablersGrouping + +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/ + +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. + +Additional identifier: http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping + +EIF Layer: TechnicalApplication + +Interoperability Dimension: Structural IoP + +]]></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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + <eira:iopDimension>Structural IoP</eira:iopDimension> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EnterpriseArchitectureFrameworkAlignmentGuidelinesGrouping"> + <skos:notation><![CDATA[Enterprise Architecture Framework (EAF) alignment guidelines]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EnterpriseArchitectureFrameworkAlignmentGuidelinesGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Enterprise Architecture Framework (EAF) alignment guidelines]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Enterprise Architecture Framework (EAF) alignment guidelines ABB is a Grouping that covers the process of establishing a harmonious relationship between the European Interoperability Reference Architecture (EIRA) model and any given Enterprise Architecture Framework (EAF). The aim is to make the EIRA model fully compliant with the chosen EAF, promoting uniformity across the architectural ecosystem. + +Source: EIRA Team Research + +Additional information: The EAF alignment guidelines serve as an integral part of the process, aiming to establish a harmonious relationship between the European Interoperability Reference Architecture (EIRA) model and any given Enterprise Architecture Framework (EAF). The ultimate goal is to make the EIRA model fully compliant with the chosen EAF, promoting uniformity across the architectural ecosystem. The elements contained within these guidelines include Interoperable European Solution, Achieve Interoperability, Creation of Interoperable European Solutions, European Interoperability Reference Architecture, Coordination Capacity, Regulatory Capacity, Delivery Capacity, Analytical Capacity, EIRA Ontology, Public Administration, Architecture Principle, Constraints, Assumptions and Decisions, Shared Legal Content, Shared Organisational Content, Digital Solution Requirement, Iternational Data Spaces Reference Architecture Model (IDS-RAM), Data Spaces Business Alliance, Eclipse Dataspace Components, JRC Data Spaces Knowledge Base, FIWARE for Data Spaces, Gaia-X Data Spaces Community. + +Example: An example of the application of the EAF alignment guidelines could be the process of aligning a national public administration's enterprise architecture with the EIRA model. This would involve assessing the current architecture, identifying gaps and areas of non-compliance, and implementing changes to achieve alignment. The guidelines would provide a roadmap for this process, outlining the necessary steps and considerations. + +LOST view: Enterprise Architecture Framework alignment guidelines view + +Identifier: http://data.europa.eu/dr8/egovera/EnterpriseArchitectureFrameworkAlignmentGuidelinesGrouping + +ABB name: egovera:EnterpriseArchitectureFrameworkAlignmentGuidelinesGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-20 + +dct:identifier: http://data.europa.eu/dr8/egovera/EnterpriseArchitectureFrameworkAlignmentGuidelinesGrouping + +dct:title: Enterprise Architecture Framework (EAF) Alignment Guidelines Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/EIRAOntologyMeaning" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EuropeanInteroperabilityReferenceArchitectureAssessment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AnalyticalCapacityValue" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciplePrinciple" /> + <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/DeliveryCapacityValue" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionOutcome" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CoordinationCapacityValue" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveInteroperabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/RegulatoryCapacityValue" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicAdministrationStakeholder" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ProblemStatementGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal" /> + <eira:EnterpriseArchitectureFrameworkAlignmentGuidelinesGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/EnterpriseArchitectureFrameworkAlignmentGuidelinesGrouping_Properties"> + <skos:notation><![CDATA[Properties of Enterprise Architecture Framework (EAF) alignment guidelines]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/EnterpriseArchitectureFrameworkAlignmentGuidelinesGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Enterprise Architecture Framework (EAF) alignment guidelines]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EnterpriseArchitectureFrameworkAlignmentGuidelinesGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/EnterpriseArchitectureFrameworkAlignmentGuidelinesGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/EnterpriseArchitectureFrameworkAlignmentGuidelinesGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Enterprise Architecture Framework (EAF) Alignment Guidelines Catalogue]]></dcterms:title> + <dcterms:type>eira:EnterpriseArchitectureFrameworkAlignmentGuidelinesGrouping</dcterms:type> + <skos:definition><![CDATA[Enterprise Architecture Framework (EAF) alignment guidelines ABB is a Grouping that covers the process of establishing a harmonious relationship between the European Interoperability Reference Architecture (EIRA) model and any given Enterprise Architecture Framework (EAF). The aim is to make the EIRA model fully compliant with the chosen EAF, promoting uniformity across the architectural ecosystem.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[An example of the application of the EAF alignment guidelines could be the process of aligning a national public administration's enterprise architecture with the EIRA model. This would involve assessing the current architecture, identifying gaps and areas of non-compliance, and implementing changes to achieve alignment. The guidelines would provide a roadmap for this process, outlining the necessary steps and considerations.]]></skos:example> + <skos:note><![CDATA[The EAF alignment guidelines serve as an integral part of the process, aiming to establish a harmonious relationship between the European Interoperability Reference Architecture (EIRA) model and any given Enterprise Architecture Framework (EAF). The ultimate goal is to make the EIRA model fully compliant with the chosen EAF, promoting uniformity across the architectural ecosystem. The elements contained within these guidelines include Interoperable European Solution, Achieve Interoperability, Creation of Interoperable European Solutions, European Interoperability Reference Architecture, Coordination Capacity, Regulatory Capacity, Delivery Capacity, Analytical Capacity, EIRA Ontology, Public Administration, Architecture Principle, Constraints, Assumptions and Decisions, Shared Legal Content, Shared Organisational Content, Digital Solution Requirement, Iternational Data Spaces Reference Architecture Model (IDS-RAM), Data Spaces Business Alliance, Eclipse Dataspace Components, JRC Data Spaces Knowledge Base, FIWARE for Data Spaces, Gaia-X Data Spaces Community.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Enterprise Architecture Framework alignment guidelines view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionUsabilityArchitectureDecisionCatalogueGrouping"> + <skos:notation><![CDATA[Digital Solution Usability Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionUsabilityArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Usability Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Solution Usability Architecture Decision Catalogue (DSUADC) is a grouping that covers a collection of architectural decision records (ADRs) that focus on the usability aspects of a digital solution's architecture. These decisions involve considerations about adequacy recognition, learning, operability, user interface, and accessibility. + +Source: EIRA Team Research + +Additional information: The DSUADC is a comprehensive catalogue that documents crucial decisions made about the usability aspects of a digital solution's architecture. Each element in the catalogue represents a specific area of focus. 'Adequacy Recognition' refers to decisions about how well the solution meets user needs and expectations. 'Learning' covers decisions about how users learn to use the solution. 'Operability' involves decisions about the ease of operating the solution. 'User Interface' refers to decisions about the design and functionality of the user interface. 'Accessibility' covers decisions about making the solution accessible to all users, including those with disabilities. + +Example: For instance, an ADR under 'Adequacy Recognition' might document the decision to use a particular user feedback system to ensure the solution meets user needs. An ADR under 'Learning' might cover the decision to include interactive tutorials to help new users learn how to use the solution. An ADR under 'Operability' might document the decision to use a specific technology to ensure smooth operation of the solution. An ADR under 'User Interface' could cover the decision to use a specific design pattern for the user interface. Lastly, an ADR under 'Accessibility' might document the decision to follow specific accessibility standards to make the solution usable by people with disabilities. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionUsabilityArchitectureDecisionCatalogueGrouping + +ABB name: egovera:DigitalSolutionUsabilityArchitectureDecisionCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-18 + +dct:identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionUsabilityArchitectureDecisionCatalogueGrouping + +dct:title: Digital Solution Usability Architecture Decision Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/AccessibilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/UserInterfaceGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OperabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AdequacyRecognitionGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LearningGoal" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal" /> + <eira:DigitalSolutionUsabilityArchitectureDecisionCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionUsabilityArchitectureDecisionCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution Usability Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionUsabilityArchitectureDecisionCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution Usability Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionUsabilityArchitectureDecisionCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionUsabilityArchitectureDecisionCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionUsabilityArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Digital Solution Usability Architecture Decision Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:DigitalSolutionUsabilityArchitectureDecisionCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Digital Solution Usability Architecture Decision Catalogue (DSUADC) is a grouping that covers a collection of architectural decision records (ADRs) that focus on the usability aspects of a digital solution's architecture. These decisions involve considerations about adequacy recognition, learning, operability, user interface, and accessibility.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[For instance, an ADR under 'Adequacy Recognition' might document the decision to use a particular user feedback system to ensure the solution meets user needs. An ADR under 'Learning' might cover the decision to include interactive tutorials to help new users learn how to use the solution. An ADR under 'Operability' might document the decision to use a specific technology to ensure smooth operation of the solution. An ADR under 'User Interface' could cover the decision to use a specific design pattern for the user interface. Lastly, an ADR under 'Accessibility' might document the decision to follow specific accessibility standards to make the solution usable by people with disabilities.]]></skos:example> + <skos:note><![CDATA[The DSUADC is a comprehensive catalogue that documents crucial decisions made about the usability aspects of a digital solution's architecture. Each element in the catalogue represents a specific area of focus. 'Adequacy Recognition' refers to decisions about how well the solution meets user needs and expectations. 'Learning' covers decisions about how users learn to use the solution. 'Operability' involves decisions about the ease of operating the solution. 'User Interface' refers to decisions about the design and functionality of the user interface. 'Accessibility' covers decisions about making the solution accessible to all users, including those with disabilities.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>Semantic</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainInfrastructureEnablersGrouping"> + <skos:notation><![CDATA[Blockchain Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainInfrastructureEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/BlockchainInfrastructureEnablersGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:BlockchainInfrastructureEnablersGrouping + +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): 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/ + +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. + +Additional information: + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/BlockchainInfrastructureEnablersGrouping + +EIF Layer: TechnicalInfrastructure + +]]></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:BlockchainInfrastructureEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainInfrastructureEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Blockchain Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/BlockchainInfrastructureEnablersGrouping_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/BlockchainInfrastructureEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/BlockchainInfrastructureEnablersGrouping</eira:PURI> + <dcterms:type>eira:BlockchainInfrastructureEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/BlockchainInfrastructureEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 setting application (re)usable resources, with convergence power, in relation to public policy goals attainment, enabling to reuse and share software tools and services, fostering collaborative functionality within and across applications to support the attainment of public policy goals and the creation of interoperable digital public services. + +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): Technical Specification for Interoperability (TSI), a technical and operational standard which must be met by each subsystem or part of subsystem in order to meet the essential requirements and ensure the interoperability of the railway system of the European Union. Directive (EU) 2016/797 defines the subsystems, either structural or functional, forming part of the railway system of the European Union. For each of those subsystems, the essential requirements need to be specified and the technical specifications determined, particularly in respect of constituents and interfaces, in order to meet those essential requirements. The essential requirements can be summarised as safety, reliability and availability, health, environmental protection, technical compatibility and accessibility. +(https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1519999459620&uri=CELEX:32016L0797) + +Last modification: 2024-01-08 + +Identifier: http://data.europa.eu/dr8/SharedApplicationContentGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SharedApplicationContentGrouping + +Interoperability Saliency: The Shared Application Content ABB is a key interoperability enabler (*) for governance, behavioural and structural interoperability. This ABB is salient for application 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. + + +Interoperability Dimension: Governance IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/SharedApplicationContentGrouping + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping" /> + <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/ServiceDiscoveryAndRegistryApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement" /> + <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>2024-01-28</dcterms:modified> + <skos:definition><![CDATA[Shared Application Content ABB is a Grouping setting application (re)usable resources, with convergence power, in relation to public policy goals attainment, enabling to reuse and share software tools and services, fostering collaborative functionality within and across applications to support the attainment of public policy goals and the creation of interoperable digital public services.]]></skos:definition> + <eira:definitionSource><![CDATA[Inspired in referent cloud service providers definitions]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <eira:synonym></eira:synonym> + <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): Technical Specification for Interoperability (TSI), a technical and operational standard which must be met by each subsystem or part of subsystem in order to meet the essential requirements and ensure the interoperability of the railway system of the European Union. Directive (EU) 2016/797 defines the subsystems, either structural or functional, forming part of the railway system of the European Union. For each of those subsystems, the essential requirements need to be specified and the technical specifications determined, particularly in respect of constituents and interfaces, in order to meet those essential requirements. The essential requirements can be summarised as safety, reliability and availability, health, environmental protection, technical compatibility and accessibility. (https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1519999459620&uri=CELEX:32016L0797)]]></skos:example> + <eira:iopSaliency><![CDATA[The Shared Application Content ABB is a key interoperability enabler (*) for governance, behavioural and structural interoperability. This ABB is salient for application 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> + <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:view>EIRA Ontology view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperable European Solution viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SharedApplicationContentGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/DigitalPublicServiceStrategyPrincipleCatalogueGrouping"> + <skos:notation><![CDATA[Digital Public Service Strategy (Public Policy Cycle) Principle Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DigitalPublicServiceStrategyPrincipleCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Public Service Strategy (Public Policy Cycle) Principle Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Public Service Strategy (Public Policy Cycle) Principle Catalogue ABB is a grouping that covers a range of principles and strategies related to the implementation and management of digital public services. These principles include accessibility, accountability, best fit public service implementation orientation, care from cradle to grave, data sovereignty, deployment fit (Cloud-first approach), digital first, digital partnership, digital sovereignty and autonomy, evidence-based public policy, social participation, transparency of internal information systems, and transparency of the administrative environment. + +Source: EIRA Team Research + +Additional information: The catalogue is a comprehensive collection of principles and strategies that guide the implementation, management, and evolution of digital public services. 'Accessibility' ensures services are available to all citizens, 'Accountability' ensures responsible use of resources and power, 'Best fit Public Service Implementation Orientation' guides the implementation process, 'Care from cradle to grave' ensures lifelong support for citizens, 'Data Sovereignty' ensures citizens' data rights, 'Deployment fit (Cloud-first approach)' guides the deployment of services, 'Digital First' prioritizes digital solutions, 'Digital Partnership' encourages collaboration, 'Digital sovereignty and autonomy' ensures digital independence, 'Evidence based Public Policy' ensures policies are based on factual data, 'Social participation' encourages citizen involvement, 'Transparency of internal information systems' ensures openness about system operations, and 'Transparency of the administrative environment' ensures openness about administrative processes. + +Example: An example of 'Accessibility' could be a government website that is designed to be user-friendly for all citizens, including those with disabilities. An example of 'Accountability' could be a public service agency that regularly publishes reports on its spending and activities. An example of 'Best fit Public Service Implementation Orientation' could be a government agency that carefully selects the most suitable software for its needs, rather than simply choosing the most popular or cheapest option. An example of 'Care from cradle to grave' could be a government health service that provides care for citizens from birth to old age. + +LOST view: Architecture Principles view + +Identifier: http://data.europa.eu/dr8/egovera/DigitalPublicServiceStrategyPrincipleCatalogueGrouping + +ABB name: egovera:DigitalPublicServiceStrategyPrincipleCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-20 + +dct:identifier: http://data.europa.eu/dr8/egovera/DigitalPublicServiceStrategyPrincipleCatalogueGrouping + +dct:title: Digital Public Service Strategy (Public Policy Cycle) Principle Catalogue Catalogue + +]]></skos:definition> + <skos:broader rdf:resource="http://data.europa.eu/dr8/EuropeanLibraryOfArchitecturePrinciplesPrinciple" /> + <egovera:DigitalPublicServiceStrategyPrincipleCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/DigitalPublicServiceStrategyPrincipleCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Digital Public Service Strategy (Public Policy Cycle) Principle Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DigitalPublicServiceStrategyPrincipleCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Public Service Strategy (Public Policy Cycle) Principle Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/egovera/DigitalPublicServiceStrategyPrincipleCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/egovera/DigitalPublicServiceStrategyPrincipleCatalogueGrouping</eira:PURI> + <dcterms:modified>2023-11-20</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/egovera/DigitalPublicServiceStrategyPrincipleCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Digital Public Service Strategy (Public Policy Cycle) Principle Catalogue Catalogue]]></dcterms:title> + <dcterms:type>egovera:DigitalPublicServiceStrategyPrincipleCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Digital Public Service Strategy (Public Policy Cycle) Principle Catalogue ABB is a grouping that covers a range of principles and strategies related to the implementation and management of digital public services. These principles include accessibility, accountability, best fit public service implementation orientation, care from cradle to grave, data sovereignty, deployment fit (Cloud-first approach), digital first, digital partnership, digital sovereignty and autonomy, evidence-based public policy, social participation, transparency of internal information systems, and transparency of the administrative environment.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[An example of 'Accessibility' could be a government website that is designed to be user-friendly for all citizens, including those with disabilities. An example of 'Accountability' could be a public service agency that regularly publishes reports on its spending and activities. An example of 'Best fit Public Service Implementation Orientation' could be a government agency that carefully selects the most suitable software for its needs, rather than simply choosing the most popular or cheapest option. An example of 'Care from cradle to grave' could be a government health service that provides care for citizens from birth to old age.]]></skos:example> + <skos:note><![CDATA[The catalogue is a comprehensive collection of principles and strategies that guide the implementation, management, and evolution of digital public services. 'Accessibility' ensures services are available to all citizens, 'Accountability' ensures responsible use of resources and power, 'Best fit Public Service Implementation Orientation' guides the implementation process, 'Care from cradle to grave' ensures lifelong support for citizens, 'Data Sovereignty' ensures citizens' data rights, 'Deployment fit (Cloud-first approach)' guides the deployment of services, 'Digital First' prioritizes digital solutions, 'Digital Partnership' encourages collaboration, 'Digital sovereignty and autonomy' ensures digital independence, 'Evidence based Public Policy' ensures policies are based on factual data, 'Social participation' encourages citizen involvement, 'Transparency of internal information systems' ensures openness about system operations, and 'Transparency of the administrative environment' ensures openness about administrative processes.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Architecture Principles view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:IdentificationAndAccessEnablersGrouping + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentificationApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IdentityManagementApplicationService" /> + <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>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainersInfrastructureEnablersGrouping"> + <skos:notation><![CDATA[Containers Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContainersInfrastructureEnablersGrouping</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: + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ContainersInfrastructureEnablersGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ContainersInfrastructureEnablersGrouping + +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 + +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. + +Additional information: + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ContainersInfrastructureEnablersGrouping + +EIF Layer: TechnicalInfrastructure + +]]></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:ContainersInfrastructureEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainersInfrastructureEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Containers Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContainersInfrastructureEnablersGrouping_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/ContainersInfrastructureEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/ContainersInfrastructureEnablersGrouping</eira:PURI> + <dcterms:type>eira:ContainersInfrastructureEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/ContainersInfrastructureEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionTechnicalArchitectureDecisionCatalogueGrouping"> + <skos:notation><![CDATA[Digital Solution Technical Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionTechnicalArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Technical Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Solution Technical Architecture Decision Catalogue ABB is a Grouping that covers a range of elements related to the technical architectural decisions made during the development of a software system. These decisions typically involve the selection of specific technologies, frameworks, protocols, or design patterns that are best suited to the system's requirements and objectives. + +Source: EIRA Team Research + +Additional information: The catalogue includes elements such as 'Technology Stack Selection', 'API Design', 'Event-Driven Architecture', 'Database Schema Design', 'Asynchronous Processing', 'Provide a Service Catalog', 'Managing Self-Description Schemas in the Federated Catalogue', 'Monolithic Architecture', 'Microservice Architecture', 'Serveless Architecture', 'Cloud-Native Architecture', 'Big-Data Architecture', and 'Service-Oriented Architecture'. Each of these elements represents a specific architectural decision that needs to be made during the development of a software system. These decisions are critical as they determine the overall structure and functionality of the system, as well as its ability to meet the needs of its users and to adapt to changes in technology and business requirements. + +Example: For instance, the 'Technology Stack Selection' element involves deciding on the specific technologies to be used in the system, such as the programming languages, databases, server technologies, and other tools. The 'API Design' element involves deciding on the structure and functionality of the APIs that the system will provide, which can affect its interoperability with other systems. The 'Event-Driven Architecture' element involves deciding on the use of events to drive the system's behavior, which can affect its responsiveness and scalability. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionTechnicalArchitectureDecisionCatalogueGrouping + +ABB name: egovera:DigitalSolutionTechnicalArchitectureDecisionCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-18 + +dct:identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionTechnicalArchitectureDecisionCatalogueGrouping + +dct:title: Digital Solution Technical Architecture Decision Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/Cloud-NativeArchitectureGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ManagingSelf-DescriptionSchemasInTheFederatedCatalogueGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MicroserviceArchitectureGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MonolithicArchitectureGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DatabaseSchemaDesignGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AsynchronousProcesingGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Event-DrivenArchitectureGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Big-DataArchitectureGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIDesignGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnologyStackSelectionGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/Service-OrientedArchitectureGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ServelessArchitectureGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ProvideAServiceCatalogGoal" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal" /> + <eira:DigitalSolutionTechnicalArchitectureDecisionCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionTechnicalArchitectureDecisionCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution Technical Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionTechnicalArchitectureDecisionCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution Technical Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionTechnicalArchitectureDecisionCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionTechnicalArchitectureDecisionCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionTechnicalArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Digital Solution Technical Architecture Decision Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:DigitalSolutionTechnicalArchitectureDecisionCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Digital Solution Technical Architecture Decision Catalogue ABB is a Grouping that covers a range of elements related to the technical architectural decisions made during the development of a software system. These decisions typically involve the selection of specific technologies, frameworks, protocols, or design patterns that are best suited to the system's requirements and objectives.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[For instance, the 'Technology Stack Selection' element involves deciding on the specific technologies to be used in the system, such as the programming languages, databases, server technologies, and other tools. The 'API Design' element involves deciding on the structure and functionality of the APIs that the system will provide, which can affect its interoperability with other systems. The 'Event-Driven Architecture' element involves deciding on the use of events to drive the system's behavior, which can affect its responsiveness and scalability.]]></skos:example> + <skos:note><![CDATA[The catalogue includes elements such as 'Technology Stack Selection', 'API Design', 'Event-Driven Architecture', 'Database Schema Design', 'Asynchronous Processing', 'Provide a Service Catalog', 'Managing Self-Description Schemas in the Federated Catalogue', 'Monolithic Architecture', 'Microservice Architecture', 'Serveless Architecture', 'Cloud-Native Architecture', 'Big-Data Architecture', and 'Service-Oriented Architecture'. Each of these elements represents a specific architectural decision that needs to be made during the development of a software system. These decisions are critical as they determine the overall structure and functionality of the system, as well as its ability to meet the needs of its users and to adapt to changes in technology and business requirements.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ProblemStatementGrouping"> + <skos:notation><![CDATA[Problem Statement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ProblemStatementGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Problem Statement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Problem Statement Grouping refers to the set of elements needed for the detailed description of the issues, goals, constraints, and context influencing the creation and implementation of digital public services. It includes defining strategic goals, identifying regulatory and technical constraints, ensuring alignment with public policy objectives, providing guidelines for service implementation, understanding the context of policy decisions, and recognizing technical barriers and underlying assumptions. This problem statement serves as a framework to address interoperability challenges in digital public services, aligning solutions with public policy goals and relevant constraints. + +Source: EIRA Team + +Last modification: 2024-05-23 + +Identifier: http://data.europa.eu/dr8/ProblemStatementGrouping + +LOST view: EIRA Ontology view + +Additional identifier: http://data.europa.eu/dr8/ProblemStatementGrouping + +ABB name: eira:ProblemStatementGrouping + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyObjectiveGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyContextConstraint" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyConstraintConstraint" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SharedLegalContentGrouping" /> + <eira:ProblemStatementGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ProblemStatementGrouping_Properties"> + <skos:notation><![CDATA[Properties of Problem Statement]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ProblemStatementGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Problem Statement]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ProblemStatementGrouping" /> + <skos:definition><![CDATA[Problem Statement Grouping refers to the set of elements needed for the detailed description of the issues, goals, constraints, and context influencing the creation and implementation of digital public services. It includes defining strategic goals, identifying regulatory and technical constraints, ensuring alignment with public policy objectives, providing guidelines for service implementation, understanding the context of policy decisions, and recognizing technical barriers and underlying assumptions. This problem statement serves as a framework to address interoperability challenges in digital public services, aligning solutions with public policy goals and relevant constraints.]]></skos:definition> + <dcterms:identifier>http://data.europa.eu/dr8/ProblemStatementGrouping</dcterms:identifier> + <eira:PURI>http://data.europa.eu/dr8/ProblemStatementGrouping</eira:PURI> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <dcterms:type>eira:ProblemStatementGrouping</dcterms:type> + <dcterms:modified>2024-05-23</dcterms:modified> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <eira:definitionSource><![CDATA[EIRA Team]]></eira:definitionSource> + <eira:view>EIRA Ontology view</eira:view> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionHighAvailabilityAndResilienceArchitectureDecisionCatalogueGrouping"> + <skos:notation><![CDATA[Digital Solution High Availability and Resilience Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionHighAvailabilityAndResilienceArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution High Availability and Resilience Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Solution High Availability and Resilience Architecture Decision Catalogue ABB is a grouping that covers a range of decisions related to optimizing the performance of a system. These decisions may include choices regarding caching strategies, load balancing techniques, database optimizations, or any other performance-related considerations. The catalogue includes elements such as Caching Strategy, Content Delivery Network, Performance Testing and Tuning, Network Optimization, Application of Service Monitoring Tools, Application of Service Monitoring Tools Configuration, and Disaster Recovery Plan. + +Source: EIRA Team Research + +Additional information: The Digital Solution High Availability and Resilience Architecture Decision Catalogue ABB is a comprehensive collection of elements that capture decisions related to optimizing the performance of a system. Each element in the catalogue represents a specific decision area, with a focus on strategies and techniques that can enhance system performance, ensure high availability, and build resilience. The elements are described in the form of Architecture Decision Records (ADRs), which provide a detailed account of the decision-making process, the options considered, the decision taken, and the reasons behind the decision. + +Example: For instance, the 'Caching Strategy' element in the catalogue might detail the decision to use a distributed caching system to improve the performance of a data-intensive application. The 'Content Delivery Network' element might describe the decision to use a global CDN to ensure fast and reliable content delivery to users worldwide. The 'Performance Testing and Tuning' element might outline the decision to implement a rigorous performance testing regime and a continuous tuning process to maintain optimal system performance. Similarly, the 'Network Optimization', 'Application of Service Monitoring Tools', 'Application of Service Monitoring Tools Configuration', and 'Disaster Recovery Plan' elements would detail decisions in their respective areas. + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionHighAvailabilityAndResilienceArchitectureDecisionCatalogueGrouping + +ABB name: egovera:DigitalSolutionHighAvailabilityAndResilienceArchitectureDecisionCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-18 + +dct:identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionHighAvailabilityAndResilienceArchitectureDecisionCatalogueGrouping + +dct:title: Digital Solution High Availability And Resilience Architecture Decision Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/NetworkOptimizationGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ContentDeliveryNetworkGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PerformanceTestingAndTuningGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsConfigurationGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DisasterRecoveryPlanGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CachingStrategyGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ApplicationOfServiceMonitoringToolsGoal" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal" /> + <eira:DigitalSolutionHighAvailabilityAndResilienceArchitectureDecisionCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionHighAvailabilityAndResilienceArchitectureDecisionCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution High Availability and Resilience Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionHighAvailabilityAndResilienceArchitectureDecisionCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution High Availability and Resilience Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionHighAvailabilityAndResilienceArchitectureDecisionCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionHighAvailabilityAndResilienceArchitectureDecisionCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionHighAvailabilityAndResilienceArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Digital Solution High Availability And Resilience Architecture Decision Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:DigitalSolutionHighAvailabilityAndResilienceArchitectureDecisionCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Digital Solution High Availability and Resilience Architecture Decision Catalogue ABB is a grouping that covers a range of decisions related to optimizing the performance of a system. These decisions may include choices regarding caching strategies, load balancing techniques, database optimizations, or any other performance-related considerations. The catalogue includes elements such as Caching Strategy, Content Delivery Network, Performance Testing and Tuning, Network Optimization, Application of Service Monitoring Tools, Application of Service Monitoring Tools Configuration, and Disaster Recovery Plan.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[For instance, the 'Caching Strategy' element in the catalogue might detail the decision to use a distributed caching system to improve the performance of a data-intensive application. The 'Content Delivery Network' element might describe the decision to use a global CDN to ensure fast and reliable content delivery to users worldwide. The 'Performance Testing and Tuning' element might outline the decision to implement a rigorous performance testing regime and a continuous tuning process to maintain optimal system performance. Similarly, the 'Network Optimization', 'Application of Service Monitoring Tools', 'Application of Service Monitoring Tools Configuration', and 'Disaster Recovery Plan' elements would detail decisions in their respective areas.]]></skos:example> + <skos:note><![CDATA[The Digital Solution High Availability and Resilience Architecture Decision Catalogue ABB is a comprehensive collection of elements that capture decisions related to optimizing the performance of a system. Each element in the catalogue represents a specific decision area, with a focus on strategies and techniques that can enhance system performance, ensure high availability, and build resilience. The elements are described in the form of Architecture Decision Records (ADRs), which provide a detailed account of the decision-making process, the options considered, the decision taken, and the reasons behind the decision.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablersGrouping"> + <skos:notation><![CDATA[Workflow Orchestration Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablersGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:WorkflowOrchestrationInfrastructureEnablersGrouping + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablersGrouping + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService" /> + <eira:WorkflowOrchestrationInfrastructureEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Workflow Orchestration Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablersGrouping_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/WorkflowOrchestrationInfrastructureEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablersGrouping</eira:PURI> + <dcterms:type>eira:WorkflowOrchestrationInfrastructureEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/WorkflowOrchestrationInfrastructureEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrchestrationEnablersGrouping"> + <skos:notation><![CDATA[Orchestration Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/OrchestrationEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:OrchestrationEnablersGrouping + +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 + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/OrchestrationEnablersGrouping + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrchestrationApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OrchestrationApplicationService" /> + <eira:OrchestrationEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/OrchestrationEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Orchestration Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationEnablersGrouping_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/OrchestrationEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/OrchestrationEnablersGrouping</eira:PURI> + <dcterms:type>eira:OrchestrationEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Technical view - application</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </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 and cross-legal jurisdiction as key enablers for the creation of interoperable digital public services. + +Source: EUR-LEX + +Source reference: (https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32021R0695&qid=1646736486403) + +Last modification: 2023-11-20 + +Identifier: http://data.europa.eu/dr8/SharedLegalContentGrouping + +LOST view: Legal view + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SharedLegalContentGrouping + +Synonym: ABC + +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). + +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. + +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. + +Interoperability Dimension: Structural IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/SharedLegalContentGrouping + +EIF Layer: Legal + +]]></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>2024-04-29</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 and cross-legal jurisdiction as key enablers for the creation of interoperable digital public services.]]></skos:definition> + <eira:definitionSource><![CDATA[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:view>EIRA Ontology view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Key Interoperability Enablers 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> + <eira:eifLayer>Legal</eira:eifLayer> + </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 setting infrastructure (re)usable resources, with convergence power, in relation to public policy goals attainment, enabling to reuse and share IT resources to support technical aspects for the infrastructure of interoperable Digital Public Services. It provides a unified IT environment encompassing hardware, software, and processes, promoting secure and efficient resource utilization across multiple stakeholders. This shared infrastructure ensures data integrity, operational efficiency, and effective collaboration while maintaining strict data and operational separation for confidentiality and reliability. + +Source: Joinup + +Source reference: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/shared-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): ISO 19941 Cloud Computing Interoperability and Portability – This specification focuses on cloud computing interoperability and portability types, the relationship, and interactions between these two cross-cutting aspects of cloud computing and common terminology and concepts used to discuss interoperability and portability, particularly relating to cloud services. +(https://www.iso.org/standard/66639.html) + +Last modification: 2024-01-08 + +Identifier: http://data.europa.eu/dr8/SharedInfrastructureContentGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:SharedInfrastructureContentGrouping + +Interoperability Saliency: Shared Infrastructure Content ABB is a key interoperability enabler (*) for structural, behavioural and governance interoperability. This ABB is salient for infrastructure interoperability with public policy goals convergence value by enabling i) determines the tools and services that can be used by stakeholders ii) determines other digital services to interconnect services and data, and iii) establish security standards compliance to deliver such public services. + +Interoperability Dimension: Structural IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/SharedInfrastructureContentGrouping + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnologyInterfaceTechnologyInterface" /> + <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/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement" /> + <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>2024-01-28</dcterms:modified> + <skos:definition><![CDATA[Shared Infrastructure Content ABB is a Grouping setting infrastructure (re)usable resources, with convergence power, in relation to public policy goals attainment, enabling to reuse and share IT resources to support technical aspects for the infrastructure of interoperable Digital Public Services. It provides a unified IT environment encompassing hardware, software, and processes, promoting secure and efficient resource utilization across multiple stakeholders. This shared infrastructure ensures data integrity, operational efficiency, and effective collaboration while maintaining strict data and operational separation for confidentiality and reliability.]]></skos:definition> + <eira:definitionSource><![CDATA[Joinup]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/glossary/term/shared-infrastructure]]></eira:definitionSourceReference> + <eira:synonym></eira:synonym> + <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): ISO 19941 Cloud Computing Interoperability and Portability – This specification focuses on cloud computing interoperability and portability types, the relationship, and interactions between these two cross-cutting aspects of cloud computing and common terminology and concepts used to discuss interoperability and portability, particularly relating to cloud services. (https://www.iso.org/standard/66639.html)]]></skos:example> + <eira:iopSaliency><![CDATA[Shared Infrastructure Content ABB is a key interoperability enabler (*) for structural, behavioural and governance interoperability. This ABB is salient for infrastructure interoperability with public policy goals convergence value by enabling i) determines the tools and services that can be used by stakeholders ii) determines other digital services to interconnect services and data, and iii) 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:view>EIRA Ontology view</eira:view> + <eira:viewpoint>Highlevel viewpoint</eira:viewpoint> + <eira:viewpoint>Key Interoperability Enablers viewpoint</eira:viewpoint> + <eira:viewpoint>Interoperable European Solution viewpoint</eira:viewpoint> + <dcterms:identifier>http://data.europa.eu/dr8/SharedInfrastructureContentGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablersGrouping"> + <skos:notation><![CDATA[Content Delivery Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablersGrouping</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. + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablersGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ContentDeliveryInfrastructureEnablersGrouping + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablersGrouping + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/StreamingServerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/WebServerTechnologyService" /> + <eira:ContentDeliveryInfrastructureEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Content Delivery Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablersGrouping_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/ContentDeliveryInfrastructureEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablersGrouping</eira:PURI> + <dcterms:type>eira:ContentDeliveryInfrastructureEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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:view>Technical view - infrastructure</eira:view> + <dcterms:identifier>http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementsCatalogueGrouping"> + <skos:notation><![CDATA[Digital Solution Non-Functional Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementsCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Non-Functional Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Interoperability Non-Functional Requirements Catalogue ABB is a Grouping of technical specifications and capabilities that enable different systems, applications, or devices to exchange information and work together seamlessly + +Source: EIRA Team Research + +Additional information: The Digital Solution Non-Functional Requirements Catalogue ABB includes various elements such as Extensibility, Observability, Security, Agility, Resiliency, Consistency, Scalability, Availability, Usability, and Durability. Each of these elements has a specific role and importance in the overall system design and operation. For instance, Extensibility refers to the system's ability to accommodate future changes or additions seamlessly, while Observability refers to the system's ability to monitor and analyze its behavior in real-time. Similarly, Security refers to the system's ability to protect itself against unauthorized access and data breaches, while Agility refers to the system's ability to adapt quickly to changing business needs or market conditions. The catalogue also includes various sub-elements under each main element, providing a comprehensive list of non-functional requirements for digital solutions. + +Example: An example of applying the Digital Solution Non-Functional Requirements Catalogue ABB could be during the design and development of a new digital banking application. The developers would need to consider various non-functional requirements such as Security (to protect users' financial information), Availability (to ensure the app is always accessible), Usability (to ensure the app is user-friendly), Scalability (to handle increasing number of users), and Extensibility (to easily add new features in the future). Additionally, they would also need to consider sub-elements such as Confidentiality and Integrity under Security, Accessibility and Learnability under Usability, and Disaster Recovery and Recoverability under Resiliency. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionNon-FunctionalRequirementsCatalogueGrouping + +ABB name: egovera:DigitalSolutionNon-FunctionalRequirementsCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-17 + +dct:identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionNon-FunctionalRequirementsCatalogueGrouping + +dct:title: Digital Solution Non-Functional Requirements Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConsistencyRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ExtensibilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DurabilityRequirementsCatalogueGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityRequirementsCatalogueGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/UsabilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ResiliencyRequirementsCatalogueGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/UsabilityRequirementsCatalogueGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ScalabilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AvailabilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DurabilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ScalabilityRequirementsCatalogueGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ObservabilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ExtensibilityRequirementsCatalogueGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ObservabilityRequirementsCatalogueGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgilityRequirementsCatalogueGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ResiliencyRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AvailabilityRequirementsCatalogueGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AgilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement" /> + <eira:DigitalSolutionNon-FunctionalRequirementsCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementsCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution Non-Functional Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementsCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution Non-Functional Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementsCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementsCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionNon-FunctionalRequirementsCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Digital Solution Non-Functional Requirements Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:DigitalSolutionNon-FunctionalRequirementsCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Interoperability Non-Functional Requirements Catalogue ABB is a Grouping of technical specifications and capabilities that enable different systems, applications, or devices to exchange information and work together seamlessly]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[An example of applying the Digital Solution Non-Functional Requirements Catalogue ABB could be during the design and development of a new digital banking application. The developers would need to consider various non-functional requirements such as Security (to protect users' financial information), Availability (to ensure the app is always accessible), Usability (to ensure the app is user-friendly), Scalability (to handle increasing number of users), and Extensibility (to easily add new features in the future). Additionally, they would also need to consider sub-elements such as Confidentiality and Integrity under Security, Accessibility and Learnability under Usability, and Disaster Recovery and Recoverability under Resiliency.]]></skos:example> + <skos:note><![CDATA[The Digital Solution Non-Functional Requirements Catalogue ABB includes various elements such as Extensibility, Observability, Security, Agility, Resiliency, Consistency, Scalability, Availability, Usability, and Durability. Each of these elements has a specific role and importance in the overall system design and operation. For instance, Extensibility refers to the system's ability to accommodate future changes or additions seamlessly, while Observability refers to the system's ability to monitor and analyze its behavior in real-time. Similarly, Security refers to the system's ability to protect itself against unauthorized access and data breaches, while Agility refers to the system's ability to adapt quickly to changing business needs or market conditions. The catalogue also includes various sub-elements under each main element, providing a comprehensive list of non-functional requirements for digital solutions.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ExtensibilityRequirementsCatalogueGrouping"> + <skos:notation><![CDATA[Extensibility Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ExtensibilityRequirementsCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Extensibility Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Extensibility Requirements Catalogue ABB is a grouping that covers a set of non-functional requirements that pertain to the adaptability and scalability of a software system. It includes elements such as modularity and reusability, and pluggability, which are crucial for creating flexible, efficient, and effective software systems that can be easily maintained, updated, and integrated with other systems or components. + +Source: EIRA Team Research + +Additional information: The Extensibility Requirements Catalogue ABB is a comprehensive collection of non-functional requirements that are essential for the development of scalable and adaptable software systems. The catalogue includes 'Modularity and reusability', which refers to the ability of a software system to be broken down into smaller, independent components that can be reused in other parts of the system or in other systems. This requirement is crucial for reducing development time and effort, and for creating more efficient systems. The catalogue also includes 'Pluggability', which refers to the ability of a system to easily integrate with other systems or components without requiring significant code modifications. This requirement is vital for systems that need to be scalable and adaptable to changing business requirements. + +Example: An example of the application of the Extensibility Requirements Catalogue ABB could be in the development of a large-scale enterprise software system. The system could be designed with modularity and reusability in mind, allowing for the easy reuse of components across different parts of the system. Additionally, the system could be designed to be pluggable, enabling easy integration with third-party tools and technologies, and allowing for easy customization and extension of the system's functionality as business requirements change over time. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ExtensibilityRequirementsCatalogueGrouping + +ABB name: egovera:ExtensibilityRequirementsCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-17 + +dct:identifier: http://data.europa.eu/dr8/egovera/ExtensibilityRequirementsCatalogueGrouping + +dct:title: Extensibility Requirements Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/PluggabilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ModularityAndReusabilityRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/ExtensibilityRequirement" /> + <eira:ExtensibilityRequirementsCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ExtensibilityRequirementsCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Extensibility Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ExtensibilityRequirementsCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Extensibility Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ExtensibilityRequirementsCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/ExtensibilityRequirementsCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/ExtensibilityRequirementsCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Extensibility Requirements Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:ExtensibilityRequirementsCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Extensibility Requirements Catalogue ABB is a grouping that covers a set of non-functional requirements that pertain to the adaptability and scalability of a software system. It includes elements such as modularity and reusability, and pluggability, which are crucial for creating flexible, efficient, and effective software systems that can be easily maintained, updated, and integrated with other systems or components.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[An example of the application of the Extensibility Requirements Catalogue ABB could be in the development of a large-scale enterprise software system. The system could be designed with modularity and reusability in mind, allowing for the easy reuse of components across different parts of the system. Additionally, the system could be designed to be pluggable, enabling easy integration with third-party tools and technologies, and allowing for easy customization and extension of the system's functionality as business requirements change over time.]]></skos:example> + <skos:note><![CDATA[The Extensibility Requirements Catalogue ABB is a comprehensive collection of non-functional requirements that are essential for the development of scalable and adaptable software systems. The catalogue includes 'Modularity and reusability', which refers to the ability of a software system to be broken down into smaller, independent components that can be reused in other parts of the system or in other systems. This requirement is crucial for reducing development time and effort, and for creating more efficient systems. The catalogue also includes 'Pluggability', which refers to the ability of a system to easily integrate with other systems or components without requiring significant code modifications. This requirement is vital for systems that need to be scalable and adaptable to changing business requirements.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionMaintenabilityQualityArchitectureDecisionCatalogueGrouping"> + <skos:notation><![CDATA[Digital Solution Maintenability & Quality Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionMaintenabilityQualityArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Maintenability & Quality Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Solution Maintainability & Quality Architecture Decision Catalogue ABB is a grouping that covers the technical architectural decisions related to the maintainability and quality of digital solutions. It includes decisions about version control, coding standards, and documentation, which are crucial for the development, maintenance, and quality assurance of software systems. + +Source: EIRA Team Research + +Additional information: The Digital Solution Maintainability & Quality Architecture Decision Catalogue ABB is a collection of architectural decision records (ADRs) that document the decisions made regarding the technical aspects of a software system's architecture. These decisions typically involve choosing specific technologies, frameworks, protocols, or design patterns. The catalogue includes decisions about version control, which is crucial for tracking changes in the software and facilitating collaboration among developers; coding standards, which ensure consistency and readability in the code; and documentation, which provides necessary information about the software to developers, users, and other stakeholders. + +Example: [object Object] +[object Object] +[object Object] + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionMaintenabilityQualityArchitectureDecisionCatalogueGrouping + +ABB name: egovera:DigitalSolutionMaintenabilityQualityArchitectureDecisionCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-18 + +dct:identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionMaintenabilityQualityArchitectureDecisionCatalogueGrouping + +dct:title: Digital Solution Maintenability & Quality Architecture Decision Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DocumentationGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CodingStandardsGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/VersionControlGoal" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal" /> + <eira:DigitalSolutionMaintenabilityQualityArchitectureDecisionCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionMaintenabilityQualityArchitectureDecisionCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution Maintenability & Quality Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionMaintenabilityQualityArchitectureDecisionCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution Maintenability & Quality Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionMaintenabilityQualityArchitectureDecisionCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionMaintenabilityQualityArchitectureDecisionCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionMaintenabilityQualityArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Digital Solution Maintenability & Quality Architecture Decision Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:DigitalSolutionMaintenabilityQualityArchitectureDecisionCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Digital Solution Maintainability & Quality Architecture Decision Catalogue ABB is a grouping that covers the technical architectural decisions related to the maintainability and quality of digital solutions. It includes decisions about version control, coding standards, and documentation, which are crucial for the development, maintenance, and quality assurance of software systems.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[[object Object] +[object Object] +[object Object]]]></skos:example> + <skos:note><![CDATA[The Digital Solution Maintainability & Quality Architecture Decision Catalogue ABB is a collection of architectural decision records (ADRs) that document the decisions made regarding the technical aspects of a software system's architecture. These decisions typically involve choosing specific technologies, frameworks, protocols, or design patterns. The catalogue includes decisions about version control, which is crucial for tracking changes in the software and facilitating collaboration among developers; coding standards, which ensure consistency and readability in the code; and documentation, which provides necessary information about the software to developers, users, and other stakeholders.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabaseInfrastructureEnablersGrouping"> + <skos:notation><![CDATA[Database Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DatabaseInfrastructureEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DatabaseInfrastructureEnablersGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DatabaseInfrastructureEnablersGrouping + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DatabaseInfrastructureEnablersGrouping + +EIF Layer: TechnicalInfrastructure + +]]></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:DatabaseInfrastructureEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabaseInfrastructureEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Database Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DatabaseInfrastructureEnablersGrouping_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/DatabaseInfrastructureEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DatabaseInfrastructureEnablersGrouping</eira:PURI> + <dcterms:type>eira:DatabaseInfrastructureEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/DatabaseInfrastructureEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping + +LOST view: Technical view - application + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:ApplicationPresentationEnablersGrouping + +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. + +Interoperability Dimension: Behavioral IoP + +Viewpoint: Highlevel viewpoint + +Additional identifier: http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping + +EIF Layer: TechnicalApplication + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/HumanInterfaceApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/MachineToMachineInterfaceApplicationInterface" /> + <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>2024-01-28</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><![CDATA[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> + <eira:eifLayer>TechnicalApplication</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionCatalogueGrouping"> + <skos:notation><![CDATA[Digital Solution Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Solution Architecture Decision Catalogue ABB is a Grouping that covers a comprehensive collection of architecture decisions related to digital solutions. It includes decisions about technical architecture, business architecture, security, privacy and compliance, high availability and resilience, scalability, portability, maintainability, quality, and usability. Each decision is documented in an Architecture Decision Record (ADR) that describes the context, decision, and consequences. + +Source: EIRA Team Research + +Additional information: The catalogue is divided into several categories, each focusing on a specific aspect of digital solution architecture. For example, the 'Digital Solution Technical Architecture Decision Catalogue' includes decisions about technology stack selection, API design, event-driven architecture, database schema design, and more. Similarly, the 'Digital Solution Business Architecture Decision Catalogue' includes decisions about cross-border identification business, dynamic location of data provider, data notification deployment, and others. Each decision is documented in an ADR, providing a record of why and how decisions were made, aiding in future understanding and decision-making. + +Example: An example of an element in the catalogue is 'Technology Stack Selection'. This is an ADR that documents the decision-making process for selecting the technology stack for a digital solution. It would include the context (why the decision was needed), the decision (what was decided), and the consequences (the impact of the decision). + +LOST view: Digital Solution Architecture Decisions Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionArchitectureDecisionCatalogueGrouping + +ABB name: egovera:DigitalSolutionArchitectureDecisionCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-18 + +dct:identifier: http://data.europa.eu/dr8/egovera/DigitalSolutionArchitectureDecisionCatalogueGrouping + +dct:title: Digital Solution Architecture Decision Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionHighAvailabilityAndResilienceArchitectureDecisionCatalogueGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionUsabilityArchitectureDecisionCatalogueGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionMaintenabilityQualityArchitectureDecisionCatalogueGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionSecurityPrivacyAndComplianceArchitectureDecisionCatalogueGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionBusinessArchitectureDecisionCatalogueGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionScalabilityArchitectureDecisionCatalogueGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionPortabilityAndScalabilityArchitectureDecisionCatalogueGrouping" /> + <eira:DigitalSolutionArchitectureDecisionCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Digital Solution Architecture Decision Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Digital Solution Architecture Decision Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Digital Solution Architecture Decision Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:DigitalSolutionArchitectureDecisionCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Digital Solution Architecture Decision Catalogue ABB is a Grouping that covers a comprehensive collection of architecture decisions related to digital solutions. It includes decisions about technical architecture, business architecture, security, privacy and compliance, high availability and resilience, scalability, portability, maintainability, quality, and usability. Each decision is documented in an Architecture Decision Record (ADR) that describes the context, decision, and consequences.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[An example of an element in the catalogue is 'Technology Stack Selection'. This is an ADR that documents the decision-making process for selecting the technology stack for a digital solution. It would include the context (why the decision was needed), the decision (what was decided), and the consequences (the impact of the decision).]]></skos:example> + <skos:note><![CDATA[The catalogue is divided into several categories, each focusing on a specific aspect of digital solution architecture. For example, the 'Digital Solution Technical Architecture Decision Catalogue' includes decisions about technology stack selection, API design, event-driven architecture, database schema design, and more. Similarly, the 'Digital Solution Business Architecture Decision Catalogue' includes decisions about cross-border identification business, dynamic location of data provider, data notification deployment, and others. Each decision is documented in an ADR, providing a record of why and how decisions were made, aiding in future understanding and decision-making.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Architecture Decisions Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </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/FacilityLocationLocation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/WideAreaNetworkingGrouping" /> + <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><![CDATA[Inspired in Gartner]]></eira:definitionSource> + <eira:synonym></eira:synonym> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:type>eira:TechnicalInfrastructureFunctionalContentGrouping</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> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/UsabilityRequirementsCatalogueGrouping"> + <skos:notation><![CDATA[Usability Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/UsabilityRequirementsCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Usability Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Usability Requirements Catalogue ABB is a grouping that covers a range of non-functional IT requirements that are crucial for ensuring the usability and accessibility of a system or application. This includes requirements related to accessibility, learnability, and API contracts. Each of these elements plays a key role in ensuring that the system or application is user-friendly, inclusive, and efficient, and that it complies with relevant laws and regulations. + +Source: EIRA Team Research + +Additional information: The Usability Requirements Catalogue ABB is a comprehensive collection of non-functional requirements that are essential for the development of user-friendly and accessible IT systems and applications. The catalogue includes 'Accessibility', which ensures that the system can be used by people with disabilities or impairments; 'Learnability', which measures how quickly and efficiently users can learn to use the system; and 'API contract', which specifies the rules and guidelines for how an API should behave. By adhering to these requirements, developers can create systems and applications that are inclusive, efficient, and compliant with relevant laws and regulations. + +Example: For instance, when developing a new web application, a developer might refer to the Usability Requirements Catalogue ABB to ensure that the application is accessible to users with disabilities. This could involve implementing features such as screen readers, keyboard navigation, and alternative text for images. The developer might also use the catalogue to ensure that the application is easy to learn and use, by creating clear and intuitive interfaces and providing well-organized documentation and help resources. Finally, the developer might refer to the 'API contract' requirement to ensure that the application's API is consistent, predictable, and easy to integrate with other systems. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/UsabilityRequirementsCatalogueGrouping + +ABB name: egovera:UsabilityRequirementsCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-17 + +dct:identifier: http://data.europa.eu/dr8/egovera/UsabilityRequirementsCatalogueGrouping + +dct:title: Usability Requirements Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/LearnabilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/APIContractRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AccessibilityRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/UsabilityRequirement" /> + <eira:UsabilityRequirementsCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/UsabilityRequirementsCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Usability Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/UsabilityRequirementsCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Usability Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/UsabilityRequirementsCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/UsabilityRequirementsCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/UsabilityRequirementsCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Usability Requirements Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:UsabilityRequirementsCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Usability Requirements Catalogue ABB is a grouping that covers a range of non-functional IT requirements that are crucial for ensuring the usability and accessibility of a system or application. This includes requirements related to accessibility, learnability, and API contracts. Each of these elements plays a key role in ensuring that the system or application is user-friendly, inclusive, and efficient, and that it complies with relevant laws and regulations.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[For instance, when developing a new web application, a developer might refer to the Usability Requirements Catalogue ABB to ensure that the application is accessible to users with disabilities. This could involve implementing features such as screen readers, keyboard navigation, and alternative text for images. The developer might also use the catalogue to ensure that the application is easy to learn and use, by creating clear and intuitive interfaces and providing well-organized documentation and help resources. Finally, the developer might refer to the 'API contract' requirement to ensure that the application's API is consistent, predictable, and easy to integrate with other systems.]]></skos:example> + <skos:note><![CDATA[The Usability Requirements Catalogue ABB is a comprehensive collection of non-functional requirements that are essential for the development of user-friendly and accessible IT systems and applications. The catalogue includes 'Accessibility', which ensures that the system can be used by people with disabilities or impairments; 'Learnability', which measures how quickly and efficiently users can learn to use the system; and 'API contract', which specifies the rules and guidelines for how an API should behave. By adhering to these requirements, developers can create systems and applications that are inclusive, efficient, and compliant with relevant laws and regulations.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityRequirementsCatalogueGrouping"> + <skos:notation><![CDATA[Security Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityRequirementsCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Security Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Security Requirements Catalogue ABB is a grouping that covers a range of non-functional IT requirements that are critical for ensuring the security, integrity, and reliability of a system or application. These requirements include confidentiality, integrity, nonrepudiation, accountability, authenticity, auditability, authentication, authorization, legality, compliance, and privacy. Each of these elements plays a crucial role in protecting sensitive information, preventing unauthorized access or modification, ensuring compliance with laws and regulations, and maintaining the trustworthiness and credibility of the system. + +Source: EIRA Team Research + +Additional information: The Security Requirements Catalogue ABB is a comprehensive collection of IT security requirements that are essential for any system or application that handles sensitive data. These requirements are designed to protect the data from unauthorized access, ensure its accuracy and consistency, provide proof of transactions, track user activities, verify user identities, grant appropriate access levels, comply with legal and regulatory standards, and safeguard privacy. Failure to meet these requirements can result in security breaches, loss of data integrity, legal penalties, and loss of trust among users and stakeholders. + +Example: For example, a healthcare application would need to meet the requirements of confidentiality to protect patient data, integrity to ensure the accuracy of medical records, nonrepudiation to provide proof of medical orders, accountability to track user activities, authenticity to verify the genuineness of data, auditability to provide a record of transactions, authentication to verify user identities, authorization to grant appropriate access levels, legality to comply with healthcare regulations, compliance to adhere to data protection standards, and privacy to safeguard patient privacy. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/SecurityRequirementsCatalogueGrouping + +ABB name: egovera:SecurityRequirementsCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-17 + +dct:identifier: http://data.europa.eu/dr8/egovera/SecurityRequirementsCatalogueGrouping + +dct:title: Security Requirements Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/NonrepudiationRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ConfidentialityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ComplianceRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuthenticityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/LegalityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuthenticationRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/IntegrityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuditabilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AccountabilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/AuthorizationRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/SecurityRequirement" /> + <eira:SecurityRequirementsCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityRequirementsCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Security Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityRequirementsCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Security Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityRequirementsCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/SecurityRequirementsCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/SecurityRequirementsCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Security Requirements Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:SecurityRequirementsCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Security Requirements Catalogue ABB is a grouping that covers a range of non-functional IT requirements that are critical for ensuring the security, integrity, and reliability of a system or application. These requirements include confidentiality, integrity, nonrepudiation, accountability, authenticity, auditability, authentication, authorization, legality, compliance, and privacy. Each of these elements plays a crucial role in protecting sensitive information, preventing unauthorized access or modification, ensuring compliance with laws and regulations, and maintaining the trustworthiness and credibility of the system.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[For example, a healthcare application would need to meet the requirements of confidentiality to protect patient data, integrity to ensure the accuracy of medical records, nonrepudiation to provide proof of medical orders, accountability to track user activities, authenticity to verify the genuineness of data, auditability to provide a record of transactions, authentication to verify user identities, authorization to grant appropriate access levels, legality to comply with healthcare regulations, compliance to adhere to data protection standards, and privacy to safeguard patient privacy.]]></skos:example> + <skos:note><![CDATA[The Security Requirements Catalogue ABB is a comprehensive collection of IT security requirements that are essential for any system or application that handles sensitive data. These requirements are designed to protect the data from unauthorized access, ensure its accuracy and consistency, provide proof of transactions, track user activities, verify user identities, grant appropriate access levels, comply with legal and regulatory standards, and safeguard privacy. Failure to meet these requirements can result in security breaches, loss of data integrity, legal penalties, and loss of trust among users and stakeholders.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ResiliencyRequirementsCatalogueGrouping"> + <skos:notation><![CDATA[Resiliency Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ResiliencyRequirementsCatalogueGrouping</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Resiliency Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:definition xml:lang="en"><![CDATA[Definition: Resiliency Requirements Catalogue ABB is a grouping that covers a set of non-functional IT requirements that are designed to ensure that a system can withstand and recover from various types of disruptions, including catastrophic events, system failures, and errors. The catalogue includes elements such as 'Disaster Recovery' and 'Recoverability', which outline the strategies and mechanisms needed to minimize the impact of such events on system functionality and data, and to ensure system availability and business continuity. + +Source: EIRA Team Research + +Additional information: The Resiliency Requirements Catalogue ABB is a comprehensive collection of non-functional IT requirements that focus on the system's ability to bounce back from disruptions. The 'Disaster Recovery' element refers to the strategies and procedures that need to be in place to recover from catastrophic events, such as natural disasters, power outages, or cyber-attacks. This includes backup and recovery procedures, redundant systems, and failover mechanisms. The 'Recoverability' element, on the other hand, refers to the system's ability to recover from failures or errors and return to its normal functioning. This involves implementing backup and recovery mechanisms, such as data replication, redundancy, and failover. + +Example: An example of the application of the Resiliency Requirements Catalogue ABB could be in the development of a cloud-based data storage system. The 'Disaster Recovery' element would involve creating a detailed plan for how the system would recover from a catastrophic event, such as a major power outage or a cyber-attack. This could include strategies such as regular data backups, the use of redundant systems, and the implementation of failover mechanisms. The 'Recoverability' element would involve ensuring that the system has the ability to recover data, configurations, and settings after a system crash or other disruptions. This could involve the use of data replication, redundancy, and failover mechanisms. + +LOST view: Digital Solution Non-Functional Requirements Catalogue view + +Identifier: http://data.europa.eu/dr8/egovera/ResiliencyRequirementsCatalogueGrouping + +ABB name: egovera:ResiliencyRequirementsCatalogueGrouping + +EIRA concept: eira:ArchitectureBuildingBlock + +Last modification: 2023-08-17 + +dct:identifier: http://data.europa.eu/dr8/egovera/ResiliencyRequirementsCatalogueGrouping + +dct:title: Resiliency Requirements Catalogue Catalogue + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/RecoverabilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/DisasterRecoveryRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/ResiliencyRequirement" /> + <eira:ResiliencyRequirementsCatalogueGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/ResiliencyRequirementsCatalogueGrouping_Properties"> + <skos:notation><![CDATA[Properties of Resiliency Requirements Catalogue]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/ResiliencyRequirementsCatalogueGrouping_Properties</dcterms:identifier> + <skos:prefLabel xml:lang="en"><![CDATA[Properties of Resiliency Requirements Catalogue]]></skos:prefLabel> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/ResiliencyRequirementsCatalogueGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/ResiliencyRequirementsCatalogueGrouping</eira:PURI> + <dcterms:modified>2024-01-28</dcterms:modified> + <dcterms:identifier>http://data.europa.eu/dr8/ResiliencyRequirementsCatalogueGrouping</dcterms:identifier> + <dcterms:title><![CDATA[Resiliency Requirements Catalogue Catalogue]]></dcterms:title> + <dcterms:type>eira:ResiliencyRequirementsCatalogueGrouping</dcterms:type> + <skos:definition><![CDATA[Resiliency Requirements Catalogue ABB is a grouping that covers a set of non-functional IT requirements that are designed to ensure that a system can withstand and recover from various types of disruptions, including catastrophic events, system failures, and errors. The catalogue includes elements such as 'Disaster Recovery' and 'Recoverability', which outline the strategies and mechanisms needed to minimize the impact of such events on system functionality and data, and to ensure system availability and business continuity.]]></skos:definition> + <eira:definitionSource><![CDATA[EIRA Team Research]]></eira:definitionSource> + <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> + <skos:example><![CDATA[An example of the application of the Resiliency Requirements Catalogue ABB could be in the development of a cloud-based data storage system. The 'Disaster Recovery' element would involve creating a detailed plan for how the system would recover from a catastrophic event, such as a major power outage or a cyber-attack. This could include strategies such as regular data backups, the use of redundant systems, and the implementation of failover mechanisms. The 'Recoverability' element would involve ensuring that the system has the ability to recover data, configurations, and settings after a system crash or other disruptions. This could involve the use of data replication, redundancy, and failover mechanisms.]]></skos:example> + <skos:note><![CDATA[The Resiliency Requirements Catalogue ABB is a comprehensive collection of non-functional IT requirements that focus on the system's ability to bounce back from disruptions. The 'Disaster Recovery' element refers to the strategies and procedures that need to be in place to recover from catastrophic events, such as natural disasters, power outages, or cyber-attacks. This includes backup and recovery procedures, redundant systems, and failover mechanisms. The 'Recoverability' element, on the other hand, refers to the system's ability to recover from failures or errors and return to its normal functioning. This involves implementing backup and recovery mechanisms, such as data replication, redundancy, and failover.]]></skos:note> + <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> + <eira:view>Digital Solution Non-Functional Requirements Catalogue view</eira:view> + <eira:eifLayer>N/A</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablersGrouping"> + <skos:notation><![CDATA[Digital Workplace Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablersGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:DigitalWorkplaceInfrastructureEnablersGrouping + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablersGrouping + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/RemoteDesktopTechnologyService" /> + <eira:DigitalWorkplaceInfrastructureEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Digital Workplace Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablersGrouping_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/DigitalWorkplaceInfrastructureEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablersGrouping</eira:PURI> + <dcterms:type>eira:DigitalWorkplaceInfrastructureEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/DigitalWorkplaceInfrastructureEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/StorageInfrastructureEnablersGrouping"> + <skos:notation><![CDATA[Storage Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/StorageInfrastructureEnablersGrouping</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/StorageInfrastructureEnablersGrouping + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:StorageInfrastructureEnablersGrouping + +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 + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/StorageInfrastructureEnablersGrouping + +EIF Layer: TechnicalInfrastructure + +]]></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:StorageInfrastructureEnablersGrouping_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/StorageInfrastructureEnablersGrouping_Properties"> + <skos:notation><![CDATA[Properties of Storage Infrastructure Enablers]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/StorageInfrastructureEnablersGrouping_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/StorageInfrastructureEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/StorageInfrastructureEnablersGrouping</eira:PURI> + <dcterms:type>eira:StorageInfrastructureEnablersGrouping</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/StorageInfrastructureEnablersGrouping</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FacilityLocationLocation"> + <skos:notation><![CDATA[Facility Location]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FacilityLocationLocation</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 + +Last modification: 2024-01-28 + +Identifier: http://data.europa.eu/dr8/FacilityLocationLocation + +LOST view: Technical view - infrastructure + +EIRA concept: eira:ArchitectureBuildingBlock + +ABB name: eira:FacilityLocationLocation + +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. + +Interoperability Dimension: Structural IoP + +Additional identifier: http://data.europa.eu/dr8/FacilityLocationLocation + +EIF Layer: TechnicalInfrastructure + +]]></skos:definition> + <skos:related rdf:resource="http://data.europa.eu/dr8/HostingFacilityFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/CloudComputingFacilityFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/HybridCloudFacilityFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateCloudComputingFacilityFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/PublicCloudComputingFacilityFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/OnPremiseFacilityFacility" /> + <eira:FacilityLocationLocation_Properties /> + </skos:Concept> + <skos:Concept rdf:about="http://data.europa.eu/dr8/FacilityLocationLocation_Properties"> + <skos:notation><![CDATA[Properties of Facility Location]]></skos:notation> + <dcterms:identifier>http://data.europa.eu/dr8/FacilityLocationLocation_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/FacilityLocationLocation" /> + <eira:PURI>http://data.europa.eu/dr8/FacilityLocationLocation</eira:PURI> + <dcterms:type>eira:FacilityLocationLocation</dcterms:type> + <dcterms:modified>2024-01-28</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><![CDATA[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/FacilityLocationLocation</dcterms:identifier> + <eira:eifLayer>TechnicalInfrastructure</eira:eifLayer> + </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/DataRepresentationRepresentation"/> + <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/MasterDataDataObject"/> + <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/ReferenceDataDataObject"/> + <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/DataDataObject"/> + <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/ArchitecturePrinciplePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement"/> + <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/CloudPrivateNetworkCommunicationNetwork"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivateNetworkCommunicationNetwork"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicNetworkCommunicationNetwork"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LocalAreaNetworkCommunicationNetwork"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SecurePublicNetworkCommunicationNetwork"/> + <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/SmartDeviceDevice"/> + <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/HybridCloudFacilityFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HostingFacilityFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OnPremiseFacilityFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivateCloudComputingFacilityFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicCloudComputingFacilityFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ExternalFacilityFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/CloudComputingFacilityFacility"/> + <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/TechnologyInterfaceTechnologyInterface"/> + <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/BusinessIntelligenceTechnologyService"/> + <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/LightweightDirectoryAccessProtocolTechnologyService"/> + <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/ExternalServiceTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BackupTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DomainNameServiceTechnologyService"/> + <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/ArchitecturePrinciplePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/NetworkingInfrastructureEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ManagementInfrastructureEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ComputingInfrastructureEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataLakeInfrastructureEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/WideAreaNetworkingGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AnalyticsInfrastructureEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TrustInfrastructureEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/BlockchainInfrastructureEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ContainersInfrastructureEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DatabaseInfrastructureEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/StorageInfrastructureEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/FacilityLocationLocation"/> + </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/DataPersistenceApplicationComponent"/> + <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/MachineToMachineInterfaceApplicationInterface"/> + <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/HumanInterfaceApplicationInterface"/> + <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/DataPersistenceApplicationService"/> + <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/IdentityManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryAndRegistryApplicationService"/> + <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/KnowledgeTriplestoreDataObject"/> + <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/ArchitecturePrinciplePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/SecurityEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/TranslationEnablersGrouping"/> + <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/KnowledgeDiscoveryEnablersGrouping"/> + <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/OrchestrationEnablersGrouping"/> + <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/Digital-readyPolicymakingBusinessProcess"/> + <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/NationalLegalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/LegalActRepresentationRepresentation"/> + <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/PublicPolicyConstraintConstraint"/> + <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/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/DigitalBusinessCapabilityCapability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceMachineAgentBusinessActor"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceHumanAgentBusinessActor"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceProvisionBusinessFunction"/> + <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/WebAppBusinessInterface"/> + <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/DataHolderBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/AgentBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceProviderBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataOwnerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceConsumerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceBusinessService"/> + <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/ArchitecturePrinciplePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalSolutionRequirementRequirement"/> + <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/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/APIManagementMiddlewareApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HumanRequestForServiceApplicationEvent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MachineRequestForServiceApplicationEvent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ResponseTransformerAndValidationApplicationFunction"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/RequestTransformerAndValidationApplicationFunction"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/APIRoutingApplicationFunction"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/MachineToMachineInterfaceApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HumanInterfaceApplicationInterface"/> + <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/FirewallServiceApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/APIManagerServiceApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/APIResponseDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicNetworkCommunicationNetwork"/> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/ArchitecturePrinciplesViewpoint"> + <skos:notation><![CDATA[ArchitecturePrinciplesViewpoint]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Architecture Principles Viewpoint]]></skos:prefLabel> + </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/MachineToMachineInterfaceApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HumanInterfaceApplicationInterface"/> + <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/HostingFacilityFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/OnPremiseFacilityFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PrivateCloudComputingFacilityFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/PublicCloudComputingFacilityFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EIFPrinciplePrinciple"/> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/InteroperabilityBehaviouralViewpoint"> + <skos:notation><![CDATA[InteroperabilityBehaviouralViewpoint]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Behavioural Viewpoint]]></skos:prefLabel> + </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/DataHolderBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceProviderBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataOwnerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceConsumerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceBusinessService"/> + <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/DataDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DatasetDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EIFPrinciplePrinciple"/> + <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[High Level Viewpoint]]></skos:prefLabel> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/DigitalSolutionArchitectureDecisionsCatalogueViewpoint"> + <skos:notation><![CDATA[DigitalSolutionArchitectureDecisionsCatalogueViewpoint]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Architecture Decisions Catalogue Viewpoint]]></skos:prefLabel> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/DigitalSolutionNon-FunctionalRequirementsCatalogueViewpoint"> + <skos:notation><![CDATA[DigitalSolutionNon-FunctionalRequirementsCatalogueViewpoint]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Non-Functional Requirements Catalogue Viewpoint]]></skos:prefLabel> + </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/DigitalBusinessCapabilityCapability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/Digital-readyPolicymakingBusinessProcess"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataHolderBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataOwnerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/EuropeanInteroperabilityReferenceArchitectureAssessment"/> + <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/PublicPolicyConstraintConstraint"/> + <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/EIRAOntologyMeaning"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionOutcome"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ArchitecturePrinciplePrinciple"/> + <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/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/APIDiscoveryAndCatalogueApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryAndRegistryApplicationService"/> + <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/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/TechnologyInterfaceTechnologyInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingAndDataHostingInfrastructureRegistryTechnologyService"/> + <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/EIFPrinciplePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnablersGrouping"/> + <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/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/MachineToMachineInterfaceApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/HumanInterfaceApplicationInterface"/> + <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/AssumputionsAndConstraints"> + <skos:notation><![CDATA[AssumputionsAndConstraints]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Assumputions And Constraints]]></skos:prefLabel> + </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/Digital-readyPolicymakingBusinessProcess"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/DataHolderBusinessRole"/> + <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/InteroperabilityStructuralViewpoint"> + <skos:notation><![CDATA[InteroperabilityStructuralViewpoint]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Structural Viewpoint]]></skos:prefLabel> + </skos:Collection> + <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/EIRAOntologyView"> + <skos:notation><![CDATA[EIRAOntologyView]]></skos:notation> + <skos:prefLabel xml:lang="en"><![CDATA[EIRA Ontology View]]></skos:prefLabel> + </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:Collection> +</rdf:RDF> diff --git a/resources/vocab/EIRA_SKOS.rdf b/resources/vocab/EIRA_SKOS_v6_0_0.rdf similarity index 74% rename from resources/vocab/EIRA_SKOS.rdf rename to resources/vocab/EIRA_SKOS_v6_0_0.rdf index 16a53ad2f89eae87b3c16b0a1ce6cbc49e1ca9bf..90a03415b1cfa23e1a43aa5e2e1cabc73ce5168c 100644 --- a/resources/vocab/EIRA_SKOS.rdf +++ b/resources/vocab/EIRA_SKOS_v6_0_0.rdf @@ -8,7 +8,7 @@ <!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 eira "http://data.europa.eu/dr8/6.0.0/" > <!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#" @@ -22,9 +22,9 @@ 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:eira="http://data.europa.eu/dr8/6.0.0/" xmlns:cc="http://creativecommons.org/ns#"> - <owl:Ontology rdf:about="http://data.europa.eu/dr8"> + <owl:Ontology rdf:about="http://data.europa.eu/dr8/6.0.0"> <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> @@ -34,1154 +34,1154 @@ <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> + <vann:preferredNamespaceUri xml:lang="en">http://data.europa.eu/dr8/6.0.0/</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:ConceptScheme rdf:about="http://data.europa.eu/dr8/6.0.0"> <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:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ABB_Status" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ID" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PURI" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/synonym" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/definitionSource" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/definitionSourceReference" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/iopSaliency" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/concept" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/iopDimension" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/view" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/viewpoint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/modelType" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/adr_context" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/adr_decision" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/adr_status" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/adr_consecuences" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessCapability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessCapability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalBusinessCapability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalBusinessCapability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Organisation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Organisation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceAgent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceAgent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Citizen" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Citizen_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministration" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministration_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Business" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Business_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CapacityOfExchangingBusinessInformation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CapacityOfExchangingBusinessInformation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ExchangeOfBusinessInformation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ExchangeOfBusinessInformation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceDeliveryMode" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceDeliveryMode_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServicesImplementationOrientation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServicesImplementationOrientation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyImplementationMandate" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyImplementationMandate_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalSkill" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalSkill_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessRule" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessRule_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FinancialResource" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FinancialResource_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceManifestation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceManifestation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalProcedure" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalProcedure_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EiraView" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EiraView_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OperationalProcedure" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OperationalProcedure_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EiraArchitectureBuildingBlock" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EiraArchitectureBuildingBlock_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Specification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Specification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CharacterEncodingScheme" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CharacterEncodingScheme_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentifierScheme" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentifierScheme_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitectureBuildingBlock" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitectureBuildingBlock_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SyntaxEncodingScheme" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SyntaxEncodingScheme_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SchemaLevelMapping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SchemaLevelMapping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalSpecification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalSpecification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityGovernance" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityGovernance_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ReferenceDataPolicy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ReferenceDataPolicy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalPolicy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalPolicy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionSpecification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionSpecification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConfigurationManagement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConfigurationManagement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilitySpecification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilitySpecification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataLevelMapping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataLevelMapping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OperationalEnabler" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OperationalEnabler_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilitySpecification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilitySpecification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilitySpecification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilitySpecification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyFormulationAndImplementationInstrument" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyFormulationAndImplementationInstrument_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ImplementingGuideline" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ImplementingGuideline_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntax" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntax_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataEntity" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataEntity_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnabler" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnabler_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestReport" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestReport_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Solution" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Solution_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalStructure" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalStructure_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceCatalogue" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceCatalogue_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyDevelopmentEnabler" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyDevelopmentEnabler_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DescriptiveMetadataPolicy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DescriptiveMetadataPolicy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityEnabler" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityEnabler_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BaseRegistryDataPolicy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BaseRegistryDataPolicy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EiraViewpoint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EiraViewpoint_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityAndPrivacyPolicy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityAndPrivacyPolicy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyImplementation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyImplementation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMapping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMapping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyEvaluation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyEvaluation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FormulationOfPublicPolicyScenarios" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FormulationOfPublicPolicyScenarios_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DefinitionOfPublicPolicyObjectives" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DefinitionOfPublicPolicyObjectives_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ImpactAssessment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ImpactAssessment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceConsumer" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceConsumer_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceConsumerAgent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceConsumerAgent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceDeliveryAgent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceDeliveryAgent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceProvider" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceProvider_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Service" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Service_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalAgreements-InternationalTreaties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalAgreements-InternationalTreaties_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryMachineAgentBusinessActor" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryMachineAgentBusinessActor_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryHumanAgentBusinessActor" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryHumanAgentBusinessActor_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryModelBusinessCollaboration" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryModelBusinessCollaboration_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessFunction" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessFunction_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MobileAppBusinessInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MobileAppBusinessInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DesktopAppBusinessInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DesktopAppBusinessInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceAppBusinessInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceAppBusinessInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/WebPortalBusinessInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/WebPortalBusinessInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AdaptiveConfigurationBusinessInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AdaptiveConfigurationBusinessInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationOnDigitalPublicServicesBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationOnDigitalPublicServicesBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceCatalogueBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceCatalogueBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationCatalogueBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationCatalogueBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityDimensionBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityDimensionBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityFrameworkBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityFrameworkBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityPolicyBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityPolicyBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyPolicyBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyPolicyBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EifInteroperabilityLevelBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EifInteroperabilityLevelBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenDataPolicyBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenDataPolicyBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPortabilityPolicyBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPortabilityPolicyBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityFrameworkBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityFrameworkBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestScenarioBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestScenarioBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalGovernancePlanBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalGovernancePlanBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MasterDataPolicyBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MasterDataPolicyBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyFrameworkBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyFrameworkBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InformationBusinessObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InformationBusinessObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCycleBusinessProcess" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCycleBusinessProcess_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AgentBusinessRole" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AgentBusinessRole_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryProviderBusinessRole" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryProviderBusinessRole_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataOwnerBusinessRole" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataOwnerBusinessRole_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryConsumerBusinessRole" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryConsumerBusinessRole_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOfTheUseOnCommonInfrastructureContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOfTheUseOnCommonInfrastructureContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnPrivacyContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnPrivacyContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnProvisionOfDigitalPublicServicesContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnProvisionOfDigitalPublicServicesContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnInteroperabilitySecurityContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnInteroperabilitySecurityContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceLevelAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceLevelAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnDataSharingContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnDataSharingContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FrameworkAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FrameworkAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecificationContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecificationContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/NationalLegalInteroperabilityAgreementContract" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/NationalLegalInteroperabilityAgreementContract_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLegalInteroperabilityAgreement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLegalInteroperabilityAgreement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataRepresentation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataRepresentation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedOpenDataRepresentation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedOpenDataRepresentation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedDataRepresentation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedDataRepresentation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalActRepresentation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalActRepresentation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeRepresentation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeRepresentation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedDataEventStreamRepresentation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedDataEventStreamRepresentation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenDataRepresentation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenDataRepresentation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceDiscoveryComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceDiscoveryComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AdministrationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AdministrationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessProcessManagementComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessProcessManagementComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConfigurationAndSolutionCartographyServiceComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConfigurationAndSolutionCartographyServiceComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessIntelligenceComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessIntelligenceComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RecordManagementComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RecordManagementComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PartnerManagementComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PartnerManagementComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CollaborationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CollaborationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolution" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolution_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentManagementComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentManagementComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalServiceInfrastructure" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalServiceInfrastructure_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LoggingComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LoggingComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataWarehouseComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataWarehouseComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConfigurationAndSolutionCartographyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConfigurationAndSolutionCartographyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessReportingService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessReportingService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedPlatform" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedPlatform_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LifecycleManagementService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LifecycleManagementService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ChoreographyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ChoreographyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessAnalyticsService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessAnalyticsService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AudiovisualService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AudiovisualService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceDiscoveryService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceDiscoveryService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceRegistry" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceRegistry_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MessagingService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MessagingService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RecordManagementService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RecordManagementService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PartnerManagementService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PartnerManagementService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LoggingService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LoggingService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataWarehouseService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataWarehouseService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DocumentManagementService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DocumentManagementService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentManagementService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentManagementService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AdministrationAndMonitoringService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AdministrationAndMonitoringService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataStandard" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataStandard_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenData" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenData_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TransactionalData" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TransactionalData_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BaseRegistryData" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BaseRegistryData_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataStandardCatalogue" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataStandardCatalogue_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DescriptiveMetadata" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DescriptiveMetadata_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/HTTPSLoadBalancerApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/HTTPSLoadBalancerApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedPlatformApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedPlatformApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentificationApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentificationApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TrustServiceProvisioningApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TrustServiceProvisioningApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/APICatalogueApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/APICatalogueApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceRegistryApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceRegistryApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationComponent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationComponent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/WebServiceApplicationInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/WebServiceApplicationInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/APIApplicationInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/APIApplicationInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealCreationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealCreationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RequestValidationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RequestValidationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorConsumerApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorConsumerApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorProviderApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorProviderApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthorisationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthorisationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPersistenceApplicationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPersistenceApplicationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IntegrityVerificationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IntegrityVerificationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealPreservationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealPreservationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-TimestampCreationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-TimestampCreationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/UXManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/UXManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AccountingApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AccountingApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignaturePreservationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignaturePreservationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/APIDiscoveryandCatalogueApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/APIDiscoveryandCatalogueApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RegistrationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RegistrationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignatureVerificationAndValidationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignatureVerificationAndValidationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealVerificationAndValidationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealVerificationAndValidationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-TimestampVerificationAndValidationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-TimestampVerificationAndValidationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentityMangementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentityMangementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DiscoveryandRegistryServiceApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DiscoveryandRegistryServiceApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FirewallApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FirewallApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignatureCreationApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignatureCreationApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/APIManagerApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/APIManagerApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SoftwareComponentDiscoveryandCatalogueApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SoftwareComponentDiscoveryandCatalogueApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RegisteredElectronicDeliveryApplicationService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RegisteredElectronicDeliveryApplicationService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceRegistryDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceRegistryDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BaseRegistryDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BaseRegistryDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MasterDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MasterDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionSpecificationDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionSpecificationDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ControlledVocabularyDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ControlledVocabularyDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataFormatDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataFormatDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OntologiesCatalogueDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OntologiesCatalogueDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingCatalogueDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingCatalogueDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FormsStructureDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FormsStructureDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataModelDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataModelDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetCatalogueDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetCatalogueDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ReferenceDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ReferenceDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualDatasetDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualDatasetDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/APICatalogueDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/APICatalogueDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DistributedLedgerDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DistributedLedgerDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeTriplestore" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeTriplestore_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OntologyDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OntologyDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/HashCodeDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/HashCodeDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SoftwareComponentsCatalogueDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SoftwareComponentsCatalogueDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataCatalogueDataObject" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataCatalogueDataObject_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Network" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Network_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateHostingFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateHostingFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/HostingFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/HostingFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicHostingFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicHostingFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/NetworkingService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/NetworkingService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionArtifact" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionArtifact_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateSubnetworkCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateSubnetworkCommunicationNetwork_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CloudPrivateCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CloudPrivateCommunicationNetwork_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateCommunicationNetwork_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicCommunicationNetwork_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LocalAreaCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LocalAreaCommunicationNetwork_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurePublicCommunicationNetwork" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurePublicCommunicationNetwork_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SensorDevice" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SensorDevice_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RemoteDesktopClientDevice" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RemoteDesktopClientDevice_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DesktopComputerDevice" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DesktopComputerDevice_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SmartDevice" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SmartDevice_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalNetworkInfrastructureEquipment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalNetworkInfrastructureEquipment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalCommunicationInfrastructureEquipment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalCommunicationInfrastructureEquipment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalPowerSupplyInfrastructureEquipment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalPowerSupplyInfrastructureEquipment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalSecurityInfrastructureEquipment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalSecurityInfrastructureEquipment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalComputingInfrastructureEquipment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalComputingInfrastructureEquipment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/HybridCloudProviderFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/HybridCloudProviderFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/HostingFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/HostingFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OnPremiseFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OnPremiseFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateCloudFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateCloudFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicCloudComputingFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicCloudComputingFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ExternalFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ExternalFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CloudComputingFacility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CloudComputingFacility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServerNode" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServerNode_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualMachineNode" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualMachineNode_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainerSystemSoftware" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainerSystemSoftware_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EdgeComputingTechnologyCollaboration" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EdgeComputingTechnologyCollaboration_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnologyTechnologyInterface" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnologyTechnologyInterface_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainersOrchestratorTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainersOrchestratorTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineLearningTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineLearningTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LoggerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LoggerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainersManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainersManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/NoSQLDatabaseManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/NoSQLDatabaseManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RouterTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RouterTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Object-OrientedDatabaseManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Object-OrientedDatabaseManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DistributedFileSystemTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DistributedFileSystemTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DatabaseCacheManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DatabaseCacheManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RemoteDesktopTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RemoteDesktopTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TelemetryTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TelemetryTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainerRegistryTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainerRegistryTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IaaSTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IaaSTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessProcessManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessProcessManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ActiveDirectoryTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ActiveDirectoryTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FirewallTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FirewallTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataLakeStorageTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataLakeStorageTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EventManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EventManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LoadBalancerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LoadBalancerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessInteligenceTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessInteligenceTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/StreamingServerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/StreamingServerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticsTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticsTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/GraphQLServerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/GraphQLServerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainLedgerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainLedgerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PaaSTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PaaSTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataCatalogTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataCatalogTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FederatedIdentityProviderTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FederatedIdentityProviderTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualPrivateNetworkTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualPrivateNetworkTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RelationalDatabaseManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RelationalDatabaseManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationServerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationServerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LightweightDirectoryAccessTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LightweightDirectoryAccessTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ManagementConsoleTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ManagementConsoleTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PKICertificateManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PKICertificateManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/GatewayTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/GatewayTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/WebServerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/WebServerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DatabricksTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DatabricksTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SaasTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SaasTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/APIManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/APIManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ExternalTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ExternalTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BackupTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BackupTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DomainNameTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DomainNameTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockStorageTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockStorageTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DistributedBlockchainNetworkTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DistributedBlockchainNetworkTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServerlessOrchestratorTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServerlessOrchestratorTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FileStorageTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FileStorageTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/GraphDatabaseManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/GraphDatabaseManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InmutableDatabaseManagerTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InmutableDatabaseManagerTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentityProviderTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentityProviderTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/APIGatewayTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/APIGatewayTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EnterpriseServiceBusTechnologyService" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EnterpriseServiceBusTechnologyService_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SuccessfulPublicServiceImplementationOrientation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SuccessfulPublicServiceImplementationOrientation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnologyNeutrality" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnologyNeutrality_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnologicalNeutralityAndDataPortability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnologicalNeutralityAndDataPortability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Multilingualism" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Multilingualism_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EULFCompliance" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EULFCompliance_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SubsidiarityAndProportionality" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SubsidiarityAndProportionality_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Proactiveness" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Proactiveness_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IntegratedHorizontalUserExperience" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IntegratedHorizontalUserExperience_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicValue" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicValue_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AssessmentOfEffectivenessAndEfficiency" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AssessmentOfEffectivenessAndEfficiency_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanDIgitalSovereignty" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanDIgitalSovereignty_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Privacy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Privacy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Innovation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Innovation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/User-centricity" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/User-centricity_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InclusionAndAccessibility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InclusionAndAccessibility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Accountability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Accountability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AdministrativeSimplification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AdministrativeSimplification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Openness" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Openness_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Security" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Security_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MarketCollaboration" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MarketCollaboration_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PreservationOfInformation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PreservationOfInformation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Reusability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Reusability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Accessibility" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Accessibility_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConvergenceControlOnPublicPolicyGoalsAttainment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConvergenceControlOnPublicPolicyGoalsAttainment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalInclusion" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalInclusion_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CodeOfEthicsCompliance" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CodeOfEthicsCompliance_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceOrientation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceOrientation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EvidenceBasedPublicPolicy" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EvidenceBasedPublicPolicy_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/NewPublicManagementApproach" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/NewPublicManagementApproach_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPortability" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPortability_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SocialParticipation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SocialParticipation_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Transparency" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Transparency_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AdministrativeSimplification" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AdministrativeSimplification_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OnceOnly" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OnceOnly_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EULegislationCompliance" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EULegislationCompliance_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConvergenceAssuranceOnPublicPolicyGoalsAttainment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ConvergenceAssuranceOnPublicPolicyGoalsAttainment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Trust" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Trust_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitectureRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitectureRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyStructuralIopEnablersAssessment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyStructuralIopEnablersAssessment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyGovernanceIoPEnablersAssessment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyGovernanceIoPEnablersAssessment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DelegationOfPowersProvisioningDigitalPublicServicesAssessment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DelegationOfPowersProvisioningDigitalPublicServicesAssessment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/GranularityOfLegalRequirementsAssessment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/GranularityOfLegalRequirementsAssessment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyBehaviouralIopEnablersAssessment" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyBehaviouralIopEnablersAssessment_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionAssumptionConstraint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionAssumptionConstraint_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServiceImplementationOrientationConstraint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServiceImplementationOrientationConstraint_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyConstraint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyConstraint_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionConstraintConstraint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionConstraintConstraint_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyContextConstraint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyContextConstraint_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRADimensionConstraint" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRADimensionConstraint_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CreationOfInteroperableEuropeanSolutionsDriver" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CreationOfInteroperableEuropeanSolutionsDriver_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveSemanticInteroperabilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveSemanticInteroperabilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveLegalInteroperabilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveLegalInteroperabilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveTechnicalInteroperabilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveTechnicalInteroperabilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionArchitectureDecisionGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionArchitectureDecisionGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveInteroperabilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveInteroperabilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalAgendaGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalAgendaGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategyGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategyGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveOrganisationalInteroperabilityGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveOrganisationalInteroperabilityGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyObjectiveGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyObjectiveGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionGoal" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionGoal_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EifPrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EifPrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLibraryofArchitecturePrinciplesPrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLibraryofArchitecturePrinciplesPrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Detail-LevelArchitectureBuildingBlockRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Detail-LevelArchitectureBuildingBlockRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BindingInstrumentRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BindingInstrumentRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalActRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalActRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAViewpointRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAViewpointRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablerRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablerRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAViewRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAViewRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalClausesRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalClausesRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CapabilityRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CapabilityRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAArchitectureBuildingBlockRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAArchitectureBuildingBlockRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/NationalLegalActRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/NationalLegalActRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLegalActRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLegalActRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitectureBuildingBlockRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitectureBuildingBlockRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Non-bindingInstrumentRequirement" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/Non-bindingInstrumentRequirement_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IndividualStakeholder" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IndividualStakeholder_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationStakeholder" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationStakeholder_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalEntityStakeholder" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalEntityStakeholder_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationStakeholder" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationStakeholder_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessStakeholder" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessStakeholder_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DeliveryCapacityValue" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DeliveryCapacityValue_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticalCapacityValue" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticalCapacityValue_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CoordinationCapacityValue" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/CoordinationCapacityValue_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RegulatoryCapacityValue" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/RegulatoryCapacityValue_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalisationRoadmapWorkPackage" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalisationRoadmapWorkPackage_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityEnablersGroup" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityEnablersGroup_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/NetworkingInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/NetworkingInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ManagementInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ManagementInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TransationEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TransationEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticFunctionalContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticFunctionalContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataLakeInfrsatructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataLakeInfrsatructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/UserExperienceManagementEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/UserExperienceManagementEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticsInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticsInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/APIEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/APIEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TrustEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TrustEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TrustInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TrustInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentityAndAccessInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentityAndAccessInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticsEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticsEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TestEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TestEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationIntegrationInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationIntegrationInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticGovernanceContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticGovernanceContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentificationAndAccessEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentificationAndAccessEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainerInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainerInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/WorkflowOrchestrationInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/WorkflowOrchestrationInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrchestrationEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/OrchestrationEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentDeliveryInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentDeliveryInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DatabaseInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DatabaseInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationPresentationEnablersGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationPresentationEnablersGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInfrastructureFunctionalContentGrouping" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInfrastructureFunctionalContentGrouping_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/StorageInfrastructureEnablers" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/StorageInfrastructureEnablers_Properties" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FacilityLocation" /> + <skos:hasTopConcept rdf:resource="http://data.europa.eu/dr8/6.0.0/FacilityLocation_Properties" /> </skos:ConceptScheme> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ABB_Status"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ID"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PURI"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/synonym"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/definitionSource"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/definitionSourceReference"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/iopSaliency"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/concept"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/iopDimension"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/view"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/viewpoint"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/modelType"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/adr_context"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/adr_decision"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/adr_status"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/adr_consecuences"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessCapability"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessCapability"> <skos:notation><![CDATA[Business Capability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessCapability</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BusinessCapability</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Business Capability]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: A business capability is the ability of a public administration to digitally perform an administrative function. @@ -1198,23 +1198,23 @@ ePrescription: <owl:deprecated>true</owl:deprecated> <eira:BusinessCapability_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessCapability_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessCapability_Properties"> <skos:notation><![CDATA[Properties of Business Capability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessCapability_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessCapability" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalBusinessCapability"> <skos:notation><![CDATA[Digital Business Capability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalBusinessCapability</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalBusinessCapability</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digital Business Capability]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -1229,7 +1229,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalBusinessCapability eira:ID: ABB438 @@ -1240,16 +1240,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2023-11-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessCapability" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessCapability" /> <eira:DigitalBusinessCapability_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalBusinessCapability_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalBusinessCapability_Properties"> <skos:notation><![CDATA[Properties of Digital Business Capability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalBusinessCapability_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalBusinessCapability" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalBusinessCapability</eira:PURI> <dcterms:type>eira:DigitalBusinessCapability</dcterms:type> <dcterms:modified>2023-11-1</dcterms:modified> <eira:synonym></eira:synonym> @@ -1265,13 +1265,13 @@ Last modification: 2023-11-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalBusinessCapability</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyCourseOfAction"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction"> <skos:notation><![CDATA[Public Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyCourseOfAction</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Policy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -1290,7 +1290,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction eira:ID: ABB9 @@ -1301,16 +1301,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-12-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyConstraint" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyConstraint" /> <eira:PublicPolicyCourseOfAction_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyCourseOfAction_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction_Properties"> <skos:notation><![CDATA[Properties of Public Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyCourseOfAction_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction</eira:PURI> <dcterms:type>eira:PublicPolicyCourseOfAction</dcterms:type> <dcterms:modified>2022-12-1</dcterms:modified> <eira:synonym>Policy Action</eira:synonym> @@ -1326,13 +1326,13 @@ Last modification: 2022-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Organisation"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Organisation"> <skos:notation><![CDATA[Organisation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Organisation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Organisation</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Organisation]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[DEFINITION: Organisation ABB is a Business Actor providing and/or consuming Public Services as a principal. @@ -1357,23 +1357,23 @@ Source: <owl:deprecated>true</owl:deprecated> <eira:Organisation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Organisation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Organisation_Properties"> <skos:notation><![CDATA[Properties of Organisation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Organisation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Organisation_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Organisation]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Organisation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicServiceAgent"> <skos:notation><![CDATA[Public Service Agent]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceAgent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicServiceAgent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Service Agent]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -1392,23 +1392,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicServiceAgent_Properties"> <skos:notation><![CDATA[Properties of Public Service Agent]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceAgent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceAgent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Citizen"> <skos:notation><![CDATA[Citizen]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Citizen</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Citizen</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Citizen]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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). @@ -1435,23 +1435,23 @@ Source: <owl:deprecated>true</owl:deprecated> <eira:Citizen_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Citizen_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Citizen_Properties"> <skos:notation><![CDATA[Properties of Citizen]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Citizen_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Citizen_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Citizen]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Citizen" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicAdministration"> <skos:notation><![CDATA[Public Administration]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministration</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicAdministration</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Administration]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -1474,23 +1474,23 @@ Source: <owl:deprecated>true</owl:deprecated> <eira:PublicAdministration_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicAdministration_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicAdministration_Properties"> <skos:notation><![CDATA[Properties of Public Administration]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministration_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicAdministration" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Business"> <skos:notation><![CDATA[Business]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Business</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Business</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Business]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[DEFINITION: Business ABB is a Business Actor performing a private activity for a profit. @@ -1513,23 +1513,23 @@ Source: <owl:deprecated>true</owl:deprecated> <eira:Business_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Business_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Business_Properties"> <skos:notation><![CDATA[Properties of Business]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Business_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Business_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Business]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Business" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/CapacityOfExchangingBusinessInformation"> <skos:notation><![CDATA[Capacity of exchanging business information]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/CapacityOfExchangingBusinessInformation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -1555,24 +1555,24 @@ http://ec.europa.eu/taxation_customs/dds2/surv/surv_consultation.jsp?Lang=en]]>< <owl:deprecated>true</owl:deprecated> <eira:CapacityOfExchangingBusinessInformation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CapacityOfExchangingBusinessInformation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/CapacityOfExchangingBusinessInformation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ExchangeOfBusinessInformation"> <skos:notation><![CDATA[Exchange of Business Information]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ExchangeOfBusinessInformation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: Business capability on exchanging data, information, and Knowledge @@ -1597,24 +1597,24 @@ https://webgate.ec.europa.eu/easi-micpro/application#!cogcPublicPage]]></skos:de <owl:deprecated>true</owl:deprecated> <eira:ExchangeOfBusinessInformation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ExchangeOfBusinessInformation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ExchangeOfBusinessInformation_Properties"> <skos:notation><![CDATA[Properties of Exchange of Business Information]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ExchangeOfBusinessInformation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ExchangeOfBusinessInformation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceDeliveryMode"> <skos:notation><![CDATA[Service Delivery Mode]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceDeliveryMode</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServiceDeliveryMode</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Service Delivery Mode]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -1636,23 +1636,23 @@ Source: (http://ec.europa.eu/environment/ecolabel/index_en.htm) <owl:deprecated>true</owl:deprecated> <eira:ServiceDeliveryMode_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceDeliveryMode_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceDeliveryMode_Properties"> <skos:notation><![CDATA[Properties of Service Delivery Mode]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceDeliveryMode_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDeliveryMode" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServicesImplementationOrientation"> <skos:notation><![CDATA[Interoperable Digital Public Services Implementation Orientation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalPublicServicesImplementationOrientation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -1698,24 +1698,24 @@ Source: <owl:deprecated>true</owl:deprecated> <eira:InteroperableDigitalPublicServicesImplementationOrientation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalPublicServicesImplementationOrientation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicServicesImplementationOrientation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyImplementationMandate"> <skos:notation><![CDATA[Public Policy Implementation Mandate]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyImplementationMandate</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Based on Hill, M. and Hupe, P, Implementing Public Policy: Governance in Theory and in Practice, SAGE Publications Ltd 2002 @@ -1734,24 +1734,24 @@ https://ec.europa.eu/taxation_customs/sites/taxation/files/resources/documents/c <owl:deprecated>true</owl:deprecated> <eira:PublicPolicyImplementationMandate_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyImplementationMandate_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyImplementationMandate_Properties"> <skos:notation><![CDATA[Properties of Public Policy Implementation Mandate]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyImplementationMandate_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyImplementationMandate" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalSkill"> <skos:notation><![CDATA[Organisational Skill]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalSkill</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrganisationalSkill</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Organisational Skill]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[Ability to organise something well, expertise in organizing something. Based on the definitions of skill and organisational in the Oxford dictionary. @@ -1771,23 +1771,23 @@ http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32009D0705]]></skos:d <owl:deprecated>true</owl:deprecated> <eira:OrganisationalSkill_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalSkill_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalSkill_Properties"> <skos:notation><![CDATA[Properties of Organisational Skill]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalSkill_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalSkill" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessRule"> <skos:notation><![CDATA[Business Rule]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessRule</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BusinessRule</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Business Rule]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Based on TOGAF definitions. @@ -1801,23 +1801,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessRule_Properties"> <skos:notation><![CDATA[Properties of Business Rule]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessRule_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessRule" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FinancialResource"> <skos:notation><![CDATA[Financial Resource]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FinancialResource</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FinancialResource</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Financial Resource]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[A stock or supply of money. Based on the Oxford Dictionary @@ -1833,45 +1833,45 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FinancialResource_Properties"> <skos:notation><![CDATA[Properties of Financial Resource]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FinancialResource_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/FinancialResource" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicServiceManifestation"> <skos:notation><![CDATA[Public Service Manifestation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceManifestation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicServiceManifestation</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Service Manifestation]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicServiceManifestation_Properties"> <skos:notation><![CDATA[Properties of Public Service Manifestation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceManifestation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceManifestation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalProcedure"> <skos:notation><![CDATA[Organisational Procedure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalProcedure</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrganisationalProcedure</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Organisational Procedure]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Based on BusinessDictionary.com definition of Policies and Procedures @@ -1885,23 +1885,23 @@ https://ec.europa.eu/food/sites/food/files/animals/docs/ah-traces-info-mat-toolk <owl:deprecated>true</owl:deprecated> <eira:OrganisationalProcedure_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalProcedure_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalProcedure_Properties"> <skos:notation><![CDATA[Properties of Organisational Procedure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalProcedure_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalProcedure" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EiraView"> <skos:notation><![CDATA[EIRA View]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EiraView</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EiraView</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[EIRA View]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -1917,23 +1917,23 @@ The Legal view models the most salient public policy development enablers and im <owl:deprecated>true</owl:deprecated> <eira:EiraView_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EiraView_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EiraView_Properties"> <skos:notation><![CDATA[Properties of EIRA View]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EiraView_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraView" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OperationalProcedure"> <skos:notation><![CDATA[Operational Procedure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OperationalProcedure</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OperationalProcedure</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Operational Procedure]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -1946,23 +1946,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OperationalProcedure_Properties"> <skos:notation><![CDATA[Properties of Operational Procedure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OperationalProcedure_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/OperationalProcedure" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EiraArchitectureBuildingBlock"> <skos:notation><![CDATA[EIRA Architecture Building Block]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EiraArchitectureBuildingBlock</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -1976,46 +1976,46 @@ A Legal Act is an EIRA Architecture Building Block from a Legal view perspective <owl:deprecated>true</owl:deprecated> <eira:EiraArchitectureBuildingBlock_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EiraArchitectureBuildingBlock_Properties"> <skos:notation><![CDATA[Properties of EIRA Architecture Building Block]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EiraArchitectureBuildingBlock_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraArchitectureBuildingBlock" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Specification"> <skos:notation><![CDATA[Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Specification</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Specification</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Specification]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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] 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Specification_Properties"> <skos:notation><![CDATA[Properties of Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Specification_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Specification_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Specification]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Specification" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/CharacterEncodingScheme"> <skos:notation><![CDATA[Character Encoding Scheme]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/CharacterEncodingScheme</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/CharacterEncodingScheme</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Character Encoding Scheme]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: W3C @@ -2033,23 +2033,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/CharacterEncodingScheme_Properties"> <skos:notation><![CDATA[Properties of Character Encoding Scheme]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/CharacterEncodingScheme_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/CharacterEncodingScheme" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IdentifierScheme"> <skos:notation><![CDATA[Identifier Scheme]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IdentifierScheme</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/IdentifierScheme</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Identifier Scheme]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[Defines the values of an identifier. Source: CEN BII @@ -2063,23 +2063,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IdentifierScheme_Properties"> <skos:notation><![CDATA[Properties of Identifier Scheme]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IdentifierScheme_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/IdentifierScheme" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArchitectureBuildingBlock"> <skos:notation><![CDATA[Architecture Building Block]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArchitectureBuildingBlock</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ArchitectureBuildingBlock</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Architecture Building Block]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -2095,23 +2095,23 @@ Source:(https://www.brainkart.com/article/Functional-Requirements---Software-Arc <owl:deprecated>true</owl:deprecated> <eira:ArchitectureBuildingBlock_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitectureBuildingBlock_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArchitectureBuildingBlock_Properties"> <skos:notation><![CDATA[Properties of Architecture Building Block]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArchitectureBuildingBlock_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitectureBuildingBlock" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SyntaxEncodingScheme"> <skos:notation><![CDATA[Syntax Encoding Scheme]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SyntaxEncodingScheme</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SyntaxEncodingScheme</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Syntax Encoding Scheme]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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: W3C @@ -2129,23 +2129,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SyntaxEncodingScheme_Properties"> <skos:notation><![CDATA[Properties of Syntax Encoding Scheme]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SyntaxEncodingScheme_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/SyntaxEncodingScheme" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SchemaLevelMapping"> <skos:notation><![CDATA[Schema Level Mapping]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SchemaLevelMapping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SchemaLevelMapping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Schema Level Mapping]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[A Schema-level Mapping is a mapping between related classes and properties. Source: ISO/DIS 25964-2 @@ -2173,23 +2173,23 @@ https://docs.google.com/document/d/1YwDLVIhiVgKCWVJDeL2lDSKNUX1qfO1Rccxxk1n2bcU/ <owl:deprecated>true</owl:deprecated> <eira:SchemaLevelMapping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SchemaLevelMapping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SchemaLevelMapping_Properties"> <skos:notation><![CDATA[Properties of Schema Level Mapping]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SchemaLevelMapping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/SchemaLevelMapping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecification"> <skos:notation><![CDATA[Interoperability Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilitySpecification</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecification</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Specification]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -2208,13 +2208,13 @@ Source:(https://ec.europa.eu/research/participants/documents/downloadPublic?docu <owl:deprecated>true</owl:deprecated> <eira:InteroperabilitySpecification_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilitySpecification_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecification_Properties"> <skos:notation><![CDATA[Properties of Interoperability Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilitySpecification_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilitySpecification" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecification" /> <dcterms:type>eira:InteroperabilitySpecification</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:ABB_Status>Obsolete</eira:ABB_Status> @@ -2223,11 +2223,11 @@ Source:(https://ec.europa.eu/research/participants/documents/downloadPublic?docu <eira:iopDimension>Governance IoP</eira:iopDimension> <eira:ID>ABB162</eira:ID> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalSpecification"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnicalSpecification"> <skos:notation><![CDATA[Technical Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnicalSpecification</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TechnicalSpecification</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Technical Specification]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -2250,23 +2250,23 @@ https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eDelivery+AS4+-+1.13]]>< <owl:deprecated>true</owl:deprecated> <eira:TechnicalSpecification_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalSpecification_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnicalSpecification_Properties"> <skos:notation><![CDATA[Properties of Technical Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnicalSpecification_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalSpecification" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperabilityGovernance"> <skos:notation><![CDATA[Interoperability Governance]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityGovernance</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperabilityGovernance</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Governance]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -2295,23 +2295,23 @@ Source:(http://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a3 <owl:deprecated>true</owl:deprecated> <eira:InteroperabilityGovernance_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityGovernance_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperabilityGovernance_Properties"> <skos:notation><![CDATA[Properties of Interoperability Governance]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityGovernance_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityGovernance" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ReferenceDataPolicy"> <skos:notation><![CDATA[Reference Data Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ReferenceDataPolicy</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ReferenceDataPolicy</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Reference Data Policy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -2341,24 +2341,24 @@ Source: (https://www.esma.europa.eu/sites/default/files/library/esma65-11-1193_f <owl:deprecated>true</owl:deprecated> <eira:ReferenceDataPolicy_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ReferenceDataPolicy_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ReferenceDataPolicy_Properties"> <skos:notation><![CDATA[Properties of Reference Data Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ReferenceDataPolicy_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ReferenceDataPolicy" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalPolicy"> <skos:notation><![CDATA[Organisational Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalPolicy</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrganisationalPolicy</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Organisational Policy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -2372,23 +2372,23 @@ http://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX:32003L0098]]></skos:def <owl:deprecated>true</owl:deprecated> <eira:OrganisationalPolicy_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalPolicy_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalPolicy_Properties"> <skos:notation><![CDATA[Properties of Organisational Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalPolicy_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalPolicy" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SolutionSpecification"> <skos:notation><![CDATA[Solution Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SolutionSpecification</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SolutionSpecification</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Solution Specification]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -2407,23 +2407,23 @@ Source: (https://ec.europa.eu/research/participants/documents/downloadPublic?doc <owl:deprecated>true</owl:deprecated> <eira:SolutionSpecification_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SolutionSpecification_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SolutionSpecification_Properties"> <skos:notation><![CDATA[Properties of Solution Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SolutionSpecification_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/SolutionSpecification" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ConfigurationManagement"> <skos:notation><![CDATA[Configuration Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ConfigurationManagement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ConfigurationManagement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Configuration Management]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -2443,23 +2443,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ConfigurationManagement_Properties"> <skos:notation><![CDATA[Properties of Configuration Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ConfigurationManagement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ConfigurationManagement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilitySpecification"> <skos:notation><![CDATA[Technical Interoperability Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilitySpecification</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Technical Interoperability Specification]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -2480,23 +2480,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilitySpecification_Properties"> <skos:notation><![CDATA[Properties of Technical Interoperability Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilitySpecification" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataLevelMapping"> <skos:notation><![CDATA[Data Level Mapping]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataLevelMapping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataLevelMapping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Level Mapping]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[A Data-level Mapping is a mapping between specific data elements (or data values). Source: ISO/DIS 25964-2 @@ -2511,23 +2511,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataLevelMapping_Properties"> <skos:notation><![CDATA[Properties of Data Level Mapping]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataLevelMapping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataLevelMapping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OperationalEnabler"> <skos:notation><![CDATA[Operational Enabler]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OperationalEnabler</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OperationalEnabler</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Operational Enabler]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 Hill, M. and Hupe, P, Implementing Public Policy: Governance in Theory and in Practice, SAGE Publications Ltd 2002 @@ -2566,23 +2566,23 @@ https://ec.europa.eu/taxation_customs/business/customs-cooperation-programmes/cu <owl:deprecated>true</owl:deprecated> <eira:OperationalEnabler_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OperationalEnabler_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OperationalEnabler_Properties"> <skos:notation><![CDATA[Properties of Operational Enabler]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OperationalEnabler_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/OperationalEnabler" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilitySpecification"> <skos:notation><![CDATA[Organisational Interoperability Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilitySpecification</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Organisational Interoperability Specification]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -2600,23 +2600,23 @@ https://www.ecb.europa.eu/ecb/legal/pdf/en_mou_with_eurostat1.pdf]]></skos:defin <owl:deprecated>true</owl:deprecated> <eira:OrganisationalInteroperabilitySpecification_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilitySpecification_Properties"> <skos:notation><![CDATA[Properties of Organisational Interoperability Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilitySpecification" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilitySpecification"> <skos:notation><![CDATA[Legal Interoperability Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalInteroperabilitySpecification</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegalInteroperabilitySpecification</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Legal Interoperability Specification]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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.†@@ -2636,44 +2636,44 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilitySpecification_Properties"> <skos:notation><![CDATA[Properties of Legal Interoperability Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalInteroperabilitySpecification_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilitySpecification" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicServiceComponent"> <skos:notation><![CDATA[Public Service Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicServiceComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Service Component]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicServiceComponent_Properties"> <skos:notation><![CDATA[Properties of Public Service Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyFormulationAndImplementationInstrument"> <skos:notation><![CDATA[Public Policy Formulation and Implementation Instrument]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyFormulationAndImplementationInstrument</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -2699,23 +2699,23 @@ http://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:12008E168&from=EN] <owl:deprecated>true</owl:deprecated> <eira:PublicPolicyFormulationAndImplementationInstrument_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyFormulationAndImplementationInstrument_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyFormulationAndImplementationInstrument" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ImplementingGuideline"> <skos:notation><![CDATA[Implementing Guideline]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ImplementingGuideline</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ImplementingGuideline</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Implementing Guideline]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[General rules, principles, or pieces of advice to put a public policy into effect. Based on the Oxford Dictionary @@ -2731,24 +2731,24 @@ http://ec.europa.eu/regional_policy/en/information/publications/brochures/2011/e <owl:deprecated>true</owl:deprecated> <eira:ImplementingGuideline_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ImplementingGuideline_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ImplementingGuideline_Properties"> <skos:notation><![CDATA[Properties of Implementing Guideline]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ImplementingGuideline_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ImplementingGuideline" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSyntax"> <skos:notation><![CDATA[Data Syntax]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSyntax</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSyntax</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Syntax]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -2769,23 +2769,23 @@ Source: (https://www.quackit.com/xml/tutorial/xml_syntax.cfm)]]></skos:definitio <owl:deprecated>true</owl:deprecated> <eira:DataSyntax_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSyntax_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSyntax_Properties"> <skos:notation><![CDATA[Properties of Data Syntax]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSyntax_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataSyntax" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataEntity"> <skos:notation><![CDATA[Data Entity]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataEntity</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataEntity</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Entity]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -2810,23 +2810,23 @@ Source: (https://ec.europa.eu/eures/public/en/advertise-a-job?lang=en&app=1.8.1p <owl:deprecated>true</owl:deprecated> <eira:DataEntity_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataEntity_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataEntity_Properties"> <skos:notation><![CDATA[Properties of Data Entity]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataEntity_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataEntity" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnabler"> <skos:notation><![CDATA[Key Interoperability Enabler]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnabler</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnabler</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Key Interoperability Enabler]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -2843,23 +2843,23 @@ Source: (https://ec.europa.eu/info/strategy/priorities-2019-2024/europe-fit-digi <owl:deprecated>true</owl:deprecated> <eira:KeyInteroperabilityEnabler_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyInteroperabilityEnabler_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnabler_Properties"> <skos:notation><![CDATA[Properties of Key Interoperability Enabler]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnabler_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/KeyInteroperabilityEnabler" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ConformanceTestReport"> <skos:notation><![CDATA[Conformance Test Report]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestReport</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ConformanceTestReport</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Conformance Test Report]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -2883,23 +2883,23 @@ Source: (https://wiki.jenkins.io/display/JENKINS/JUnit+Plugin)]]></skos:definiti <owl:deprecated>true</owl:deprecated> <eira:ConformanceTestReport_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestReport_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ConformanceTestReport_Properties"> <skos:notation><![CDATA[Properties of Conformance Test Report]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestReport_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ConformanceTestReport" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Solution"> <skos:notation><![CDATA[Solution]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Solution</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Solution</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Solution]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -2915,23 +2915,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Solution_Properties"> <skos:notation><![CDATA[Properties of Solution]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Solution_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Solution_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Solution]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Solution" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategy"> <skos:notation><![CDATA[Interoperability Strategy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityStrategy</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategy</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Strategy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -2955,23 +2955,23 @@ Source: <owl:deprecated>true</owl:deprecated> <eira:InteroperabilityStrategy_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityStrategy_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategy_Properties"> <skos:notation><![CDATA[Properties of Interoperability Strategy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityStrategy_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperabilityStrategy" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalStructure"> <skos:notation><![CDATA[Organisational Structure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalStructure</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrganisationalStructure</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Organisational Structure]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -2985,23 +2985,23 @@ https://joinup.ec.europa.eu/document/eucaris-european-car-and-driving-licence-in <owl:deprecated>true</owl:deprecated> <eira:OrganisationalStructure_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalStructure_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalStructure_Properties"> <skos:notation><![CDATA[Properties of Organisational Structure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalStructure_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalStructure" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicServiceCatalogue"> <skos:notation><![CDATA[Public Service Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceCatalogue</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicServiceCatalogue</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Service Catalogue]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -3027,46 +3027,46 @@ Source: <owl:deprecated>true</owl:deprecated> <eira:PublicServiceCatalogue_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceCatalogue_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicServiceCatalogue_Properties"> <skos:notation><![CDATA[Properties of Public Service Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceCatalogue_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceCatalogue" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyDevelopmentEnabler"> <skos:notation><![CDATA[Public Policy Development Enabler]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyDevelopmentEnabler</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyDevelopmentEnabler_Properties"> <skos:notation><![CDATA[Properties of Public Policy Development Enabler]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyDevelopmentEnabler_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyDevelopmentEnabler" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DescriptiveMetadataPolicy"> <skos:notation><![CDATA[Descriptive Metadata Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DescriptiveMetadataPolicy</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DescriptiveMetadataPolicy</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Descriptive Metadata Policy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -3088,24 +3088,24 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DescriptiveMetadataPolicy_Properties"> <skos:notation><![CDATA[Properties of Descriptive Metadata Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DescriptiveMetadataPolicy_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/DescriptiveMetadataPolicy" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityEnabler"> <skos:notation><![CDATA[Organisational Interoperability Enabler]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilityEnabler</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityEnabler</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Organisational Interoperability Enabler]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -3125,22 +3125,22 @@ http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv:OJ.L_.2017.006.01.004 <owl:deprecated>true</owl:deprecated> <eira:OrganisationalInteroperabilityEnabler_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilityEnabler_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityEnabler_Properties"> <skos:notation><![CDATA[Properties of Organisational Interoperability Enabler]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilityEnabler_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityEnabler" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BaseRegistryDataPolicy"> <skos:notation><![CDATA[Base Registry Data Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BaseRegistryDataPolicy</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -3167,24 +3167,24 @@ Source: (https://ec.europa.eu/isa2/sites/isa/files/publications/access-to-base-r <owl:deprecated>true</owl:deprecated> <eira:BaseRegistryDataPolicy_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BaseRegistryDataPolicy_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BaseRegistryDataPolicy_Properties"> <skos:notation><![CDATA[Properties of Base Registry Data Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BaseRegistryDataPolicy_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/BaseRegistryDataPolicy" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EiraViewpoint"> <skos:notation><![CDATA[EIRA Viewpoint]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EiraViewpoint</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EiraViewpoint</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[EIRA Viewpoint]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -3201,23 +3201,23 @@ The ABBs included in the high-level viewpoint represent the points that link the <owl:deprecated>true</owl:deprecated> <eira:EiraViewpoint_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EiraViewpoint_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EiraViewpoint_Properties"> <skos:notation><![CDATA[Properties of EIRA Viewpoint]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EiraViewpoint_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/EiraViewpoint" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SecurityAndPrivacyPolicy"> <skos:notation><![CDATA[Security and Privacy Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SecurityAndPrivacyPolicy</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Based on IATE definitions of "security policy" and Black's Dictionary of Law definition of "privacy". @@ -3247,44 +3247,44 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SecurityAndPrivacyPolicy_Properties"> <skos:notation><![CDATA[Properties of Security and Privacy Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SecurityAndPrivacyPolicy_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityAndPrivacyPolicy" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyImplementation"> <skos:notation><![CDATA[Public Policy Implementation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyImplementation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicPolicyImplementation</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Policy Implementation]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyImplementation_Properties"> <skos:notation><![CDATA[Properties of Public Policy Implementation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyImplementation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyImplementation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataMapping"> <skos:notation><![CDATA[Data mapping]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataMapping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataMapping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data mapping]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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; @@ -3305,115 +3305,115 @@ Microsoft Dynamics CRM contains several data sets which comprise of different ob <owl:deprecated>true</owl:deprecated> <eira:DataMapping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataMapping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataMapping_Properties"> <skos:notation><![CDATA[Properties of Data mapping]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataMapping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataMapping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyEvaluation"> <skos:notation><![CDATA[Public Policy Evaluation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyEvaluation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicPolicyEvaluation</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Policy Evaluation]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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). 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyEvaluation_Properties"> <skos:notation><![CDATA[Properties of Public Policy Evaluation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyEvaluation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyEvaluation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FormulationOfPublicPolicyScenarios"> <skos:notation><![CDATA[Formulation of Public Policy Scenarios]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FormulationOfPublicPolicyScenarios</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/FormulationOfPublicPolicyScenarios" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DefinitionOfPublicPolicyObjectives"> <skos:notation><![CDATA[Definition of Public Policy Objectives]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DefinitionOfPublicPolicyObjectives</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[A Definition of Public Policy Objectives is a stage where public policy objectives are defined. 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/DefinitionOfPublicPolicyObjectives" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ImpactAssessment"> <skos:notation><![CDATA[Impact Assessment]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ImpactAssessment</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ImpactAssessment</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Impact Assessment]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ImpactAssessment_Properties"> <skos:notation><![CDATA[Properties of Impact Assessment]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ImpactAssessment_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ImpactAssessment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicServiceConsumer"> <skos:notation><![CDATA[Public Service Consumer]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceConsumer</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicServiceConsumer</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Service Consumer]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[DEFINITION: Public Service Consumer ABB is a Business Role consuming public services. @@ -3436,23 +3436,23 @@ Source: <owl:deprecated>true</owl:deprecated> <eira:PublicServiceConsumer_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceConsumer_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicServiceConsumer_Properties"> <skos:notation><![CDATA[Properties of Public Service Consumer]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceConsumer_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumer" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicServiceConsumerAgent"> <skos:notation><![CDATA[Public Service Consumer Agent]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceConsumerAgent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -3471,23 +3471,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicServiceConsumerAgent_Properties"> <skos:notation><![CDATA[Properties of Public Service Consumer Agent]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceConsumerAgent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceConsumerAgent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicServiceDeliveryAgent"> <skos:notation><![CDATA[Public Service Delivery Agent]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceDeliveryAgent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -3507,23 +3507,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicServiceDeliveryAgent_Properties"> <skos:notation><![CDATA[Properties of Public Service Delivery Agent]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceDeliveryAgent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceDeliveryAgent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicServiceProvider"> <skos:notation><![CDATA[Public Service Provider]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceProvider</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicServiceProvider</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Service Provider]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[DEFINITION: Public Service Provider ABB is a Business Role deliverying public services. @@ -3548,23 +3548,23 @@ Source: (http://ec.europa.eu/environment/ecolabel/how-to-apply-for-eu-ecolabel.h <owl:deprecated>true</owl:deprecated> <eira:PublicServiceProvider_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicServiceProvider_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicServiceProvider_Properties"> <skos:notation><![CDATA[Properties of Public Service Provider]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicServiceProvider_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicServiceProvider" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Service"> <skos:notation><![CDATA[Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Service</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Service</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -3580,27 +3580,27 @@ The following implementation is an example on how this specific Architecture Bui 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" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicService" /> <owl:deprecated>true</owl:deprecated> <eira:Service_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Service_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Service_Properties"> <skos:notation><![CDATA[Properties of Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Service_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Service_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Service" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicService"> <skos:notation><![CDATA[Interoperable Digital Public Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalPublicService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -3620,27 +3620,27 @@ The following implementation is an example on how this specific Architecture Bui 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" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/Service" /> <owl:deprecated>true</owl:deprecated> <eira:InteroperableDigitalPublicService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalPublicService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicService_Properties"> <skos:notation><![CDATA[Properties of Interoperable Digital Public Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalPublicService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableDigitalPublicService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalAgreements-InternationalTreaties"> <skos:notation><![CDATA[Legal Agreement - International Treaties]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalAgreements-InternationalTreaties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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). @@ -3657,23 +3657,23 @@ An example of a treaty that does have provisions for further binding agreements <owl:deprecated>true</owl:deprecated> <eira:LegalAgreements-InternationalTreaties_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalAgreements-InternationalTreaties_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/LegalAgreements-InternationalTreaties" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryMachineAgentBusinessActor"> <skos:notation><![CDATA[Digital Public Service Machine Agent]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryMachineAgentBusinessActor</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -3686,7 +3686,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryMachineAgentBusinessActor eira:ID: ABB499 @@ -3695,16 +3695,16 @@ ABB name: eira:DigitalPublicServiceDeliveryMachineAgentBusinessActor 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/6.0.0/AgentBusinessRole" /> <eira:DigitalPublicServiceDeliveryMachineAgentBusinessActor_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryMachineAgentBusinessActor_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryMachineAgentBusinessActor" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryMachineAgentBusinessActor</eira:PURI> <dcterms:type>eira:DigitalPublicServiceDeliveryMachineAgentBusinessActor</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -3717,13 +3717,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryMachineAgentBusinessActor</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryHumanAgentBusinessActor"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryHumanAgentBusinessActor"> <skos:notation><![CDATA[Digital Public Service Human Agent]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryHumanAgentBusinessActor</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -3736,7 +3736,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryHumanAgentBusinessActor eira:ID: ABB500 @@ -3747,16 +3747,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2023-12-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/AgentBusinessRole" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgentBusinessRole" /> <eira:DigitalPublicServiceDeliveryHumanAgentBusinessActor_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryHumanAgentBusinessActor_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryHumanAgentBusinessActor" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryHumanAgentBusinessActor</eira:PURI> <dcterms:type>eira:DigitalPublicServiceDeliveryHumanAgentBusinessActor</dcterms:type> <dcterms:modified>2023-12-1</dcterms:modified> <eira:synonym></eira:synonym> @@ -3769,13 +3769,13 @@ Last modification: 2023-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryHumanAgentBusinessActor</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryModelBusinessCollaboration"> <skos:notation><![CDATA[Digital Public Service Delivery Model]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: OECD @@ -3788,7 +3788,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryModelBusinessCollaboration eira:ID: ABB493 @@ -3797,25 +3797,25 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgentBusinessRole" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryHumanAgentBusinessActor" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryProviderBusinessRole" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryConsumerBusinessRole" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalEntityStakeholder" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessStakeholder" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IndividualStakeholder" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationStakeholder" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationStakeholder" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessFunction" /> <eira:DigitalPublicServiceDeliveryModelBusinessCollaboration_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryModelBusinessCollaboration_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryModelBusinessCollaboration" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryModelBusinessCollaboration</eira:PURI> <dcterms:type>eira:DigitalPublicServiceDeliveryModelBusinessCollaboration</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -3831,13 +3831,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryModelBusinessCollaboration</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessFunction"> <skos:notation><![CDATA[Digital Public Service Provision]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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] @@ -3850,7 +3850,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessFunction eira:ID: ABB502 @@ -3863,13 +3863,13 @@ Last modification: 2023-11-01 ]]></skos:definition> <eira:DigitalPublicServiceDeliveryBusinessFunction_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessFunction_Properties"> <skos:notation><![CDATA[Properties of Digital Public Service Provision]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessFunction_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessFunction" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessFunction</eira:PURI> <dcterms:type>eira:DigitalPublicServiceDeliveryBusinessFunction</dcterms:type> <dcterms:modified>2023-11-1</dcterms:modified> <eira:synonym></eira:synonym> @@ -3883,13 +3883,13 @@ Last modification: 2023-11-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessFunction</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface"> <skos:notation><![CDATA[Digital Public Service Delivery]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -3904,7 +3904,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface eira:ID: ABB504 @@ -3915,23 +3915,23 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryModelBusinessCollaboration" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/AdaptiveConfigurationBusinessInterface" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/DesktopAppBusinessInterface" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceAppBusinessInterface" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/WebPortalBusinessInterface" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/MobileAppBusinessInterface" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/AdaptiveConfigurationBusinessInterface" /> <eira:DigitalPublicServiceDeliveryBusinessInterface_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface_Properties"> <skos:notation><![CDATA[Properties of Digital Public Service Delivery]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface</eira:PURI> <dcterms:type>eira:DigitalPublicServiceDeliveryBusinessInterface</dcterms:type> <dcterms:modified>2023-11-1</dcterms:modified> <eira:synonym></eira:synonym> @@ -3946,13 +3946,13 @@ Last modification: 2023-11-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MobileAppBusinessInterface"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MobileAppBusinessInterface"> <skos:notation><![CDATA[Mobile App]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MobileAppBusinessInterface</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MobileAppBusinessInterface</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Mobile App]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -3965,9 +3965,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/MobileAppBusinessInterface -eira:ID: http://data.europa.eu/dr8/MobileAppBusinessInterface +eira:ID: http://data.europa.eu/dr8/6.0.0/MobileAppBusinessInterface ABB name: eira:MobileAppBusinessInterface @@ -3976,16 +3976,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-20-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface" /> <eira:MobileAppBusinessInterface_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MobileAppBusinessInterface_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MobileAppBusinessInterface_Properties"> <skos:notation><![CDATA[Properties of Mobile App]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MobileAppBusinessInterface_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MobileAppBusinessInterface" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/MobileAppBusinessInterface</eira:PURI> <dcterms:type>eira:MobileAppBusinessInterface</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -3999,13 +3999,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MobileAppBusinessInterface</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DesktopAppBusinessInterface"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DesktopAppBusinessInterface"> <skos:notation><![CDATA[Desktop App]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DesktopAppBusinessInterface</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DesktopAppBusinessInterface</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Desktop App]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -4018,25 +4018,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DesktopAppBusinessInterface -eira:ID: http://data.europa.eu/dr8/DesktopAppBusinessInterface +eira:ID: http://data.europa.eu/dr8/6.0.0/DesktopAppBusinessInterface ABB name: eira:DesktopAppBusinessInterface EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface" /> <eira:DesktopAppBusinessInterface_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DesktopAppBusinessInterface_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DesktopAppBusinessInterface_Properties"> <skos:notation><![CDATA[Properties of Desktop App]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DesktopAppBusinessInterface_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DesktopAppBusinessInterface" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DesktopAppBusinessInterface</eira:PURI> <dcterms:type>eira:DesktopAppBusinessInterface</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -4050,13 +4050,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DesktopAppBusinessInterface</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceAppBusinessInterface"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceAppBusinessInterface"> <skos:notation><![CDATA[Service App]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceAppBusinessInterface</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServiceAppBusinessInterface</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Service App]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -4069,25 +4069,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ServiceAppBusinessInterface -eira:ID: http://data.europa.eu/dr8/ServiceAppBusinessInterface +eira:ID: http://data.europa.eu/dr8/6.0.0/ServiceAppBusinessInterface ABB name: eira:ServiceAppBusinessInterface EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface" /> <eira:ServiceAppBusinessInterface_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceAppBusinessInterface_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceAppBusinessInterface_Properties"> <skos:notation><![CDATA[Properties of Service App]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceAppBusinessInterface_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceAppBusinessInterface" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ServiceAppBusinessInterface</eira:PURI> <dcterms:type>eira:ServiceAppBusinessInterface</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -4101,13 +4101,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServiceAppBusinessInterface</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/WebPortalBusinessInterface"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/WebPortalBusinessInterface"> <skos:notation><![CDATA[Web App]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/WebPortalBusinessInterface</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/WebPortalBusinessInterface</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Web App]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -4120,9 +4120,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/WebPortalBusinessInterface -eira:ID: http://data.europa.eu/dr8/WebPortalBusinessInterface +eira:ID: http://data.europa.eu/dr8/6.0.0/WebPortalBusinessInterface ABB name: eira:WebPortalBusinessInterface @@ -4131,16 +4131,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-20-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryBusinessInterface" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface" /> <eira:WebPortalBusinessInterface_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/WebPortalBusinessInterface_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/WebPortalBusinessInterface_Properties"> <skos:notation><![CDATA[Properties of Web App]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/WebPortalBusinessInterface_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/WebPortalBusinessInterface" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/WebPortalBusinessInterface</eira:PURI> <dcterms:type>eira:WebPortalBusinessInterface</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -4154,13 +4154,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/WebPortalBusinessInterface</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AdaptiveConfigurationBusinessInterface"> <skos:notation><![CDATA[Adaptive Configuration]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AdaptiveConfigurationBusinessInterface</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Adaptive Configuration]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -4173,26 +4173,26 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AdaptiveConfigurationBusinessInterface -eira:ID: http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface" /> <eira:AdaptiveConfigurationBusinessInterface_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AdaptiveConfigurationBusinessInterface_Properties"> <skos:notation><![CDATA[Properties of Adaptive Configuration]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AdaptiveConfigurationBusinessInterface_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AdaptiveConfigurationBusinessInterface" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AdaptiveConfigurationBusinessInterface</eira:PURI> <dcterms:type>eira:AdaptiveConfigurationBusinessInterface</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -4206,13 +4206,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AdaptiveConfigurationBusinessInterface</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegislationOnDigitalPublicServicesBusinessObject"> <skos:notation><![CDATA[Legislation on Digital Public Services]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -4227,7 +4227,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/LegislationOnDigitalPublicServicesBusinessObject eira:ID: https://joinup.ec.europa.eu/data/dr8/LegislationOnDigitalPublicServices @@ -4238,17 +4238,17 @@ 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" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationCatalogueBusinessObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject" /> <eira:LegislationOnDigitalPublicServicesBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationOnDigitalPublicServicesBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -4261,13 +4261,13 @@ Last modification: 2023-10-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegislationOnDigitalPublicServicesBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceCatalogueBusinessObject"> <skos:notation><![CDATA[Digital Public Service Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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) @@ -4280,7 +4280,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceCatalogueBusinessObject eira:ID: ABB614 @@ -4293,16 +4293,16 @@ Last modification: 2023-11-01 eira:dimension: Structural IoP ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalPublicBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService" /> <eira:DigitalPublicServiceCatalogueBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceCatalogueBusinessObject_Properties"> <skos:notation><![CDATA[Properties of Digital Public Service Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceCatalogueBusinessObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceCatalogueBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -4318,13 +4318,13 @@ eira:dimension: Structural IoP <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceCatalogueBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegislationCatalogueBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegislationCatalogueBusinessObject"> <skos:notation><![CDATA[Legislation Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegislationCatalogueBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegislationCatalogueBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Legislation Catalogue]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -4343,7 +4343,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/LegislationCatalogueBusinessObject eira:ID: ABB165 @@ -4354,17 +4354,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalActRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationOnDigitalPublicServicesBusinessObject" /> <eira:LegislationCatalogueBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegislationCatalogueBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegislationCatalogueBusinessObject_Properties"> <skos:notation><![CDATA[Properties of Legislation Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegislationCatalogueBusinessObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationCatalogueBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/LegislationCatalogueBusinessObject</eira:PURI> <dcterms:type>eira:LegislationCatalogueBusinessObject</dcterms:type> <dcterms:modified>2023-09-1</dcterms:modified> <eira:synonym>Official Journal</eira:synonym> @@ -4379,13 +4379,13 @@ Last modification: 2023-09-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegislationCatalogueBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityDimensionBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperabilityDimensionBusinessObject"> <skos:notation><![CDATA[Interoperability Dimension]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityDimensionBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperabilityDimensionBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Dimension]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -4394,7 +4394,7 @@ Source reference: (https://ec.europa.eu/isa2/sites/default/files/eif_brochure_fi 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 +Identifier: http://data.europa.eu/dr8/6.0.0/InteroperabilityDimensionBusinessObject eira:ID: ABB363 @@ -4405,13 +4405,13 @@ Last modification: 2022-23-01 ]]></skos:definition> <eira:InteroperabilityDimensionBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityDimensionBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperabilityDimensionBusinessObject_Properties"> <skos:notation><![CDATA[Properties of Interoperability Dimension]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityDimensionBusinessObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityDimensionBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/InteroperabilityDimensionBusinessObject</eira:PURI> <dcterms:type>eira:InteroperabilityDimensionBusinessObject</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -4425,13 +4425,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperabilityDimensionBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperabilityFrameworkBusinessObject"> <skos:notation><![CDATA[Interoperability Framework]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperabilityFrameworkBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Framework]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: ISA2, EIFv2 @@ -4446,7 +4446,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/InteroperabilityFrameworkBusinessObject eira:ID: ABB206 @@ -4459,13 +4459,13 @@ Last modification: 2022-12-01 ]]></skos:definition> <eira:InteroperabilityFrameworkBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperabilityFrameworkBusinessObject_Properties"> <skos:notation><![CDATA[Properties of Interoperability Framework]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityFrameworkBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -4478,13 +4478,13 @@ Last modification: 2022-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperabilityFrameworkBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityPolicyBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SecurityPolicyBusinessObject"> <skos:notation><![CDATA[Security Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SecurityPolicyBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SecurityPolicyBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Security Policy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[Definition: Security Policy ABB is a Business Object that regulates the protection of customer or client's data. Source: Gartner @@ -4499,7 +4499,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/SecurityPolicyBusinessObject eira:ID: ABB372 @@ -4510,16 +4510,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2023-16-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject" /> <eira:SecurityPolicyBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityPolicyBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SecurityPolicyBusinessObject_Properties"> <skos:notation><![CDATA[Properties of Security Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SecurityPolicyBusinessObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityPolicyBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/SecurityPolicyBusinessObject</eira:PURI> <dcterms:type>eira:SecurityPolicyBusinessObject</dcterms:type> <dcterms:modified>2023-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -4534,13 +4534,13 @@ Last modification: 2023-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SecurityPolicyBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyPolicyBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivacyPolicyBusinessObject"> <skos:notation><![CDATA[Privacy Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivacyPolicyBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PrivacyPolicyBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Privacy Policy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -4555,7 +4555,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PrivacyPolicyBusinessObject eira:ID: ABB373 @@ -4566,16 +4566,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2023-16-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject" /> <eira:PrivacyPolicyBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyPolicyBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivacyPolicyBusinessObject_Properties"> <skos:notation><![CDATA[Properties of Privacy Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivacyPolicyBusinessObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyPolicyBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/PrivacyPolicyBusinessObject</eira:PURI> <dcterms:type>eira:PrivacyPolicyBusinessObject</dcterms:type> <dcterms:modified>2023-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -4589,13 +4589,13 @@ Last modification: 2023-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PrivacyPolicyBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EifInteroperabilityLevelBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EifInteroperabilityLevelBusinessObject"> <skos:notation><![CDATA[EIF Interoperability Level]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EifInteroperabilityLevelBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EifInteroperabilityLevelBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[EIF Interoperability Level]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -4604,7 +4604,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/EifInteroperabilityLevelBusinessObject eira:ID: ABB340 @@ -4615,13 +4615,13 @@ Last modification: 2022-23-01 ]]></skos:definition> <eira:EifInteroperabilityLevelBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EifInteroperabilityLevelBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EifInteroperabilityLevelBusinessObject_Properties"> <skos:notation><![CDATA[Properties of EIF Interoperability Level]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EifInteroperabilityLevelBusinessObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EifInteroperabilityLevelBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/EifInteroperabilityLevelBusinessObject</eira:PURI> <dcterms:type>eira:EifInteroperabilityLevelBusinessObject</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -4634,13 +4634,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EifInteroperabilityLevelBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OpenDataPolicyBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OpenDataPolicyBusinessObject"> <skos:notation><![CDATA[Open Data Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OpenDataPolicyBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OpenDataPolicyBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Open Data Policy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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: EU Open Data guide @@ -4657,7 +4657,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/OpenDataPolicyBusinessObject eira:ID: ABB354 @@ -4668,16 +4668,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2023-16-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject" /> <eira:OpenDataPolicyBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OpenDataPolicyBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OpenDataPolicyBusinessObject_Properties"> <skos:notation><![CDATA[Properties of Open Data Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OpenDataPolicyBusinessObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenDataPolicyBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/OpenDataPolicyBusinessObject</eira:PURI> <dcterms:type>eira:OpenDataPolicyBusinessObject</dcterms:type> <dcterms:modified>2023-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -4691,13 +4691,13 @@ Last modification: 2023-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OpenDataPolicyBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject"> <skos:notation><![CDATA[Legislation on Data Information and Knowledge Exchange]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -4710,7 +4710,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject eira:ID: ABB356 @@ -4719,16 +4719,16 @@ ABB name: eira:LegislationOnDataInformationAndKnowledgeExchangeBusinessObject EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/LegislationOnDigitalPublicServicesBusinessObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationOnDigitalPublicServicesBusinessObject" /> <eira:LegislationOnDataInformationAndKnowledgeExchangeBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject</eira:PURI> <dcterms:type>eira:LegislationOnDataInformationAndKnowledgeExchangeBusinessObject</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -4742,13 +4742,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataPortabilityPolicyBusinessObject"> <skos:notation><![CDATA[Data Portability Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataPortabilityPolicyBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Portability Policy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -4765,7 +4765,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataPortabilityPolicyBusinessObject eira:ID: ABB362 @@ -4776,16 +4776,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2023-16-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject" /> <eira:DataPortabilityPolicyBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataPortabilityPolicyBusinessObject_Properties"> <skos:notation><![CDATA[Properties of Data Portability Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataPortabilityPolicyBusinessObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPortabilityPolicyBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataPortabilityPolicyBusinessObject</eira:PURI> <dcterms:type>eira:DataPortabilityPolicyBusinessObject</dcterms:type> <dcterms:modified>2023-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -4799,13 +4799,13 @@ Last modification: 2023-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataPortabilityPolicyBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityFrameworkBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SecurityFrameworkBusinessObject"> <skos:notation><![CDATA[Security Framework]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SecurityFrameworkBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SecurityFrameworkBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Security Framework]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -4820,7 +4820,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/SecurityFrameworkBusinessObject eira:ID: ABB223 @@ -4831,16 +4831,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-12-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/SecurityPolicyBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityPolicyBusinessObject" /> <eira:SecurityFrameworkBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityFrameworkBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SecurityFrameworkBusinessObject_Properties"> <skos:notation><![CDATA[Properties of Security Framework]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SecurityFrameworkBusinessObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityFrameworkBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -4853,13 +4853,13 @@ Last modification: 2022-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SecurityFrameworkBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPolicyBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject"> <skos:notation><![CDATA[Data Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataPolicyBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Policy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: OECD @@ -4874,7 +4874,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject eira:ID: ABB30 @@ -4887,21 +4887,21 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityPolicyBusinessObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenDataPolicyBusinessObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPortabilityPolicyBusinessObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/MasterDataPolicyBusinessObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyPolicyBusinessObject" /> <eira:DataPolicyBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPolicyBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject_Properties"> <skos:notation><![CDATA[Properties of Data Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataPolicyBusinessObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject</eira:PURI> <dcterms:type>eira:DataPolicyBusinessObject</dcterms:type> <dcterms:modified>2023-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -4916,13 +4916,13 @@ eira:policy_type: [ Information security policy | Privacy policy | Licensing and <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ConformanceTestScenarioBusinessObject"> <skos:notation><![CDATA[Conformance Test Scenario]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ConformanceTestScenarioBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Conformance Test Scenario]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -4937,7 +4937,7 @@ LOST view: Technical view - Infrastructure 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. -Identifier: http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject +Identifier: http://data.europa.eu/dr8/6.0.0/ConformanceTestScenarioBusinessObject eira:ID: ABB130 @@ -4950,13 +4950,13 @@ Last modification: 2022-18-01 ]]></skos:definition> <eira:ConformanceTestScenarioBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ConformanceTestScenarioBusinessObject_Properties"> <skos:notation><![CDATA[Properties of Conformance Test Scenario]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestScenarioBusinessObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestScenarioBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ConformanceTestScenarioBusinessObject</eira:PURI> <dcterms:type>eira:ConformanceTestScenarioBusinessObject</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -4969,13 +4969,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ConformanceTestScenarioBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalGovernancePlanBusinessObject"> <skos:notation><![CDATA[Digital Governance Plan]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalGovernancePlanBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digital Governance Plan]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: EIF @@ -4992,7 +4992,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalGovernancePlanBusinessObject eira:ID: ABB488 @@ -5003,22 +5003,22 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AdaptiveConfigurationBusinessInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnDataSharingContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnPrivacyContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnInteroperabilitySecurityContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnProvisionOfDigitalPublicServicesContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOfTheUseOnCommonInfrastructureContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalAgendaGoal" /> <eira:DigitalGovernancePlanBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalGovernancePlanBusinessObject_Properties"> <skos:notation><![CDATA[Properties of Digital Governance Plan]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalGovernancePlanBusinessObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalGovernancePlanBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -5031,13 +5031,13 @@ Last modification: 2022-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalGovernancePlanBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MasterDataPolicyBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MasterDataPolicyBusinessObject"> <skos:notation><![CDATA[Master Data Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MasterDataPolicyBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MasterDataPolicyBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Master Data Policy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: DAMA DM_BOK @@ -5052,7 +5052,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/MasterDataPolicyBusinessObject eira:ID: ABB353 @@ -5063,16 +5063,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2023-16-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DataPolicyBusinessObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject" /> <eira:MasterDataPolicyBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MasterDataPolicyBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MasterDataPolicyBusinessObject_Properties"> <skos:notation><![CDATA[Properties of Master Data Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MasterDataPolicyBusinessObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MasterDataPolicyBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/MasterDataPolicyBusinessObject</eira:PURI> <dcterms:type>eira:MasterDataPolicyBusinessObject</dcterms:type> <dcterms:modified>2023-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -5086,13 +5086,13 @@ Last modification: 2023-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MasterDataPolicyBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivacyFrameworkBusinessObject"> <skos:notation><![CDATA[Privacy Framework]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PrivacyFrameworkBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Privacy Framework]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -5107,7 +5107,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PrivacyFrameworkBusinessObject eira:ID: ABB228 @@ -5118,17 +5118,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService" /> <eira:PrivacyFrameworkBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivacyFrameworkBusinessObject_Properties"> <skos:notation><![CDATA[Properties of Privacy Framework]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivacyFrameworkBusinessObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyFrameworkBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -5141,13 +5141,13 @@ Last modification: 2022-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PrivacyFrameworkBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InformationBusinessObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InformationBusinessObject"> <skos:notation><![CDATA[Information]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InformationBusinessObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InformationBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Information]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -5162,7 +5162,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/InformationBusinessObject eira:ID: ABB13 @@ -5175,18 +5175,18 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InformationBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalBusinessCapability" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IndividualStakeholder" /> <eira:InformationBusinessObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InformationBusinessObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InformationBusinessObject_Properties"> <skos:notation><![CDATA[Properties of Information]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InformationBusinessObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InformationBusinessObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -5202,13 +5202,13 @@ eira:dimension: Behavioral IoP <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InformationBusinessObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyCycleBusinessProcess"> <skos:notation><![CDATA[Digital-ready Policymaking]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicPolicyCycleBusinessProcess</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digital-ready Policymaking]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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) @@ -5227,7 +5227,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PublicPolicyCycleBusinessProcess eira:ID: ABB102 @@ -5238,16 +5238,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2023-10-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyCourseOfAction" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction" /> <eira:PublicPolicyCycleBusinessProcess_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyCycleBusinessProcess_Properties"> <skos:notation><![CDATA[Properties of Digital-ready Policymaking]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyCycleBusinessProcess_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCycleBusinessProcess" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/PublicPolicyCycleBusinessProcess</eira:PURI> <dcterms:type>eira:PublicPolicyCycleBusinessProcess</dcterms:type> <dcterms:modified>2023-10-1</dcterms:modified> <eira:synonym>Policy Cycle</eira:synonym> @@ -5262,13 +5262,13 @@ Last modification: 2023-10-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicPolicyCycleBusinessProcess</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AgentBusinessRole"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AgentBusinessRole"> <skos:notation><![CDATA[Agent]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AgentBusinessRole</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AgentBusinessRole</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Agent]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -5281,7 +5281,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AgentBusinessRole eira:ID: ABB498 @@ -5292,19 +5292,19 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryProviderBusinessRole" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryConsumerBusinessRole" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalEntityStakeholder" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/IndividualStakeholder" /> <eira:AgentBusinessRole_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AgentBusinessRole_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AgentBusinessRole_Properties"> <skos:notation><![CDATA[Properties of Agent]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AgentBusinessRole_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgentBusinessRole" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AgentBusinessRole</eira:PURI> <dcterms:type>eira:AgentBusinessRole</dcterms:type> <dcterms:modified>2023-12-1</dcterms:modified> <eira:synonym></eira:synonym> @@ -5318,13 +5318,13 @@ Last modification: 2023-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AgentBusinessRole</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryProviderBusinessRole"> <skos:notation><![CDATA[Digital Public Service Provider]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -5337,7 +5337,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryProviderBusinessRole eira:ID: ABB503 @@ -5348,19 +5348,19 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessFunction" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract" /> <eira:DigitalPublicServiceDeliveryProviderBusinessRole_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryProviderBusinessRole_Properties"> <skos:notation><![CDATA[Properties of Digital Public Service Provider]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryProviderBusinessRole_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryProviderBusinessRole" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryProviderBusinessRole</eira:PURI> <dcterms:type>eira:DigitalPublicServiceDeliveryProviderBusinessRole</dcterms:type> <dcterms:modified>2023-12-1</dcterms:modified> <eira:synonym></eira:synonym> @@ -5376,13 +5376,13 @@ Last modification: 2023-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryProviderBusinessRole</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataOwnerBusinessRole"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataOwnerBusinessRole"> <skos:notation><![CDATA[Data Owner]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataOwnerBusinessRole</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataOwnerBusinessRole</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Owner]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -5401,7 +5401,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataOwnerBusinessRole eira:ID: ABB361 @@ -5412,17 +5412,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> <eira:DataOwnerBusinessRole_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataOwnerBusinessRole_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataOwnerBusinessRole_Properties"> <skos:notation><![CDATA[Properties of Data Owner]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataOwnerBusinessRole_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataOwnerBusinessRole" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -5440,13 +5440,13 @@ Last modification: 2022-13-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataOwnerBusinessRole</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryConsumerBusinessRole"> <skos:notation><![CDATA[Digital Public Service Consumer]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -5459,7 +5459,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryConsumerBusinessRole eira:ID: ABB501 @@ -5470,19 +5470,19 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessFunction" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IndividualStakeholder" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract" /> <eira:DigitalPublicServiceDeliveryConsumerBusinessRole_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryConsumerBusinessRole_Properties"> <skos:notation><![CDATA[Properties of Digital Public Service Consumer]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceDeliveryConsumerBusinessRole_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryConsumerBusinessRole" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryConsumerBusinessRole</eira:PURI> <dcterms:type>eira:DigitalPublicServiceDeliveryConsumerBusinessRole</dcterms:type> <dcterms:modified>2023-11-1</dcterms:modified> <eira:synonym></eira:synonym> @@ -5498,13 +5498,13 @@ Last modification: 2023-11-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryConsumerBusinessRole</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicBusinessService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService"> <skos:notation><![CDATA[Digital Public Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicBusinessService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digital Public Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -5517,7 +5517,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService eira:ID: ABB444 @@ -5528,22 +5528,22 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InformationBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionArchitectureDecisionGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalBusinessCapability" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryConsumerBusinessRole" /> <eira:DigitalPublicBusinessService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalPublicBusinessService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService_Properties"> <skos:notation><![CDATA[Properties of Digital Public Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicBusinessService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService</eira:PURI> <dcterms:type>eira:DigitalPublicBusinessService</dcterms:type> <dcterms:modified>2023-11-1</dcterms:modified> <eira:synonym></eira:synonym> @@ -5559,13 +5559,13 @@ Last modification: 2023-11-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityAgreementContract"> <skos:notation><![CDATA[Semantic Interoperability Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityAgreementContract</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Semantic Interoperability Agreement]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -5580,7 +5580,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityAgreementContract eira:ID: ABB232 @@ -5591,16 +5591,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2023-16-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/SemanticAgreementContract" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract" /> <eira:SemanticInteroperabilityAgreementContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityAgreementContract_Properties"> <skos:notation><![CDATA[Properties of Semantic Interoperability Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityAgreementContract</eira:PURI> <dcterms:type>eira:SemanticInteroperabilityAgreementContract</dcterms:type> <dcterms:modified>2023-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -5614,13 +5614,13 @@ Last modification: 2023-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityAgreementContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AgreementOfTheUseOnCommonInfrastructureContract"> <skos:notation><![CDATA[Agreement of the Use on Common Infrastructure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -5633,9 +5633,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AgreementOfTheUseOnCommonInfrastructureContract -eira:ID: http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract +eira:ID: http://data.europa.eu/dr8/6.0.0/AgreementOfTheUseOnCommonInfrastructureContract ABB name: eira:AgreementOfTheUseOnCommonInfrastructureContract @@ -5644,17 +5644,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityFrameworkBusinessObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract" /> <eira:AgreementOfTheUseOnCommonInfrastructureContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOfTheUseOnCommonInfrastructureContract" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AgreementOfTheUseOnCommonInfrastructureContract</eira:PURI> <dcterms:type>eira:AgreementOfTheUseOnCommonInfrastructureContract</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -5667,13 +5667,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AgreementOfTheUseOnCommonInfrastructureContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract"> <skos:notation><![CDATA[Technical Interoperability Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Technical Interoperability Agreement]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -5688,7 +5688,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract eira:ID: ABB234 @@ -5699,18 +5699,18 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract" /> <eira:TechnicalInteroperabilityAgreementContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract_Properties"> <skos:notation><![CDATA[Properties of Technical Interoperability Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract</eira:PURI> <dcterms:type>eira:TechnicalInteroperabilityAgreementContract</dcterms:type> <dcterms:modified>2022-01-17</dcterms:modified> <eira:synonym></eira:synonym> @@ -5727,13 +5727,13 @@ Last modification: 2022-17-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOnPrivacyContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AgreementOnPrivacyContract"> <skos:notation><![CDATA[Agreement on Privacy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnPrivacyContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AgreementOnPrivacyContract</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Agreement on Privacy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -5746,9 +5746,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AgreementOnPrivacyContract -eira:ID: http://data.europa.eu/dr8/AgreementOnPrivacyContract +eira:ID: http://data.europa.eu/dr8/6.0.0/AgreementOnPrivacyContract ABB name: eira:AgreementOnPrivacyContract @@ -5757,17 +5757,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyFrameworkBusinessObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract" /> <eira:AgreementOnPrivacyContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOnPrivacyContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AgreementOnPrivacyContract_Properties"> <skos:notation><![CDATA[Properties of Agreement on Privacy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnPrivacyContract_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnPrivacyContract" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AgreementOnPrivacyContract</eira:PURI> <dcterms:type>eira:AgreementOnPrivacyContract</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -5780,13 +5780,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AgreementOnPrivacyContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AgreementOnProvisionOfDigitalPublicServicesContract"> <skos:notation><![CDATA[Agreement on Provision of Digital Public Services]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -5801,9 +5801,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AgreementOnProvisionOfDigitalPublicServicesContract -eira:ID: http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract +eira:ID: http://data.europa.eu/dr8/6.0.0/AgreementOnProvisionOfDigitalPublicServicesContract ABB name: eira:AgreementOnProvisionOfDigitalPublicServicesContract @@ -5812,16 +5812,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 21/04/2021 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract" /> <eira:AgreementOnProvisionOfDigitalPublicServicesContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOnProvisionOfDigitalPublicServicesContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnProvisionOfDigitalPublicServicesContract" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -5833,13 +5833,13 @@ Last modification: 21/04/2021 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AgreementOnProvisionOfDigitalPublicServicesContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityAgreementContract"> <skos:notation><![CDATA[Legal Interoperability Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityAgreementContract</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Legal Interoperability Agreement]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -5856,7 +5856,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityAgreementContract eira:ID: ABB226 @@ -5867,19 +5867,19 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EifPrinciple" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalAgreementContract" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLegalInteroperabilityAgreement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/NationalLegalInteroperabilityAgreementContract" /> <eira:LegalInteroperabilityAgreementContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityAgreementContract_Properties"> <skos:notation><![CDATA[Properties of Legal Interoperability Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -5895,13 +5895,13 @@ Last modification: 2023-10-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityAgreementContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticAgreementContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract"> <skos:notation><![CDATA[Semantic Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SemanticAgreementContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Semantic Agreement]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -5918,7 +5918,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract eira:ID: ABB374 @@ -5929,16 +5929,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2023-16-01 ]]></skos:definition> - <skos:narrower rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityAgreementContract" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityAgreementContract" /> <eira:SemanticAgreementContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticAgreementContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract_Properties"> <skos:notation><![CDATA[Properties of Semantic Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SemanticAgreementContract_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract</eira:PURI> <dcterms:type>eira:SemanticAgreementContract</dcterms:type> <dcterms:modified>2023-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -5953,13 +5953,13 @@ Last modification: 2023-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AgreementOnInteroperabilitySecurityContract"> <skos:notation><![CDATA[Agreement on Interoperability Security]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -5976,9 +5976,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AgreementOnInteroperabilitySecurityContract -eira:ID: http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract +eira:ID: http://data.europa.eu/dr8/6.0.0/AgreementOnInteroperabilitySecurityContract ABB name: eira:AgreementOnInteroperabilitySecurityContract @@ -5987,17 +5987,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityFrameworkBusinessObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract" /> <eira:AgreementOnInteroperabilitySecurityContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AgreementOnInteroperabilitySecurityContract_Properties"> <skos:notation><![CDATA[Properties of Agreement on Interoperability Security]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnInteroperabilitySecurityContract_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnInteroperabilitySecurityContract" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -6010,13 +6010,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AgreementOnInteroperabilitySecurityContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceLevelAgreementContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceLevelAgreementContract"> <skos:notation><![CDATA[Service Level Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceLevelAgreementContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServiceLevelAgreementContract</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Service Level Agreement]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -6031,9 +6031,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ServiceLevelAgreementContract -eira:ID: http://data.europa.eu/dr8/ServiceLevelAgreementContract +eira:ID: http://data.europa.eu/dr8/6.0.0/ServiceLevelAgreementContract ABB name: eira:ServiceLevelAgreementContract @@ -6042,16 +6042,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-17-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/TechnicalAgreementContract" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract" /> <eira:ServiceLevelAgreementContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceLevelAgreementContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceLevelAgreementContract_Properties"> <skos:notation><![CDATA[Properties of Service Level Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceLevelAgreementContract_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceLevelAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ServiceLevelAgreementContract</eira:PURI> <dcterms:type>eira:ServiceLevelAgreementContract</dcterms:type> <dcterms:modified>2022-01-17</dcterms:modified> <eira:synonym></eira:synonym> @@ -6065,13 +6065,13 @@ Last modification: 2022-17-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServiceLevelAgreementContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalAgreementContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalAgreementContract"> <skos:notation><![CDATA[Organisational Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalAgreementContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrganisationalAgreementContract</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Organisational Agreement]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -6090,7 +6090,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/OrganisationalAgreementContract eira:ID: ABB371 @@ -6101,18 +6101,18 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataOwnerBusinessRole" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract" /> <eira:OrganisationalAgreementContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalAgreementContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalAgreementContract_Properties"> <skos:notation><![CDATA[Properties of Organisational Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalAgreementContract_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/OrganisationalAgreementContract</eira:PURI> <dcterms:type>eira:OrganisationalAgreementContract</dcterms:type> <dcterms:modified>2022-01-13</dcterms:modified> <eira:synonym>Governance Agreement</eira:synonym> @@ -6127,13 +6127,13 @@ Last modification: 2022-13-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrganisationalAgreementContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOnDataSharingContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AgreementOnDataSharingContract"> <skos:notation><![CDATA[Agreement on Data Sharing]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnDataSharingContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -6150,9 +6150,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AgreementOnDataSharingContract -eira:ID: http://data.europa.eu/dr8/AgreementOnDataSharingContract +eira:ID: http://data.europa.eu/dr8/6.0.0/AgreementOnDataSharingContract ABB name: eira:AgreementOnDataSharingContract @@ -6161,17 +6161,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityFrameworkBusinessObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract" /> <eira:AgreementOnDataSharingContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AgreementOnDataSharingContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AgreementOnDataSharingContract_Properties"> <skos:notation><![CDATA[Properties of Agreement on Data Sharing]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AgreementOnDataSharingContract_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnDataSharingContract" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -6184,13 +6184,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AgreementOnDataSharingContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalAgreementContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalAgreementContract"> <skos:notation><![CDATA[Legal Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalAgreementContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegalAgreementContract</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Legal Agreement]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[Definition: Legal Agreement ABB is a Contract enabling collaboration between digital public services cross legal jurisdictions. Source: EIF @@ -6207,7 +6207,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/LegalAgreementContract eira:ID: ABB630 @@ -6218,16 +6218,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2023-10-01 ]]></skos:definition> - <skos:narrower rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityAgreementContract" /> <eira:LegalAgreementContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalAgreementContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalAgreementContract_Properties"> <skos:notation><![CDATA[Properties of Legal Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalAgreementContract_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -6240,13 +6240,13 @@ Last modification: 2023-10-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegalAgreementContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FrameworkAgreementContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FrameworkAgreementContract"> <skos:notation><![CDATA[Framework Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FrameworkAgreementContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FrameworkAgreementContract</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Framework Agreement]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -6265,26 +6265,26 @@ READY4SmartCities (ICT Roadmap and Data Interoperability for Energy Systems in S 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalAgreementContract" /> <eira:FrameworkAgreementContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FrameworkAgreementContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FrameworkAgreementContract_Properties"> <skos:notation><![CDATA[Properties of Framework Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FrameworkAgreementContract_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FrameworkAgreementContract" /> <dcterms:type>eira:FrameworkAgreementContract</dcterms:type> - <eira:PURI>http://data.europa.eu/dr8/FrameworkAgreementContract</eira:PURI> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FrameworkAgreementContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilitySpecificationContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecificationContract"> <skos:notation><![CDATA[Interoperability Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilitySpecificationContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecificationContract</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Specification]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 Source: ISA2 @@ -6293,24 +6293,24 @@ Source reference: https://joinup.ec.europa.eu/taxonomy/term/http_e_f_fdata_ceuro 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 +Identifier: http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecificationContract -eira:ID: http://data.europa.eu/dr8/InteroperabilitySpecificationContract +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAArchitectureBuildingBlockRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityRequirement" /> <eira:InteroperabilitySpecificationContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilitySpecificationContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecificationContract_Properties"> <skos:notation><![CDATA[Properties of Interoperability Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilitySpecificationContract_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecificationContract" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecificationContract</eira:PURI> <dcterms:type>eira:InteroperabilitySpecificationContract</dcterms:type> <dcterms:modified>2023-04-19</dcterms:modified> <eira:synonym></eira:synonym> @@ -6330,13 +6330,13 @@ ABB name: eira:InteroperabilitySpecificationContract <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecificationContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract"> <skos:notation><![CDATA[Organisational Interoperability Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Organisational Interoperability Agreement]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -6353,7 +6353,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract eira:ID: ABB119 @@ -6364,21 +6364,21 @@ 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" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnDataSharingContract" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnProvisionOfDigitalPublicServicesContract" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalAgreementContract" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOfTheUseOnCommonInfrastructureContract" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnPrivacyContract" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnInteroperabilitySecurityContract" /> <eira:OrganisationalInteroperabilityAgreementContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract_Properties"> <skos:notation><![CDATA[Properties of Organisational Interoperability Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilityAgreementContract_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -6393,13 +6393,13 @@ Last modification: 2022-13-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalAgreementContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract"> <skos:notation><![CDATA[Technical Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnicalAgreementContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Technical Agreement]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -6414,7 +6414,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract eira:ID: ABB377 @@ -6425,17 +6425,17 @@ 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" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceLevelAgreementContract" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract" /> <eira:TechnicalAgreementContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalAgreementContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract_Properties"> <skos:notation><![CDATA[Properties of Technical Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnicalAgreementContract_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract</eira:PURI> <dcterms:type>eira:TechnicalAgreementContract</dcterms:type> <dcterms:modified>2022-01-17</dcterms:modified> <eira:synonym></eira:synonym> @@ -6451,13 +6451,13 @@ Last modification: 2022-17-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/NationalLegalInteroperabilityAgreementContract"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/NationalLegalInteroperabilityAgreementContract"> <skos:notation><![CDATA[National Legal Interoperability Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/NationalLegalInteroperabilityAgreementContract</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -6474,7 +6474,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/NationalLegalInteroperabilityAgreementContract eira:ID: https://joinup.ec.europa.eu/data/dr8/NationalLegalInteroperabilityAgreement @@ -6485,16 +6485,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-18-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityAgreementContract" /> <eira:NationalLegalInteroperabilityAgreementContract_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/NationalLegalInteroperabilityAgreementContract_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/NationalLegalInteroperabilityAgreementContract_Properties"> <skos:notation><![CDATA[Properties of National Legal Interoperability Agreement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/NationalLegalInteroperabilityAgreementContract_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/NationalLegalInteroperabilityAgreementContract" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -6507,13 +6507,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/NationalLegalInteroperabilityAgreementContract</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreement"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EuropeanLegalInteroperabilityAgreement"> <skos:notation><![CDATA[European Legal Interoperability Agreeement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -6541,16 +6541,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-18-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityAgreementContract" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityAgreementContract" /> <eira:EuropeanLegalInteroperabilityAgreement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EuropeanLegalInteroperabilityAgreement_Properties"> <skos:notation><![CDATA[Properties of European Legal Interoperability Agreeement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLegalInteroperabilityAgreement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLegalInteroperabilityAgreement" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -6563,13 +6563,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EuropeanLegalInteroperabilityAgreement</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataRepresentation"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataRepresentation"> <skos:notation><![CDATA[Data Representation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataRepresentation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataRepresentation</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Representation]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -6586,7 +6586,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataRepresentation eira:ID: ABB182 @@ -6597,17 +6597,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeRepresentation" /> <eira:DataRepresentation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataRepresentation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataRepresentation_Properties"> <skos:notation><![CDATA[Properties of Data Representation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataRepresentation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataRepresentation" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataRepresentation</eira:PURI> <dcterms:type>eira:DataRepresentation</dcterms:type> <dcterms:modified>2022-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -6621,13 +6621,13 @@ Last modification: 2022-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataRepresentation</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LinkedOpenDataRepresentation"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LinkedOpenDataRepresentation"> <skos:notation><![CDATA[Linked Open Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LinkedOpenDataRepresentation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LinkedOpenDataRepresentation</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Linked Open Data]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -6640,11 +6640,11 @@ 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/6.0.0/LinkedOpenData -Identifier: http://data.europa.eu/dr8/LinkedOpenDataRepresentation +Identifier: http://data.europa.eu/dr8/6.0.0/LinkedOpenDataRepresentation -eira:ID: http://data.europa.eu/dr8/LinkedOpenDataRepresentation +eira:ID: http://data.europa.eu/dr8/6.0.0/LinkedOpenDataRepresentation ABB name: eira:LinkedOpenDataRepresentation @@ -6653,16 +6653,16 @@ 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" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenDataRepresentation" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedDataRepresentation" /> <eira:LinkedOpenDataRepresentation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LinkedOpenDataRepresentation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LinkedOpenDataRepresentation_Properties"> <skos:notation><![CDATA[Properties of Linked Open Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LinkedOpenDataRepresentation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedOpenDataRepresentation" /> <dcterms:type>eira:LinkedOpenDataRepresentation</dcterms:type> <dcterms:modified>2022-01-26</dcterms:modified> <eira:synonym></eira:synonym> @@ -6673,17 +6673,17 @@ Last modification: 2022-26-01 <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LinkedOpenDataRepresentation</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LinkedDataRepresentation"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LinkedDataRepresentation"> <skos:notation><![CDATA[Linked Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LinkedDataRepresentation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LinkedDataRepresentation</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Linked Data]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -6696,9 +6696,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/LinkedDataRepresentation -eira:ID: http://data.europa.eu/dr8/LinkedDataRepresentation +eira:ID: http://data.europa.eu/dr8/6.0.0/LinkedDataRepresentation ABB name: eira:LinkedDataRepresentation @@ -6707,18 +6707,18 @@ 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" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedDataEventStreamRepresentation" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedOpenDataRepresentation" /> <eira:LinkedDataRepresentation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LinkedDataRepresentation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LinkedDataRepresentation_Properties"> <skos:notation><![CDATA[Properties of Linked Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LinkedDataRepresentation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedDataRepresentation" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/LinkedDataRepresentation</eira:PURI> <dcterms:type>eira:LinkedDataRepresentation</dcterms:type> <dcterms:modified>2022-01-26</dcterms:modified> <eira:synonym></eira:synonym> @@ -6732,13 +6732,13 @@ Last modification: 2022-26-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LinkedDataRepresentation</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalActRepresentation"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalActRepresentation"> <skos:notation><![CDATA[Legal Act Representation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalActRepresentation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegalActRepresentation</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Legal Act Representation]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -6753,9 +6753,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/LegalActRepresentation -eira:ID: http://data.europa.eu/dr8/LegalActRepresentation +eira:ID: http://data.europa.eu/dr8/6.0.0/LegalActRepresentation ABB name: eira:LegalActRepresentation @@ -6766,17 +6766,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalActRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeRepresentation" /> <eira:LegalActRepresentation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalActRepresentation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalActRepresentation_Properties"> <skos:notation><![CDATA[Properties of Legal Act Representation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalActRepresentation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalActRepresentation" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -6791,13 +6791,13 @@ eira:modelType: Behavioural IoP, Structural IoP <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegalActRepresentation</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeRepresentation"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KnowledgeRepresentation"> <skos:notation><![CDATA[Knowledge]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeRepresentation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KnowledgeRepresentation</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Knowledge]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -6810,26 +6810,26 @@ IoP Dimension: Behavioral IoP LOST view: Semantic view -Identifier: http://data.europa.eu/dr8/KnowledgeRepresentation +Identifier: http://data.europa.eu/dr8/6.0.0/KnowledgeRepresentation -eira:ID: http://data.europa.eu/dr8/KnowledgeRepresentation +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataRepresentation" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalActRepresentation" /> <eira:KnowledgeRepresentation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeRepresentation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KnowledgeRepresentation_Properties"> <skos:notation><![CDATA[Properties of Knowledge]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeRepresentation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeRepresentation" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/KnowledgeRepresentation</eira:PURI> <dcterms:type>eira:KnowledgeRepresentation</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -6843,13 +6843,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KnowledgeRepresentation</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LinkedDataEventStreamRepresentation"> <skos:notation><![CDATA[Linked Data Event Stream]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -6862,11 +6862,11 @@ 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/6.0.0/LinkedDataEventStream -Identifier: http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation +Identifier: http://data.europa.eu/dr8/6.0.0/LinkedDataEventStreamRepresentation -eira:ID: http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation +eira:ID: http://data.europa.eu/dr8/6.0.0/LinkedDataEventStreamRepresentation ABB name: eira:LinkedDataEventStreamRepresentation @@ -6875,15 +6875,15 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-26-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/LinkedDataRepresentation" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedDataRepresentation" /> <eira:LinkedDataEventStreamRepresentation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LinkedDataEventStreamRepresentation_Properties"> <skos:notation><![CDATA[Properties of Linked Data Event Stream]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LinkedDataEventStreamRepresentation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedDataEventStreamRepresentation" /> <dcterms:type>eira:LinkedDataEventStreamRepresentation</dcterms:type> <dcterms:modified>2022-01-26</dcterms:modified> <eira:synonym></eira:synonym> @@ -6894,17 +6894,17 @@ Last modification: 2022-26-01 <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LinkedDataEventStreamRepresentation</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OpenDataRepresentation"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OpenDataRepresentation"> <skos:notation><![CDATA[Open Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OpenDataRepresentation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OpenDataRepresentation</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Open Data]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -6917,7 +6917,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/OpenDataRepresentation eira:ID: ABB512 @@ -6928,17 +6928,17 @@ 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" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedOpenDataRepresentation" /> <eira:OpenDataRepresentation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OpenDataRepresentation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OpenDataRepresentation_Properties"> <skos:notation><![CDATA[Properties of Open Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OpenDataRepresentation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenDataRepresentation" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/OpenDataRepresentation</eira:PURI> <dcterms:type>eira:OpenDataRepresentation</dcterms:type> <dcterms:modified>2022-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -6952,13 +6952,13 @@ Last modification: 2022-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OpenDataRepresentation</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceDiscoveryComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceDiscoveryComponent"> <skos:notation><![CDATA[Service Discovery Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceDiscoveryComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServiceDiscoveryComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Service Discovery Component]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -6981,17 +6981,17 @@ Consul has multiple components, but as a whole, it is a tool for discovering and • 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceDiscoveryService" /> <owl:deprecated>true</owl:deprecated> <eira:ServiceDiscoveryComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceDiscoveryComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceDiscoveryComponent_Properties"> <skos:notation><![CDATA[Properties of Service Discovery Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceDiscoveryComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceDiscoveryComponent" /> <dcterms:type>eira:ServiceDiscoveryComponent</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:ABB_Status>Obsolete</eira:ABB_Status> @@ -6999,11 +6999,11 @@ Source: (https://www.consul.io/)]]></skos:definition> <eira:iopDimension>Structural IoP</eira:iopDimension> <eira:ID>ABB221</eira:ID> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AdministrationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AdministrationComponent"> <skos:notation><![CDATA[Administration Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AdministrationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AdministrationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Administration Component]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -7013,50 +7013,50 @@ The following implementation is an example on how this specific Architecture Bui 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LifecycleManagementService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AdministrationAndMonitoringService" /> <owl:deprecated>true</owl:deprecated> <eira:AdministrationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AdministrationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AdministrationComponent_Properties"> <skos:notation><![CDATA[Properties of Administration Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AdministrationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/AdministrationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessProcessManagementComponent"> <skos:notation><![CDATA[Business Process Management Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessProcessManagementComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ChoreographyService" /> <owl:deprecated>true</owl:deprecated> <eira:BusinessProcessManagementComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessProcessManagementComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessProcessManagementComponent_Properties"> <skos:notation><![CDATA[Properties of Business Process Management Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessProcessManagementComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessProcessManagementComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ConfigurationAndSolutionCartographyServiceComponent"> <skos:notation><![CDATA[Configuration and Solution Cartography Service Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyServiceComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: Implements the functionality of documenting the configuration and architecture of solutions. @@ -7072,27 +7072,27 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ConfigurationAndSolutionCartographyService" /> <owl:deprecated>true</owl:deprecated> <eira:ConfigurationAndSolutionCartographyServiceComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyServiceComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyServiceComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessIntelligenceComponent"> <skos:notation><![CDATA[Business Intelligence Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessIntelligenceComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BusinessIntelligenceComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Business Intelligence Component]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Based on Gartner @@ -7103,28 +7103,28 @@ The following implementation is an example on how this specific Architecture Bui 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessAnalyticsService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessReportingService" /> <owl:deprecated>true</owl:deprecated> <eira:BusinessIntelligenceComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessIntelligenceComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessIntelligenceComponent_Properties"> <skos:notation><![CDATA[Properties of Business Intelligence Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessIntelligenceComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessIntelligenceComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RecordManagementComponent"> <skos:notation><![CDATA[Record Management Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RecordManagementComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RecordManagementComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Record Management Component]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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". @@ -7163,27 +7163,27 @@ ePHOENIX replaces physical paper files, thus removing the need for space-consumi 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RecordManagementService" /> <owl:deprecated>true</owl:deprecated> <eira:RecordManagementComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RecordManagementComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RecordManagementComponent_Properties"> <skos:notation><![CDATA[Properties of Record Management Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RecordManagementComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/RecordManagementComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PartnerManagementComponent"> <skos:notation><![CDATA[Partner Management Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PartnerManagementComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PartnerManagementComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Partner Management Component]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -7194,27 +7194,27 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PartnerManagementService" /> <owl:deprecated>true</owl:deprecated> <eira:PartnerManagementComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PartnerManagementComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PartnerManagementComponent_Properties"> <skos:notation><![CDATA[Properties of Partner Management Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PartnerManagementComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PartnerManagementComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/CollaborationComponent"> <skos:notation><![CDATA[Collaboration Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/CollaborationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/CollaborationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Collaboration Component]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -7226,28 +7226,28 @@ The following implementation is an example on how this specific Architecture Bui 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AudiovisualService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MessagingService" /> <owl:deprecated>true</owl:deprecated> <eira:CollaborationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CollaborationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/CollaborationComponent_Properties"> <skos:notation><![CDATA[Properties of Collaboration Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/CollaborationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/CollaborationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolution"> <skos:notation><![CDATA[Interoperable European Solution]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolution</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolution</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Interoperable European Solution]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -7266,24 +7266,24 @@ https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eDelivery]]></skos:defin <owl:deprecated>true</owl:deprecated> <eira:InteroperableEuropeanSolution_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolution_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolution_Properties"> <skos:notation><![CDATA[Properties of Interoperable European Solution]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolution_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolution" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionComponent"> <skos:notation><![CDATA[Interoperable European Solution Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolutionComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: Interoperable European Solution Component represents the encapsulation of a functionality provided by an Interoperable European Solution. @@ -7300,26 +7300,26 @@ The following implementation is an example on how this specific Architecture Bui 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionService" /> <owl:deprecated>true</owl:deprecated> <eira:InteroperableEuropeanSolutionComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolutionComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionComponent_Properties"> <skos:notation><![CDATA[Properties of Interoperable European Solution Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolutionComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContentManagementComponent"> <skos:notation><![CDATA[Content Management Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContentManagementComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ContentManagementComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Content Management Component]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -7339,28 +7339,28 @@ Plone provides the following features: - 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentManagementService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DocumentManagementService" /> <owl:deprecated>true</owl:deprecated> <eira:ContentManagementComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentManagementComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContentManagementComponent_Properties"> <skos:notation><![CDATA[Properties of Content Management Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContentManagementComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ContentManagementComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalServiceInfrastructure"> <skos:notation><![CDATA[Digital Service Infrastructure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalServiceInfrastructure</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalServiceInfrastructure</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digital Service Infrastructure]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -7380,27 +7380,27 @@ eHealth refers to tools and services using information and communication technol In the future, two other services, the European Reference Networks and Interoperable Patient registries might be deployed. Source: (https://webgate.ec.europa.eu/sanco-xmlgate/Login.jsp)]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolution" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolution" /> <owl:deprecated>true</owl:deprecated> <eira:DigitalServiceInfrastructure_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalServiceInfrastructure_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalServiceInfrastructure_Properties"> <skos:notation><![CDATA[Properties of Digital Service Infrastructure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalServiceInfrastructure_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalServiceInfrastructure" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LoggingComponent"> <skos:notation><![CDATA[Logging Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LoggingComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LoggingComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Logging Component]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -7421,27 +7421,27 @@ Improvements in Log4j 2: • 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LoggingService" /> <owl:deprecated>true</owl:deprecated> <eira:LoggingComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LoggingComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LoggingComponent_Properties"> <skos:notation><![CDATA[Properties of Logging Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LoggingComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/LoggingComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataWarehouseComponent"> <skos:notation><![CDATA[Data Warehouse Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataWarehouseComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataWarehouseComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Warehouse Component]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -7464,27 +7464,27 @@ that a data warehouse might provide - 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataWarehouseService" /> <owl:deprecated>true</owl:deprecated> <eira:DataWarehouseComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataWarehouseComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataWarehouseComponent_Properties"> <skos:notation><![CDATA[Properties of Data Warehouse Component]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataWarehouseComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataWarehouseComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ConfigurationAndSolutionCartographyService"> <skos:notation><![CDATA[Configuration and Solution Cartography Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: Shares the functionality of documenting the configuration and architecture of solutions. @@ -7503,23 +7503,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ConfigurationAndSolutionCartographyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessReportingService"> <skos:notation><![CDATA[Business Reporting Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessReportingService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BusinessReportingService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Business Reporting Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -7534,23 +7534,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessReportingService_Properties"> <skos:notation><![CDATA[Properties of Business Reporting Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessReportingService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessReportingService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SharedPlatform"> <skos:notation><![CDATA[Shared Platform]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SharedPlatform</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SharedPlatform</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Shared Platform]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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); @@ -7570,27 +7570,27 @@ The following implementation is an example on how this specific Architecture Bui 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalServiceInfrastructure" /> <owl:deprecated>true</owl:deprecated> <eira:SharedPlatform_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedPlatform_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SharedPlatform_Properties"> <skos:notation><![CDATA[Properties of Shared Platform]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SharedPlatform_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedPlatform" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LifecycleManagementService"> <skos:notation><![CDATA[Lifecycle Management Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LifecycleManagementService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LifecycleManagementService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Lifecycle Management Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -7607,23 +7607,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LifecycleManagementService_Properties"> <skos:notation><![CDATA[Properties of Lifecycle Management Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LifecycleManagementService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/LifecycleManagementService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionService"> <skos:notation><![CDATA[Interoperable European Solution Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolutionService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[DESCRIPTION: Represents an explicitly defined shared application behavior of an Inteoperable European Solution. @@ -7643,23 +7643,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionService_Properties"> <skos:notation><![CDATA[Properties of Interoperable European Solution Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolutionService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ChoreographyService"> <skos:notation><![CDATA[Choreography Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ChoreographyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ChoreographyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Choreography Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. 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. @@ -7678,23 +7678,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ChoreographyService_Properties"> <skos:notation><![CDATA[Properties of Choreography Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ChoreographyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ChoreographyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessAnalyticsService"> <skos:notation><![CDATA[Business Analytics Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessAnalyticsService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BusinessAnalyticsService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Business Analytics Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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). Based on Gartner @@ -7713,23 +7713,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessAnalyticsService_Properties"> <skos:notation><![CDATA[Properties of Business Analytics Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessAnalyticsService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessAnalyticsService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AudiovisualService"> <skos:notation><![CDATA[Audiovisual Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AudiovisualService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AudiovisualService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Audiovisual Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[Shares the functionality of broadcasting of “audio and video†content over the internet or satellite. Source: ISA2 - EIA Action @@ -7744,23 +7744,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AudiovisualService_Properties"> <skos:notation><![CDATA[Properties of Audiovisual Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AudiovisualService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/AudiovisualService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceDiscoveryService"> <skos:notation><![CDATA[Service Discovery Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceDiscoveryService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServiceDiscoveryService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Service Discovery Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -7799,23 +7799,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceDiscoveryService_Properties"> <skos:notation><![CDATA[Properties of Service Discovery Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceDiscoveryService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceDiscoveryService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceRegistry"> <skos:notation><![CDATA[Service Registry]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceRegistry</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServiceRegistry</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Service Registry]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -7838,22 +7838,22 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceRegistry_Properties"> <skos:notation><![CDATA[Properties of Service Registry]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceRegistry_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceRegistry" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MessagingService"> <skos:notation><![CDATA[Messaging Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MessagingService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MessagingService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Messaging Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -7868,23 +7868,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MessagingService_Properties"> <skos:notation><![CDATA[Properties of Messaging Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MessagingService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/MessagingService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RecordManagementService"> <skos:notation><![CDATA[Record Management Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RecordManagementService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RecordManagementService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Record Management Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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". Based on ISO 15489-1:2016 @@ -7908,23 +7908,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RecordManagementService_Properties"> <skos:notation><![CDATA[Properties of Record Management Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RecordManagementService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/RecordManagementService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PartnerManagementService"> <skos:notation><![CDATA[Partner Management Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PartnerManagementService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PartnerManagementService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Partner Management Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -7938,23 +7938,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PartnerManagementService_Properties"> <skos:notation><![CDATA[Properties of Partner Management Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PartnerManagementService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PartnerManagementService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LoggingService"> <skos:notation><![CDATA[Logging Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LoggingService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LoggingService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Logging Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -7978,23 +7978,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LoggingService_Properties"> <skos:notation><![CDATA[Properties of Logging Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LoggingService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/LoggingService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataWarehouseService"> <skos:notation><![CDATA[Data Warehouse Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataWarehouseService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataWarehouseService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Warehouse Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -8021,23 +8021,23 @@ Source: (https://ec.europa.eu/eurostat/cros/content/data-warehouse-sga1_en)]]></ <owl:deprecated>true</owl:deprecated> <eira:DataWarehouseService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataWarehouseService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataWarehouseService_Properties"> <skos:notation><![CDATA[Properties of Data Warehouse Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataWarehouseService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataWarehouseService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DocumentManagementService"> <skos:notation><![CDATA[Document Management Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DocumentManagementService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DocumentManagementService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Document Management Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 The definition of a Record Management Service includes a differentiation towards record management and e-archiving. @@ -8057,23 +8057,23 @@ https://www.coe.int/en/web/documents-records-archives-information/home]]></skos: <owl:deprecated>true</owl:deprecated> <eira:DocumentManagementService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DocumentManagementService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DocumentManagementService_Properties"> <skos:notation><![CDATA[Properties of Document Management Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DocumentManagementService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/DocumentManagementService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContentManagementService"> <skos:notation><![CDATA[Content Management Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContentManagementService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ContentManagementService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Content Management Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Based on DAMA @@ -8089,23 +8089,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContentManagementService_Properties"> <skos:notation><![CDATA[Properties of Content Management Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContentManagementService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ContentManagementService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AdministrationAndMonitoringService"> <skos:notation><![CDATA[Administration and Monitoring Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AdministrationAndMonitoringService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -8155,44 +8155,44 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AdministrationAndMonitoringService_Properties"> <skos:notation><![CDATA[Properties of Administration and Monitoring Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AdministrationAndMonitoringService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/AdministrationAndMonitoringService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataStandard"> <skos:notation><![CDATA[Data Standard]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataStandard</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataStandard</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Standard]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataStandard_Properties"> <skos:notation><![CDATA[Properties of Data Standard]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataStandard_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataStandard" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OpenData"> <skos:notation><![CDATA[Open Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OpenData</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OpenData</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Open Data]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -8219,23 +8219,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OpenData_Properties"> <skos:notation><![CDATA[Properties of Open Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OpenData_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/OpenData" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TransactionalData"> <skos:notation><![CDATA[Transactional Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TransactionalData</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TransactionalData</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Transactional Data]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[Data that covers the business information related to business transactions and information exchanges. Based on DAMA DM_BOK @@ -8260,23 +8260,23 @@ http://unfccc.int/kyoto_protocol/registry_systems/itl/items/4065.php]]></skos:de <owl:deprecated>true</owl:deprecated> <eira:TransactionalData_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TransactionalData_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TransactionalData_Properties"> <skos:notation><![CDATA[Properties of Transactional Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TransactionalData_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/TransactionalData" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BaseRegistryData"> <skos:notation><![CDATA[Base Registry Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BaseRegistryData</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BaseRegistryData</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Base Registry Data]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -8306,44 +8306,44 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BaseRegistryData_Properties"> <skos:notation><![CDATA[Properties of Base Registry Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BaseRegistryData_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/BaseRegistryData" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataStandardCatalogue"> <skos:notation><![CDATA[Data Standard Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataStandardCatalogue</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataStandardCatalogue</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Standard Catalogue]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataStandardCatalogue_Properties"> <skos:notation><![CDATA[Properties of Data Standard Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataStandardCatalogue_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataStandardCatalogue" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DescriptiveMetadata"> <skos:notation><![CDATA[Descriptive Metadata]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DescriptiveMetadata</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DescriptiveMetadata</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Descriptive Metadata]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -8364,23 +8364,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DescriptiveMetadata_Properties"> <skos:notation><![CDATA[Properties of Descriptive Metadata]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DescriptiveMetadata_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/DescriptiveMetadata" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueApplicationComponent"> <skos:notation><![CDATA[Data Persistence]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Persistence]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -8395,9 +8395,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueApplicationComponent -eira:ID: http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent +eira:ID: http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueApplicationComponent ABB name: eira:DataSyntaxMappingCatalogueApplicationComponent @@ -8406,16 +8406,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-20-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPersistenceApplicationApplicationService" /> <eira:DataSyntaxMappingCatalogueApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Data Persistence]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxMappingCatalogueApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueApplicationComponent</eira:PURI> <dcterms:type>eira:DataSyntaxMappingCatalogueApplicationComponent</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -8429,13 +8429,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationComponent"> <skos:notation><![CDATA[Artificial Intelligence]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Artificial Intelligence]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -8450,7 +8450,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationComponent eira:ID: ABB423 @@ -8459,16 +8459,16 @@ ABB name: eira:ArtificialIntelligenceApplicationComponent EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationService" /> <eira:ArtificialIntelligenceApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Artificial Intelligence]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationComponent</eira:PURI> <dcterms:type>eira:ArtificialIntelligenceApplicationComponent</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -8482,13 +8482,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationComponent"> <skos:notation><![CDATA[Knowledge Discovery]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Knowledge Discovery]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -8503,7 +8503,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationComponent eira:ID: ABB467 @@ -8514,16 +8514,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-20-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationService" /> <eira:KnowledgeDiscoveryApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Knowledge Discovery]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationComponent</eira:PURI> <dcterms:type>eira:KnowledgeDiscoveryApplicationComponent</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -8537,13 +8537,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPublicationApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationComponent"> <skos:notation><![CDATA[Data Publication]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataPublicationApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Publication]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: ISA2 @@ -8558,7 +8558,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationComponent eira:ID: ABB209 @@ -8569,16 +8569,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-23-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataPublicationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationService" /> <eira:DataPublicationApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPublicationApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Data Publication]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataPublicationApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationComponent</eira:PURI> <dcterms:type>eira:DataPublicationApplicationComponent</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -8593,13 +8593,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BlockchainApplicationComponent"> <skos:notation><![CDATA[Blockchain]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BlockchainApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BlockchainApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Blockchain]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -8616,7 +8616,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/BlockchainApplicationComponent eira:ID: ABB531 @@ -8627,16 +8627,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-20-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/BlockchainApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainApplicationService" /> <eira:BlockchainApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BlockchainApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Blockchain]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BlockchainApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/BlockchainApplicationComponent</eira:PURI> <dcterms:type>eira:BlockchainApplicationComponent</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -8650,13 +8650,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BlockchainApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestingApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationComponent"> <skos:notation><![CDATA[Conformance Testing]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestingApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Comformance Testing Application]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -8671,7 +8671,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationComponent eira:ID: ABB129 @@ -8682,17 +8682,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestScenarioBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationService" /> <eira:ConformanceTestingApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestingApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Conformance Testing]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestingApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationComponent</eira:PURI> <dcterms:type>eira:ConformanceTestingApplicationComponent</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -8706,31 +8706,31 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/HTTPSLoadBalancerApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/HTTPSLoadBalancerApplicationComponent"> <skos:notation><![CDATA[HTTPS Load Balancer]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/HTTPSLoadBalancerApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/HTTPSLoadBalancerApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[HTTPS Load Balancer]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FirewallApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicCommunicationNetwork" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationService" /> <eira:HTTPSLoadBalancerApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/HTTPSLoadBalancerApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/HTTPSLoadBalancerApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of HTTPS Load Balancer]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/HTTPSLoadBalancerApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/HTTPSLoadBalancerApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/HTTPSLoadBalancerApplicationComponent</eira:PURI> <dcterms:type>eira:HTTPSLoadBalancerApplicationComponent</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -8743,37 +8743,37 @@ https://cloud.google.com/load-balancing/docs/https]]></skos:definition> <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/HTTPSLoadBalancerApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent"> <skos:notation><![CDATA[Authentication Middleware]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Authentication Middleware]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 +Identifier: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationService" /> <eira:AuthenticationMiddlewareApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Authentication Middleware]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent</eira:PURI> <dcterms:type>eira:AuthenticationMiddlewareApplicationComponent</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -8786,13 +8786,13 @@ ABB name: eira:AuthenticationMiddlewareApplicationComponent <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedPlatformApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SharedPlatformApplicationComponent"> <skos:notation><![CDATA[Shared Platform]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SharedPlatformApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SharedPlatformApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Shared Platform]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: Gartner @@ -8807,9 +8807,9 @@ 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/6.0.0/SharedPlatform -Identifier: http://data.europa.eu/dr8/SharedPlatformApplicationComponent +Identifier: http://data.europa.eu/dr8/6.0.0/SharedPlatformApplicationComponent eira:ID: ABB523 @@ -8820,37 +8820,37 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/UserExperienceManagementEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TestEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APIEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OrchestrationEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TransationEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityEnablersGroup" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TrustEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticsEnablersGrouping" /> <eira:SharedPlatformApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedPlatformApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SharedPlatformApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Shared Platform]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SharedPlatformApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -8862,13 +8862,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SharedPlatformApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AuditApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AuditApplicationComponent"> <skos:notation><![CDATA[Audit]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AuditApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AuditApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Audit]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -8883,7 +8883,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AuditApplicationComponent eira:ID: ABB71 @@ -8894,16 +8894,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-18-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/AuditApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationService" /> <eira:AuditApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AuditApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AuditApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Audit]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AuditApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AuditApplicationComponent</eira:PURI> <dcterms:type>eira:AuditApplicationComponent</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -8917,13 +8917,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AuditApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionApplicationComponent"> <skos:notation><![CDATA[Interoperable Digital Solution]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Interoperable Digital Solution]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 Source: ISA2 @@ -8940,7 +8940,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionApplicationComponent ABB name: eira:InteroperableDigitalSolutionApplicationComponent @@ -8951,25 +8951,25 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedPlatformApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationPresentationEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/CapabilityRequirement" /> <eira:InteroperableDigitalSolutionApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Interoperable Digital Solution]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalSolutionApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionApplicationComponent</eira:PURI> <dcterms:type>eira:InteroperableDigitalSolutionApplicationComponent</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -8987,13 +8987,13 @@ eiraID: ABB519 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-ArchivingApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationComponent"> <skos:notation><![CDATA[e-Archiving]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/E-ArchivingApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[e-Archiving]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: ISA2 - EIA Action @@ -9012,7 +9012,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationComponent eira:ID: ABB157 @@ -9023,16 +9023,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-20-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/E-ArchivingApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationService" /> <eira:E-ArchivingApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-ArchivingApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of e-Archiving]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/E-ArchivingApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationComponent</eira:PURI> <dcterms:type>eira:E-ArchivingApplicationComponent</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym>Preservation Service</eira:synonym> @@ -9046,13 +9046,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivacyApplicationComponent"> <skos:notation><![CDATA[Privacy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivacyApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PrivacyApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Privacy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -9067,7 +9067,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PrivacyApplicationComponent eira:ID: ABB236 @@ -9078,16 +9078,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-20-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/PrivacyApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyApplicationService" /> <eira:PrivacyApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivacyApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Privacy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivacyApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/PrivacyApplicationComponent</eira:PURI> <dcterms:type>eira:PrivacyApplicationComponent</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -9101,36 +9101,36 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PrivacyApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent"> <skos:notation><![CDATA[API Management Middleware]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[API Management Middleware]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 +Identifier: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APIManagerApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationService" /> <eira:AuthenticationMiddlewareApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of API Management Middleware]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent" /> <dcterms:type>eira:AuthenticationMiddlewareApplicationComponent</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -9141,17 +9141,17 @@ ABB name: eira:AuthenticationMiddlewareApplicationComponent <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataManagementApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationComponent"> <skos:notation><![CDATA[Metadata Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MetadataManagementApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Metadata Management]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -9166,7 +9166,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationComponent eira:ID: ABB74 @@ -9177,16 +9177,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-20-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/MetadataManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationService" /> <eira:MetadataManagementApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataManagementApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Metadata Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MetadataManagementApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationComponent</eira:PURI> <dcterms:type>eira:MetadataManagementApplicationComponent</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -9200,13 +9200,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentificationApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IdentificationApplicationComponent"> <skos:notation><![CDATA[Identification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IdentificationApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/IdentificationApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Identification]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -9223,7 +9223,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/IdentificationApplicationComponent eira:ID: ABB158 @@ -9234,18 +9234,18 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RegistrationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RequestValidationApplicationService" /> <eira:IdentificationApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentificationApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IdentificationApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Identification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IdentificationApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentificationApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/IdentificationApplicationComponent</eira:PURI> <dcterms:type>eira:IdentificationApplicationComponent</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym>Authentication Component</eira:synonym> @@ -9259,13 +9259,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/IdentificationApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AgendaManagementApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationComponent"> <skos:notation><![CDATA[Agenda Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AgendaManagementApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Agenda Management]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -9280,25 +9280,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationComponent -eira:ID: http://data.europa.eu/dr8/AgendaManagementApplicationComponent +eira:ID: http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationComponent ABB name: eira:AgendaManagementApplicationComponent EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/AgendaManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationService" /> <eira:AgendaManagementApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AgendaManagementApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Agenda Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AgendaManagementApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationComponent</eira:PURI> <dcterms:type>eira:AgendaManagementApplicationComponent</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -9312,13 +9312,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FormsManagementApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationComponent"> <skos:notation><![CDATA[Forms Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FormsManagementApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Forms Management]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: ISA2 - EIA Action @@ -9333,7 +9333,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationComponent eira:ID: ABB77 @@ -9344,17 +9344,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationService" /> <eira:FormsManagementApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FormsManagementApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Forms Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FormsManagementApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationComponent</eira:PURI> <dcterms:type>eira:FormsManagementApplicationComponent</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -9367,13 +9367,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrchestrationApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationComponent"> <skos:notation><![CDATA[Orchestration]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Orchestration]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: W3C @@ -9388,7 +9388,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationComponent eira:ID: ABB186 @@ -9399,16 +9399,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-18-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrchestrationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationService" /> <eira:OrchestrationApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrchestrationApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Orchestration]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationComponent</eira:PURI> <dcterms:type>eira:OrchestrationApplicationComponent</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -9421,13 +9421,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineTranslationApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationComponent"> <skos:notation><![CDATA[Machine Translation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MachineTranslationApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Machine Translation]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -9442,7 +9442,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationComponent eira:ID: ABB62 @@ -9453,16 +9453,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-20-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/MachineTranslationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationService" /> <eira:MachineTranslationApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineTranslationApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Machine Translation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MachineTranslationApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationComponent</eira:PURI> <dcterms:type>eira:MachineTranslationApplicationComponent</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -9475,13 +9475,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationComponent"> <skos:notation><![CDATA[Public Administration Single Window]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -9496,25 +9496,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationComponent -eira:ID: http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent +eira:ID: http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationComponent ABB name: eira:PublicAdministrationSingleWindowApplicationComponent EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationService" /> <eira:PublicAdministrationSingleWindowApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Public Administration Single Window]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationComponent</eira:PURI> <dcterms:type>eira:PublicAdministrationSingleWindowApplicationComponent</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -9528,13 +9528,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataVirtualizationApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationComponent"> <skos:notation><![CDATA[Data Virtualization]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataVirtualizationApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Virtualization]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -9549,9 +9549,9 @@ LOST view: Technical view - application 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. -Identifier: http://data.europa.eu/dr8/DataVirtualizationApplicationComponent +Identifier: http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationComponent -eira:ID: http://data.europa.eu/dr8/DataVirtualizationApplicationComponent +eira:ID: http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationComponent ABB name: eira:DataVirtualizationApplicationComponent @@ -9560,16 +9560,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-23-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataVirtualizationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationService" /> <eira:DataVirtualizationApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataVirtualizationApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Data Virtualization]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataVirtualizationApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationComponent</eira:PURI> <dcterms:type>eira:DataVirtualizationApplicationComponent</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -9582,13 +9582,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TrustServiceProvisioningApplicationComponent"> <skos:notation><![CDATA[Trust Service Provisioning]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TrustServiceProvisioningApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Trust Service Provisioning]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: eIDAS @@ -9605,7 +9605,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/TrustServiceProvisioningApplicationComponent eira:ID: ABB69 @@ -9616,25 +9616,25 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealCreationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-TimestampCreationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IntegrityVerificationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RegisteredElectronicDeliveryApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealPreservationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignaturePreservationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealVerificationAndValidationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignatureVerificationAndValidationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignatureCreationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-TimestampVerificationAndValidationApplicationService" /> <eira:TrustServiceProvisioningApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TrustServiceProvisioningApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Trust Service Provisioning]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TrustServiceProvisioningApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TrustServiceProvisioningApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/TrustServiceProvisioningApplicationComponent</eira:PURI> <dcterms:type>eira:TrustServiceProvisioningApplicationComponent</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -9648,13 +9648,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TrustServiceProvisioningApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationComponent"> <skos:notation><![CDATA[Data Extraction, Transformation, and Loading]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -9667,7 +9667,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataExtraction,Transformation,andLoadingApplicationComponent eira:ID: ABB61 @@ -9678,16 +9678,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-23-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationService" /> <eira:DataExtractionTransformationandLoadingApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationComponent</eira:PURI> <dcterms:type>eira:DataExtractionTransformationandLoadingApplicationComponent</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -9701,13 +9701,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ScheduleManagementApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationComponent"> <skos:notation><![CDATA[Schedule Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Schedule Management]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -9722,25 +9722,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationComponent -eira:ID: http://data.europa.eu/dr8/ScheduleManagementApplicationComponent +eira:ID: http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationComponent ABB name: eira:ScheduleManagementApplicationComponent EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/ScheduleManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationService" /> <eira:ScheduleManagementApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ScheduleManagementApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Schedule Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationComponent</eira:PURI> <dcterms:type>eira:ScheduleManagementApplicationComponent</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -9754,13 +9754,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangeApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationComponent"> <skos:notation><![CDATA[Data Exchange]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Exchange]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -9775,7 +9775,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationComponent eira:ID: ABB64 @@ -9786,16 +9786,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-18-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataExchangeApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationService" /> <eira:DataExchangeApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangeApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Data Exchange]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationComponent</eira:PURI> <dcterms:type>eira:DataExchangeApplicationComponent</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -9810,13 +9810,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AccessManagementApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationComponent"> <skos:notation><![CDATA[Access Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AccessManagementApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Access Management]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -9831,7 +9831,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationComponent eira:ID: ABB70 @@ -9842,16 +9842,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-18-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationService" /> <eira:AccessManagementApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AccessManagementApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Access Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AccessManagementApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationComponent</eira:PURI> <dcterms:type>eira:AccessManagementApplicationComponent</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -9865,13 +9865,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationComponent"> <skos:notation><![CDATA[Digital Workplace]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digital Workplace]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -9886,7 +9886,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationComponent eira:ID: ABB534 @@ -9897,16 +9897,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-20-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalWorkplaceApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationService" /> <eira:DigitalWorkplaceApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Digital Workplace]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationComponent</eira:PURI> <dcterms:type>eira:DigitalWorkplaceApplicationComponent</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -9919,13 +9919,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationComponent"> <skos:notation><![CDATA[Digital Solution]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -9940,7 +9940,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationComponent eira:ID: ABB624 @@ -9951,16 +9951,16 @@ 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/6.0.0/DigitalSolutionApplicationService" /> <eira:DigitalSolutionApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Digital Solution]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationComponent</eira:PURI> <dcterms:type>eira:DigitalSolutionApplicationComponent</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -9976,13 +9976,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataQualityApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationComponent"> <skos:notation><![CDATA[Data Quality]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataQualityApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataQualityApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Quality]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -9997,7 +9997,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataQualityApplicationComponent eira:ID: ABB63 @@ -10008,16 +10008,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-23-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataQualityApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationService" /> <eira:DataQualityApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataQualityApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Data Quality]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataQualityApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataQualityApplicationComponent</eira:PURI> <dcterms:type>eira:DataQualityApplicationComponent</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -10031,13 +10031,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataQualityApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/APICatalogueApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/APICatalogueApplicationComponent"> <skos:notation><![CDATA[API Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/APICatalogueApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/APICatalogueApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[API Catalogue]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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© @@ -10052,7 +10052,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/APICatalogueApplicationComponent eira:ID: ABB434 @@ -10063,16 +10063,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-18-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APIDiscoveryandCatalogueApplicationService" /> <eira:APICatalogueApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/APICatalogueApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/APICatalogueApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of API Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/APICatalogueApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APICatalogueApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/APICatalogueApplicationComponent</eira:PURI> <dcterms:type>eira:APICatalogueApplicationComponent</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -10086,13 +10086,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/APICatalogueApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceRegistryApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceRegistryApplicationComponent"> <skos:notation><![CDATA[Service Registry]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceRegistryApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServiceRegistryApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Service Registry]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: ISA2 - EIA Action @@ -10107,7 +10107,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ServiceRegistryApplicationComponent eira:ID: ABB133 @@ -10118,16 +10118,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-18-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DiscoveryandRegistryServiceApplicationService" /> <eira:ServiceRegistryApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceRegistryApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceRegistryApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Service Registry]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceRegistryApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceRegistryApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ServiceRegistryApplicationComponent</eira:PURI> <dcterms:type>eira:ServiceRegistryApplicationComponent</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -10140,13 +10140,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServiceRegistryApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataManagementApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationComponent"> <skos:notation><![CDATA[Data Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataManagementApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataManagementApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Management]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -10161,7 +10161,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataManagementApplicationComponent eira:ID: ABB430 @@ -10172,16 +10172,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-20-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationService" /> <eira:DataManagementApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataManagementApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Data Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataManagementApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataManagementApplicationComponent</eira:PURI> <dcterms:type>eira:DataManagementApplicationComponent</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -10195,13 +10195,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataManagementApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataAnalyticsApplicationComponent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationComponent"> <skos:notation><![CDATA[Data Analytics]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataAnalyticsApplicationComponent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Analytics]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -10218,7 +10218,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationComponent eira:ID: ABB421 @@ -10229,16 +10229,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-20-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataAnalyticsApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationService" /> <eira:DataAnalyticsApplicationComponent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataAnalyticsApplicationComponent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationComponent_Properties"> <skos:notation><![CDATA[Properties of Data Analytics]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataAnalyticsApplicationComponent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationComponent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationComponent</eira:PURI> <dcterms:type>eira:DataAnalyticsApplicationComponent</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -10251,28 +10251,28 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationComponent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent"> <skos:notation><![CDATA[Human request for service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FirewallApplicationService" /> <eira:ClientrequestforserviceApplicationEvent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent_Properties"> <skos:notation><![CDATA[Properties of Human request for service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent" /> <dcterms:type>eira:ClientrequestforserviceApplicationEvent</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -10283,40 +10283,40 @@ https://www.techtarget.com/searchenterprisedesktop/definition/client]]></skos:de <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent"> <skos:notation><![CDATA[Machine request for service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 +Identifier: http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent eira:ID: ABB584 ABB name: eira:ClientrequestforserviceApplicationEvent ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/FirewallApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FirewallApplicationService" /> <eira:ClientrequestforserviceApplicationEvent_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent_Properties"> <skos:notation><![CDATA[Properties of Machine request for service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent</eira:PURI> <dcterms:type>eira:ClientrequestforserviceApplicationEvent</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -10330,13 +10330,13 @@ ABB name: eira:ClientrequestforserviceApplicationEvent <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineToMachineApplicationInterface"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface"> <skos:notation><![CDATA[Machine to Machine Interface]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MachineToMachineApplicationInterface</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -10351,7 +10351,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface eira:ID: ABB38 @@ -10362,18 +10362,18 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/APIApplicationInterface" /> <eira:MachineToMachineApplicationInterface_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineToMachineApplicationInterface_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface_Properties"> <skos:notation><![CDATA[Properties of Machine to Machine Interface]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MachineToMachineApplicationInterface_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface</eira:PURI> <dcterms:type>eira:MachineToMachineApplicationInterface</dcterms:type> <dcterms:modified>2022-01-17</dcterms:modified> <eira:synonym></eira:synonym> @@ -10391,13 +10391,13 @@ Last modification: 2022-17-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/WebServiceApplicationInterface"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/WebServiceApplicationInterface"> <skos:notation><![CDATA[Web Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/WebServiceApplicationInterface</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/WebServiceApplicationInterface</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Web Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 Source: W3C @@ -10412,7 +10412,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/WebServiceApplicationInterface eira:ID: ABB437 @@ -10423,16 +10423,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-18-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/APIApplicationInterface" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/APIApplicationInterface" /> <eira:WebServiceApplicationInterface_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/WebServiceApplicationInterface_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/WebServiceApplicationInterface_Properties"> <skos:notation><![CDATA[Properties of Web Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/WebServiceApplicationInterface_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/WebServiceApplicationInterface" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/WebServiceApplicationInterface</eira:PURI> <dcterms:type>eira:WebServiceApplicationInterface</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -10446,13 +10446,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/WebServiceApplicationInterface</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/APIApplicationInterface"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/APIApplicationInterface"> <skos:notation><![CDATA[API]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/APIApplicationInterface</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/APIApplicationInterface</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[API]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -10467,7 +10467,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/APIApplicationInterface eira:ID: ABB436 @@ -10478,18 +10478,18 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APICatalogueDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/WebServiceApplicationInterface" /> <eira:APIApplicationInterface_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/APIApplicationInterface_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/APIApplicationInterface_Properties"> <skos:notation><![CDATA[Properties of API]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/APIApplicationInterface_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APIApplicationInterface" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/APIApplicationInterface</eira:PURI> <dcterms:type>eira:APIApplicationInterface</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -10504,13 +10504,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/APIApplicationInterface</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/HumanApplicationInterface"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface"> <skos:notation><![CDATA[Human Interface]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/HumanApplicationInterface</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Human Interface]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -10527,7 +10527,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface eira:ID: ABB37 @@ -10538,17 +10538,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface" /> <eira:HumanApplicationInterface_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/HumanApplicationInterface_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface_Properties"> <skos:notation><![CDATA[Properties of Human Interface]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/HumanApplicationInterface_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -10566,13 +10566,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestingApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationService"> <skos:notation><![CDATA[Conformance Testing]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestingApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Conformance Testing Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -10589,7 +10589,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationService eira:ID: ABB128 @@ -10602,13 +10602,13 @@ Last modification: 2022-18-01 ]]></skos:definition> <eira:ConformanceTestingApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConformanceTestingApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationService_Properties"> <skos:notation><![CDATA[Properties of Conformance Testing]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestingApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationService</eira:PURI> <dcterms:type>eira:ConformanceTestingApplicationService</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -10621,13 +10621,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrchestrationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationService"> <skos:notation><![CDATA[Orchestration]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Orchestration]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: W3C @@ -10642,7 +10642,7 @@ LOST view: Technical view - application 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." -Identifier: http://data.europa.eu/dr8/OrchestrationApplicationService +Identifier: http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationService eira:ID: ABB45 @@ -10655,13 +10655,13 @@ Last modification: 2022-18-01 ]]></skos:definition> <eira:OrchestrationApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrchestrationApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationService_Properties"> <skos:notation><![CDATA[Properties of Orchestration]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationService</eira:PURI> <dcterms:type>eira:OrchestrationApplicationService</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -10674,13 +10674,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SealCreationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/E-SealCreationApplicationService"> <skos:notation><![CDATA[e-Seal Creation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/E-SealCreationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 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. @@ -10697,7 +10697,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/E-SealCreationApplicationService eira:ID: ABB198 @@ -10710,13 +10710,13 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealCreationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/E-SealCreationApplicationService</eira:PURI> <dcterms:type>eira:E-SealCreationApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -10730,13 +10730,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/E-SealCreationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AuditApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AuditApplicationService"> <skos:notation><![CDATA[Audit]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AuditApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AuditApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Audit]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -10751,7 +10751,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AuditApplicationService eira:ID: ABB58 @@ -10764,13 +10764,13 @@ Last modification: 2022-18-01 ]]></skos:definition> <eira:AuditApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AuditApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AuditApplicationService_Properties"> <skos:notation><![CDATA[Properties of Audit]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AuditApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AuditApplicationService</eira:PURI> <dcterms:type>eira:AuditApplicationService</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -10785,13 +10785,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AuditApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AgendaManagementApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationService"> <skos:notation><![CDATA[Agenda Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AgendaManagementApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Agenda Management]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -10806,25 +10806,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationService -eira:ID: http://data.europa.eu/dr8/AgendaManagementApplicationService +eira:ID: http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationService ABB name: eira:AgendaManagementApplicationService EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/ScheduleManagementApplicationService" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationService" /> <eira:AgendaManagementApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AgendaManagementApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationService_Properties"> <skos:notation><![CDATA[Properties of Agenda Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AgendaManagementApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationService</eira:PURI> <dcterms:type>eira:AgendaManagementApplicationService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -10837,13 +10837,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RequestValidationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RequestValidationApplicationService"> <skos:notation><![CDATA[Request Validation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RequestValidationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RequestValidationApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Request Validation]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -10858,7 +10858,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/RequestValidationApplicationService eira:ID: ABB583 @@ -10869,17 +10869,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataRepresentation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/HTTPSLoadBalancerApplicationComponent" /> <eira:RequestValidationApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RequestValidationApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RequestValidationApplicationService_Properties"> <skos:notation><![CDATA[Properties of Request Validation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RequestValidationApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RequestValidationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/RequestValidationApplicationService</eira:PURI> <dcterms:type>eira:RequestValidationApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -10893,13 +10893,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RequestValidationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivacyApplicationService"> <skos:notation><![CDATA[Privacy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivacyApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PrivacyApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Privacy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -10914,7 +10914,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PrivacyApplicationService eira:ID: ABB235 @@ -10925,16 +10925,16 @@ 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/6.0.0/DataObject" /> <eira:PrivacyApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivacyApplicationService_Properties"> <skos:notation><![CDATA[Properties of Privacy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivacyApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/PrivacyApplicationService</eira:PURI> <dcterms:type>eira:PrivacyApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -10948,13 +10948,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PrivacyApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorConsumerApplicationService"> <skos:notation><![CDATA[Data Space Connector Consumer]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -10969,25 +10969,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorConsumerApplicationService -eira:ID: http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService +eira:ID: http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorConsumerApplicationService ABB name: eira:DataSpaceConnectorConsumerApplicationService EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorApplicationService" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorApplicationService" /> <eira:DataSpaceConnectorConsumerApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorConsumerApplicationService_Properties"> <skos:notation><![CDATA[Properties of Data Space Connector Consumer]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceConnectorConsumerApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorConsumerApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorConsumerApplicationService</eira:PURI> <dcterms:type>eira:DataSpaceConnectorConsumerApplicationService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -11000,13 +11000,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorConsumerApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService"> <skos:notation><![CDATA[Digital Solution]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -11021,7 +11021,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService eira:ID: ABB441 @@ -11032,20 +11032,20 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationService" /> <eira:DigitalSolutionApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService_Properties"> <skos:notation><![CDATA[Properties of Digital Solution]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService</eira:PURI> <dcterms:type>eira:DigitalSolutionApplicationService</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -11062,13 +11062,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentManagementApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContentManagementApplicationService"> <skos:notation><![CDATA[Content Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContentManagementApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ContentManagementApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Content Management]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -11085,7 +11085,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ContentManagementApplicationService eira:ID: ABB380 @@ -11098,13 +11098,13 @@ Last modification: 2022-20-01 ]]></skos:definition> <eira:ContentManagementApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentManagementApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContentManagementApplicationService_Properties"> <skos:notation><![CDATA[Properties of Content Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContentManagementApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentManagementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ContentManagementApplicationService</eira:PURI> <dcterms:type>eira:ContentManagementApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -11117,13 +11117,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ContentManagementApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FormsManagementApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationService"> <skos:notation><![CDATA[Forms Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FormsManagementApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Forms Management]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: ISA2 - EIA Action @@ -11140,7 +11140,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationService eira:ID: ABB49 @@ -11153,13 +11153,13 @@ Last modification: 2022-23-01 ]]></skos:definition> <eira:FormsManagementApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FormsManagementApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationService_Properties"> <skos:notation><![CDATA[Properties of Forms Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FormsManagementApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationService</eira:PURI> <dcterms:type>eira:FormsManagementApplicationService</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym>e-Forms Service</eira:synonym> @@ -11172,13 +11172,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataVirtualizationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationService"> <skos:notation><![CDATA[Data Virtualization]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataVirtualizationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Virtualization]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -11193,9 +11193,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationService -eira:ID: http://data.europa.eu/dr8/DataVirtualizationApplicationService +eira:ID: http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationService ABB name: eira:DataVirtualizationApplicationService @@ -11204,13 +11204,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:DataVirtualizationApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataVirtualizationApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationService_Properties"> <skos:notation><![CDATA[Properties of Data Virtualization]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataVirtualizationApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationService</eira:PURI> <dcterms:type>eira:DataVirtualizationApplicationService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -11223,13 +11223,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataManagementApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationService"> <skos:notation><![CDATA[Data Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataManagementApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataManagementApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Management]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -11244,7 +11244,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataManagementApplicationService eira:ID: ABB429 @@ -11255,17 +11255,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationService" /> <eira:DataManagementApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataManagementApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationService_Properties"> <skos:notation><![CDATA[Properties of Data Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataManagementApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataManagementApplicationService</eira:PURI> <dcterms:type>eira:DataManagementApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -11280,13 +11280,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataManagementApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationService"> <skos:notation><![CDATA[Data Extraction, Transformation and Loading]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -11299,7 +11299,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataExtraction,Transformation,andLoadingApplicationService eira:ID: ABB40 @@ -11310,16 +11310,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-23-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> <eira:DataExtractionTransformationandLoadingApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExtractionTransformationandLoadingApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationService</eira:PURI> <dcterms:type>eira:DataExtractionTransformationandLoadingApplicationService</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -11333,13 +11333,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorProviderApplicationService"> <skos:notation><![CDATA[Data Space Connector Provider]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -11354,25 +11354,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorProviderApplicationService -eira:ID: http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService +eira:ID: http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorProviderApplicationService ABB name: eira:DataSpaceConnectorProviderApplicationService EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DataSpaceConnectorApplicationService" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorApplicationService" /> <eira:DataSpaceConnectorProviderApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorProviderApplicationService_Properties"> <skos:notation><![CDATA[Properties of Data Space Connector Provider]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceConnectorProviderApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorProviderApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorProviderApplicationService</eira:PURI> <dcterms:type>eira:DataSpaceConnectorProviderApplicationService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -11385,13 +11385,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorProviderApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthorisationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AuthorisationApplicationService"> <skos:notation><![CDATA[Authorisation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AuthorisationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AuthorisationApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Authorisation]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -11406,9 +11406,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AuthorisationApplicationService -eira:ID: http://data.europa.eu/dr8/AuthorisationApplicationService +eira:ID: http://data.europa.eu/dr8/6.0.0/AuthorisationApplicationService ABB name: eira:AuthorisationApplicationService @@ -11417,16 +11417,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-18-01 ]]></skos:definition> - <skos:narrower rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationService" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationService" /> <eira:AuthorisationApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthorisationApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AuthorisationApplicationService_Properties"> <skos:notation><![CDATA[Properties of Authorisation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AuthorisationApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthorisationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AuthorisationApplicationService</eira:PURI> <dcterms:type>eira:AuthorisationApplicationService</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -11439,13 +11439,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AuthorisationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataPersistenceApplicationApplicationService"> <skos:notation><![CDATA[Data Persistence]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataPersistenceApplicationApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Persistence]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -11460,9 +11460,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataPersistenceApplicationApplicationService -eira:ID: http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService +eira:ID: http://data.europa.eu/dr8/6.0.0/DataPersistenceApplicationApplicationService ABB name: eira:DataPersistenceApplicationApplicationService @@ -11471,16 +11471,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-20-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueDataObject" /> <eira:DataPersistenceApplicationApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataPersistenceApplicationApplicationService_Properties"> <skos:notation><![CDATA[Properties of Data Persistence]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataPersistenceApplicationApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPersistenceApplicationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataPersistenceApplicationApplicationService</eira:PURI> <dcterms:type>eira:DataPersistenceApplicationApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -11493,13 +11493,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataPersistenceApplicationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-ArchivingApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationService"> <skos:notation><![CDATA[e-Archiving]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/E-ArchivingApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[e-Archiving]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: ISA2 - EIA Action @@ -11518,7 +11518,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationService eira:ID: ABB156 @@ -11529,17 +11529,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationService" /> <eira:E-ArchivingApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-ArchivingApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationService_Properties"> <skos:notation><![CDATA[Properties of e-Archiving]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/E-ArchivingApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationService</eira:PURI> <dcterms:type>eira:E-ArchivingApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym>Preservation Service</eira:synonym> @@ -11554,13 +11554,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IntegrityVerificationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IntegrityVerificationApplicationService"> <skos:notation><![CDATA[Integrity Verification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IntegrityVerificationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/IntegrityVerificationApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Integrity Verification]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -11575,7 +11575,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/IntegrityVerificationApplicationService eira:ID: ABB621 @@ -11588,13 +11588,13 @@ Last modification: 2022-20-01 ]]></skos:definition> <eira:IntegrityVerificationApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IntegrityVerificationApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IntegrityVerificationApplicationService_Properties"> <skos:notation><![CDATA[Properties of Integrity Verification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IntegrityVerificationApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IntegrityVerificationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/IntegrityVerificationApplicationService</eira:PURI> <dcterms:type>eira:IntegrityVerificationApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -11608,13 +11608,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/IntegrityVerificationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSpaceApplicationService"> <skos:notation><![CDATA[Data Space]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSpaceApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Space]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -11629,25 +11629,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataSpaceApplicationService -eira:ID: http://data.europa.eu/dr8/DataSpaceApplicationService +eira:ID: http://data.europa.eu/dr8/6.0.0/DataSpaceApplicationService ABB name: eira:DataSpaceApplicationService 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/6.0.0/DataSpaceConnectorApplicationService" /> <eira:DataSpaceApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSpaceApplicationService_Properties"> <skos:notation><![CDATA[Properties of Data Space]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataSpaceApplicationService</eira:PURI> <dcterms:type>eira:DataSpaceApplicationService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -11660,13 +11660,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSpaceApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SealPreservationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/E-SealPreservationApplicationService"> <skos:notation><![CDATA[e-Seal Preservation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/E-SealPreservationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -11683,7 +11683,7 @@ LOST view: Technical view - Infrastructure Interoperability saliency: The e-Seal Preservation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-seal preservation service. -Identifier: http://data.europa.eu/dr8/E-SealPreservationApplicationService +Identifier: http://data.europa.eu/dr8/6.0.0/E-SealPreservationApplicationService eira:ID: ABB200 @@ -11696,13 +11696,13 @@ Last modification: 2022-20-01 ]]></skos:definition> <eira:E-SealPreservationApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SealPreservationApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealPreservationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/E-SealPreservationApplicationService</eira:PURI> <dcterms:type>eira:E-SealPreservationApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -11716,13 +11716,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/E-SealPreservationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-TimestampCreationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/E-TimestampCreationApplicationService"> <skos:notation><![CDATA[e-Timestamp Creation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/E-TimestampCreationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. 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. @@ -11739,7 +11739,7 @@ LOST view: Technical view - application Interoperability saliency: The e-Timestamp Creation Service ABB  is salient for technical interoperability because it provides the functionalities required for e-Timestamp creation service. -Identifier: http://data.europa.eu/dr8/E-TimestampCreationApplicationService +Identifier: http://data.europa.eu/dr8/6.0.0/E-TimestampCreationApplicationService eira:ID: ABB201 @@ -11752,13 +11752,13 @@ Last modification: 2022-20-01 ]]></skos:definition> <eira:E-TimestampCreationApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-TimestampCreationApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-TimestampCreationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/E-TimestampCreationApplicationService</eira:PURI> <dcterms:type>eira:E-TimestampCreationApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -11772,13 +11772,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/E-TimestampCreationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AuthenticationApplicationService"> <skos:notation><![CDATA[Authentication]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AuthenticationApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Authentication]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. 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. @@ -11795,7 +11795,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AuthenticationApplicationService eira:ID: ABB204 @@ -11806,18 +11806,18 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RequestValidationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface" /> <eira:AuthenticationApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AuthenticationApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AuthenticationApplicationService_Properties"> <skos:notation><![CDATA[Properties of Authentication]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AuthenticationApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AuthenticationApplicationService</eira:PURI> <dcterms:type>eira:AuthenticationApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -11832,13 +11832,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AuthenticationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataAnalyticsApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationService"> <skos:notation><![CDATA[Data Analytics]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataAnalyticsApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Analytics]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -11853,7 +11853,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationService eira:ID: ABB420 @@ -11866,13 +11866,13 @@ Last modification: 2022-20-01 ]]></skos:definition> <eira:DataAnalyticsApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataAnalyticsApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationService_Properties"> <skos:notation><![CDATA[Properties of Data Analytics]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataAnalyticsApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationService</eira:PURI> <dcterms:type>eira:DataAnalyticsApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -11885,13 +11885,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataManagementApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationService"> <skos:notation><![CDATA[Metadata Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MetadataManagementApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Metadata Management]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -11906,7 +11906,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationService eira:ID: ABB52 @@ -11917,16 +11917,16 @@ 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/6.0.0/DataObject" /> <eira:MetadataManagementApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataManagementApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationService_Properties"> <skos:notation><![CDATA[Properties of Metadata Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MetadataManagementApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationService</eira:PURI> <dcterms:type>eira:MetadataManagementApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -11940,13 +11940,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/UXManagementApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/UXManagementApplicationService"> <skos:notation><![CDATA[UX Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/UXManagementApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/UXManagementApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[UX Management]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -11955,9 +11955,9 @@ Source reference: (https://www.interaction-design.org/literature/topics/ux-manag LOST view: Technical view - application -Identifier: http://data.europa.eu/dr8/UXManagementService +Identifier: http://data.europa.eu/dr8/6.0.0/UXManagementService -Identifier: http://data.europa.eu/dr8/UXManagementApplicationService +Identifier: http://data.europa.eu/dr8/6.0.0/UXManagementApplicationService eira:ID: ABB484 @@ -11970,12 +11970,12 @@ Last modification: 2022-23-01 ]]></skos:definition> <eira:UXManagementApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/UXManagementApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/UXManagementApplicationService_Properties"> <skos:notation><![CDATA[Properties of UX Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/UXManagementApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/UXManagementApplicationService" /> <dcterms:type>eira:UXManagementApplicationService</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -11986,16 +11986,16 @@ Last modification: 2022-23-01 <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/UXManagementApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ScheduleManagementApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationService"> <skos:notation><![CDATA[Schedule Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Schedule Management]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -12010,25 +12010,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationService -eira:ID: http://data.europa.eu/dr8/ScheduleManagementApplicationService +eira:ID: http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationService ABB name: eira:ScheduleManagementApplicationService EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:narrower rdf:resource="http://data.europa.eu/dr8/AgendaManagementApplicationService" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationService" /> <eira:ScheduleManagementApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ScheduleManagementApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationService_Properties"> <skos:notation><![CDATA[Properties of Schedule Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationService</eira:PURI> <dcterms:type>eira:ScheduleManagementApplicationService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -12041,13 +12041,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataQualityApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationService"> <skos:notation><![CDATA[Data Quality]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataQualityApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataQualityApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Quality]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -12062,7 +12062,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataQualityApplicationService eira:ID: ABB42 @@ -12073,16 +12073,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-23-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> <eira:DataQualityApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataQualityApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationService_Properties"> <skos:notation><![CDATA[Properties of Data Quality]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataQualityApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataQualityApplicationService</eira:PURI> <dcterms:type>eira:DataQualityApplicationService</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -12096,13 +12096,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataQualityApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AccountingApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AccountingApplicationService"> <skos:notation><![CDATA[Accounting]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AccountingApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AccountingApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Accounting]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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) @@ -12117,9 +12117,9 @@ 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. -Identifier: http://data.europa.eu/dr8/AccountingApplicationService +Identifier: http://data.europa.eu/dr8/6.0.0/AccountingApplicationService -eira:ID: http://data.europa.eu/dr8/AccountingApplicationService +eira:ID: http://data.europa.eu/dr8/6.0.0/AccountingApplicationService ABB name: eira:AccountingApplicationService @@ -12128,16 +12128,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-18-01 ]]></skos:definition> - <skos:narrower rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationService" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationService" /> <eira:AccountingApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AccountingApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AccountingApplicationService_Properties"> <skos:notation><![CDATA[Properties of Accounting]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AccountingApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AccountingApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AccountingApplicationService</eira:PURI> <dcterms:type>eira:AccountingApplicationService</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -12150,13 +12150,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AccountingApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SignaturePreservationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/E-SignaturePreservationApplicationService"> <skos:notation><![CDATA[e-Signature Preservation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/E-SignaturePreservationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. 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. @@ -12173,7 +12173,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/E-SignaturePreservationApplicationService eira:ID: ABB197 @@ -12186,13 +12186,13 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignaturePreservationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/E-SignaturePreservationApplicationService</eira:PURI> <dcterms:type>eira:E-SignaturePreservationApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -12206,13 +12206,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/E-SignaturePreservationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/APIDiscoveryandCatalogueApplicationService"> <skos:notation><![CDATA[API Discovery and Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -12227,7 +12227,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/APIDiscoveryandCatalogueApplicationService eira:ID: ABB433 @@ -12238,16 +12238,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-18-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/APICatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APICatalogueDataObject" /> <eira:APIDiscoveryandCatalogueApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/APIDiscoveryandCatalogueApplicationService_Properties"> <skos:notation><![CDATA[Properties of API Discovery and Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/APIDiscoveryandCatalogueApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APIDiscoveryandCatalogueApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/APIDiscoveryandCatalogueApplicationService</eira:PURI> <dcterms:type>eira:APIDiscoveryandCatalogueApplicationService</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -12262,13 +12262,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/APIDiscoveryandCatalogueApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineTranslationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationService"> <skos:notation><![CDATA[Machine Translation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MachineTranslationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Machine Translation]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -12283,7 +12283,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationService eira:ID: ABB41 @@ -12296,13 +12296,13 @@ Last modification: 2022-20-01 ]]></skos:definition> <eira:MachineTranslationApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineTranslationApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationService_Properties"> <skos:notation><![CDATA[Properties of Machine Translation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MachineTranslationApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationService</eira:PURI> <dcterms:type>eira:MachineTranslationApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -12315,13 +12315,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RegistrationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RegistrationApplicationService"> <skos:notation><![CDATA[Registration]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RegistrationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RegistrationApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Registration]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -12336,7 +12336,7 @@ LOST view: Technical view - Infrastructure 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 +Identifier: http://data.europa.eu/dr8/6.0.0/RegistrationApplicationService eira:ID: ABB145 @@ -12349,13 +12349,13 @@ Last modification: 2022-20-01 ]]></skos:definition> <eira:RegistrationApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RegistrationApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RegistrationApplicationService_Properties"> <skos:notation><![CDATA[Properties of Registration]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RegistrationApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RegistrationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/RegistrationApplicationService</eira:PURI> <dcterms:type>eira:RegistrationApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -12369,13 +12369,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RegistrationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/E-SignatureVerificationAndValidationApplicationService"> <skos:notation><![CDATA[e-Signature Verification and Validation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/E-SignatureVerificationAndValidationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. 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. @@ -12392,7 +12392,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/E-SignatureVerificationAndValidationApplicationService eira:ID: ABB144 @@ -12405,13 +12405,13 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignatureVerificationAndValidationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/E-SignatureVerificationAndValidationApplicationService</eira:PURI> <dcterms:type>eira:E-SignatureVerificationAndValidationApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -12425,13 +12425,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/E-SignatureVerificationAndValidationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationService"> <skos:notation><![CDATA[Public Administration Single Window]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -12446,9 +12446,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationService -eira:ID: http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService +eira:ID: http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationService ABB name: eira:PublicAdministrationSingleWindowApplicationService @@ -12457,13 +12457,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:PublicAdministrationSingleWindowApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationService_Properties"> <skos:notation><![CDATA[Properties of Public Administration Single Window]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationService</eira:PURI> <dcterms:type>eira:PublicAdministrationSingleWindowApplicationService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -12476,13 +12476,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/E-SealVerificationAndValidationApplicationService"> <skos:notation><![CDATA[e-Seal Verification and Validation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -12499,7 +12499,7 @@ LOST view: Technical view - application 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. -Identifier: http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService +Identifier: http://data.europa.eu/dr8/6.0.0/E-SealVerificationAndValidationApplicationService eira:ID: ABB199 @@ -12512,13 +12512,13 @@ Last modification: 2022-20-01 ]]></skos:definition> <eira:E-SealVerificationAndValidationApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SealVerificationAndValidationApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealVerificationAndValidationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/E-SealVerificationAndValidationApplicationService</eira:PURI> <dcterms:type>eira:E-SealVerificationAndValidationApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -12532,13 +12532,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/E-SealVerificationAndValidationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/E-TimestampVerificationAndValidationApplicationService"> <skos:notation><![CDATA[e-Timestamp Verification and Validation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/E-TimestampVerificationAndValidationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. 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. @@ -12555,7 +12555,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/E-TimestampVerificationAndValidationApplicationService eira:ID: ABB202 @@ -12568,13 +12568,13 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-TimestampVerificationAndValidationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/E-TimestampVerificationAndValidationApplicationService</eira:PURI> <dcterms:type>eira:E-TimestampVerificationAndValidationApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -12588,13 +12588,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/E-TimestampVerificationAndValidationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityMangementApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IdentityMangementApplicationService"> <skos:notation><![CDATA[Identity management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IdentityMangementApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/IdentityMangementApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Identity management]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -12609,9 +12609,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/IdentityMangementApplicationService -eira:ID: http://data.europa.eu/dr8/IdentityMangementApplicationService +eira:ID: http://data.europa.eu/dr8/6.0.0/IdentityMangementApplicationService ABB name: eira:IdentityMangementApplicationService @@ -12620,16 +12620,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-18-01 ]]></skos:definition> - <skos:narrower rdf:resource="http://data.europa.eu/dr8/AccessManagementApplicationService" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationService" /> <eira:IdentityMangementApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityMangementApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IdentityMangementApplicationService_Properties"> <skos:notation><![CDATA[Properties of Identity management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IdentityMangementApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentityMangementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/IdentityMangementApplicationService</eira:PURI> <dcterms:type>eira:IdentityMangementApplicationService</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -12642,13 +12642,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/IdentityMangementApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DiscoveryandRegistryServiceApplicationService"> <skos:notation><![CDATA[Service Discovery and Registry]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -12663,7 +12663,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DiscoveryandRegistryServiceApplicationService eira:ID: ABB432 @@ -12676,13 +12676,13 @@ Last modification: 2022-18-01 ]]></skos:definition> <eira:DiscoveryandRegistryServiceApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DiscoveryandRegistryServiceApplicationService_Properties"> <skos:notation><![CDATA[Properties of Service Discovery and Registry]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DiscoveryandRegistryServiceApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DiscoveryandRegistryServiceApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DiscoveryandRegistryServiceApplicationService</eira:PURI> <dcterms:type>eira:DiscoveryandRegistryServiceApplicationService</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -12697,13 +12697,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DiscoveryandRegistryServiceApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationService"> <skos:notation><![CDATA[Digital Workplace]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digital Workplace]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -12718,7 +12718,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationService eira:ID: ABB535 @@ -12731,13 +12731,13 @@ Last modification: 2022-20-01 ]]></skos:definition> <eira:DigitalWorkplaceApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationService_Properties"> <skos:notation><![CDATA[Properties of Digital Workplace]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationService</eira:PURI> <dcterms:type>eira:DigitalWorkplaceApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -12751,13 +12751,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPublicationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationService"> <skos:notation><![CDATA[Data Publication]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataPublicationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Publication]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: ISA2 @@ -12772,7 +12772,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationService eira:ID: ABB215 @@ -12783,16 +12783,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-23-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> <eira:DataPublicationApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPublicationApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationService_Properties"> <skos:notation><![CDATA[Properties of Data Publication]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataPublicationApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationService</eira:PURI> <dcterms:type>eira:DataPublicationApplicationService</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -12806,13 +12806,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BlockchainApplicationService"> <skos:notation><![CDATA[Blockchain]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BlockchainApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BlockchainApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Blockchain]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -12829,7 +12829,7 @@ LOST view: Technical view - application 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. -Identifier: http://data.europa.eu/dr8/BlockchainApplicationService +Identifier: http://data.europa.eu/dr8/6.0.0/BlockchainApplicationService eira:ID: ABB530 @@ -12842,13 +12842,13 @@ Last modification: 2022-20-01 ]]></skos:definition> <eira:BlockchainApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BlockchainApplicationService_Properties"> <skos:notation><![CDATA[Properties of Blockchain]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BlockchainApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/BlockchainApplicationService</eira:PURI> <dcterms:type>eira:BlockchainApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -12861,13 +12861,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BlockchainApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AccessManagementApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationService"> <skos:notation><![CDATA[Access Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AccessManagementApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Access Management]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 Source: ITIL v3 @@ -12884,7 +12884,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationService eira:ID: ABB57 @@ -12895,18 +12895,18 @@ 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" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentityMangementApplicationService" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthorisationApplicationService" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/AccountingApplicationService" /> <eira:AccessManagementApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AccessManagementApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationService_Properties"> <skos:notation><![CDATA[Properties of Access Management]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AccessManagementApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationService</eira:PURI> <dcterms:type>eira:AccessManagementApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -12920,13 +12920,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationService"> <skos:notation><![CDATA[Knowledge Discovery]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Knowledge Discovery]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -12941,7 +12941,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationService eira:ID: ABB468 @@ -12952,16 +12952,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-20-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeTriplestore" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeTriplestore" /> <eira:KnowledgeDiscoveryApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationService_Properties"> <skos:notation><![CDATA[Properties of Knowledge Discovery]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationService</eira:PURI> <dcterms:type>eira:KnowledgeDiscoveryApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -12974,13 +12974,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangeApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationService"> <skos:notation><![CDATA[Data Exchange]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Exchange]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -12995,7 +12995,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationService eira:ID: ABB43 @@ -13006,16 +13006,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-18-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> <eira:DataExchangeApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangeApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationService_Properties"> <skos:notation><![CDATA[Properties of Data Exchange]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationService</eira:PURI> <dcterms:type>eira:DataExchangeApplicationService</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -13031,20 +13031,20 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FirewallApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FirewallApplicationService"> <skos:notation><![CDATA[Firewall Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FirewallApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FirewallApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Firewall Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 +Identifier: http://data.europa.eu/dr8/6.0.0/FirewallApplicationService eira:ID: ABB528 @@ -13053,12 +13053,12 @@ ABB name: eira:FirewallApplicationService ]]></skos:definition> <eira:FirewallApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FirewallApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FirewallApplicationService_Properties"> <skos:notation><![CDATA[Properties of Firewall Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FirewallApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FirewallApplicationService" /> <dcterms:type>eira:FirewallApplicationService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -13069,18 +13069,18 @@ ABB name: eira:FirewallApplicationService <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FirewallApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/E-SignatureCreationApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/E-SignatureCreationApplicationService"> <skos:notation><![CDATA[e-Signature Creation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/E-SignatureCreationApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -13097,7 +13097,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/E-SignatureCreationApplicationService eira:ID: ABB55 @@ -13110,13 +13110,13 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignatureCreationApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/E-SignatureCreationApplicationService</eira:PURI> <dcterms:type>eira:E-SignatureCreationApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -13130,32 +13130,32 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/E-SignatureCreationApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/APIManagerApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/APIManagerApplicationService"> <skos:notation><![CDATA[API Manager Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/APIManagerApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/APIManagerApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[API Manager Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 Source: Gartner Source reference: https://www.gartner.com/en/information-technology/glossary/api-management -Identifier: http://data.europa.eu/dr8/APIManagerApplicationService +Identifier: http://data.europa.eu/dr8/6.0.0/APIManagerApplicationService ABB name: eira:APIManagerApplicationService ]]></skos:definition> <eira:APIManagerApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/APIManagerApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/APIManagerApplicationService_Properties"> <skos:notation><![CDATA[Properties of API Manager Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/APIManagerApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APIManagerApplicationService" /> <dcterms:type>eira:APIManagerApplicationService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -13166,18 +13166,18 @@ ABB name: eira:APIManagerApplicationService <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/APIManagerApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationService"> <skos:notation><![CDATA[Artificial Intelligence]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Artificial Intelligence]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -13192,7 +13192,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationService eira:ID: ABB422 @@ -13203,13 +13203,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:ArtificialIntelligenceApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationService_Properties"> <skos:notation><![CDATA[Properties of Artificial Intelligence]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationService</eira:PURI> <dcterms:type>eira:ArtificialIntelligenceApplicationService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -13222,13 +13222,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceConnectorApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorApplicationService"> <skos:notation><![CDATA[Data Space Connector]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceConnectorApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Space Connector]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -13243,26 +13243,26 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorApplicationService -eira:ID: http://data.europa.eu/dr8/DataSpaceConnectorApplicationService +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorConsumerApplicationService" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorProviderApplicationService" /> <eira:DataSpaceConnectorApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceConnectorApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorApplicationService_Properties"> <skos:notation><![CDATA[Properties of Data Space Connector]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceConnectorApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorApplicationService</eira:PURI> <dcterms:type>eira:DataSpaceConnectorApplicationService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -13276,13 +13276,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SoftwareComponentDiscoveryandCatalogueApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SoftwareComponentDiscoveryandCatalogueApplicationService"> <skos:notation><![CDATA[Software Component Discovery and Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SoftwareComponentDiscoveryandCatalogueApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -13291,7 +13291,7 @@ Source reference: (https://www.dictionary.com/browse/catalog) LOST view: Technical view - application -Identifier: http://data.europa.eu/dr8/SoftwareComponentDiscoveryandCatalogueApplicationService +Identifier: http://data.europa.eu/dr8/6.0.0/SoftwareComponentDiscoveryandCatalogueApplicationService eira:ID: ABB525 @@ -13304,13 +13304,13 @@ Last modification: 2022-18-01 ]]></skos:definition> <eira:SoftwareComponentDiscoveryandCatalogueApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SoftwareComponentDiscoveryandCatalogueApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SoftwareComponentDiscoveryandCatalogueApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/SoftwareComponentDiscoveryandCatalogueApplicationService</eira:PURI> <dcterms:type>eira:SoftwareComponentDiscoveryandCatalogueApplicationService</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -13323,13 +13323,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SoftwareComponentDiscoveryandCatalogueApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RegisteredElectronicDeliveryApplicationService"> <skos:notation><![CDATA[Registered Electronic Delivery]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RegisteredElectronicDeliveryApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Registered Electronic Delivery]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -13346,7 +13346,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/RegisteredElectronicDeliveryApplicationService eira:ID: ABB203 @@ -13359,13 +13359,13 @@ Last modification: 2022-20-01 ]]></skos:definition> <eira:RegisteredElectronicDeliveryApplicationService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RegisteredElectronicDeliveryApplicationService_Properties"> <skos:notation><![CDATA[Properties of Registered Electronic Delivery]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RegisteredElectronicDeliveryApplicationService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RegisteredElectronicDeliveryApplicationService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/RegisteredElectronicDeliveryApplicationService</eira:PURI> <dcterms:type>eira:RegisteredElectronicDeliveryApplicationService</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -13379,13 +13379,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RegisteredElectronicDeliveryApplicationService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceRegistryDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceRegistryDataObject"> <skos:notation><![CDATA[Service Registry]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceRegistryDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServiceRegistryDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Service Registry]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -13400,7 +13400,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ServiceRegistryDataObject eira:ID: ABB524 @@ -13411,17 +13411,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/WebServiceApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DiscoveryandRegistryServiceApplicationService" /> <eira:ServiceRegistryDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceRegistryDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceRegistryDataObject_Properties"> <skos:notation><![CDATA[Properties of Service Registry]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceRegistryDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceRegistryDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ServiceRegistryDataObject</eira:PURI> <dcterms:type>eira:ServiceRegistryDataObject</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -13435,13 +13435,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServiceRegistryDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BaseRegistryDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BaseRegistryDataObject"> <skos:notation><![CDATA[Base Registry]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BaseRegistryDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BaseRegistryDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Base Registry]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -13454,7 +13454,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/BaseRegistryDataObject eira:ID: ABB508 @@ -13465,16 +13465,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-17-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/MasterDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MasterDataObject" /> <eira:BaseRegistryDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BaseRegistryDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BaseRegistryDataObject_Properties"> <skos:notation><![CDATA[Properties of Base Registry]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BaseRegistryDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BaseRegistryDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/BaseRegistryDataObject</eira:PURI> <dcterms:type>eira:BaseRegistryDataObject</dcterms:type> <dcterms:modified>2022-01-17</dcterms:modified> <eira:synonym></eira:synonym> @@ -13488,13 +13488,13 @@ Last modification: 2022-17-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BaseRegistryDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MasterDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MasterDataObject"> <skos:notation><![CDATA[Master Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MasterDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MasterDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Master Data]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -13507,9 +13507,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/MasterDataObject -eira:ID: http://data.europa.eu/dr8/MasterDataObject +eira:ID: http://data.europa.eu/dr8/6.0.0/MasterDataObject ABB name: eira:MasterDataObject @@ -13518,16 +13518,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-26-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DataSetDataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetDataObject" /> <eira:MasterDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MasterDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MasterDataObject_Properties"> <skos:notation><![CDATA[Properties of Master Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MasterDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MasterDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/MasterDataObject</eira:PURI> <dcterms:type>eira:MasterDataObject</dcterms:type> <dcterms:modified>2022-01-26</dcterms:modified> <eira:synonym></eira:synonym> @@ -13541,20 +13541,20 @@ Last modification: 2022-26-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MasterDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SolutionSpecificationDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SolutionSpecificationDataObject"> <skos:notation><![CDATA[Solution Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SolutionSpecificationDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SolutionSpecificationDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Solution Specification]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 +Identifier: http://data.europa.eu/dr8/6.0.0/SolutionSpecificationDataObject eira:ID: ABB486 @@ -13563,12 +13563,12 @@ ABB name: eira:SolutionSpecificationDataObject ]]></skos:definition> <eira:SolutionSpecificationDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SolutionSpecificationDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SolutionSpecificationDataObject_Properties"> <skos:notation><![CDATA[Properties of Solution Specification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SolutionSpecificationDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionSpecificationDataObject" /> <dcterms:type>eira:SolutionSpecificationDataObject</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -13579,15 +13579,15 @@ ABB name: eira:SolutionSpecificationDataObject <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:PURI>http://data.europa.eu/dr8/6.0.0/SolutionSpecificationDataObject</eira:PURI> <eira:viewpoint>EIRA Ontology viewpoint</eira:viewpoint> - <dcterms:identifier>http://data.europa.eu/dr8/SolutionSpecificationDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SolutionSpecificationDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ControlledVocabularyDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ControlledVocabularyDataObject"> <skos:notation><![CDATA[Controlled Vocabulary]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ControlledVocabularyDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ControlledVocabularyDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Controlled Vocabulary]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -13602,7 +13602,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ControlledVocabularyDataObject eira:ID: ABB517 @@ -13613,16 +13613,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-17-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DataModelDataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataModelDataObject" /> <eira:ControlledVocabularyDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ControlledVocabularyDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ControlledVocabularyDataObject_Properties"> <skos:notation><![CDATA[Properties of Controlled Vocabulary]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ControlledVocabularyDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ControlledVocabularyDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ControlledVocabularyDataObject</eira:PURI> <dcterms:type>eira:ControlledVocabularyDataObject</dcterms:type> <dcterms:modified>2022-01-17</dcterms:modified> <eira:synonym></eira:synonym> @@ -13637,13 +13637,13 @@ Last modification: 2022-17-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ControlledVocabularyDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataFormatDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataFormatDataObject"> <skos:notation><![CDATA[Data Format]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataFormatDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataFormatDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Format]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -13656,9 +13656,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataFormatDataObject -eira:ID: http://data.europa.eu/dr8/DataFormatDataObject +eira:ID: http://data.europa.eu/dr8/6.0.0/DataFormatDataObject ABB name: eira:DataFormatDataObject @@ -13667,16 +13667,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-17-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/MetadataDataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataDataObject" /> <eira:DataFormatDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataFormatDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataFormatDataObject_Properties"> <skos:notation><![CDATA[Properties of Data Format]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataFormatDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataFormatDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataFormatDataObject</eira:PURI> <dcterms:type>eira:DataFormatDataObject</dcterms:type> <dcterms:modified>2022-01-17</dcterms:modified> <eira:synonym></eira:synonym> @@ -13690,13 +13690,13 @@ Last modification: 2022-17-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataFormatDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OntologiesCatalogueDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OntologiesCatalogueDataObject"> <skos:notation><![CDATA[Ontologies Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OntologiesCatalogueDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OntologiesCatalogueDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Ontologies Catalogue]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -13711,7 +13711,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/OntologiesCatalogueDataObject eira:ID: ABB365 @@ -13722,16 +13722,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2023-16-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/OntologyDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OntologyDataObject" /> <eira:OntologiesCatalogueDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OntologiesCatalogueDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OntologiesCatalogueDataObject_Properties"> <skos:notation><![CDATA[Properties of Ontologies Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OntologiesCatalogueDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OntologiesCatalogueDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/OntologiesCatalogueDataObject</eira:PURI> <dcterms:type>eira:OntologiesCatalogueDataObject</dcterms:type> <dcterms:modified>2023-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -13745,13 +13745,13 @@ Last modification: 2023-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OntologiesCatalogueDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataMappingCatalogueDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataMappingCatalogueDataObject"> <skos:notation><![CDATA[Data Mapping Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataMappingCatalogueDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataMappingCatalogueDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Mapping Catalogue]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -13768,7 +13768,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataMappingCatalogueDataObject eira:ID: ABB376 @@ -13779,16 +13779,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-16-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DataMappingDataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingDataObject" /> <eira:DataMappingCatalogueDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataMappingCatalogueDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataMappingCatalogueDataObject_Properties"> <skos:notation><![CDATA[Properties of Data Mapping Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataMappingCatalogueDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingCatalogueDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataMappingCatalogueDataObject</eira:PURI> <dcterms:type>eira:DataMappingCatalogueDataObject</dcterms:type> <dcterms:modified>2022-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -13802,13 +13802,13 @@ Last modification: 2022-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataMappingCatalogueDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FormsStructureDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FormsStructureDataObject"> <skos:notation><![CDATA[Forms Structure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FormsStructureDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FormsStructureDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Forms Structure]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -13823,7 +13823,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/FormsStructureDataObject eira:ID: ABB514 @@ -13834,16 +13834,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-17-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/MetadataDataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataDataObject" /> <eira:FormsStructureDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FormsStructureDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FormsStructureDataObject_Properties"> <skos:notation><![CDATA[Properties of Forms Structure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FormsStructureDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FormsStructureDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/FormsStructureDataObject</eira:PURI> <dcterms:type>eira:FormsStructureDataObject</dcterms:type> <dcterms:modified>2022-01-17</dcterms:modified> <eira:synonym></eira:synonym> @@ -13856,13 +13856,13 @@ Last modification: 2022-17-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FormsStructureDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MetadataDataObject"> <skos:notation><![CDATA[Metadata]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MetadataDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MetadataDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Metadata]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[Definition: Metadata ABB is a Data Object providing information about one or more aspects of the data Source: W3C @@ -13877,7 +13877,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/MetadataDataObject eira:ID: ABB513 @@ -13888,20 +13888,20 @@ 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" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/FormsStructureDataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/DataFormatDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/DataModelDataObject" /> <eira:MetadataDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MetadataDataObject_Properties"> <skos:notation><![CDATA[Properties of Metadata]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MetadataDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/MetadataDataObject</eira:PURI> <dcterms:type>eira:MetadataDataObject</dcterms:type> <dcterms:modified>2022-01-17</dcterms:modified> <eira:synonym></eira:synonym> @@ -13915,13 +13915,13 @@ Last modification: 2022-17-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MetadataDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataModelDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataModelDataObject"> <skos:notation><![CDATA[Data Model]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataModelDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataModelDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Model]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: ISA2 - SEMIC Action @@ -13936,7 +13936,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataModelDataObject eira:ID: ABB516 @@ -13947,20 +13947,20 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataFormatDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FormsStructureDataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/ControlledVocabularyDataObject" /> <eira:DataModelDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataModelDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataModelDataObject_Properties"> <skos:notation><![CDATA[Properties of Data Model]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataModelDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataModelDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataModelDataObject</eira:PURI> <dcterms:type>eira:DataModelDataObject</dcterms:type> <dcterms:modified>2022-01-17</dcterms:modified> <eira:synonym></eira:synonym> @@ -13975,13 +13975,13 @@ Last modification: 2022-17-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataModelDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSetCatalogueDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSetCatalogueDataObject"> <skos:notation><![CDATA[Dataset Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSetCatalogueDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSetCatalogueDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Dataset Catalogue]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -13998,7 +13998,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataSetCatalogueDataObject eira:ID: ABB24 @@ -14009,16 +14009,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2023-16-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataSetDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetDataObject" /> <eira:DataSetCatalogueDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSetCatalogueDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSetCatalogueDataObject_Properties"> <skos:notation><![CDATA[Properties of Dataset Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSetCatalogueDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetCatalogueDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataSetCatalogueDataObject</eira:PURI> <dcterms:type>eira:DataSetCatalogueDataObject</dcterms:type> <dcterms:modified>2023-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -14032,13 +14032,13 @@ Last modification: 2023-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSetCatalogueDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ReferenceDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ReferenceDataObject"> <skos:notation><![CDATA[Reference Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ReferenceDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ReferenceDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Reference Data]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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" @@ -14051,7 +14051,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ReferenceDataObject eira:ID: ABB509 @@ -14062,16 +14062,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2023-16-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DataSetDataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetDataObject" /> <eira:ReferenceDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ReferenceDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ReferenceDataObject_Properties"> <skos:notation><![CDATA[Properties of Reference Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ReferenceDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ReferenceDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ReferenceDataObject</eira:PURI> <dcterms:type>eira:ReferenceDataObject</dcterms:type> <dcterms:modified>2023-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -14086,13 +14086,13 @@ Last modification: 2023-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ReferenceDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueDataObject"> <skos:notation><![CDATA[Data Syntax Mapping Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -14101,7 +14101,7 @@ Source reference: https://digital-strategy.ec.europa.eu/en/library/study-mapping LOST view: Semantic view -Identifier: http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject +Identifier: http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueDataObject eira:ID: ABB445 @@ -14112,16 +14112,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-20-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DataMappingDataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingDataObject" /> <eira:DataSyntaxMappingCatalogueDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueDataObject_Properties"> <skos:notation><![CDATA[Properties of Data Syntax Mapping Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxMappingCatalogueDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueDataObject</eira:PURI> <dcterms:type>eira:DataSyntaxMappingCatalogueDataObject</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -14135,13 +14135,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/VirtualDatasetDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/VirtualDatasetDataObject"> <skos:notation><![CDATA[Virtual Dataset]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/VirtualDatasetDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/VirtualDatasetDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Virtual Dataset]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -14154,7 +14154,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/VirtualDatasetDataObject eira:ID: ABB511 @@ -14165,16 +14165,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-16-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataSetDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetDataObject" /> <eira:VirtualDatasetDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/VirtualDatasetDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/VirtualDatasetDataObject_Properties"> <skos:notation><![CDATA[Properties of Virtual Dataset]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/VirtualDatasetDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualDatasetDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/VirtualDatasetDataObject</eira:PURI> <dcterms:type>eira:VirtualDatasetDataObject</dcterms:type> <dcterms:modified>2022-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -14189,13 +14189,13 @@ Last modification: 2022-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/VirtualDatasetDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/APICatalogueDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/APICatalogueDataObject"> <skos:notation><![CDATA[API Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/APICatalogueDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/APICatalogueDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[API Catalogue]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -14208,7 +14208,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/APICatalogueDataObject eira:ID: ABB435 @@ -14221,13 +14221,13 @@ Last modification: 2022-18-01 ]]></skos:definition> <eira:APICatalogueDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/APICatalogueDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/APICatalogueDataObject_Properties"> <skos:notation><![CDATA[Properties of API Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/APICatalogueDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APICatalogueDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/APICatalogueDataObject</eira:PURI> <dcterms:type>eira:APICatalogueDataObject</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -14241,13 +14241,13 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/APICatalogueDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DistributedLedgerDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DistributedLedgerDataObject"> <skos:notation><![CDATA[Distributed Ledger]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DistributedLedgerDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DistributedLedgerDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Distributed Ledger]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -14262,7 +14262,7 @@ LOST view: Semantic view 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. -Identifier: http://data.europa.eu/dr8/DistributedLedgerDataObject +Identifier: http://data.europa.eu/dr8/6.0.0/DistributedLedgerDataObject eira:ID: ABB518 @@ -14275,13 +14275,13 @@ Last modification: 2022-17-01 ]]></skos:definition> <eira:DistributedLedgerDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DistributedLedgerDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DistributedLedgerDataObject_Properties"> <skos:notation><![CDATA[Properties of Distributed Ledger]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DistributedLedgerDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DistributedLedgerDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DistributedLedgerDataObject</eira:PURI> <dcterms:type>eira:DistributedLedgerDataObject</dcterms:type> <dcterms:modified>2022-01-17</dcterms:modified> <eira:synonym></eira:synonym> @@ -14294,13 +14294,13 @@ Last modification: 2022-17-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DistributedLedgerDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataMappingDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataMappingDataObject"> <skos:notation><![CDATA[Data Mapping]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataMappingDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataMappingDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Mapping]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: Inspired in "Data Mapping for Data Warehouse Design" book @@ -14317,7 +14317,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataMappingDataObject eira:ID: ABB375 @@ -14328,20 +14328,20 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/SoftwareComponentsCatalogueDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingCatalogueDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataCatalogueDataObject" /> <eira:DataMappingDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataMappingDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataMappingDataObject_Properties"> <skos:notation><![CDATA[Properties of Data Mapping]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataMappingDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataMappingDataObject</eira:PURI> <dcterms:type>eira:DataMappingDataObject</dcterms:type> <dcterms:modified>2022-01-17</dcterms:modified> <eira:synonym></eira:synonym> @@ -14355,13 +14355,13 @@ Last modification: 2022-17-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataMappingDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeTriplestore"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KnowledgeTriplestore"> <skos:notation><![CDATA[Knowledge Triplestore]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeTriplestore</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KnowledgeTriplestore</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Knowledge Triplestore]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: W3C @@ -14376,7 +14376,7 @@ LOST view: Technical view - application 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. -Identifier: http://data.europa.eu/dr8/KnowledgeTriplestore +Identifier: http://data.europa.eu/dr8/6.0.0/KnowledgeTriplestore eira:ID: ABB533 @@ -14389,13 +14389,13 @@ dct:title: eira:KnowledgeTriplestore ]]></skos:definition> <eira:KnowledgeTriplestore_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeTriplestore_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KnowledgeTriplestore_Properties"> <skos:notation><![CDATA[Properties of Knowledge Triplestore]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeTriplestore_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeTriplestore" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/KnowledgeTriplestore</eira:PURI> <dcterms:type>eira:KnowledgeTriplestore</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -14409,13 +14409,13 @@ dct:title: eira:KnowledgeTriplestore <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KnowledgeTriplestore</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OntologyDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OntologyDataObject"> <skos:notation><![CDATA[Ontology]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OntologyDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OntologyDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Ontology]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 Source: Formal definiion of Tom Gruber @@ -14432,7 +14432,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/OntologyDataObject eira:ID: ABB364 @@ -14443,17 +14443,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> <eira:OntologyDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OntologyDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OntologyDataObject_Properties"> <skos:notation><![CDATA[Properties of Ontology]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OntologyDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OntologyDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/OntologyDataObject</eira:PURI> <dcterms:type>eira:OntologyDataObject</dcterms:type> <dcterms:modified>2022-01-17</dcterms:modified> <eira:synonym></eira:synonym> @@ -14468,13 +14468,13 @@ Last modification: 2022-17-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OntologyDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSyntaxDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSyntaxDataObject"> <skos:notation><![CDATA[Data Syntax]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSyntaxDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Syntax]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -14489,7 +14489,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataSyntaxDataObject eira:ID: ABB515 @@ -14500,16 +14500,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-17-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/MetadataDataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataDataObject" /> <eira:DataSyntaxDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSyntaxDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSyntaxDataObject_Properties"> <skos:notation><![CDATA[Properties of Data Syntax]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSyntaxDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataSyntaxDataObject</eira:PURI> <dcterms:type>eira:DataSyntaxDataObject</dcterms:type> <dcterms:modified>2022-01-17</dcterms:modified> <eira:synonym></eira:synonym> @@ -14524,13 +14524,13 @@ Last modification: 2022-17-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSyntaxDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataObject"> <skos:notation><![CDATA[Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: ISO-IEC-2382-1 * 1993 * @@ -14545,7 +14545,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataObject eira:ID: ABB22 @@ -14556,20 +14556,20 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DistributedLedgerDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedDataRepresentation" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenDataRepresentation" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/HashCodeDataObject" /> <eira:DataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataObject_Properties"> <skos:notation><![CDATA[Properties of Data]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataObject</eira:PURI> <dcterms:type>eira:DataObject</dcterms:type> <dcterms:modified>2022-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -14584,13 +14584,13 @@ Last modification: 2022-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/HashCodeDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/HashCodeDataObject"> <skos:notation><![CDATA[Hash Code]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/HashCodeDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/HashCodeDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Hash Code]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -14603,9 +14603,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/HashCodeDataObject -eira:ID: http://data.europa.eu/dr8/HashCodeDataObject +eira:ID: http://data.europa.eu/dr8/6.0.0/HashCodeDataObject ABB name: eira:HashCodeDataObject @@ -14614,16 +14614,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-17-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> <eira:HashCodeDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/HashCodeDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/HashCodeDataObject_Properties"> <skos:notation><![CDATA[Properties of Hash Code]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/HashCodeDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/HashCodeDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/HashCodeDataObject</eira:PURI> <dcterms:type>eira:HashCodeDataObject</dcterms:type> <dcterms:modified>2022-01-17</dcterms:modified> <eira:synonym></eira:synonym> @@ -14637,13 +14637,13 @@ Last modification: 2022-17-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/HashCodeDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSetDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSetDataObject"> <skos:notation><![CDATA[Dataset]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSetDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSetDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Dataset]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -14660,7 +14660,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataSetDataObject eira:ID: ABB23 @@ -14671,18 +14671,18 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/ReferenceDataObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/MasterDataObject" /> <eira:DataSetDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSetDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSetDataObject_Properties"> <skos:notation><![CDATA[Properties of Dataset]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSetDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataSetDataObject</eira:PURI> <dcterms:type>eira:DataSetDataObject</dcterms:type> <dcterms:modified>2022-01-16</dcterms:modified> <eira:synonym></eira:synonym> @@ -14696,13 +14696,13 @@ Last modification: 2022-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSetDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SoftwareComponentsCatalogueDataObject"> <skos:notation><![CDATA[Software Components Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SoftwareComponentsCatalogueDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Software Components Catalogue]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -14715,9 +14715,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/SoftwareComponentsCatalogueDataObject -eira:ID: http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject +eira:ID: http://data.europa.eu/dr8/6.0.0/SoftwareComponentsCatalogueDataObject ABB name: eira:SoftwareComponentsCatalogueDataObject @@ -14726,16 +14726,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-20-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DataMappingDataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingDataObject" /> <eira:SoftwareComponentsCatalogueDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SoftwareComponentsCatalogueDataObject_Properties"> <skos:notation><![CDATA[Properties of Software Components Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SoftwareComponentsCatalogueDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SoftwareComponentsCatalogueDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/SoftwareComponentsCatalogueDataObject</eira:PURI> <dcterms:type>eira:SoftwareComponentsCatalogueDataObject</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -14749,13 +14749,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SoftwareComponentsCatalogueDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataCatalogueDataObject"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MetadataCatalogueDataObject"> <skos:notation><![CDATA[Metadata Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MetadataCatalogueDataObject</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MetadataCatalogueDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Metadata Catalogue]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -14770,9 +14770,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/MetadataCatalogueDataObject -eira:ID: http://data.europa.eu/dr8/MetadataCatalogueDataObject +eira:ID: http://data.europa.eu/dr8/6.0.0/MetadataCatalogueDataObject ABB name: eira:MetadataCatalogueDataObject @@ -14781,16 +14781,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-26-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/DataMappingDataObject" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingDataObject" /> <eira:MetadataCatalogueDataObject_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MetadataCatalogueDataObject_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MetadataCatalogueDataObject_Properties"> <skos:notation><![CDATA[Properties of Metadata Catalogue]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MetadataCatalogueDataObject_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataCatalogueDataObject" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/MetadataCatalogueDataObject</eira:PURI> <dcterms:type>eira:MetadataCatalogueDataObject</dcterms:type> <dcterms:modified>2022-01-26</dcterms:modified> <eira:synonym></eira:synonym> @@ -14803,13 +14803,13 @@ Last modification: 2022-26-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MetadataCatalogueDataObject</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Network"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Network"> <skos:notation><![CDATA[Network]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Network</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Network</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Network]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -14829,27 +14829,27 @@ The network uses the Internet Protocols (IP) to ensure universal reach, but is o Source: (https://ec.europa.eu/isa2/solutions/testa_en)]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/NetworkingService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/NetworkingService" /> <owl:deprecated>true</owl:deprecated> <eira:Network_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Network_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Network_Properties"> <skos:notation><![CDATA[Properties of Network]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Network_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Network_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Network]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Network" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivateHostingFacility"> <skos:notation><![CDATA[Private Hosting Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivateHostingFacility</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PrivateHostingFacility</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Private Hosting Facility]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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). @@ -14869,17 +14869,17 @@ The Surveillance3 Data Warehouse plays multiple roles: • 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" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/HostingFacility" /> <owl:deprecated>true</owl:deprecated> <eira:PrivateHostingFacility_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateHostingFacility_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivateHostingFacility_Properties"> <skos:notation><![CDATA[Properties of Private Hosting Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivateHostingFacility_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateHostingFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateHostingFacility" /> <dcterms:type>eira:PrivateHostingFacility</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <secure_access>[ Yes | No ]</secure_access> @@ -14888,11 +14888,11 @@ Source: (https://ec.europa.eu/assets/taxud/taxation_customs/tenders/2016ao02_a2_ <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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/HostingFacility"> <skos:notation><![CDATA[Hosting Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/HostingFacility</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/HostingFacility</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Hosting Facility]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -14913,18 +14913,18 @@ Dynamic sites based on particular technologies (i.e. Weblogic) are being hosted Direct HTTP access to the back-end web servers hosting the static sites is denied by the standard web server configuration. 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" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicHostingFacility" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateHostingFacility" /> <owl:deprecated>true</owl:deprecated> <eira:HostingFacility_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/HostingFacility_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/HostingFacility_Properties"> <skos:notation><![CDATA[Properties of Hosting Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/HostingFacility_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/HostingFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/HostingFacility" /> <dcterms:type>eira:HostingFacility</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <secure_access>[ Yes | No ]</secure_access> @@ -14933,11 +14933,11 @@ Source: (http://ec.europa.eu/ipg/build/infrastructure/index_en.htm)]]></skos:def <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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicHostingFacility"> <skos:notation><![CDATA[Public Hosting Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicHostingFacility</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicHostingFacility</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Hosting Facility]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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). @@ -14955,27 +14955,27 @@ AWS provides a comprehensive suite of services and solutions to run sophisticate Source: (https://aws.amazon.com/solutions/?nc2=h_ql_sol)]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/HostingFacility" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/HostingFacility" /> <owl:deprecated>true</owl:deprecated> <eira:PublicHostingFacility_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicHostingFacility_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicHostingFacility_Properties"> <skos:notation><![CDATA[Properties of Public Hosting Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicHostingFacility_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicHostingFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/NetworkingService"> <skos:notation><![CDATA[Networking Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/NetworkingService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/NetworkingService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Networking Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -14998,46 +14998,46 @@ Source: <owl:deprecated>true</owl:deprecated> <eira:NetworkingService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/NetworkingService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/NetworkingService_Properties"> <skos:notation><![CDATA[Properties of Networking Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/NetworkingService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/NetworkingService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalSolutionArtifact"> <skos:notation><![CDATA[Interoperable Digital Solution]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionArtifact</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalSolutionArtifact</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Interoperable Digital Solution]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 +Identifier: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionApplicationComponent" /> <eira:DigitalSolutionArtifact_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionArtifact_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalSolutionArtifact_Properties"> <skos:notation><![CDATA[Properties of Interoperable Digital Solution]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionArtifact_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionArtifact" /> <dcterms:type>eira:DigitalSolutionArtifact</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -15048,17 +15048,17 @@ ABB name: eira:DigitalSolutionArtifact <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalSolutionArtifact</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact"> <skos:notation><![CDATA[Solution Building Block]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SolutionBuildingBlockArtifact</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Solution Building Block]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. Source: ISA2 @@ -15069,29 +15069,29 @@ Additional information: Solution Builsing Block ABB is formulated as an agreed n 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 +Identifier: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecificationContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInfrastructureFunctionalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticGovernanceContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionSpecificationDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticFunctionalContentGrouping" /> <eira:SolutionBuildingBlockArtifact_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SolutionBuildingBlockArtifact_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact_Properties"> <skos:notation><![CDATA[Properties of Solution Building Block]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SolutionBuildingBlockArtifact_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact</eira:PURI> <dcterms:type>eira:SolutionBuildingBlockArtifact</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -15110,13 +15110,13 @@ ABB name: eira:SolutionBuildingBlockArtifact <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivateSubnetworkCommunicationNetwork"> <skos:notation><![CDATA[Private Subnetwork]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PrivateSubnetworkCommunicationNetwork</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Private Subnetwork]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 Source: ISA2 - EIA Action @@ -15129,9 +15129,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PrivateSubnetworkCommunicationNetwork -eira:ID: http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork +eira:ID: http://data.europa.eu/dr8/6.0.0/PrivateSubnetworkCommunicationNetwork ABB name: eira:PrivateSubnetworkCommunicationNetwork @@ -15140,16 +15140,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-31-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/FirewallTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FirewallTechnologyService" /> <eira:PrivateSubnetworkCommunicationNetwork_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivateSubnetworkCommunicationNetwork_Properties"> <skos:notation><![CDATA[Properties of Private Subnetwork]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateSubnetworkCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/PrivateSubnetworkCommunicationNetwork</eira:PURI> <dcterms:type>eira:PrivateSubnetworkCommunicationNetwork</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -15162,13 +15162,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PrivateSubnetworkCommunicationNetwork</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/CloudPrivateCommunicationNetwork"> <skos:notation><![CDATA[Cloud Private Network]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/CloudPrivateCommunicationNetwork</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Cloud Private Network]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -15179,9 +15179,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/CloudPrivateCommunicationNetwork -eira:ID: http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork +eira:ID: http://data.europa.eu/dr8/6.0.0/CloudPrivateCommunicationNetwork ABB name: eira:CloudPrivateCommunicationNetwork @@ -15192,13 +15192,13 @@ Last modification: 2022-31-01 ]]></skos:definition> <eira:CloudPrivateCommunicationNetwork_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/CloudPrivateCommunicationNetwork_Properties"> <skos:notation><![CDATA[Properties of Cloud Private Network]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/CloudPrivateCommunicationNetwork_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/CloudPrivateCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/CloudPrivateCommunicationNetwork</eira:PURI> <dcterms:type>eira:CloudPrivateCommunicationNetwork</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -15211,13 +15211,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/CloudPrivateCommunicationNetwork</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateCommunicationNetwork"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivateCommunicationNetwork"> <skos:notation><![CDATA[Private Network]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivateCommunicationNetwork</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PrivateCommunicationNetwork</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Private Network]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -15230,9 +15230,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PrivateCommunicationNetwork -eira:ID: http://data.europa.eu/dr8/PrivateCommunicationNetwork +eira:ID: http://data.europa.eu/dr8/6.0.0/PrivateCommunicationNetwork ABB name: eira:PrivateCommunicationNetwork @@ -15241,16 +15241,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-31-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateSubnetworkCommunicationNetwork" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateSubnetworkCommunicationNetwork" /> <eira:PrivateCommunicationNetwork_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateCommunicationNetwork_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivateCommunicationNetwork_Properties"> <skos:notation><![CDATA[Properties of Private Network]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivateCommunicationNetwork_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/PrivateCommunicationNetwork</eira:PURI> <dcterms:type>eira:PrivateCommunicationNetwork</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -15264,13 +15264,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PrivateCommunicationNetwork</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicCommunicationNetwork"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicCommunicationNetwork"> <skos:notation><![CDATA[Public Network]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicCommunicationNetwork</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicCommunicationNetwork</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Network]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -15283,9 +15283,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PublicCommunicationNetwork -eira:ID: http://data.europa.eu/dr8/PublicCommunicationNetwork +eira:ID: http://data.europa.eu/dr8/6.0.0/PublicCommunicationNetwork ABB name: eira:PublicCommunicationNetwork @@ -15294,18 +15294,18 @@ 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" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurePublicCommunicationNetwork" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent" /> <eira:PublicCommunicationNetwork_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicCommunicationNetwork_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicCommunicationNetwork_Properties"> <skos:notation><![CDATA[Properties of Public Network]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicCommunicationNetwork_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/PublicCommunicationNetwork</eira:PURI> <dcterms:type>eira:PublicCommunicationNetwork</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -15320,13 +15320,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicCommunicationNetwork</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LocalAreaCommunicationNetwork"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LocalAreaCommunicationNetwork"> <skos:notation><![CDATA[Local Area Network]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LocalAreaCommunicationNetwork</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LocalAreaCommunicationNetwork</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Local Area Network]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -15339,9 +15339,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/LocalAreaCommunicationNetwork -eira:ID: http://data.europa.eu/dr8/LocalAreaCommunicationNetwork +eira:ID: http://data.europa.eu/dr8/6.0.0/LocalAreaCommunicationNetwork ABB name: eira:LocalAreaCommunicationNetwork @@ -15352,13 +15352,13 @@ Last modification: 2022-31-01 ]]></skos:definition> <eira:LocalAreaCommunicationNetwork_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LocalAreaCommunicationNetwork_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LocalAreaCommunicationNetwork_Properties"> <skos:notation><![CDATA[Properties of Local Area Network]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LocalAreaCommunicationNetwork_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LocalAreaCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/LocalAreaCommunicationNetwork</eira:PURI> <dcterms:type>eira:LocalAreaCommunicationNetwork</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -15372,13 +15372,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LocalAreaCommunicationNetwork</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurePublicCommunicationNetwork"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SecurePublicCommunicationNetwork"> <skos:notation><![CDATA[Secure Public Network]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SecurePublicCommunicationNetwork</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SecurePublicCommunicationNetwork</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Secure Public Network]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -15391,9 +15391,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/SecurePublicCommunicationNetwork -eira:ID: http://data.europa.eu/dr8/SecurePublicCommunicationNetwork +eira:ID: http://data.europa.eu/dr8/6.0.0/SecurePublicCommunicationNetwork ABB name: eira:SecurePublicCommunicationNetwork @@ -15402,16 +15402,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-31-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/PublicCommunicationNetwork" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicCommunicationNetwork" /> <eira:SecurePublicCommunicationNetwork_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurePublicCommunicationNetwork_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SecurePublicCommunicationNetwork_Properties"> <skos:notation><![CDATA[Properties of Secure Public Network]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SecurePublicCommunicationNetwork_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurePublicCommunicationNetwork" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/SecurePublicCommunicationNetwork</eira:PURI> <dcterms:type>eira:SecurePublicCommunicationNetwork</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -15425,13 +15425,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SecurePublicCommunicationNetwork</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SensorDevice"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SensorDevice"> <skos:notation><![CDATA[Sensor]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SensorDevice</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SensorDevice</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Sensor]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -15444,22 +15444,22 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/SensorDevice -eira:ID: http://data.europa.eu/dr8/SensorDevice +eira:ID: http://data.europa.eu/dr8/6.0.0/SensorDevice ABB name: eira:SensorDevice ]]></skos:definition> <eira:SensorDevice_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SensorDevice_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SensorDevice_Properties"> <skos:notation><![CDATA[Properties of Sensor]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SensorDevice_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SensorDevice" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/SensorDevice</eira:PURI> <dcterms:type>eira:SensorDevice</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -15471,13 +15471,13 @@ ABB name: eira:SensorDevice <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SensorDevice</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RemoteDesktopClientDevice"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RemoteDesktopClientDevice"> <skos:notation><![CDATA[Remote Desktop Client]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RemoteDesktopClientDevice</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RemoteDesktopClientDevice</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Remote Desktop Client]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -15488,9 +15488,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/RemoteDesktopClientDevice -eira:ID: http://data.europa.eu/dr8/RemoteDesktopClientDevice +eira:ID: http://data.europa.eu/dr8/6.0.0/RemoteDesktopClientDevice ABB name: eira:RemoteDesktopClientDevice @@ -15499,13 +15499,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:RemoteDesktopClientDevice_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RemoteDesktopClientDevice_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RemoteDesktopClientDevice_Properties"> <skos:notation><![CDATA[Properties of Remote Desktop Client]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RemoteDesktopClientDevice_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RemoteDesktopClientDevice" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/RemoteDesktopClientDevice</eira:PURI> <dcterms:type>eira:RemoteDesktopClientDevice</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -15518,13 +15518,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RemoteDesktopClientDevice</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DesktopComputerDevice"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DesktopComputerDevice"> <skos:notation><![CDATA[Desktop Computer]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DesktopComputerDevice</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DesktopComputerDevice</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Desktop Computer]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -15535,9 +15535,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DesktopComputerDevice -eira:ID: http://data.europa.eu/dr8/DesktopComputerDevice +eira:ID: http://data.europa.eu/dr8/6.0.0/DesktopComputerDevice ABB name: eira:DesktopComputerDevice @@ -15546,13 +15546,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:DesktopComputerDevice_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DesktopComputerDevice_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DesktopComputerDevice_Properties"> <skos:notation><![CDATA[Properties of Desktop Computer]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DesktopComputerDevice_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DesktopComputerDevice" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DesktopComputerDevice</eira:PURI> <dcterms:type>eira:DesktopComputerDevice</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -15564,13 +15564,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DesktopComputerDevice</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SmartDevice"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SmartDevice"> <skos:notation><![CDATA[Smart Device]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SmartDevice</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SmartDevice</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Smart Device]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -15587,9 +15587,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/SmartDevice -eira:ID: http://data.europa.eu/dr8/SmartDevice +eira:ID: http://data.europa.eu/dr8/6.0.0/SmartDevice ABB name: eira:SmartDevice @@ -15600,13 +15600,13 @@ Last modification: ]]></skos:definition> <eira:SmartDevice_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SmartDevice_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SmartDevice_Properties"> <skos:notation><![CDATA[Properties of Smart Device]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SmartDevice_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SmartDevice" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/SmartDevice</eira:PURI> <dcterms:type>eira:SmartDevice</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -15619,13 +15619,13 @@ Last modification: <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SmartDevice</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PhysicalNetworkInfrastructureEquipment"> <skos:notation><![CDATA[Physical Network Infrastructure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PhysicalNetworkInfrastructureEquipment</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Physical Network Infrastructure]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -15634,25 +15634,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PhysicalNetworkInfrastructureEquipment -eira:ID: http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment +eira:ID: http://data.europa.eu/dr8/6.0.0/PhysicalNetworkInfrastructureEquipment ABB name: eira:PhysicalNetworkInfrastructureEquipment EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> <eira:PhysicalNetworkInfrastructureEquipment_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PhysicalNetworkInfrastructureEquipment_Properties"> <skos:notation><![CDATA[Properties of Physical Network Infrastructure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PhysicalNetworkInfrastructureEquipment_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalNetworkInfrastructureEquipment" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -15665,13 +15665,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PhysicalNetworkInfrastructureEquipment</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PhysicalCommunicationInfrastructureEquipment"> <skos:notation><![CDATA[Physical Communication Infrastructure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PhysicalCommunicationInfrastructureEquipment</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Physical Communication Infrastructure]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[Definition: The Physical Communication Infrastructure ABB is an Equipment that enables components to exchange data. Source: Law Insider @@ -15684,25 +15684,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PhysicalCommunicationInfrastructureEquipment ABB name: eira:PhysicalCommunicationInfrastructureEquipment EIRA concept: eira:ArchitectureBuildingBlock -eira:ID : http://data.europa.eu/dr8/PhysicalCommunicationInfrastructure +eira:ID : http://data.europa.eu/dr8/6.0.0/PhysicalCommunicationInfrastructure ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> <eira:PhysicalCommunicationInfrastructureEquipment_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PhysicalCommunicationInfrastructureEquipment_Properties"> <skos:notation><![CDATA[Properties of Physical Communication Infrastructure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PhysicalCommunicationInfrastructureEquipment_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalCommunicationInfrastructureEquipment" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -15715,13 +15715,13 @@ eira:ID : http://data.europa.eu/dr8/PhysicalCommunicationInfrastructure <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PhysicalCommunicationInfrastructureEquipment</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PhysicalPowerSupplyInfrastructureEquipment"> <skos:notation><![CDATA[Physical Power Supply Infrastructure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -15732,25 +15732,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PhysicalPowerSupplyInfrastructureEquipment ABB name: eira:PhysicalPowerSupplyInfrastructureEquipment EIRA concept: eira:ArchitectureBuildingBlock -eira:ID : http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructure +eira:ID : http://data.europa.eu/dr8/6.0.0/PhysicalPowerSupplyInfrastructure ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> <eira:PhysicalPowerSupplyInfrastructureEquipment_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PhysicalPowerSupplyInfrastructureEquipment_Properties"> <skos:notation><![CDATA[Properties of Physical Power Supply Infrastructure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructureEquipment_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalPowerSupplyInfrastructureEquipment" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -15762,13 +15762,13 @@ eira:ID : http://data.europa.eu/dr8/PhysicalPowerSupplyInfrastructure <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PhysicalPowerSupplyInfrastructureEquipment</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PhysicalSecurityInfrastructureEquipment"> <skos:notation><![CDATA[Physical Security Infrastructure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PhysicalSecurityInfrastructureEquipment</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Physical Security Infrastructure]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -15779,25 +15779,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PhysicalSecurityInfrastructureEquipment ABB name: eira:PhysicalSecurityInfrastructureEquipment EIRA concept: eira:ArchitectureBuildingBlock -eira:ID : http://data.europa.eu/dr8/PhysicalSecurityInfrastructure +eira:ID : http://data.europa.eu/dr8/6.0.0/PhysicalSecurityInfrastructure ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> <eira:PhysicalSecurityInfrastructureEquipment_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PhysicalSecurityInfrastructureEquipment_Properties"> <skos:notation><![CDATA[Properties of Physical Security Infrastructure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PhysicalSecurityInfrastructureEquipment_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalSecurityInfrastructureEquipment" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -15809,13 +15809,13 @@ eira:ID : http://data.europa.eu/dr8/PhysicalSecurityInfrastructure <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PhysicalSecurityInfrastructureEquipment</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PhysicalComputingInfrastructureEquipment"> <skos:notation><![CDATA[Physical Computing Infrastructure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PhysicalComputingInfrastructureEquipment</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Physical Computing Infrastructure]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -15824,25 +15824,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PhysicalComputingInfrastructureEquipment ABB name: eira:PhysicalComputingInfrastructureEquipment EIRA concept: eira:ArchitectureBuildingBlock -eira:ID : http://data.europa.eu/dr8/PhysicalComputingInfrastructure +eira:ID : http://data.europa.eu/dr8/6.0.0/PhysicalComputingInfrastructure ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> <eira:PhysicalComputingInfrastructureEquipment_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PhysicalComputingInfrastructureEquipment_Properties"> <skos:notation><![CDATA[Properties of Physical Computing Infrastructure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PhysicalComputingInfrastructureEquipment_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalComputingInfrastructureEquipment" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -15855,13 +15855,13 @@ eira:ID : http://data.europa.eu/dr8/PhysicalComputingInfrastructure <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PhysicalComputingInfrastructureEquipment</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/HybridCloudProviderFacility"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/HybridCloudProviderFacility"> <skos:notation><![CDATA[Hybrid Cloud Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/HybridCloudProviderFacility</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/HybridCloudProviderFacility</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Hybrid Cloud Facility]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -15872,9 +15872,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/HybridCloudProviderFacility -eira:ID: http://data.europa.eu/dr8/HybridCloudProviderFacility +eira:ID: http://data.europa.eu/dr8/6.0.0/HybridCloudProviderFacility ABB name: eira:HybridCloudProviderFacility @@ -15883,17 +15883,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OnPremiseFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/CloudComputingFacility" /> <eira:HybridCloudProviderFacility_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/HybridCloudProviderFacility_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/HybridCloudProviderFacility_Properties"> <skos:notation><![CDATA[Properties of Hybrid Cloud Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/HybridCloudProviderFacility_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/HybridCloudProviderFacility" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/HybridCloudProviderFacility</eira:PURI> <dcterms:type>eira:HybridCloudProviderFacility</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -15908,13 +15908,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/HybridCloudProviderFacility</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/HostingFacility"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/HostingFacility"> <skos:notation><![CDATA[Hosting Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/HostingFacility</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/HostingFacility</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Hosting Facility]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -15927,33 +15927,33 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/HostingFacility -eira:ID: http://data.europa.eu/dr8/HostingFacility +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/HostingFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ServerNode" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalPowerSupplyInfrastructureEquipment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnologyTechnologyInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalSecurityInfrastructureEquipment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalComputingInfrastructureEquipment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/CloudComputingFacility" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/OnPremiseFacility" /> <eira:HostingFacility_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/HostingFacility_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/HostingFacility_Properties"> <skos:notation><![CDATA[Properties of Hosting Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/HostingFacility_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/HostingFacility" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -15967,13 +15967,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/HostingFacility</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OnPremiseFacility"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OnPremiseFacility"> <skos:notation><![CDATA[On Premise Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OnPremiseFacility</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OnPremiseFacility</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[On Premise Facility]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -15986,9 +15986,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/OnPremiseFacility -eira:ID: http://data.europa.eu/dr8/OnPremiseFacility +eira:ID: http://data.europa.eu/dr8/6.0.0/OnPremiseFacility ABB name: eira:OnPremiseFacility @@ -15997,16 +15997,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-31-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/HostingFacility" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/HostingFacility" /> <eira:OnPremiseFacility_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OnPremiseFacility_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OnPremiseFacility_Properties"> <skos:notation><![CDATA[Properties of On Premise Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OnPremiseFacility_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OnPremiseFacility" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/OnPremiseFacility</eira:PURI> <dcterms:type>eira:OnPremiseFacility</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -16020,13 +16020,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OnPremiseFacility</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateCloudFacility"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivateCloudFacility"> <skos:notation><![CDATA[Private Cloud Computing Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivateCloudFacility</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16039,9 +16039,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PrivateCloudFacility -eira:ID: http://data.europa.eu/dr8/PrivateCloudFacility +eira:ID: http://data.europa.eu/dr8/6.0.0/PrivateCloudFacility ABB name: eira:PrivateCloudFacility @@ -16050,16 +16050,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-31-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/CloudComputingFacility" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/CloudComputingFacility" /> <eira:PrivateCloudFacility_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivateCloudFacility_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivateCloudFacility_Properties"> <skos:notation><![CDATA[Properties of Private Cloud Computing Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivateCloudFacility_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateCloudFacility" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/PrivateCloudFacility</eira:PURI> <dcterms:type>eira:PrivateCloudFacility</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -16073,13 +16073,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PrivateCloudFacility</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicCloudComputingFacility"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicCloudComputingFacility"> <skos:notation><![CDATA[Public Cloud Computing Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicCloudComputingFacility</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16092,9 +16092,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PublicCloudComputingFacility -eira:ID: http://data.europa.eu/dr8/PublicCloudComputingFacility +eira:ID: http://data.europa.eu/dr8/6.0.0/PublicCloudComputingFacility ABB name: eira:PublicCloudComputingFacility @@ -16103,16 +16103,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-23-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/CloudComputingFacility" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/CloudComputingFacility" /> <eira:PublicCloudComputingFacility_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicCloudComputingFacility_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicCloudComputingFacility_Properties"> <skos:notation><![CDATA[Properties of Public Cloud Computing Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicCloudComputingFacility_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicCloudComputingFacility" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/PublicCloudComputingFacility</eira:PURI> <dcterms:type>eira:PublicCloudComputingFacility</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -16126,13 +16126,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicCloudComputingFacility</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ExternalFacility"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ExternalFacility"> <skos:notation><![CDATA[External Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ExternalFacility</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ExternalFacility</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[External Facility]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16143,9 +16143,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ExternalFacility -eira:ID: http://data.europa.eu/dr8/ExternalFacility +eira:ID: http://data.europa.eu/dr8/6.0.0/ExternalFacility ABB name: eira:ExternalFacility @@ -16154,13 +16154,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:ExternalFacility_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ExternalFacility_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ExternalFacility_Properties"> <skos:notation><![CDATA[Properties of External Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ExternalFacility_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ExternalFacility" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ExternalFacility</eira:PURI> <dcterms:type>eira:ExternalFacility</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -16172,13 +16172,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ExternalFacility</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CloudComputingFacility"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/CloudComputingFacility"> <skos:notation><![CDATA[Cloud Computing Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/CloudComputingFacility</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/CloudComputingFacility</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Cloud Computing Facility]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16191,9 +16191,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/CloudComputingFacility -eira:ID: http://data.europa.eu/dr8/CloudComputingFacility +eira:ID: http://data.europa.eu/dr8/6.0.0/CloudComputingFacility ABB name: eira:CloudComputingFacility @@ -16202,19 +16202,19 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SaasTechnologyService" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/HostingFacility" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicCloudComputingFacility" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateCloudFacility" /> <eira:CloudComputingFacility_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CloudComputingFacility_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/CloudComputingFacility_Properties"> <skos:notation><![CDATA[Properties of Cloud Computing Facility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/CloudComputingFacility_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/CloudComputingFacility" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/CloudComputingFacility</eira:PURI> <dcterms:type>eira:CloudComputingFacility</dcterms:type> <dcterms:modified>2023-11-1</dcterms:modified> <eira:synonym></eira:synonym> @@ -16227,13 +16227,13 @@ Last modification: 2023-11-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/CloudComputingFacility</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServerNode"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServerNode"> <skos:notation><![CDATA[Server]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServerNode</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServerNode</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Server]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16246,9 +16246,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ServerNode -eira:ID: http://data.europa.eu/dr8/ServerNode +eira:ID: http://data.europa.eu/dr8/6.0.0/ServerNode ABB name: eira:ServerNode @@ -16257,16 +16257,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-31-01 ]]></skos:definition> - <skos:narrower rdf:resource="http://data.europa.eu/dr8/VirtualMachineNode" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualMachineNode" /> <eira:ServerNode_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServerNode_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServerNode_Properties"> <skos:notation><![CDATA[Properties of Server]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServerNode_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ServerNode" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ServerNode</eira:PURI> <dcterms:type>eira:ServerNode</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -16280,13 +16280,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServerNode</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/VirtualMachineNode"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/VirtualMachineNode"> <skos:notation><![CDATA[Virtual Machine]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/VirtualMachineNode</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/VirtualMachineNode</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Virtual Machine]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16299,9 +16299,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/VirtualMachineNode -eira:ID: http://data.europa.eu/dr8/VirtualMachineNode +eira:ID: http://data.europa.eu/dr8/6.0.0/VirtualMachineNode ABB name: eira:VirtualMachineNode @@ -16310,16 +16310,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-31-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/ServerNode" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/ServerNode" /> <eira:VirtualMachineNode_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/VirtualMachineNode_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/VirtualMachineNode_Properties"> <skos:notation><![CDATA[Properties of Virtual Machine]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/VirtualMachineNode_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualMachineNode" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/VirtualMachineNode</eira:PURI> <dcterms:type>eira:VirtualMachineNode</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -16333,13 +16333,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/VirtualMachineNode</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainerSystemSoftware"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContainerSystemSoftware"> <skos:notation><![CDATA[Container]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContainerSystemSoftware</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ContainerSystemSoftware</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Container]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16350,9 +16350,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ContainerSystemSoftware -eira:ID: http://data.europa.eu/dr8/ContainerSystemSoftware +eira:ID: http://data.europa.eu/dr8/6.0.0/ContainerSystemSoftware ABB name: eira:ContainerSystemSoftware @@ -16361,16 +16361,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-31-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/ContainersManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainersManagerTechnologyService" /> <eira:ContainerSystemSoftware_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainerSystemSoftware_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContainerSystemSoftware_Properties"> <skos:notation><![CDATA[Properties of Container]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContainerSystemSoftware_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainerSystemSoftware" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ContainerSystemSoftware</eira:PURI> <dcterms:type>eira:ContainerSystemSoftware</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -16383,13 +16383,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ContainerSystemSoftware</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EdgeComputingTechnologyCollaboration"> <skos:notation><![CDATA[Edge Computing]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EdgeComputingTechnologyCollaboration</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Edge Computing]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16404,9 +16404,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/EdgeComputingTechnologyCollaboration -eira:ID: http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration +eira:ID: http://data.europa.eu/dr8/6.0.0/EdgeComputingTechnologyCollaboration ABB name: eira:EdgeComputingTechnologyCollaboration @@ -16415,17 +16415,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OnPremiseFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/CloudComputingFacility" /> <eira:EdgeComputingTechnologyCollaboration_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EdgeComputingTechnologyCollaboration_Properties"> <skos:notation><![CDATA[Properties of Edge Computing]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EdgeComputingTechnologyCollaboration_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EdgeComputingTechnologyCollaboration" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/EdgeComputingTechnologyCollaboration</eira:PURI> <dcterms:type>eira:EdgeComputingTechnologyCollaboration</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -16438,13 +16438,13 @@ Last modification: <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EdgeComputingTechnologyCollaboration</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnologyTechnologyInterface"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnologyTechnologyInterface"> <skos:notation><![CDATA[Technology Interface]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnologyTechnologyInterface</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TechnologyTechnologyInterface</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Technology Interface]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16461,9 +16461,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/TechnologyTechnologyInterface -eira:ID: http://data.europa.eu/dr8/TechnologyTechnologyInterface +eira:ID: http://data.europa.eu/dr8/6.0.0/TechnologyTechnologyInterface ABB name: eira:TechnologyTechnologyInterface @@ -16472,16 +16472,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> <eira:TechnologyTechnologyInterface_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnologyTechnologyInterface_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnologyTechnologyInterface_Properties"> <skos:notation><![CDATA[Properties of Technology Interface]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnologyTechnologyInterface_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnologyTechnologyInterface" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/TechnologyTechnologyInterface</eira:PURI> <dcterms:type>eira:TechnologyTechnologyInterface</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -16494,13 +16494,13 @@ Last modification: <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TechnologyTechnologyInterface</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContainersOrchestratorTechnologyService"> <skos:notation><![CDATA[Containers Orchestrator]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ContainersOrchestratorTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Containers Orchestrator]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16513,25 +16513,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ContainersOrchestratorTechnologyService -eira:ID: http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/ContainersOrchestratorTechnologyService ABB name: eira:ContainersOrchestratorTechnologyService 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/6.0.0/ContainersManagerTechnologyService" /> <eira:ContainersOrchestratorTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContainersOrchestratorTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Containers Orchestrator]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContainersOrchestratorTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainersOrchestratorTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ContainersOrchestratorTechnologyService</eira:PURI> <dcterms:type>eira:ContainersOrchestratorTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -16544,13 +16544,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ContainersOrchestratorTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineLearningTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MachineLearningTechnologyService"> <skos:notation><![CDATA[Machine Learning]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MachineLearningTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MachineLearningTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Machine Learning]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16563,9 +16563,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/MachineLearningTechnologyService -eira:ID: http://data.europa.eu/dr8/MachineLearningTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/MachineLearningTechnologyService ABB name: eira:MachineLearningTechnologyService @@ -16574,13 +16574,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:MachineLearningTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MachineLearningTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MachineLearningTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Machine Learning]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MachineLearningTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineLearningTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/MachineLearningTechnologyService</eira:PURI> <dcterms:type>eira:MachineLearningTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -16594,13 +16594,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MachineLearningTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LoggerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LoggerTechnologyService"> <skos:notation><![CDATA[Logger]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LoggerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LoggerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Logger]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16613,9 +16613,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/LoggerTechnologyService -eira:ID: http://data.europa.eu/dr8/LoggerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/LoggerTechnologyService ABB name: eira:LoggerTechnologyService @@ -16624,13 +16624,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:LoggerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LoggerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LoggerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Logger]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LoggerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LoggerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/LoggerTechnologyService</eira:PURI> <dcterms:type>eira:LoggerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -16643,13 +16643,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LoggerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainersManagerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContainersManagerTechnologyService"> <skos:notation><![CDATA[Containers Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContainersManagerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ContainersManagerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Containers Manager]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16664,9 +16664,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ContainersManagerTechnologyService -eira:ID: http://data.europa.eu/dr8/ContainersManagerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/ContainersManagerTechnologyService ABB name: eira:ContainersManagerTechnologyService @@ -16677,13 +16677,13 @@ Last modification: ]]></skos:definition> <eira:ContainersManagerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainersManagerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContainersManagerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Containers Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContainersManagerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainersManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ContainersManagerTechnologyService</eira:PURI> <dcterms:type>eira:ContainersManagerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -16696,13 +16696,13 @@ Last modification: <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ContainersManagerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/NoSQLDatabaseManagerTechnologyService"> <skos:notation><![CDATA[NoSQL Database Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/NoSQLDatabaseManagerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[NoSQL Database Manager]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16713,9 +16713,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/NoSQLDatabaseManagerTechnologyService -eira:ID: http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/NoSQLDatabaseManagerTechnologyService ABB name: eira:NoSQLDatabaseManagerTechnologyService @@ -16724,13 +16724,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:NoSQLDatabaseManagerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/NoSQLDatabaseManagerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of NoSQL Database Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/NoSQLDatabaseManagerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/NoSQLDatabaseManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/NoSQLDatabaseManagerTechnologyService</eira:PURI> <dcterms:type>eira:NoSQLDatabaseManagerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -16744,13 +16744,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/NoSQLDatabaseManagerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RouterTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RouterTechnologyService"> <skos:notation><![CDATA[Router]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RouterTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RouterTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Router]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16763,25 +16763,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/RouterTechnologyService -eira:ID: http://data.europa.eu/dr8/RouterTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/RouterTechnologyService ABB name: eira:RouterTechnologyService EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/PrivateCommunicationNetwork" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateCommunicationNetwork" /> <eira:RouterTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RouterTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RouterTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Router]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RouterTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RouterTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/RouterTechnologyService</eira:PURI> <dcterms:type>eira:RouterTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -16794,13 +16794,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RouterTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Object-OrientedDatabaseManagerTechnologyService"> <skos:notation><![CDATA[Object-Oriented Database Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16813,9 +16813,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/Object-OrientedDatabaseManagerTechnologyService -eira:ID: http://data.europa.eu/dr8/Object-OrientedDatabaseManagerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/Object-OrientedDatabaseManagerTechnologyService ABB name: eira:Object-OrientedDatabaseManagerTechnologyService @@ -16824,13 +16824,13 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/Object-OrientedDatabaseManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/Object-OrientedDatabaseManagerTechnologyService</eira:PURI> <dcterms:type>eira:Object-OrientedDatabaseManagerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -16844,13 +16844,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Object-OrientedDatabaseManagerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DistributedFileSystemTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DistributedFileSystemTechnologyService"> <skos:notation><![CDATA[Distributed File System]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DistributedFileSystemTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DistributedFileSystemTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Distributed File System]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16861,9 +16861,9 @@ Example: The following implementation is an example on how this specific Archite LOST view: Technical view - Infrastructure -Identifier: http://data.europa.eu/dr8/DistributedFileSystemTechnologyService +Identifier: http://data.europa.eu/dr8/6.0.0/DistributedFileSystemTechnologyService -eira:ID: http://data.europa.eu/dr8/DistributedFileSystemTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/DistributedFileSystemTechnologyService ABB name: eira:DistributedFileSystemTechnologyService @@ -16872,13 +16872,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:DistributedFileSystemTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DistributedFileSystemTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DistributedFileSystemTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Distributed File System]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DistributedFileSystemTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DistributedFileSystemTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DistributedFileSystemTechnologyService</eira:PURI> <dcterms:type>eira:DistributedFileSystemTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -16892,13 +16892,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DistributedFileSystemTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DatabaseCacheManagerTechnologyService"> <skos:notation><![CDATA[Database Cache Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DatabaseCacheManagerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Database Cache Manager]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16909,9 +16909,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DatabaseCacheManagerTechnologyService -eira:ID: http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/DatabaseCacheManagerTechnologyService ABB name: eira:DatabaseCacheManagerTechnologyService @@ -16920,13 +16920,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:DatabaseCacheManagerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DatabaseCacheManagerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Database Cache Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DatabaseCacheManagerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DatabaseCacheManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DatabaseCacheManagerTechnologyService</eira:PURI> <dcterms:type>eira:DatabaseCacheManagerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -16939,13 +16939,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DatabaseCacheManagerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RemoteDesktopTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RemoteDesktopTechnologyService"> <skos:notation><![CDATA[Remote Desktop]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RemoteDesktopTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RemoteDesktopTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Remote Desktop]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -16958,9 +16958,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/RemoteDesktopTechnologyService -eira:ID: http://data.europa.eu/dr8/RemoteDesktopTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/RemoteDesktopTechnologyService ABB name: eira:RemoteDesktopTechnologyService @@ -16969,13 +16969,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:RemoteDesktopTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RemoteDesktopTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RemoteDesktopTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Remote Desktop]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RemoteDesktopTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RemoteDesktopTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/RemoteDesktopTechnologyService</eira:PURI> <dcterms:type>eira:RemoteDesktopTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -16988,13 +16988,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RemoteDesktopTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TelemetryTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TelemetryTechnologyService"> <skos:notation><![CDATA[Telemetry]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TelemetryTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TelemetryTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Telemetry]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17007,9 +17007,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/TelemetryTechnologyService -eira:ID: http://data.europa.eu/dr8/TelemetryTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/TelemetryTechnologyService ABB name: eira:TelemetryTechnologyService @@ -17018,13 +17018,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:TelemetryTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TelemetryTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TelemetryTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Telemetry]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TelemetryTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TelemetryTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/TelemetryTechnologyService</eira:PURI> <dcterms:type>eira:TelemetryTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -17037,13 +17037,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TelemetryTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainerRegistryTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContainerRegistryTechnologyService"> <skos:notation><![CDATA[Container Registry]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContainerRegistryTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ContainerRegistryTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Container Registry]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17058,26 +17058,26 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ContainerRegistryTechnologyService -eira:ID: http://data.europa.eu/dr8/ContainerRegistryTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainersManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainerSystemSoftware" /> <eira:ContainerRegistryTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainerRegistryTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContainerRegistryTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Container Registry]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContainerRegistryTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainerRegistryTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ContainerRegistryTechnologyService</eira:PURI> <dcterms:type>eira:ContainerRegistryTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -17091,13 +17091,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ContainerRegistryTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IaaSTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IaaSTechnologyService"> <skos:notation><![CDATA[IaaS]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IaaSTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/IaaSTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[IaaS]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17110,7 +17110,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/IaaSTechnologyService eira:ID: ABB522 @@ -17123,13 +17123,13 @@ Last modification: 2022-31-01 ]]></skos:definition> <eira:IaaSTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IaaSTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IaaSTechnologyService_Properties"> <skos:notation><![CDATA[Properties of IaaS]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IaaSTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IaaSTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/IaaSTechnologyService</eira:PURI> <dcterms:type>eira:IaaSTechnologyService</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -17142,13 +17142,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/IaaSTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessProcessManagerTechnologyService"> <skos:notation><![CDATA[Business Process Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BusinessProcessManagerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Business Process Manager]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17161,9 +17161,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/BusinessProcessManagerTechnologyService -eira:ID: http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/BusinessProcessManagerTechnologyService ABB name: eira:BusinessProcessManagerTechnologyService @@ -17172,13 +17172,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:BusinessProcessManagerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessProcessManagerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Business Process Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessProcessManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/BusinessProcessManagerTechnologyService</eira:PURI> <dcterms:type>eira:BusinessProcessManagerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -17191,13 +17191,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BusinessProcessManagerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ActiveDirectoryTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ActiveDirectoryTechnologyService"> <skos:notation><![CDATA[Active Directory]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ActiveDirectoryTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ActiveDirectoryTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Active Directory]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17210,9 +17210,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ActiveDirectoryTechnologyService -eira:ID: http://data.europa.eu/dr8/ActiveDirectoryTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/ActiveDirectoryTechnologyService ABB name: eira:ActiveDirectoryTechnologyService @@ -17221,13 +17221,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:ActiveDirectoryTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ActiveDirectoryTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ActiveDirectoryTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Active Directory]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ActiveDirectoryTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ActiveDirectoryTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ActiveDirectoryTechnologyService</eira:PURI> <dcterms:type>eira:ActiveDirectoryTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -17241,13 +17241,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ActiveDirectoryTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FirewallTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FirewallTechnologyService"> <skos:notation><![CDATA[Firewall]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FirewallTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FirewallTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Firewall]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17258,9 +17258,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/FirewallTechnologyService -eira:ID: http://data.europa.eu/dr8/FirewallTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/FirewallTechnologyService ABB name: eira:FirewallTechnologyService @@ -17269,16 +17269,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-31-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/LoadBalancerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LoadBalancerTechnologyService" /> <eira:FirewallTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FirewallTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FirewallTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Firewall]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FirewallTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FirewallTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/FirewallTechnologyService</eira:PURI> <dcterms:type>eira:FirewallTechnologyService</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -17291,13 +17291,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FirewallTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataLakeStorageTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataLakeStorageTechnologyService"> <skos:notation><![CDATA[Data Lake Storage]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataLakeStorageTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataLakeStorageTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Lake Storage]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17310,9 +17310,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataLakeStorageTechnologyService -eira:ID: http://data.europa.eu/dr8/DataLakeStorageTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/DataLakeStorageTechnologyService ABB name: eira:DataLakeStorageTechnologyService @@ -17321,13 +17321,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:DataLakeStorageTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataLakeStorageTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataLakeStorageTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Data Lake Storage]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataLakeStorageTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataLakeStorageTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataLakeStorageTechnologyService</eira:PURI> <dcterms:type>eira:DataLakeStorageTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -17340,13 +17340,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataLakeStorageTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EventManagerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EventManagerTechnologyService"> <skos:notation><![CDATA[Event Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EventManagerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EventManagerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Event Manager]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -17357,9 +17357,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/EventManagerTechnologyService -eira:ID: http://data.europa.eu/dr8/EventManagerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/EventManagerTechnologyService ABB name: eira:EventManagerTechnologyService @@ -17368,13 +17368,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:EventManagerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EventManagerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EventManagerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Event Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EventManagerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EventManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/EventManagerTechnologyService</eira:PURI> <dcterms:type>eira:EventManagerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -17388,13 +17388,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EventManagerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LoadBalancerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LoadBalancerTechnologyService"> <skos:notation><![CDATA[Load Balancer]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LoadBalancerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LoadBalancerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Load Balancer]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17405,9 +17405,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/LoadBalancerTechnologyService -eira:ID: http://data.europa.eu/dr8/LoadBalancerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/LoadBalancerTechnologyService ABB name: eira:LoadBalancerTechnologyService @@ -17418,13 +17418,13 @@ Last modification: ]]></skos:definition> <eira:LoadBalancerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LoadBalancerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LoadBalancerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Load Balancer]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LoadBalancerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LoadBalancerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/LoadBalancerTechnologyService</eira:PURI> <dcterms:type>eira:LoadBalancerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -17437,13 +17437,13 @@ Last modification: <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LoadBalancerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessInteligenceTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessInteligenceTechnologyService"> <skos:notation><![CDATA[Business Intelligence]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessInteligenceTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BusinessInteligenceTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Business Intelligence]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17456,9 +17456,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/BusinessInteligenceTechnologyService -eira:ID: http://data.europa.eu/dr8/BusinessInteligenceTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/BusinessInteligenceTechnologyService ABB name: eira:BusinessInteligenceTechnologyService @@ -17467,13 +17467,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:BusinessInteligenceTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessInteligenceTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessInteligenceTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Business Intelligence]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessInteligenceTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessInteligenceTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/BusinessInteligenceTechnologyService</eira:PURI> <dcterms:type>eira:BusinessInteligenceTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -17486,13 +17486,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BusinessInteligenceTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AuditManagerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AuditManagerTechnologyService"> <skos:notation><![CDATA[Audit Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AuditManagerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AuditManagerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Audit Manager]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -17503,9 +17503,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AuditManagerTechnologyService -eira:ID: http://data.europa.eu/dr8/AuditManagerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/AuditManagerTechnologyService ABB name: eira:AuditManagerTechnologyService @@ -17514,13 +17514,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:AuditManagerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AuditManagerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AuditManagerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Audit Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AuditManagerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AuditManagerTechnologyService</eira:PURI> <dcterms:type>eira:AuditManagerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -17533,13 +17533,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AuditManagerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/StreamingServerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/StreamingServerTechnologyService"> <skos:notation><![CDATA[Streaming Server]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/StreamingServerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/StreamingServerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Streaming Server]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17550,9 +17550,9 @@ Example: The following implementation is an example of how this specific Archite LOST view: Technical view - Infrastructure -Identifier: http://data.europa.eu/dr8/StreamingServerTechnologyService +Identifier: http://data.europa.eu/dr8/6.0.0/StreamingServerTechnologyService -eira:ID: http://data.europa.eu/dr8/StreamingServerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/StreamingServerTechnologyService ABB name: eira:StreamingServerTechnologyService @@ -17561,13 +17561,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:StreamingServerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/StreamingServerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/StreamingServerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Streaming Server]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/StreamingServerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/StreamingServerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/StreamingServerTechnologyService</eira:PURI> <dcterms:type>eira:StreamingServerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -17581,13 +17581,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/StreamingServerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticsTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AnalyticsTechnologyService"> <skos:notation><![CDATA[Analytics]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AnalyticsTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Analytics]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17600,9 +17600,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AnalyticsTechnologyService -eira:ID: http://data.europa.eu/dr8/AnalyticsTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/AnalyticsTechnologyService ABB name: eira:AnalyticsTechnologyService @@ -17611,13 +17611,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:AnalyticsTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticsTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AnalyticsTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Analytics]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticsTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AnalyticsTechnologyService</eira:PURI> <dcterms:type>eira:AnalyticsTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -17630,13 +17630,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AnalyticsTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/GraphQLServerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/GraphQLServerTechnologyService"> <skos:notation><![CDATA[GraphQL Server]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/GraphQLServerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/GraphQLServerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[GraphQL Server]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17649,9 +17649,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/GraphQLServerTechnologyService -eira:ID: http://data.europa.eu/dr8/GraphQLServerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/GraphQLServerTechnologyService ABB name: eira:GraphQLServerTechnologyService @@ -17662,13 +17662,13 @@ Last modification: 2022-31-01 ]]></skos:definition> <eira:GraphQLServerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/GraphQLServerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/GraphQLServerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of GraphQL Server]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/GraphQLServerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/GraphQLServerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/GraphQLServerTechnologyService</eira:PURI> <dcterms:type>eira:GraphQLServerTechnologyService</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -17682,13 +17682,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/GraphQLServerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainLedgerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BlockchainLedgerTechnologyService"> <skos:notation><![CDATA[Blockchain Ledger]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BlockchainLedgerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BlockchainLedgerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Blockchain Ledger]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17703,9 +17703,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/BlockchainLedgerTechnologyService -eira:ID: http://data.europa.eu/dr8/BlockchainLedgerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/BlockchainLedgerTechnologyService ABB name: eira:BlockchainLedgerTechnologyService @@ -17714,13 +17714,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:BlockchainLedgerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainLedgerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BlockchainLedgerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Blockchain Ledger]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BlockchainLedgerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainLedgerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/BlockchainLedgerTechnologyService</eira:PURI> <dcterms:type>eira:BlockchainLedgerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -17734,13 +17734,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BlockchainLedgerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PaaSTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PaaSTechnologyService"> <skos:notation><![CDATA[PaaS]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PaaSTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PaaSTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[PaaS]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17753,7 +17753,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PaaSTechnologyService eira:ID: ABB521 @@ -17764,16 +17764,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-31-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/IaaSTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IaaSTechnologyService" /> <eira:PaaSTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PaaSTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PaaSTechnologyService_Properties"> <skos:notation><![CDATA[Properties of PaaS]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PaaSTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PaaSTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/PaaSTechnologyService</eira:PURI> <dcterms:type>eira:PaaSTechnologyService</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -17787,13 +17787,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PaaSTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataCatalogTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataCatalogTechnologyService"> <skos:notation><![CDATA[Data Catalog]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataCatalogTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataCatalogTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Catalog]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17806,9 +17806,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataCatalogTechnologyService -eira:ID: http://data.europa.eu/dr8/DataCatalogTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/DataCatalogTechnologyService ABB name: eira:DataCatalogTechnologyService @@ -17819,13 +17819,13 @@ Last modification: 2022-12-01 ]]></skos:definition> <eira:DataCatalogTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataCatalogTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataCatalogTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Data Catalog]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataCatalogTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataCatalogTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataCatalogTechnologyService</eira:PURI> <dcterms:type>eira:DataCatalogTechnologyService</dcterms:type> <dcterms:modified>2022-12-1</dcterms:modified> <eira:synonym></eira:synonym> @@ -17839,13 +17839,13 @@ Last modification: 2022-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataCatalogTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FederatedIdentityProviderTechnologyService"> <skos:notation><![CDATA[Federated Identity Provider]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FederatedIdentityProviderTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Federated Identity Provider]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17858,9 +17858,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/FederatedIdentityProviderTechnologyService -eira:ID: http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/FederatedIdentityProviderTechnologyService ABB name: eira:FederatedIdentityProviderTechnologyService @@ -17869,13 +17869,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:FederatedIdentityProviderTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FederatedIdentityProviderTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Federated Identity Provider]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FederatedIdentityProviderTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FederatedIdentityProviderTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/FederatedIdentityProviderTechnologyService</eira:PURI> <dcterms:type>eira:FederatedIdentityProviderTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -17888,13 +17888,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FederatedIdentityProviderTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/VirtualPrivateNetworkTechnologyService"> <skos:notation><![CDATA[Virtual Private Network]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/VirtualPrivateNetworkTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Virtual Private Network]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17907,9 +17907,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/VirtualPrivateNetworkTechnologyService -eira:ID: http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/VirtualPrivateNetworkTechnologyService ABB name: eira:VirtualPrivateNetworkTechnologyService @@ -17918,13 +17918,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:VirtualPrivateNetworkTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/VirtualPrivateNetworkTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Virtual Private Network]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/VirtualPrivateNetworkTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualPrivateNetworkTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/VirtualPrivateNetworkTechnologyService</eira:PURI> <dcterms:type>eira:VirtualPrivateNetworkTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -17937,13 +17937,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/VirtualPrivateNetworkTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RelationalDatabaseManagerTechnologyService"> <skos:notation><![CDATA[Relational Database Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RelationalDatabaseManagerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Relational Database Manager]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -17956,9 +17956,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/RelationalDatabaseManagerTechnologyService -eira:ID: http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/RelationalDatabaseManagerTechnologyService ABB name: eira:RelationalDatabaseManagerTechnologyService @@ -17967,13 +17967,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:RelationalDatabaseManagerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RelationalDatabaseManagerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Relational Database Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RelationalDatabaseManagerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RelationalDatabaseManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/RelationalDatabaseManagerTechnologyService</eira:PURI> <dcterms:type>eira:RelationalDatabaseManagerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -17986,13 +17986,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RelationalDatabaseManagerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationServerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ApplicationServerTechnologyService"> <skos:notation><![CDATA[Application Server]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ApplicationServerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ApplicationServerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Application Server]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18005,9 +18005,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ApplicationServerTechnologyService -eira:ID: http://data.europa.eu/dr8/ApplicationServerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/ApplicationServerTechnologyService ABB name: eira:ApplicationServerTechnologyService @@ -18016,13 +18016,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:ApplicationServerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationServerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ApplicationServerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Application Server]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ApplicationServerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationServerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ApplicationServerTechnologyService</eira:PURI> <dcterms:type>eira:ApplicationServerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -18035,13 +18035,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ApplicationServerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LightweightDirectoryAccessTechnologyService"> <skos:notation><![CDATA[Lightweight Directory Access Protocol]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18054,24 +18054,24 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/LightweightDirectoryAccessTechnologyService ABB name: eira:LightweightDirectoryAccessTechnologyService EIRA concept: eira:ArchitectureBuildingBlock -eira:ID : http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService +eira:ID : http://data.europa.eu/dr8/6.0.0/LightweightDirectoryAccessTechnologyService ]]></skos:definition> <eira:LightweightDirectoryAccessTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LightweightDirectoryAccessTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Lightweight Directory Access Protocol]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LightweightDirectoryAccessTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/LightweightDirectoryAccessTechnologyService</eira:PURI> <dcterms:type>eira:LightweightDirectoryAccessTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -18084,13 +18084,13 @@ eira:ID : http://data.europa.eu/dr8/LightweightDirectoryAccessTechnologyService <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LightweightDirectoryAccessTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ManagementConsoleTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ManagementConsoleTechnologyService"> <skos:notation><![CDATA[Management Console]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ManagementConsoleTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ManagementConsoleTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Management Console]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -18101,9 +18101,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ManagementConsoleTechnologyService -eira:ID: http://data.europa.eu/dr8/ManagementConsoleTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/ManagementConsoleTechnologyService ABB name: eira:ManagementConsoleTechnologyService @@ -18112,13 +18112,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:ManagementConsoleTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ManagementConsoleTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ManagementConsoleTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Management Console]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ManagementConsoleTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ManagementConsoleTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ManagementConsoleTechnologyService</eira:PURI> <dcterms:type>eira:ManagementConsoleTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -18131,13 +18131,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ManagementConsoleTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PKICertificateManagerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PKICertificateManagerTechnologyService"> <skos:notation><![CDATA[PKI Certificate Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PKICertificateManagerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PKICertificateManagerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[PKI Certificate Manager]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18150,9 +18150,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PKICertificateManagerTechnologyService -eira:ID: http://data.europa.eu/dr8/PKICertificateManagerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/PKICertificateManagerTechnologyService ABB name: eira:PKICertificateManagerTechnologyService @@ -18161,13 +18161,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:PKICertificateManagerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PKICertificateManagerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PKICertificateManagerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of PKI Certificate Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PKICertificateManagerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PKICertificateManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/PKICertificateManagerTechnologyService</eira:PURI> <dcterms:type>eira:PKICertificateManagerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -18180,13 +18180,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PKICertificateManagerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/GatewayTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/GatewayTechnologyService"> <skos:notation><![CDATA[Gateway]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/GatewayTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/GatewayTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Gateway]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18205,9 +18205,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/GatewayTechnologyService -eira:ID: http://data.europa.eu/dr8/GatewayTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/GatewayTechnologyService ABB name: eira:Gateway @@ -18218,13 +18218,13 @@ Last modification: ]]></skos:definition> <eira:GatewayTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/GatewayTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/GatewayTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Gateway]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/GatewayTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/GatewayTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/GatewayTechnologyService</eira:PURI> <dcterms:type>eira:Gateway</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -18238,13 +18238,13 @@ Last modification: <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/GatewayTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/WebServerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/WebServerTechnologyService"> <skos:notation><![CDATA[Web Server]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/WebServerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/WebServerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Web Server]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18257,9 +18257,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/WebServerTechnologyService -eira:ID: http://data.europa.eu/dr8/WebServerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/WebServerTechnologyService ABB name: eira:WebServerTechnologyService @@ -18268,13 +18268,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:WebServerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/WebServerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/WebServerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Web Server]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/WebServerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/WebServerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/WebServerTechnologyService</eira:PURI> <dcterms:type>eira:WebServerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -18288,13 +18288,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/WebServerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabricksTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DatabricksTechnologyService"> <skos:notation><![CDATA[Databricks]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DatabricksTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DatabricksTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Databricks]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18307,9 +18307,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DatabricksTechnologyService -eira:ID: http://data.europa.eu/dr8/DatabricksTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/DatabricksTechnologyService ABB name: eira:DatabricksTechnologyService @@ -18318,13 +18318,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:DatabricksTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabricksTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DatabricksTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Databricks]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DatabricksTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DatabricksTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DatabricksTechnologyService</eira:PURI> <dcterms:type>eira:DatabricksTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -18338,13 +18338,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DatabricksTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SaasTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SaasTechnologyService"> <skos:notation><![CDATA[Saas]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SaasTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SaasTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Saas]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18357,7 +18357,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/SaasTechnologyService eira:ID: ABB520 @@ -18368,16 +18368,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-31-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/PaaSTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PaaSTechnologyService" /> <eira:SaasTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SaasTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SaasTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Saas]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SaasTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SaasTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/SaasTechnologyService</eira:PURI> <dcterms:type>eira:SaasTechnologyService</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -18390,13 +18390,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SaasTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/APIManagerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/APIManagerTechnologyService"> <skos:notation><![CDATA[API Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/APIManagerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/APIManagerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[API Manager]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18409,9 +18409,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/APIManagerTechnologyService -eira:ID: http://data.europa.eu/dr8/APIManagerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/APIManagerTechnologyService ABB name: eira:APIManagerTechnologyService @@ -18420,16 +18420,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-31-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/APIGatewayTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APIGatewayTechnologyService" /> <eira:APIManagerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/APIManagerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/APIManagerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of API Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/APIManagerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APIManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/APIManagerTechnologyService</eira:PURI> <dcterms:type>eira:APIManagerTechnologyService</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -18443,13 +18443,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/APIManagerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ExternalTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ExternalTechnologyService"> <skos:notation><![CDATA[External Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ExternalTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ExternalTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[External Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18460,9 +18460,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ExternalTechnologyService -eira:ID: http://data.europa.eu/dr8/ExternalTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/ExternalTechnologyService ABB name: eira:ExternalTechnologyService @@ -18471,13 +18471,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:ExternalTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ExternalTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ExternalTechnologyService_Properties"> <skos:notation><![CDATA[Properties of External Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ExternalTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ExternalTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ExternalTechnologyService</eira:PURI> <dcterms:type>eira:ExternalTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -18489,13 +18489,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ExternalTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BackupTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BackupTechnologyService"> <skos:notation><![CDATA[Backup]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BackupTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BackupTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Backup]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18508,9 +18508,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/BackupTechnologyService -eira:ID: http://data.europa.eu/dr8/BackupTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/BackupTechnologyService ABB name: eira:BackupTechnologyService @@ -18519,13 +18519,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:BackupTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BackupTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BackupTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Backup]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BackupTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BackupTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/BackupTechnologyService</eira:PURI> <dcterms:type>eira:BackupTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -18538,13 +18538,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BackupTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService"> <skos:notation><![CDATA[Computing Hosting, Networking, and Data Hosting Infrastructure]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18559,7 +18559,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ComputingHosting,Networking,andDataHostingInfrastructureTechnologyService eira:ID: ABB439 @@ -18570,32 +18570,32 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentDeliveryInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/StorageInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ManagementInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticsInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationIntegrationInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainerInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataLakeInfrsatructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/WorkflowOrchestrationInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TrustInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/NetworkingInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentityAndAccessInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DatabaseInfrastructureEnablers" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationComponent" /> <eira:ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService</eira:PURI> <dcterms:type>eira:ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -18611,13 +18611,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DomainNameTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DomainNameTechnologyService"> <skos:notation><![CDATA[Domain Name Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DomainNameTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DomainNameTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Domain Name Service]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18630,9 +18630,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DomainNameTechnologyService -eira:ID: http://data.europa.eu/dr8/DomainNameTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/DomainNameTechnologyService ABB name: eira:DomainNameTechnologyService @@ -18643,13 +18643,13 @@ Last modification: 2022-31-01 ]]></skos:definition> <eira:DomainNameTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DomainNameTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DomainNameTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Domain Name Service]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DomainNameTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DomainNameTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DomainNameTechnologyService</eira:PURI> <dcterms:type>eira:DomainNameTechnologyService</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -18663,13 +18663,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DomainNameTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockStorageTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BlockStorageTechnologyService"> <skos:notation><![CDATA[Block Storage ]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BlockStorageTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BlockStorageTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Block Storage ]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18680,9 +18680,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/BlockStorageTechnologyService -eira:ID: http://data.europa.eu/dr8/BlockStorageTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/BlockStorageTechnologyService ABB name: eira:BlockStorageTechnologyService @@ -18691,13 +18691,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:BlockStorageTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockStorageTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BlockStorageTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Block Storage]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BlockStorageTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockStorageTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/BlockStorageTechnologyService</eira:PURI> <dcterms:type>eira:BlockStorageTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -18711,13 +18711,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BlockStorageTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DistributedBlockchainNetworkTechnologyService"> <skos:notation><![CDATA[Distributed Blockchain Network]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DistributedBlockchainNetworkTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Distributed Blockchain Network]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18730,9 +18730,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DistributedBlockchainNetworkTechnologyService -eira:ID: http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/DistributedBlockchainNetworkTechnologyService ABB name: eira:DistributedBlockchainNetworkTechnologyService @@ -18741,13 +18741,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:DistributedBlockchainNetworkTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DistributedBlockchainNetworkTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Distributed Blockchain Network]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DistributedBlockchainNetworkTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DistributedBlockchainNetworkTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DistributedBlockchainNetworkTechnologyService</eira:PURI> <dcterms:type>eira:DistributedBlockchainNetworkTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -18761,13 +18761,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DistributedBlockchainNetworkTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServerlessOrchestratorTechnologyService"> <skos:notation><![CDATA[Serverless Orchestrator]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServerlessOrchestratorTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Serverless Orchestrator]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18780,9 +18780,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ServerlessOrchestratorTechnologyService -eira:ID: http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/ServerlessOrchestratorTechnologyService ABB name: eira:ServerlessOrchestratorTechnologyService @@ -18793,13 +18793,13 @@ Last modification: 2022-31-01 ]]></skos:definition> <eira:ServerlessOrchestratorTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServerlessOrchestratorTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Serverless Orchestrator]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServerlessOrchestratorTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ServerlessOrchestratorTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ServerlessOrchestratorTechnologyService</eira:PURI> <dcterms:type>eira:ServerlessOrchestratorTechnologyService</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -18812,13 +18812,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServerlessOrchestratorTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FileStorageTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FileStorageTechnologyService"> <skos:notation><![CDATA[File Storage]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FileStorageTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FileStorageTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[File Storage]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18829,9 +18829,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/FileStorageTechnologyService -eira:ID: http://data.europa.eu/dr8/FileStorageTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/FileStorageTechnologyService ABB name: eira:FileStorageTechnologyService @@ -18840,13 +18840,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:FileStorageTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FileStorageTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FileStorageTechnologyService_Properties"> <skos:notation><![CDATA[Properties of File Storage]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FileStorageTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FileStorageTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/FileStorageTechnologyService</eira:PURI> <dcterms:type>eira:FileStorageTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -18860,13 +18860,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FileStorageTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/GraphDatabaseManagerTechnologyService"> <skos:notation><![CDATA[Graph Database Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/GraphDatabaseManagerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Graph Database Manager]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18875,9 +18875,9 @@ Example: The following implementation is an example on how this specific Archite LOST view: Technical view - Infrastructure -Identifier: http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService +Identifier: http://data.europa.eu/dr8/6.0.0/GraphDatabaseManagerTechnologyService -eira:ID: http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/GraphDatabaseManagerTechnologyService ABB name: eira:GraphDatabaseManagerTechnologyService @@ -18886,13 +18886,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:GraphDatabaseManagerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/GraphDatabaseManagerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Graph Database Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/GraphDatabaseManagerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/GraphDatabaseManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/GraphDatabaseManagerTechnologyService</eira:PURI> <dcterms:type>eira:GraphDatabaseManagerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -18905,13 +18905,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/GraphDatabaseManagerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InmutableDatabaseManagerTechnologyService"> <skos:notation><![CDATA[Inmutable Database Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InmutableDatabaseManagerTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Inmutable Database Manager]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18924,9 +18924,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/InmutableDatabaseManagerTechnologyService -eira:ID: http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/InmutableDatabaseManagerTechnologyService ABB name: eira:InmutableDatabaseManagerTechnologyService @@ -18935,13 +18935,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:InmutableDatabaseManagerTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InmutableDatabaseManagerTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Inmutable Database Manager]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InmutableDatabaseManagerTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InmutableDatabaseManagerTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/InmutableDatabaseManagerTechnologyService</eira:PURI> <dcterms:type>eira:InmutableDatabaseManagerTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -18954,13 +18954,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InmutableDatabaseManagerTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityProviderTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IdentityProviderTechnologyService"> <skos:notation><![CDATA[Identity Provider]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IdentityProviderTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/IdentityProviderTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Identity Provider]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -18973,9 +18973,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/IdentityProviderTechnologyService -eira:ID: http://data.europa.eu/dr8/IdentityProviderTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/IdentityProviderTechnologyService ABB name: eira:IdentityProviderTechnologyService @@ -18984,13 +18984,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:IdentityProviderTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityProviderTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IdentityProviderTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Identity Provider]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IdentityProviderTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentityProviderTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/IdentityProviderTechnologyService</eira:PURI> <dcterms:type>eira:IdentityProviderTechnologyService</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -19003,13 +19003,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/IdentityProviderTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/APIGatewayTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/APIGatewayTechnologyService"> <skos:notation><![CDATA[API Gateway]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/APIGatewayTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/APIGatewayTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[API Gateway]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -19022,9 +19022,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/APIGatewayTechnologyService -eira:ID: http://data.europa.eu/dr8/APIGatewayTechnologyService +eira:ID: http://data.europa.eu/dr8/6.0.0/APIGatewayTechnologyService ABB name: eira:APIGatewayTechnologyService @@ -19035,13 +19035,13 @@ Last modification: 2022-31-01 ]]></skos:definition> <eira:APIGatewayTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/APIGatewayTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/APIGatewayTechnologyService_Properties"> <skos:notation><![CDATA[Properties of API Gateway]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/APIGatewayTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APIGatewayTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/APIGatewayTechnologyService</eira:PURI> <dcterms:type>eira:APIGatewayTechnologyService</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -19055,13 +19055,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/APIGatewayTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EnterpriseServiceBusTechnologyService"> <skos:notation><![CDATA[Enterprise Service Bus]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EnterpriseServiceBusTechnologyService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Enterprise Service Bus]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -19074,7 +19074,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/EnterpriseServiceBusTechnologyService eira:ID: ABB577 @@ -19085,16 +19085,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-23-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping" /> <eira:EnterpriseServiceBusTechnologyService_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EnterpriseServiceBusTechnologyService_Properties"> <skos:notation><![CDATA[Properties of Enterprise Service Bus]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EnterpriseServiceBusTechnologyService_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EnterpriseServiceBusTechnologyService" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/EnterpriseServiceBusTechnologyService</eira:PURI> <dcterms:type>eira:EnterpriseServiceBusTechnologyService</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -19108,13 +19108,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EnterpriseServiceBusTechnologyService</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SuccessfulPublicServiceImplementationOrientation"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SuccessfulPublicServiceImplementationOrientation"> <skos:notation><![CDATA[Successful Public Service Implementation Orientation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SuccessfulPublicServiceImplementationOrientation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19125,23 +19125,23 @@ Examples of resource based implementation orientations are the integration orien <owl:deprecated>true</owl:deprecated> <eira:SuccessfulPublicServiceImplementationOrientation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SuccessfulPublicServiceImplementationOrientation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/SuccessfulPublicServiceImplementationOrientation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnologyNeutrality"> <skos:notation><![CDATA[Technology Neutrality]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnologyNeutrality</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TechnologyNeutrality</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Technology Neutrality]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -19153,23 +19153,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:TechnologyNeutrality_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnologyNeutrality_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnologyNeutrality_Properties"> <skos:notation><![CDATA[Properties of Technology Neutrality]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnologyNeutrality_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/TechnologyNeutrality" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnologicalNeutralityAndDataPortability"> <skos:notation><![CDATA[Technological neutrality and data portability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnologicalNeutralityAndDataPortability</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19183,23 +19183,23 @@ The new European Interoperability Framework (EIF) is part of the Communication ( <owl:deprecated>true</owl:deprecated> <eira:TechnologicalNeutralityAndDataPortability_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnologicalNeutralityAndDataPortability_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/TechnologicalNeutralityAndDataPortability" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Multilingualism"> <skos:notation><![CDATA[Multilingualism]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Multilingualism</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Multilingualism</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Multilingualism]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19216,23 +19216,23 @@ The new European Interoperability Framework (EIF) is part of the Communication ( <owl:deprecated>true</owl:deprecated> <eira:Multilingualism_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Multilingualism_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Multilingualism_Properties"> <skos:notation><![CDATA[Properties of Multilingualism]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Multilingualism_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Multilingualism_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Multilingualism]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Multilingualism" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EULFCompliance"> <skos:notation><![CDATA[EULF compliance]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EULFCompliance</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EULFCompliance</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[EULF compliance]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19244,23 +19244,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:EULFCompliance_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EULFCompliance_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EULFCompliance_Properties"> <skos:notation><![CDATA[Properties of EULF compliance]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EULFCompliance_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/EULFCompliance" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SubsidiarityAndProportionality"> <skos:notation><![CDATA[Subsidiarity and proportionality]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SubsidiarityAndProportionality</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SubsidiarityAndProportionality</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Subsidiarity and proportionality]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -19272,23 +19272,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:SubsidiarityAndProportionality_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SubsidiarityAndProportionality_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SubsidiarityAndProportionality_Properties"> <skos:notation><![CDATA[Properties of Subsidiarity and proportionality]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SubsidiarityAndProportionality_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/SubsidiarityAndProportionality" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Proactiveness"> <skos:notation><![CDATA[Proactiveness]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Proactiveness</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Proactiveness</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Proactiveness]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -19301,23 +19301,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:Proactiveness_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Proactiveness_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Proactiveness_Properties"> <skos:notation><![CDATA[Properties of Proactiveness]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Proactiveness_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Proactiveness_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Proactiveness]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Proactiveness" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IntegratedHorizontalUserExperience"> <skos:notation><![CDATA[Integrated Horizontal User Experience]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IntegratedHorizontalUserExperience</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19329,23 +19329,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:IntegratedHorizontalUserExperience_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IntegratedHorizontalUserExperience_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IntegratedHorizontalUserExperience_Properties"> <skos:notation><![CDATA[Properties of Integrated Horizontal User Experience]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IntegratedHorizontalUserExperience_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/IntegratedHorizontalUserExperience" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicValue"> <skos:notation><![CDATA[Public Value]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicValue</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicValue</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Value]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19362,23 +19362,23 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicValue_Properties"> <skos:notation><![CDATA[Properties of Public Value]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicValue_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicValue" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AssessmentOfEffectivenessAndEfficiency"> <skos:notation><![CDATA[Assessment of Effectiveness and Efficiency]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AssessmentOfEffectivenessAndEfficiency</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19390,23 +19390,23 @@ The new European Interoperability Framework (EIF) is part of the Communication ( <owl:deprecated>true</owl:deprecated> <eira:AssessmentOfEffectivenessAndEfficiency_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AssessmentOfEffectivenessAndEfficiency_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/AssessmentOfEffectivenessAndEfficiency" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EuropeanDIgitalSovereignty"> <skos:notation><![CDATA[European digital sovereignty]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EuropeanDIgitalSovereignty</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EuropeanDIgitalSovereignty</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[European digital sovereignty]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19418,23 +19418,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:EuropeanDIgitalSovereignty_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanDIgitalSovereignty_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EuropeanDIgitalSovereignty_Properties"> <skos:notation><![CDATA[Properties of European digital sovereignty]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EuropeanDIgitalSovereignty_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/EuropeanDIgitalSovereignty" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Privacy"> <skos:notation><![CDATA[Privacy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Privacy</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Privacy</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Privacy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -19446,23 +19446,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:Privacy_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Privacy_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Privacy_Properties"> <skos:notation><![CDATA[Properties of Privacy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Privacy_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Privacy_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Privacy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Privacy" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Innovation"> <skos:notation><![CDATA[Innovation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Innovation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Innovation</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Innovation]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19474,23 +19474,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:Innovation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Innovation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Innovation_Properties"> <skos:notation><![CDATA[Properties of Innovation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Innovation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Innovation_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Innovation]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Innovation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/User-centricity"> <skos:notation><![CDATA[User-centricity]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/User-centricity</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/User-centricity</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[User-centricity]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19502,23 +19502,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:User-centricity_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/User-centricity_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/User-centricity_Properties"> <skos:notation><![CDATA[Properties of User-centricity]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/User-centricity_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/User-centricity" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InclusionAndAccessibility"> <skos:notation><![CDATA[Inclusion and accessibility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InclusionAndAccessibility</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InclusionAndAccessibility</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Inclusion and accessibility]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19535,23 +19535,23 @@ The new European Interoperability Framework (EIF) is part of the Communication ( <owl:deprecated>true</owl:deprecated> <eira:InclusionAndAccessibility_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InclusionAndAccessibility_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InclusionAndAccessibility_Properties"> <skos:notation><![CDATA[Properties of Inclusion and accessibility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InclusionAndAccessibility_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/InclusionAndAccessibility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Accountability"> <skos:notation><![CDATA[Accountability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Accountability</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Accountability</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Accountability]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19567,23 +19567,23 @@ Source:(https://www.europarl.europa.eu/RegData/etudes/BRIE/2018/625178/EPRS_BRI( <owl:deprecated>true</owl:deprecated> <eira:Accountability_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Accountability_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Accountability_Properties"> <skos:notation><![CDATA[Properties of Accountability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Accountability_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Accountability_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Accountability]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Accountability" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AdministrativeSimplification"> <skos:notation><![CDATA[Administrative Simplification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AdministrativeSimplification</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AdministrativeSimplification</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Administrative Simplification]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -19601,23 +19601,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:AdministrativeSimplification_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AdministrativeSimplification_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AdministrativeSimplification_Properties"> <skos:notation><![CDATA[Properties of Administrative Simplification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AdministrativeSimplification_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/AdministrativeSimplification" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Openness"> <skos:notation><![CDATA[Openness]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Openness</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Openness</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Openness]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19640,23 +19640,23 @@ The new European Interoperability Framework (EIF) is part of the Communication ( <owl:deprecated>true</owl:deprecated> <eira:Openness_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Openness_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Openness_Properties"> <skos:notation><![CDATA[Properties of Openness]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Openness_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Openness_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Openness]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Openness" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Security"> <skos:notation><![CDATA[Security]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Security</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Security</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Security]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19670,23 +19670,23 @@ Security refers to the support of the application of the eGovernment security po <owl:deprecated>true</owl:deprecated> <eira:Security_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Security_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Security_Properties"> <skos:notation><![CDATA[Properties of Security]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Security_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Security_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Security]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Security" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MarketCollaboration"> <skos:notation><![CDATA[Market collaboration]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MarketCollaboration</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MarketCollaboration</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Market collaboration]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -19705,23 +19705,23 @@ Source: (https://ec.europa.eu/taxation_customs/authorised-economic-operator-aeo_ <owl:deprecated>true</owl:deprecated> <eira:MarketCollaboration_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MarketCollaboration_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/MarketCollaboration_Properties"> <skos:notation><![CDATA[Properties of Market collaboration]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/MarketCollaboration_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/MarketCollaboration" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PreservationOfInformation"> <skos:notation><![CDATA[Preservation of information]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PreservationOfInformation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PreservationOfInformation</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Preservation of information]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19735,23 +19735,23 @@ The new European Interoperability Framework (EIF) is part of the Communication ( <owl:deprecated>true</owl:deprecated> <eira:PreservationOfInformation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PreservationOfInformation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PreservationOfInformation_Properties"> <skos:notation><![CDATA[Properties of Preservation of information]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PreservationOfInformation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/PreservationOfInformation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Reusability"> <skos:notation><![CDATA[Reusability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Reusability</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Reusability</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Reusability]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19767,23 +19767,23 @@ The new European Interoperability Framework (EIF) is part of the Communication ( <owl:deprecated>true</owl:deprecated> <eira:Reusability_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Reusability_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Reusability_Properties"> <skos:notation><![CDATA[Properties of Reusability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Reusability_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Reusability_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Reusability]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Reusability" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Accessibility"> <skos:notation><![CDATA[Accessibility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Accessibility</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Accessibility</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Accessibility]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19799,23 +19799,23 @@ Source: (https://european-union.europa.eu/web-accessibility-policy_en)]]></skos: <owl:deprecated>true</owl:deprecated> <eira:Accessibility_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Accessibility_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Accessibility_Properties"> <skos:notation><![CDATA[Properties of Accessibility]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Accessibility_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Accessibility_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Accessibility]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Accessibility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ConvergenceControlOnPublicPolicyGoalsAttainment"> <skos:notation><![CDATA[Convergence control on public policy goals attainment]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ConvergenceControlOnPublicPolicyGoalsAttainment</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -19827,23 +19827,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:ConvergenceControlOnPublicPolicyGoalsAttainment_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConvergenceControlOnPublicPolicyGoalsAttainment_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ConvergenceControlOnPublicPolicyGoalsAttainment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalInclusion"> <skos:notation><![CDATA[Digital Inclusion]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalInclusion</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalInclusion</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digital Inclusion]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19861,23 +19861,23 @@ Source: (https://www.gov.gr/upourgeia/upourgeio-psephiakes-diakuberneses/psephia <owl:deprecated>true</owl:deprecated> <eira:DigitalInclusion_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalInclusion_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalInclusion_Properties"> <skos:notation><![CDATA[Properties of Digital Inclusion]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalInclusion_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/DigitalInclusion" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/CodeOfEthicsCompliance"> <skos:notation><![CDATA[Code of ethics compliance]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/CodeOfEthicsCompliance</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19889,23 +19889,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:CodeOfEthicsCompliance_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CodeOfEthicsCompliance_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/CodeOfEthicsCompliance_Properties"> <skos:notation><![CDATA[Properties of Code of ethics compliance]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/CodeOfEthicsCompliance_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/CodeOfEthicsCompliance" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceOrientation"> <skos:notation><![CDATA[Service Orientation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceOrientation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ServiceOrientation</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Service Orientation]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19917,23 +19917,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:ServiceOrientation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ServiceOrientation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ServiceOrientation_Properties"> <skos:notation><![CDATA[Properties of Service Orientation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ServiceOrientation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ServiceOrientation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EvidenceBasedPublicPolicy"> <skos:notation><![CDATA[Evidence based Public Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EvidenceBasedPublicPolicy</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -19948,23 +19948,23 @@ There are three crucial enabling factors that underpin modern conceptions of evi <owl:deprecated>true</owl:deprecated> <eira:EvidenceBasedPublicPolicy_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EvidenceBasedPublicPolicy_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EvidenceBasedPublicPolicy_Properties"> <skos:notation><![CDATA[Properties of Evidence based Public Policy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EvidenceBasedPublicPolicy_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/EvidenceBasedPublicPolicy" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/NewPublicManagementApproach"> <skos:notation><![CDATA[New Public Management approach]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/NewPublicManagementApproach</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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) @@ -19977,23 +19977,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:NewPublicManagementApproach_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/NewPublicManagementApproach_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/NewPublicManagementApproach_Properties"> <skos:notation><![CDATA[Properties of New Public Management approach]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/NewPublicManagementApproach_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/NewPublicManagementApproach" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataPortability"> <skos:notation><![CDATA[Data portability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataPortability</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataPortability</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data portability]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -20008,23 +20008,23 @@ Data subjects have the right to receive their personal data and store it for fur <owl:deprecated>true</owl:deprecated> <eira:DataPortability_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataPortability_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataPortability_Properties"> <skos:notation><![CDATA[Properties of Data portability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataPortability_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataPortability" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SocialParticipation"> <skos:notation><![CDATA[Social participation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SocialParticipation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SocialParticipation</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Social participation]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -20049,23 +20049,23 @@ Source:(https://www.europarl.europa.eu/RegData/etudes/BRIE/2018/625178/EPRS_BRI( <owl:deprecated>true</owl:deprecated> <eira:SocialParticipation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SocialParticipation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SocialParticipation_Properties"> <skos:notation><![CDATA[Properties of Social participation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SocialParticipation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/SocialParticipation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Transparency"> <skos:notation><![CDATA[Transparency]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Transparency</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Transparency</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Transparency]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -20078,23 +20078,23 @@ The new European Interoperability Framework (EIF) is part of the Communication ( <owl:deprecated>true</owl:deprecated> <eira:Transparency_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Transparency_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Transparency_Properties"> <skos:notation><![CDATA[Properties of Transparency]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Transparency_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Transparency_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Transparency]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Transparency" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AdministrativeSimplification"> <skos:notation><![CDATA[Administrative simplification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AdministrativeSimplification</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AdministrativeSimplification</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Administrative simplification]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -20108,23 +20108,23 @@ The new European Interoperability Framework (EIF) is part of the Communication ( <owl:deprecated>true</owl:deprecated> <eira:AdministrativeSimplification_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AdministrativeSimplification_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AdministrativeSimplification_Properties"> <skos:notation><![CDATA[Properties of Administrative simplification]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AdministrativeSimplification_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/AdministrativeSimplification" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OnceOnly"> <skos:notation><![CDATA[Once Only]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OnceOnly</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OnceOnly</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Once Only]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -20136,23 +20136,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:OnceOnly_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OnceOnly_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OnceOnly_Properties"> <skos:notation><![CDATA[Properties of Once Only]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OnceOnly_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/OnceOnly" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EULegislationCompliance"> <skos:notation><![CDATA[EU Legislation Compliance]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EULegislationCompliance</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EULegislationCompliance</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[EU Legislation Compliance]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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: @@ -20169,23 +20169,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:EULegislationCompliance_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EULegislationCompliance_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EULegislationCompliance_Properties"> <skos:notation><![CDATA[Properties of EU Legislation Compliance]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EULegislationCompliance_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/EULegislationCompliance" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ConvergenceAssuranceOnPublicPolicyGoalsAttainment"> <skos:notation><![CDATA[Convergence assurance on public policy goals attainment]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ConvergenceAssuranceOnPublicPolicyGoalsAttainment</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -20197,23 +20197,23 @@ The following implementation is an example on how this specific Architecture Bui <owl:deprecated>true</owl:deprecated> <eira:ConvergenceAssuranceOnPublicPolicyGoalsAttainment_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ConvergenceAssuranceOnPublicPolicyGoalsAttainment_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ConvergenceAssuranceOnPublicPolicyGoalsAttainment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Trust"> <skos:notation><![CDATA[Trust]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Trust</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Trust</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Trust]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -20227,23 +20227,23 @@ Hypertext Transfer Protocol Secure (HTTPS) is an extension of the Hypertext Tran <owl:deprecated>true</owl:deprecated> <eira:Trust_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Trust_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Trust_Properties"> <skos:notation><![CDATA[Properties of Trust]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Trust_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Trust_Properties</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Properties of Trust]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/Trust" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArchitectureRequirement"> <skos:notation><![CDATA[Architecture Requirement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArchitectureRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ArchitectureRequirement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Architecture Requirement]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -20256,29 +20256,29 @@ The following implementation is an example on how this specific Architecture Bui 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" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityRequirement" /> <owl:deprecated>true</owl:deprecated> <eira:ArchitectureRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitectureRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArchitectureRequirement_Properties"> <skos:notation><![CDATA[Properties of Architecture Requirement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArchitectureRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/ArchitectureRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityRequirement"> <skos:notation><![CDATA[Legal Interoperability Requirement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalInteroperabilityRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityRequirement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Legal Interoperability Requirement]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[DEFINITION: Legal Interoperability Requirement ABB is a Requirement that must be met to help achieve legal interoperability. @@ -20291,27 +20291,27 @@ The following implementation is an example on how this specific Architecture Bui 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" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitectureRequirement" /> <owl:deprecated>true</owl:deprecated> <eira:LegalInteroperabilityRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalInteroperabilityRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityRequirement_Properties"> <skos:notation><![CDATA[Properties of Legal Interoperability Requirement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalInteroperabilityRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/LegalInteroperabilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityRequirement"> <skos:notation><![CDATA[Organisational Interoperability Requirement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilityRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityRequirement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Organisational Interoperability Requirement]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[DEFINITION: Organisational Interoperability Requirement ABB is a Requirement that must be met to help achieve organisational interoperability. @@ -20324,27 +20324,27 @@ The following implementation is an example on how this specific Architecture Bui 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" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitectureRequirement" /> <owl:deprecated>true</owl:deprecated> <eira:OrganisationalInteroperabilityRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationalInteroperabilityRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityRequirement_Properties"> <skos:notation><![CDATA[Properties of Organisational Interoperability Requirement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationalInteroperabilityRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/OrganisationalInteroperabilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityRequirement"> <skos:notation><![CDATA[Technical Interoperability Requirement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInteroperabilityRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityRequirement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Technical Interoperability Requirement]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[DEFINITION: Technical Interoperability Requirement ABB is a Requirement that must be met to help achieve technical interoperability. @@ -20357,27 +20357,27 @@ The following implementation is an example on how this specific Architecture Bui 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" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitectureRequirement" /> <owl:deprecated>true</owl:deprecated> <eira:TechnicalInteroperabilityRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInteroperabilityRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityRequirement_Properties"> <skos:notation><![CDATA[Properties of Technical Interoperability Requirement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInteroperabilityRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/TechnicalInteroperabilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityRequirement"> <skos:notation><![CDATA[Semantic Interoperability Requirement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SemanticInteroperabilityRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityRequirement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Semantic Interoperability Requirement]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[DEFINITION: Semantic Interoperability Requirement ABB is a Requirement that must be met to help achieve semantic interoperability. @@ -20390,36 +20390,36 @@ The following implementation is an example on how this specific Architecture Bui 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" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitectureRequirement" /> <owl:deprecated>true</owl:deprecated> <eira:SemanticInteroperabilityRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticInteroperabilityRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityRequirement_Properties"> <skos:notation><![CDATA[Properties of Semantic Interoperability Requirement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SemanticInteroperabilityRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <owl:deprecated>true</owl:deprecated> - <skos:related rdf:resource="http://data.europa.eu/dr8/SemanticInteroperabilityRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KeyStructuralIopEnablersAssessment"> <skos:notation><![CDATA[Key Structural IoP Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KeyStructuralIopEnablersAssessment</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KeyStructuralIopEnablersAssessment_Properties"> <skos:notation><![CDATA[Properties of Key Structural IoP Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KeyStructuralIopEnablersAssessment_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyStructuralIopEnablersAssessment" /> <dcterms:type>eira:KeyStructuralIopEnablersAssessment</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -20430,25 +20430,25 @@ Source: (https://ec.europa.eu/eusurvey/runner/SIQAT_v200?startQuiz=true&surveyla <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KeyStructuralIopEnablersAssessment</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyGovernanceIoPEnablersAssessment"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KeyGovernanceIoPEnablersAssessment"> <skos:notation><![CDATA[Key Governance IoP Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KeyGovernanceIoPEnablersAssessment</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KeyGovernanceIoPEnablersAssessment_Properties"> <skos:notation><![CDATA[Properties of Key Governance IoP Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KeyGovernanceIoPEnablersAssessment_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyGovernanceIoPEnablersAssessment" /> <dcterms:type>eira:KeyGovernanceIoPEnablersAssessment</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -20459,16 +20459,16 @@ Source: (https://ec.europa.eu/eusurvey/runner/SIQAT_v200?startQuiz=true&surveyla <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KeyGovernanceIoPEnablersAssessment</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DelegationOfPowersProvisioningDigitalPublicServicesAssessment"> <skos:notation><![CDATA[Delegation of Powers Provisioning Digital Public Services]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -20483,7 +20483,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DelegationOfPowersProvisioningDigitalPublicServicesAssessment eira:ID: ABB492 @@ -20494,18 +20494,18 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyContextConstraint" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServiceImplementationOrientationConstraint" /> <eira:DelegationOfPowersProvisioningDigitalPublicServicesAssessment_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DelegationOfPowersProvisioningDigitalPublicServicesAssessment_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DelegationOfPowersProvisioningDigitalPublicServicesAssessment" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -20520,13 +20520,13 @@ Last modification: 2022-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DelegationOfPowersProvisioningDigitalPublicServicesAssessment</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/GranularityOfLegalRequirementsAssessment"> <skos:notation><![CDATA[Granularity of Legal Requirements]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -20539,26 +20539,26 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/GranularityOfLegalRequirementsAssessment -eira:ID: http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalActRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyContextConstraint" /> <eira:GranularityOfLegalRequirementsAssessment_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/GranularityOfLegalRequirementsAssessment_Properties"> <skos:notation><![CDATA[Properties of Granularity of Legal Requirements]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/GranularityOfLegalRequirementsAssessment_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/GranularityOfLegalRequirementsAssessment" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -20572,22 +20572,22 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/GranularityOfLegalRequirementsAssessment</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyBehaviouralIopEnablersAssessment"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KeyBehaviouralIopEnablersAssessment"> <skos:notation><![CDATA[Key Behavioural IoP Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KeyBehaviouralIopEnablersAssessment</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KeyBehaviouralIopEnablersAssessment_Properties"> <skos:notation><![CDATA[Properties of Key Behavioural IoP Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KeyBehaviouralIopEnablersAssessment_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyBehaviouralIopEnablersAssessment" /> <dcterms:type>eira:KeyBehaviouralIopEnablersAssessment</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -20598,23 +20598,23 @@ EIRA concept: eira:ArchitectureBuildingBlock <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KeyBehaviouralIopEnablersAssessment</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalSolutionAssumptionConstraint"> <skos:notation><![CDATA[Digital Solution Assumption]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalSolutionAssumptionConstraint</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Assumption]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 +Identifier: http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionConstraint ABB name: eira:InteroperableDigitalSolutionConstraint @@ -20623,13 +20623,13 @@ Last modification: 2022-23-01 ]]></skos:definition> <eira:DigitalSolutionAssumptionConstraint_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalSolutionAssumptionConstraint_Properties"> <skos:notation><![CDATA[Properties of Digital Solution Assumption]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionAssumptionConstraint_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionAssumptionConstraint" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalSolutionAssumptionConstraint</eira:PURI> <dcterms:type>eira:DigitalSolutionAssumptionConstraint</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -20642,13 +20642,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalSolutionAssumptionConstraint</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServiceImplementationOrientationConstraint"> <skos:notation><![CDATA[Interoperable Digital Public Service Implementation Orientation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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) @@ -20665,7 +20665,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServiceImplementationOrientationConstraint eira:ID: ABB491 @@ -20678,13 +20678,13 @@ Last modification: 2022-12-01 ]]></skos:definition> <eira:InteroperableDigitalPublicServiceImplementationOrientationConstraint_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableDigitalPublicServiceImplementationOrientationConstraint_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServiceImplementationOrientationConstraint" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -20699,13 +20699,13 @@ Last modification: 2022-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServiceImplementationOrientationConstraint</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyConstraint"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyConstraint"> <skos:notation><![CDATA[Public Policy Constraint]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyConstraint</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicPolicyConstraint</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Policy Constraint]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -20724,9 +20724,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PublicPolicyConstraint -eira:ID: http://data.europa.eu/dr8/PublicPolicyConstraint +eira:ID: http://data.europa.eu/dr8/6.0.0/PublicPolicyConstraint ABB name: eira:PublicPolicyConstraint @@ -20735,17 +20735,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyContextConstraint" /> <eira:PublicPolicyConstraint_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyConstraint_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyConstraint_Properties"> <skos:notation><![CDATA[Properties of Public Policy Constraint]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyConstraint_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyConstraint" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/PublicPolicyConstraint</eira:PURI> <dcterms:type>eira:PublicPolicyConstraint</dcterms:type> <dcterms:modified>2023-10-1</dcterms:modified> <eira:synonym>Public Policy Restriction</eira:synonym> @@ -20761,13 +20761,13 @@ Last modification: 2023-10-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicPolicyConstraint</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalSolutionConstraintConstraint"> <skos:notation><![CDATA[Digital Solution Constraint]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalSolutionConstraintConstraint</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digital Solution Constraint]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -20776,7 +20776,7 @@ Source reference: https://ec.europa.eu/isa2/eif_en/ IoP Dimension: Governance IoP -Identifier: http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalSolutionConstraintConstraint ABB name: eira:DigitalSolutionConstraintConstraint @@ -20785,13 +20785,13 @@ Last modification: 2022-23-01 ]]></skos:definition> <eira:DigitalSolutionConstraintConstraint_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalSolutionConstraintConstraint_Properties"> <skos:notation><![CDATA[Properties of Digital Solution Constraint]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionConstraintConstraint_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionConstraintConstraint" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalSolutionConstraintConstraint</eira:PURI> <dcterms:type>eira:DigitalSolutionConstraintConstraint</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -20806,13 +20806,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalSolutionConstraintConstraint</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyContextConstraint"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyContextConstraint"> <skos:notation><![CDATA[Public Policy Context]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyContextConstraint</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicPolicyContextConstraint</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Policy Context]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -20829,9 +20829,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PublicPolicyContextConstraint -eira:ID: http://data.europa.eu/dr8/PublicPolicyContextConstraint +eira:ID: http://data.europa.eu/dr8/6.0.0/PublicPolicyContextConstraint ABB name: eira:PublicPolicyContextConstraint @@ -20840,17 +20840,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServiceImplementationOrientationConstraint" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyConstraint" /> <eira:PublicPolicyContextConstraint_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyContextConstraint_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyContextConstraint_Properties"> <skos:notation><![CDATA[Properties of Public Policy Context]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyContextConstraint_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyContextConstraint" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -20865,13 +20865,13 @@ Last modification: 2023-10-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicPolicyContextConstraint</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -20886,9 +20886,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint -eira:ID: http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint +eira:ID: http://data.europa.eu/dr8/6.0.0/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint ABB name: eira:MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint @@ -20899,13 +20899,13 @@ Last modification: 2022-13-01 ]]></skos:definition> <eira:MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -20918,39 +20918,39 @@ Last modification: 2022-13-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRADimensionConstraint"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EIRADimensionConstraint"> <skos:notation><![CDATA[EIRA Dimension]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EIRADimensionConstraint</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EIRADimensionConstraint</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[EIRA Dimension]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 +Identifier: http://data.europa.eu/dr8/6.0.0/EIRADimensionConstraint -eira:ID: http://data.europa.eu/dr8/EIRADimensionConstraint +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityDimensionBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAArchitectureBuildingBlockRequirement" /> <eira:EIRADimensionConstraint_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRADimensionConstraint_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EIRADimensionConstraint_Properties"> <skos:notation><![CDATA[Properties of EIRA Dimension]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EIRADimensionConstraint_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRADimensionConstraint" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/EIRADimensionConstraint</eira:PURI> <dcterms:type>eira:EIRADimensionConstraint</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -20964,13 +20964,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EIRADimensionConstraint</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/CreationOfInteroperableEuropeanSolutionsDriver"> <skos:notation><![CDATA[Creation of Interoperable European Solutions]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -20981,22 +20981,22 @@ IoP Dimension: Structural IoP LOST view: Interoperability Motivation View -Identifier: http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver +Identifier: http://data.europa.eu/dr8/6.0.0/CreationOfInteroperableEuropeanSolutionsDriver -eira:ID: http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver +eira:ID: http://data.europa.eu/dr8/6.0.0/CreationOfInteroperableEuropeanSolutionsDriver ABB name: eira:CreationOfInteroperableEuropeanSolutionsDriver ]]></skos:definition> <eira:CreationOfInteroperableEuropeanSolutionsDriver_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/CreationOfInteroperableEuropeanSolutionsDriver" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/CreationOfInteroperableEuropeanSolutionsDriver</eira:PURI> <dcterms:type>eira:CreationOfInteroperableEuropeanSolutionsDriver</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -21008,13 +21008,13 @@ ABB name: eira:CreationOfInteroperableEuropeanSolutionsDriver <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/CreationOfInteroperableEuropeanSolutionsDriver</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AchieveSemanticInteroperabilityGoal"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AchieveSemanticInteroperabilityGoal"> <skos:notation><![CDATA[Achieve Semantic Interoperability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AchieveSemanticInteroperabilityGoal</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AchieveSemanticInteroperabilityGoal</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Achieve Semantic Interoperability]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -21028,13 +21028,13 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AchieveSemanticInteroperabilityGoal_Properties"> <skos:notation><![CDATA[Properties of Achieve Semantic Interoperability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AchieveSemanticInteroperabilityGoal_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveSemanticInteroperabilityGoal" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AchieveSemanticInteroperabilityGoal</eira:PURI> <dcterms:type>eira:AchieveSemanticInteroperabilityGoal</dcterms:type> <dcterms:modified>2023-04-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -21047,13 +21047,13 @@ The following implementation is an example on how this specific Architecture Bui <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AchieveSemanticInteroperabilityGoal</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AchieveLegalInteroperabilityGoal"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AchieveLegalInteroperabilityGoal"> <skos:notation><![CDATA[Achieve Legal Interoperability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AchieveLegalInteroperabilityGoal</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AchieveLegalInteroperabilityGoal</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Achieve Legal Interoperability]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -21067,13 +21067,13 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AchieveLegalInteroperabilityGoal_Properties"> <skos:notation><![CDATA[Properties of Achieve Legal Interoperability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AchieveLegalInteroperabilityGoal_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveLegalInteroperabilityGoal" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AchieveLegalInteroperabilityGoal</eira:PURI> <dcterms:type>eira:AchieveLegalInteroperabilityGoal</dcterms:type> <dcterms:modified>2023-04-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -21086,13 +21086,13 @@ The following implementation is an example on how this specific Architecture Bui <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AchieveLegalInteroperabilityGoal</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AchieveTechnicalInteroperabilityGoal"> <skos:notation><![CDATA[Achieve Technical Interoperability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AchieveTechnicalInteroperabilityGoal</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Achieve Technical Interoperability]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -21106,13 +21106,13 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AchieveTechnicalInteroperabilityGoal_Properties"> <skos:notation><![CDATA[Properties of Achieve Technical Interoperability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AchieveTechnicalInteroperabilityGoal_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveTechnicalInteroperabilityGoal" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AchieveTechnicalInteroperabilityGoal</eira:PURI> <dcterms:type>eira:AchieveTechnicalInteroperabilityGoal</dcterms:type> <dcterms:modified>2023-04-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -21125,13 +21125,13 @@ The following implementation is an example on how this specific Architecture Bui <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AchieveTechnicalInteroperabilityGoal</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalSolutionArchitectureDecisionGoal"> <skos:notation><![CDATA[Digital Solution Architecture Decision]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -21142,9 +21142,9 @@ IoP Dimension: Governance IoP LOST view: Interoperability Motivation View -Identifier: http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalSolutionArchitectureDecisionGoal -eira:ID: http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal +eira:ID: http://data.europa.eu/dr8/6.0.0/DigitalSolutionArchitectureDecisionGoal EIRA concept: eira:ArchitectureBuildingBlock @@ -21167,13 +21167,13 @@ adr:consecuences: The consequences section contains information about the overal ]]></skos:definition> <eira:DigitalSolutionArchitectureDecisionGoal_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalSolutionArchitectureDecisionGoal_Properties"> <skos:notation><![CDATA[Properties of Digital Solution Architecture Decision]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionArchitectureDecisionGoal" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalSolutionArchitectureDecisionGoal</eira:PURI> <dcterms:type></dcterms:type> <dcterms:type>eira:ArchitecturalDecisionRecord</dcterms:type> <dcterms:modified>2023-04-24</dcterms:modified> @@ -21194,11 +21194,11 @@ adr:consecuences: The consequences section contains information about the overal <skos:note><![CDATA[]]></skos:note> <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AchieveInteroperabilityGoal"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AchieveInteroperabilityGoal"> <skos:notation><![CDATA[Achieve Interoperability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AchieveInteroperabilityGoal</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AchieveInteroperabilityGoal</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Achieve Interoperability]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -21208,13 +21208,13 @@ Source: EIF ]]></skos:definition> <eira:AchieveInteroperabilityGoal_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AchieveInteroperabilityGoal_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AchieveInteroperabilityGoal_Properties"> <skos:notation><![CDATA[Properties of Achieve Interoperability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AchieveInteroperabilityGoal_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveInteroperabilityGoal" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AchieveInteroperabilityGoal</eira:PURI> <dcterms:type>eira:AchieveInteroperabilityGoal</dcterms:type> <dcterms:modified>2023-04-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -21227,13 +21227,13 @@ Source: EIF <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AchieveInteroperabilityGoal</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalAgendaGoal"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalAgendaGoal"> <skos:notation><![CDATA[Digital Agenda]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalAgendaGoal</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalAgendaGoal</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digital Agenda]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -21250,7 +21250,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalAgendaGoal eira:ID: ABB442 @@ -21261,17 +21261,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalGovernancePlanBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategyGoal" /> <eira:DigitalAgendaGoal_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalAgendaGoal_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalAgendaGoal_Properties"> <skos:notation><![CDATA[Properties of Digital Agenda]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalAgendaGoal_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalAgendaGoal" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -21284,13 +21284,13 @@ Last modification: 2022-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalAgendaGoal</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityStrategyGoal"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategyGoal"> <skos:notation><![CDATA[Interoperability Strategy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityStrategyGoal</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategyGoal</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Strategy]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -21305,7 +21305,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategyGoal eira:ID: ABB489 @@ -21318,13 +21318,13 @@ Last modification: 2022-12-01 ]]></skos:definition> <eira:InteroperabilityStrategyGoal_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityStrategyGoal_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategyGoal_Properties"> <skos:notation><![CDATA[Properties of Interoperability Strategy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityStrategyGoal_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategyGoal" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -21336,13 +21336,13 @@ Last modification: 2022-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategyGoal</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AchieveOrganisationalInteroperabilityGoal"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AchieveOrganisationalInteroperabilityGoal"> <skos:notation><![CDATA[Achieve Organisational Interoperability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AchieveOrganisationalInteroperabilityGoal</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AchieveOrganisationalInteroperabilityGoal</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Achieve Organisational Interoperability]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -21356,13 +21356,13 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AchieveOrganisationalInteroperabilityGoal_Properties"> <skos:notation><![CDATA[Properties of Achieve Organisational Interoperability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AchieveOrganisationalInteroperabilityGoal_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveOrganisationalInteroperabilityGoal" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AchieveOrganisationalInteroperabilityGoal</eira:PURI> <dcterms:type>eira:AchieveOrganisationalInteroperabilityGoal</dcterms:type> <dcterms:modified>2023-04-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -21375,13 +21375,13 @@ The following implementation is an example on how this specific Architecture Bui <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AchieveOrganisationalInteroperabilityGoal</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyObjectiveGoal"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyObjectiveGoal"> <skos:notation><![CDATA[Public Policy Objective]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyObjectiveGoal</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicPolicyObjectiveGoal</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Policy Objective]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -21398,7 +21398,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PublicPolicyObjectiveGoal eira:ID: ABB487 @@ -21409,16 +21409,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2023-09-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicPolicyCourseOfAction" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction" /> <eira:PublicPolicyObjectiveGoal_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicPolicyObjectiveGoal_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicPolicyObjectiveGoal_Properties"> <skos:notation><![CDATA[Properties of Public Policy Objective]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicPolicyObjectiveGoal_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyObjectiveGoal" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -21431,13 +21431,13 @@ Last modification: 2023-09-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicPolicyObjectiveGoal</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionGoal"> <skos:notation><![CDATA[Interoperable European Solution]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionGoal</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Interoperable European Solution]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -21454,24 +21454,24 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveInteroperabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveTechnicalInteroperabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveLegalInteroperabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveSemanticInteroperabilityGoal" /> <eira:InteroperableEuropeanSolutionGoal_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionGoal_Properties"> <skos:notation><![CDATA[Properties of Interoperable European Solution]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionGoal" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -21485,13 +21485,13 @@ https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eDelivery <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionGoal</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EifPrinciple"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EifPrinciple"> <skos:notation><![CDATA[EIF Principle]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EifPrinciple</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EifPrinciple</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[EIF Principle]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -21502,7 +21502,7 @@ Example: The following implementation is an example on how this specific Archite LOST view: Architecture Principle View -Identifier: http://data.europa.eu/dr8/EifPrinciple +Identifier: http://data.europa.eu/dr8/6.0.0/EifPrinciple eira:ID: ABB300 @@ -21511,28 +21511,28 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveLegalInteroperabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveSemanticInteroperabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveOrganisationalInteroperabilityGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveTechnicalInteroperabilityGoal" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple" /> <eira:EifPrinciple_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EifPrinciple_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EifPrinciple_Properties"> <skos:notation><![CDATA[Properties of EIF Principle]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EifPrinciple_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -21541,13 +21541,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EifPrinciple</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EuropeanLibraryofArchitecturePrinciplesPrinciple"> <skos:notation><![CDATA[European Library of Architecture Principles]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -21558,7 +21558,7 @@ Additional information: The European Library of Architecture Principles (ELAP) A 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 +Identifier: http://data.europa.eu/dr8/6.0.0/EuropeanLibraryofArchitecturePrinciplesPrinciple eira:ID: ABB617 @@ -21567,17 +21567,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionGoal" /> <eira:EuropeanLibraryofArchitecturePrinciplesPrinciple_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPrinciple_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLibraryofArchitecturePrinciplesPrinciple" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/EuropeanLibraryofArchitecturePrinciplesPrinciple</eira:PURI> <dcterms:type>eira:EuropeanLibraryofArchitecturePrinciplesPrinciple</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -21595,13 +21595,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EuropeanLibraryofArchitecturePrinciplesPrinciple</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitecturePrinciple"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple"> <skos:notation><![CDATA[<<ELAP:Architecture Principle>> Privacy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciple</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -21614,27 +21614,27 @@ The European Innovation Partnership on Smart Cities and Communities (EIP SCC) 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" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/EifPrinciple" /> <eira:ArchitecturePrinciple_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitecturePrinciple_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple_Properties"> <skos:notation><![CDATA[Properties of <<ELAP:Architecture Principle>> Privacy]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciple_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitecturePrinciple"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple"> <skos:notation><![CDATA[Architecture Principle]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciple</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Architecture Principle]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -21649,7 +21649,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple eira:ID: ABB381 @@ -21658,21 +21658,21 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInfrastructureFunctionalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticFunctionalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticGovernanceContentGrouping" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/EifPrinciple" /> <eira:ArchitecturePrinciple_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitecturePrinciple_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple_Properties"> <skos:notation><![CDATA[Properties of Architecture Principle]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciple_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple</eira:PURI> <dcterms:type>eira:ArchitecturePrinciple</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -21691,13 +21691,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitecturePrinciple"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple"> <skos:notation><![CDATA[<<ELAP:Architecture Principle>> Security]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciple</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -21710,30 +21710,30 @@ The European Innovation Partnership on Smart Cities and Communities (EIP SCC) 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" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/EifPrinciple" /> <eira:ArchitecturePrinciple_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitecturePrinciple_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple_Properties"> <skos:notation><![CDATA[Properties of <<ELAP:Architecture Principle>> Security]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArchitecturePrinciple_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Detail-LevelArchitectureBuildingBlockRequirement"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Detail-LevelArchitectureBuildingBlockRequirement"> <skos:notation><![CDATA[Detail-Level Requirement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Detail-LevelArchitectureBuildingBlockRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -21746,7 +21746,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/Detail-LevelArchitectureRequirement eira:ID: ABB485 @@ -21759,13 +21759,13 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/Detail-LevelArchitectureBuildingBlockRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/Detail-LevelArchitectureBuildingBlockRequirement</eira:PURI> <dcterms:type>eira:Detail-LevelArchitectureBuildingBlockRequirement</dcterms:type> <dcterms:modified>2023-09-1</dcterms:modified> <eira:synonym></eira:synonym> @@ -21779,13 +21779,13 @@ Last modification: 2023-09-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Detail-LevelArchitectureBuildingBlockRequirement</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BindingInstrumentRequirement"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BindingInstrumentRequirement"> <skos:notation><![CDATA[Binding Instrument]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BindingInstrumentRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BindingInstrumentRequirement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Binding Instrument]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -21802,7 +21802,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/BindingInstrumentRequirement eira:ID: ABB17 @@ -21815,13 +21815,13 @@ Last modification: 2023-10-01 ]]></skos:definition> <eira:BindingInstrumentRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BindingInstrumentRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BindingInstrumentRequirement_Properties"> <skos:notation><![CDATA[Properties of Binding Instrument]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BindingInstrumentRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BindingInstrumentRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -21834,13 +21834,13 @@ Last modification: 2023-10-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BindingInstrumentRequirement</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalActRequirement"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalActRequirement"> <skos:notation><![CDATA[Legal Act]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalActRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegalActRequirement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Legal Act]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -21859,7 +21859,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/LegalActRequirement eira:ID: ABB164 @@ -21872,17 +21872,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalClausesRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction" /> <eira:LegalActRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalActRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalActRequirement_Properties"> <skos:notation><![CDATA[Properties of Legal Act]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalActRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalActRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/LegalActRequirement</eira:PURI> <dcterms:type>eira:LegalActRequirement</dcterms:type> <dcterms:modified>2023-09-1</dcterms:modified> <eira:synonym>Legal Instrument</eira:synonym> @@ -21898,13 +21898,13 @@ eira:requirement_or_constraint: [ Requirement | Constraint ] <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegalActRequirement</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRAViewpointRequirement"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EIRAViewpointRequirement"> <skos:notation><![CDATA[EIRA Viewpoint]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EIRAViewpointRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EIRAViewpointRequirement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[EIRA Viewpoint]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -21913,7 +21913,7 @@ Source reference: (https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap0 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 +Identifier: http://data.europa.eu/dr8/6.0.0/EIRAViewpointRequirement eira:ID: ABB605 @@ -21922,16 +21922,16 @@ ABB name: eira:EIRAViewpointRequirement Last modification: 2022-20-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAArchitectureBuildingBlockRequirement" /> <eira:EIRAViewpointRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRAViewpointRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EIRAViewpointRequirement_Properties"> <skos:notation><![CDATA[Properties of EIRA Viewpoint]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EIRAViewpointRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAViewpointRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/EIRAViewpointRequirement</eira:PURI> <dcterms:type>eira:EIRAViewpointRequirement</dcterms:type> <dcterms:modified>2022-01-20</dcterms:modified> <eira:synonym></eira:synonym> @@ -21944,13 +21944,13 @@ Last modification: 2022-20-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EIRAViewpointRequirement</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablerRequirement"> <skos:notation><![CDATA[Key Interoperability Enabler]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablerRequirement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Key Interoperability Enabler]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -21959,7 +21959,7 @@ Source reference: (https://ec.europa.eu/isa2/sites/default/files/eif_brochure_fi 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 +Identifier: http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablerRequirement eira:ID: ABB618 @@ -21968,16 +21968,16 @@ ABB name: eira:KeyInteroperabilityEnablerRequirement Last modification: 2022-23-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAArchitectureBuildingBlockRequirement" /> <eira:KeyInteroperabilityEnablerRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablerRequirement_Properties"> <skos:notation><![CDATA[Properties of Key Interoperability Enabler]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnablerRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablerRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablerRequirement</eira:PURI> <dcterms:type>eira:KeyInteroperabilityEnablerRequirement</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -21991,13 +21991,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablerRequirement</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRAViewRequirement"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EIRAViewRequirement"> <skos:notation><![CDATA[EIRA View]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EIRAViewRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EIRAViewRequirement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[EIRA View]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -22006,7 +22006,7 @@ Source reference: (https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap0 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 +Identifier: http://data.europa.eu/dr8/6.0.0/EIRAViewRequirement eira:ID: ABB606 @@ -22015,17 +22015,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EifInteroperabilityLevelBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAArchitectureBuildingBlockRequirement" /> <eira:EIRAViewRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRAViewRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EIRAViewRequirement_Properties"> <skos:notation><![CDATA[Properties of EIRA View]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EIRAViewRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAViewRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/EIRAViewRequirement</eira:PURI> <dcterms:type>eira:EIRAViewRequirement</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -22036,13 +22036,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EIRAViewRequirement</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityRequirement"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperabilityRequirement"> <skos:notation><![CDATA[Interoperability Requirement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperabilityRequirement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Interoperability Requirement]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -22051,7 +22051,7 @@ Source reference: (https://ec.europa.eu/isa2/sites/default/files/eif_brochure_fi 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 +Identifier: http://data.europa.eu/dr8/6.0.0/InteroperabilityRequirement eira:ID: ABB346 @@ -22060,16 +22060,16 @@ ABB name: eira:InteroperabilityRequirement Last modification: 2022-23-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/InteroperableEuropeanSolutionGoal" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionGoal" /> <eira:InteroperabilityRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/InteroperabilityRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/InteroperabilityRequirement_Properties"> <skos:notation><![CDATA[Properties of Interoperability Requirement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/InteroperabilityRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/InteroperabilityRequirement</eira:PURI> <dcterms:type>eira:InteroperabilityRequirement</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -22083,13 +22083,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/InteroperabilityRequirement</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalClausesRequirement"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalClausesRequirement"> <skos:notation><![CDATA[Legal Clauses]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalClausesRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegalClausesRequirement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Legal Clauses]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -22100,7 +22100,7 @@ Example: The following implementation is an example of how this specific Archite LOST view: Legal view -Identifier: http://data.europa.eu/dr8/LegalClausesRequirement +Identifier: http://data.europa.eu/dr8/6.0.0/LegalClausesRequirement eira:ID: https://joinup.ec.europa.eu/data/dr8/LegalClauses @@ -22111,16 +22111,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-18-01 ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/SharedLegalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping" /> <eira:LegalClausesRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalClausesRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalClausesRequirement_Properties"> <skos:notation><![CDATA[Properties of Legal Clauses]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalClausesRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalClausesRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/LegalClausesRequirement</eira:PURI> <dcterms:type>eira:LegalClausesRequirement</dcterms:type> <dcterms:modified>2022-01-18</dcterms:modified> <eira:synonym></eira:synonym> @@ -22134,20 +22134,20 @@ Last modification: 2022-18-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegalClausesRequirement</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CapabilityRequirement"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/CapabilityRequirement"> <skos:notation><![CDATA[Capability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/CapabilityRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/CapabilityRequirement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Capability]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 +Identifier: http://data.europa.eu/dr8/6.0.0/CapabilityRequirement ABB name: eira:CapabilityRequirement @@ -22156,13 +22156,13 @@ Last modification: 2022-23-01 ]]></skos:definition> <eira:CapabilityRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CapabilityRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/CapabilityRequirement_Properties"> <skos:notation><![CDATA[Properties of Capability]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/CapabilityRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/CapabilityRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/CapabilityRequirement</eira:PURI> <dcterms:type>eira:CapabilityRequirement</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -22176,13 +22176,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/CapabilityRequirement</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EIRAArchitectureBuildingBlockRequirement"> <skos:notation><![CDATA[EIRA Architecture Building Block]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -22191,7 +22191,7 @@ Source reference: (https://ec.europa.eu/digital-building-blocks/wikis/display/CE 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 +Identifier: http://data.europa.eu/dr8/6.0.0/EIRAArchitectureBuildingBlockRequirement eira:ID: ABB607 @@ -22200,17 +22200,17 @@ 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" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablerRequirement" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitectureBuildingBlockRequirement" /> <eira:EIRAArchitectureBuildingBlockRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EIRAArchitectureBuildingBlockRequirement_Properties"> <skos:notation><![CDATA[Properties of EIRA Architecture Building Block]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAArchitectureBuildingBlockRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/EIRAArchitectureBuildingBlockRequirement</eira:PURI> <dcterms:type>eira:EIRAArchitectureBuildingBlockRequirement</dcterms:type> <dcterms:modified>2022-01-23</dcterms:modified> <eira:synonym></eira:synonym> @@ -22223,13 +22223,13 @@ Last modification: 2022-23-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EIRAArchitectureBuildingBlockRequirement</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/NationalLegalActRequirement"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/NationalLegalActRequirement"> <skos:notation><![CDATA[National Legal Act]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/NationalLegalActRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/NationalLegalActRequirement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[National Legal Act]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -22242,7 +22242,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/NationalLegalActRequirement eira:ID: ABB616 @@ -22255,13 +22255,13 @@ Last modification: 2023-10-01 ]]></skos:definition> <eira:NationalLegalActRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/NationalLegalActRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/NationalLegalActRequirement_Properties"> <skos:notation><![CDATA[Properties of National Legal Act]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/NationalLegalActRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/NationalLegalActRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -22274,13 +22274,13 @@ Last modification: 2023-10-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/NationalLegalActRequirement</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanLegalActRequirement"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EuropeanLegalActRequirement"> <skos:notation><![CDATA[European Legal Act]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLegalActRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EuropeanLegalActRequirement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[European Legal Act]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -22293,7 +22293,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/EuropeanLegalActRequirement eira:ID: ABB615 @@ -22306,13 +22306,13 @@ Last modification: 2023-09-01 ]]></skos:definition> <eira:EuropeanLegalActRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/EuropeanLegalActRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/EuropeanLegalActRequirement_Properties"> <skos:notation><![CDATA[Properties of European Legal Act]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/EuropeanLegalActRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLegalActRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -22325,13 +22325,13 @@ Last modification: 2023-09-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/EuropeanLegalActRequirement</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitectureBuildingBlockRequirement"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArchitectureBuildingBlockRequirement"> <skos:notation><![CDATA[Digital Solution Functional Requirement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArchitectureBuildingBlockRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -22340,23 +22340,23 @@ Source reference: (https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap0 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ArchitectureBuildingBlockRequirement eira:ID: ABB608 ABB name: eira:ArchitectureBuildingBlockRequirement ]]></skos:definition> - <skos:narrower rdf:resource="http://data.europa.eu/dr8/EIRAArchitectureBuildingBlockRequirement" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAArchitectureBuildingBlockRequirement" /> <eira:ArchitectureBuildingBlockRequirement_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArchitectureBuildingBlockRequirement_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArchitectureBuildingBlockRequirement_Properties"> <skos:notation><![CDATA[Properties of Digital Solution Functional Requirement]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArchitectureBuildingBlockRequirement_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitectureBuildingBlockRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ArchitectureBuildingBlockRequirement</eira:PURI> <dcterms:type>eira:ArchitectureBuildingBlockRequirement</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -22369,13 +22369,13 @@ ABB name: eira:ArchitectureBuildingBlockRequirement <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ArchitectureBuildingBlockRequirement</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/Non-bindingInstrumentRequirement"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/Non-bindingInstrumentRequirement"> <skos:notation><![CDATA[Non-binding Instrument]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/Non-bindingInstrumentRequirement</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -22390,7 +22390,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/Non-bindingInstrumentRequirement eira:ID: ABB113 @@ -22403,13 +22403,13 @@ 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:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/Non-bindingInstrumentRequirement" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -22421,13 +22421,13 @@ Last modification: 2023-10-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/Non-bindingInstrumentRequirement</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IndividualStakeholder"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IndividualStakeholder"> <skos:notation><![CDATA[Individual]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IndividualStakeholder</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/IndividualStakeholder</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Individual]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -22444,7 +22444,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/IndividualStakeholder eira:ID: ABB497 @@ -22455,35 +22455,35 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2023-12-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/AgentBusinessRole" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/AgentBusinessRole" /> <eira:IndividualStakeholder_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IndividualStakeholder_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IndividualStakeholder_Properties"> <skos:notation><![CDATA[Properties of Individual]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IndividualStakeholder_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/IndividualStakeholder</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationStakeholder"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationStakeholder"> <skos:notation><![CDATA[Organisation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationStakeholder</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrganisationStakeholder</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Organisation]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -22498,7 +22498,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/OrganisationStakeholder eira:ID: ABB494 @@ -22509,20 +22509,20 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InformationBusinessObject" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalEntityStakeholder" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationStakeholder" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessStakeholder" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalEntityStakeholder" /> <eira:OrganisationStakeholder_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrganisationStakeholder_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrganisationStakeholder_Properties"> <skos:notation><![CDATA[Properties of Organisation]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrganisationStakeholder_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationStakeholder" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -22535,13 +22535,13 @@ Last modification: 2022-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrganisationStakeholder</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalEntityStakeholder"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalEntityStakeholder"> <skos:notation><![CDATA[Legal Entity]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalEntityStakeholder</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegalEntityStakeholder</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Legal Entity]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -22556,7 +22556,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/LegalEntityStakeholder eira:ID: ABB496 @@ -22567,18 +22567,18 @@ 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" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationStakeholder" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/AgentBusinessRole" /> + <skos:narrower rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationStakeholder" /> <eira:LegalEntityStakeholder_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/LegalEntityStakeholder_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/LegalEntityStakeholder_Properties"> <skos:notation><![CDATA[Properties of Legal Entity]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/LegalEntityStakeholder_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalEntityStakeholder" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -22589,13 +22589,13 @@ Last modification: 2023-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/LegalEntityStakeholder</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicAdministrationStakeholder"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicAdministrationStakeholder"> <skos:notation><![CDATA[Public Administration]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministrationStakeholder</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicAdministrationStakeholder</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Public Administration]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -22612,7 +22612,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/PublicAdministrationStakeholder eira:ID: ABB495 @@ -22623,20 +22623,20 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/CoordinationCapacityValue" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticalCapacityValue" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RegulatoryCapacityValue" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DeliveryCapacityValue" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationStakeholder" /> <eira:PublicAdministrationStakeholder_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PublicAdministrationStakeholder_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PublicAdministrationStakeholder_Properties"> <skos:notation><![CDATA[Properties of Public Administration]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PublicAdministrationStakeholder_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationStakeholder" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -22650,13 +22650,13 @@ Last modification: 2022-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PublicAdministrationStakeholder</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessStakeholder"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessStakeholder"> <skos:notation><![CDATA[Business]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessStakeholder</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BusinessStakeholder</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Business]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -22671,9 +22671,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/BusinessStakeholder -eira:ID: http://data.europa.eu/dr8/BusinessStakeholder +eira:ID: http://data.europa.eu/dr8/6.0.0/BusinessStakeholder ABB name: eira:BusinessStakeholder @@ -22682,16 +22682,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2022-26-01 ]]></skos:definition> - <skos:broader rdf:resource="http://data.europa.eu/dr8/OrganisationStakeholder" /> + <skos:broader rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationStakeholder" /> <eira:BusinessStakeholder_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BusinessStakeholder_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BusinessStakeholder_Properties"> <skos:notation><![CDATA[Properties of Business]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BusinessStakeholder_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessStakeholder" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -22704,38 +22704,38 @@ Last modification: 2022-26-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BusinessStakeholder</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DeliveryCapacityValue"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DeliveryCapacityValue"> <skos:notation><![CDATA[Delivery Capacity]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DeliveryCapacityValue</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DeliveryCapacityValue</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Delivery Capacity]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 +Identifier: http://data.europa.eu/dr8/6.0.0/DeliveryCapacityValue -eira:ID: http://data.europa.eu/dr8/DeliveryCapacityValue +eira:ID: http://data.europa.eu/dr8/6.0.0/DeliveryCapacityValue ABB name: eira:DeliveryCapacityValue EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/CreationOfInteroperableEuropeanSolutionsDriver" /> <eira:DeliveryCapacityValue_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DeliveryCapacityValue_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DeliveryCapacityValue_Properties"> <skos:notation><![CDATA[Properties of Delivery Capacity]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DeliveryCapacityValue_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DeliveryCapacityValue" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -22747,38 +22747,38 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DeliveryCapacityValue</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticalCapacityValue"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AnalyticalCapacityValue"> <skos:notation><![CDATA[Analytical Capacity]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AnalyticalCapacityValue</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AnalyticalCapacityValue</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Analytical Capacity]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 +Identifier: http://data.europa.eu/dr8/6.0.0/AnalyticalCapacityValue -eira:ID: http://data.europa.eu/dr8/AnalyticalCapacityValue +eira:ID: http://data.europa.eu/dr8/6.0.0/AnalyticalCapacityValue ABB name: eira:AnalyticalCapacityValue EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/CreationOfInteroperableEuropeanSolutionsDriver" /> <eira:AnalyticalCapacityValue_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticalCapacityValue_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AnalyticalCapacityValue_Properties"> <skos:notation><![CDATA[Properties of Analytical Capacity]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AnalyticalCapacityValue_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticalCapacityValue" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -22790,13 +22790,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AnalyticalCapacityValue</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CoordinationCapacityValue"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/CoordinationCapacityValue"> <skos:notation><![CDATA[Coordination Capacity]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/CoordinationCapacityValue</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/CoordinationCapacityValue</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Coordination Capacity]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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? @@ -22805,25 +22805,25 @@ Source reference: https://www.duo.uio.no/bitstream/handle/10852/76072/10-1080144 IoP Dimension: Governance IoP -Identifier: http://data.europa.eu/dr8/CoordinationCapacityValue +Identifier: http://data.europa.eu/dr8/6.0.0/CoordinationCapacityValue -eira:ID: http://data.europa.eu/dr8/CoordinationCapacityValue +eira:ID: http://data.europa.eu/dr8/6.0.0/CoordinationCapacityValue ABB name: eira:CoordinationCapacityValue EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/CreationOfInteroperableEuropeanSolutionsDriver" /> <eira:CoordinationCapacityValue_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/CoordinationCapacityValue_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/CoordinationCapacityValue_Properties"> <skos:notation><![CDATA[Properties of Coordination Capacity]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/CoordinationCapacityValue_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/CoordinationCapacityValue" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -22835,38 +22835,38 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/CoordinationCapacityValue</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RegulatoryCapacityValue"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RegulatoryCapacityValue"> <skos:notation><![CDATA[Regulatory Capacity]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RegulatoryCapacityValue</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RegulatoryCapacityValue</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Regulatory Capacity]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 +Identifier: http://data.europa.eu/dr8/6.0.0/RegulatoryCapacityValue -eira:ID: http://data.europa.eu/dr8/RegulatoryCapacityValue +eira:ID: http://data.europa.eu/dr8/6.0.0/RegulatoryCapacityValue ABB name: eira:RegulatoryCapacityValue EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/CreationOfInteroperableEuropeanSolutionsDriver" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/CreationOfInteroperableEuropeanSolutionsDriver" /> <eira:RegulatoryCapacityValue_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/RegulatoryCapacityValue_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/RegulatoryCapacityValue_Properties"> <skos:notation><![CDATA[Properties of Regulatory Capacity]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/RegulatoryCapacityValue_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RegulatoryCapacityValue" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -22878,13 +22878,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/RegulatoryCapacityValue</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalisationRoadmapWorkPackage"> <skos:notation><![CDATA[Digitalisation Roadmap]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalisationRoadmapWorkPackage</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digitalisation Roadmap]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -22899,7 +22899,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalisationRoadmapWorkPackage eira:ID: ABB490 @@ -22910,17 +22910,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServiceImplementationOrientationConstraint" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalAgendaGoal" /> <eira:DigitalisationRoadmapWorkPackage_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalisationRoadmapWorkPackage_Properties"> <skos:notation><![CDATA[Properties of Digitalisation Roadmap]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalisationRoadmapWorkPackage_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalisationRoadmapWorkPackage" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalisationRoadmapWorkPackage</eira:PURI> <dcterms:type>eira:DigitalisationRoadmapWorkPackage</dcterms:type> <dcterms:modified>2022-12-1</dcterms:modified> <eira:synonym></eira:synonym> @@ -22934,13 +22934,13 @@ Last modification: 2022-12-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalisationRoadmapWorkPackage</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityEnablersGroup"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SecurityEnablersGroup"> <skos:notation><![CDATA[Security Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SecurityEnablersGroup</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SecurityEnablersGroup</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Security Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -22953,27 +22953,27 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/SecurityEnablersGroup -eira:ID: http://data.europa.eu/dr8/SecurityEnablersGroup +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentificationAndAccessEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationService" /> <eira:SecurityEnablersGroup_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SecurityEnablersGroup_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SecurityEnablersGroup_Properties"> <skos:notation><![CDATA[Properties of Security Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SecurityEnablersGroup_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityEnablersGroup" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/SecurityEnablersGroup</eira:PURI> <dcterms:type>eira:SecurityEnablersGroup</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -22987,13 +22987,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SecurityEnablersGroup</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/NetworkingInfrastructureEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/NetworkingInfrastructureEnablers"> <skos:notation><![CDATA[Networking Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/NetworkingInfrastructureEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/NetworkingInfrastructureEnablers</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Networking Infrastructure Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23012,9 +23012,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/NetworkingInfrastructureEnablers -eira:ID: http://data.europa.eu/dr8/NetworkingInfrastructureEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/NetworkingInfrastructureEnablers ABB name: eira:NetworkingInfrastructureEnablers @@ -23023,23 +23023,23 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateSubnetworkCommunicationNetwork" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DomainNameTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LoadBalancerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateCommunicationNetwork" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RouterTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FirewallTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualPrivateNetworkTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/GatewayTechnologyService" /> <eira:NetworkingInfrastructureEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/NetworkingInfrastructureEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/NetworkingInfrastructureEnablers_Properties"> <skos:notation><![CDATA[Properties of Networking Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/NetworkingInfrastructureEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/NetworkingInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/NetworkingInfrastructureEnablers</eira:PURI> <dcterms:type>eira:NetworkingInfrastructureEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23052,13 +23052,13 @@ Last modification: <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/NetworkingInfrastructureEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ManagementInfrastructureEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ManagementInfrastructureEnablers"> <skos:notation><![CDATA[Management Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ManagementInfrastructureEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ManagementInfrastructureEnablers</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Management Infrastructure Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23069,28 +23069,28 @@ Example: The following implementation is an example of how this specific Archite 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ManagementInfrastructureEnablers -eira:ID: http://data.europa.eu/dr8/ManagementInfrastructureEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TelemetryTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LoggerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ManagementConsoleTechnologyService" /> <eira:ManagementInfrastructureEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ManagementInfrastructureEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ManagementInfrastructureEnablers_Properties"> <skos:notation><![CDATA[Properties of Management Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ManagementInfrastructureEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ManagementInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ManagementInfrastructureEnablers</eira:PURI> <dcterms:type>eira:ManagementInfrastructureEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23103,13 +23103,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ManagementInfrastructureEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TransationEnablersGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TransationEnablersGrouping"> <skos:notation><![CDATA[Translation Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TransationEnablersGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TransationEnablersGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Translation Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23122,9 +23122,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/TransationEnablersGrouping -eira:ID: http://data.europa.eu/dr8/TransationEnablersGrouping +eira:ID: http://data.europa.eu/dr8/6.0.0/TransationEnablersGrouping ABB name: eira:TransationEnablersGrouping @@ -23133,13 +23133,13 @@ EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> <eira:TransationEnablersGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TransationEnablersGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TransationEnablersGrouping_Properties"> <skos:notation><![CDATA[Properties of Translation Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TransationEnablersGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TransationEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/TransationEnablersGrouping</eira:PURI> <dcterms:type>eira:TransationEnablersGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23153,13 +23153,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TransationEnablersGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceEnablersGrouping"> <skos:notation><![CDATA[Digital Workplace Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceEnablersGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digital Workplace Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23174,26 +23174,26 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceEnablersGrouping -eira:ID: http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationService" /> <eira:DigitalWorkplaceEnablersGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceEnablersGrouping_Properties"> <skos:notation><![CDATA[Properties of Digital Workplace Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceEnablersGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceEnablersGrouping</eira:PURI> <dcterms:type>eira:DigitalWorkplaceEnablersGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23207,13 +23207,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceEnablersGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyEnablersGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivacyEnablersGrouping"> <skos:notation><![CDATA[Privacy Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivacyEnablersGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PrivacyEnablersGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Privacy Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23228,23 +23228,23 @@ 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 +eira:ID: http://data.europa.eu/dr8/6.0.0/PrivacyEnablersGrouping ABB name: eira:PrivacyEnablersGrouping EIRA concept: eira:ArchitectureBuildingBlock -eiraPURI: http://data.europa.eu/dr8/PrivacyEnablersGrouping +eiraPURI: http://data.europa.eu/dr8/6.0.0/PrivacyEnablersGrouping ]]></skos:definition> <eira:PrivacyEnablersGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/PrivacyEnablersGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/PrivacyEnablersGrouping_Properties"> <skos:notation><![CDATA[Properties of Privacy Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/PrivacyEnablersGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyEnablersGrouping" /> <dcterms:type>eira:PrivacyEnablersGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23255,17 +23255,17 @@ eiraPURI: http://data.europa.eu/dr8/PrivacyEnablersGrouping <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/PrivacyEnablersGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ComputingInfrastructureEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ComputingInfrastructureEnablers"> <skos:notation><![CDATA[Computing Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ComputingInfrastructureEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ComputingInfrastructureEnablers</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Computing Infrastructure Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23284,9 +23284,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ComputingInfrastructureEnablers -eira:ID: http://data.europa.eu/dr8/ComputingInfrastructureEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/ComputingInfrastructureEnablers ABB name: eira:ComputingInfrastructureEnablers @@ -23295,17 +23295,17 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ServerNode" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualMachineNode" /> <eira:ComputingInfrastructureEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ComputingInfrastructureEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ComputingInfrastructureEnablers_Properties"> <skos:notation><![CDATA[Properties of Computing Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ComputingInfrastructureEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ComputingInfrastructureEnablers</eira:PURI> <dcterms:type>eira:ComputingInfrastructureEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23318,63 +23318,63 @@ Last modification: <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ComputingInfrastructureEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticFunctionalContentGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SemanticFunctionalContentGrouping"> <skos:notation><![CDATA[Semantic Functional content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SemanticFunctionalContentGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SemanticFunctionalContentGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Semantic Functional content]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 +Identifier: http://data.europa.eu/dr8/6.0.0/SemanticFunctionalContentGrouping -eira:ID: http://data.europa.eu/dr8/SemanticFunctionalContentGrouping +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OntologyDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OntologiesCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenDataRepresentation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataFormatDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MasterDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataModelDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataRepresentation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedDataRepresentation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/HashCodeDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedDataEventStreamRepresentation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SoftwareComponentsCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FormsStructureDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BaseRegistryDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualDatasetDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedOpenDataRepresentation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ReferenceDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeRepresentation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DistributedLedgerDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ControlledVocabularyDataObject" /> <eira:SemanticFunctionalContentGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticFunctionalContentGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SemanticFunctionalContentGrouping_Properties"> <skos:notation><![CDATA[Properties of Semantic Functional content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SemanticFunctionalContentGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticFunctionalContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/SemanticFunctionalContentGrouping</eira:PURI> <dcterms:type>eira:SemanticFunctionalContentGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23386,33 +23386,33 @@ ABB name: eira:SemanticFunctionalContentGrouping <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SemanticFunctionalContentGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyInteroperabilityEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablers"> <skos:notation><![CDATA[Key Interoperability Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablers</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Key Interoperability Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyGovernanceIoPEnablersAssessment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyStructuralIopEnablersAssessment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyBehaviouralIopEnablersAssessment" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityRequirement" /> <eira:KeyInteroperabilityEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KeyInteroperabilityEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablers_Properties"> <skos:notation><![CDATA[Properties of Key Interoperability Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KeyInteroperabilityEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablers</eira:PURI> <dcterms:type>eira:KeyInteroperabilityEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23427,13 +23427,13 @@ ABB name: eira:SemanticFunctionalContentGrouping <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataManagementEnablersGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataManagementEnablersGrouping"> <skos:notation><![CDATA[Data Management Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataManagementEnablersGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataManagementEnablersGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Management Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23448,32 +23448,32 @@ 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 +eira:ID: http://data.europa.eu/dr8/6.0.0/DataManagementEnablersGrouping ABB name: eira:DataManagementEnablersGrouping EIRA concept: eira:ArchitectureBuildingBlock -eiraPURI: http://data.europa.eu/dr8/DataManagementEnablersGrouping +eiraPURI: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPersistenceApplicationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationService" /> <eira:DataManagementEnablersGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataManagementEnablersGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataManagementEnablersGrouping_Properties"> <skos:notation><![CDATA[Properties of Data Management Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataManagementEnablersGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementEnablersGrouping" /> <dcterms:type>eira:DataManagementEnablersGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23484,17 +23484,17 @@ eiraPURI: http://data.europa.eu/dr8/DataManagementEnablersGrouping <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataManagementEnablersGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataLakeInfrsatructureEnablers"> <skos:notation><![CDATA[Data Lake Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23507,25 +23507,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataLakeInfrsatructureEnablers -eira:ID: http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/DataLakeInfrsatructureEnablers ABB name: eira:DataLakeInfrsatructureEnablers EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/DataLakeStorageTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataLakeStorageTechnologyService" /> <eira:DataLakeInfrsatructureEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataLakeInfrsatructureEnablers_Properties"> <skos:notation><![CDATA[Properties of Data Lake Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataLakeInfrsatructureEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataLakeInfrsatructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataLakeInfrsatructureEnablers</eira:PURI> <dcterms:type>eira:DataLakeInfrsatructureEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23538,13 +23538,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataLakeInfrsatructureEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/UserExperienceManagementEnablersGrouping"> <skos:notation><![CDATA[User Experience Management Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23557,25 +23557,25 @@ 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 +eira:ID: http://data.europa.eu/dr8/6.0.0/UserExperienceManagementEnablersGrouping ABB name: eira:UserExperienceManagementEnablersGrouping EIRA concept: eira:ArchitectureBuildingBlock -eiraPURI: http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping +eiraPURI: http://data.europa.eu/dr8/6.0.0/UserExperienceManagementEnablersGrouping ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationComponent" /> - <skos:related rdf:resource="http://data.europa.eu/dr8/PublicAdministrationSingleWindowApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationService" /> <eira:UserExperienceManagementEnablersGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/UserExperienceManagementEnablersGrouping_Properties"> <skos:notation><![CDATA[Properties of User Experience Management Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/UserExperienceManagementEnablersGrouping" /> <dcterms:type>eira:UserExperienceManagementEnablersGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23586,17 +23586,17 @@ eiraPURI: http://data.europa.eu/dr8/UserExperienceManagementEnablersGrouping <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/UserExperienceManagementEnablersGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AnalyticsInfrastructureEnablers"> <skos:notation><![CDATA[Analytics Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AnalyticsInfrastructureEnablers</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Analytics Infrastructure Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23609,28 +23609,28 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/AnalyticsInfrastructureEnablers -eira:ID: http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DatabricksTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataCatalogTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticsTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessInteligenceTechnologyService" /> <eira:AnalyticsInfrastructureEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AnalyticsInfrastructureEnablers_Properties"> <skos:notation><![CDATA[Properties of Analytics Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsInfrastructureEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticsInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/AnalyticsInfrastructureEnablers</eira:PURI> <dcterms:type>eira:AnalyticsInfrastructureEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23644,13 +23644,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AnalyticsInfrastructureEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/APIEnablersGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/APIEnablersGrouping"> <skos:notation><![CDATA[API Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/APIEnablersGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/APIEnablersGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[API Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23663,27 +23663,27 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/APIEnablersGrouping -eira:ID: http://data.europa.eu/dr8/APIEnablersGrouping +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/WebServiceApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APIApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceRegistryDataObject" /> <eira:APIEnablersGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/APIEnablersGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/APIEnablersGrouping_Properties"> <skos:notation><![CDATA[Properties of API Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/APIEnablersGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APIEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/APIEnablersGrouping</eira:PURI> <dcterms:type>eira:APIEnablersGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23697,13 +23697,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/APIEnablersGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustEnablersGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TrustEnablersGrouping"> <skos:notation><![CDATA[Trust Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TrustEnablersGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TrustEnablersGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Trust Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23714,26 +23714,26 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/TrustEnablersGrouping -eira:ID: http://data.europa.eu/dr8/TrustEnablersGrouping +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainEnablersGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IntegrityVerificationApplicationService" /> <eira:TrustEnablersGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustEnablersGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TrustEnablersGrouping_Properties"> <skos:notation><![CDATA[Properties of Trust Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TrustEnablersGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TrustEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/TrustEnablersGrouping</eira:PURI> <dcterms:type>eira:TrustEnablersGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23747,13 +23747,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TrustEnablersGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustInfrastructureEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TrustInfrastructureEnablers"> <skos:notation><![CDATA[Trust Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TrustInfrastructureEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TrustInfrastructureEnablers</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Trust Infrastructure Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23772,9 +23772,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/TrustInfrastructureEnablers -eira:ID: http://data.europa.eu/dr8/TrustInfrastructureEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/TrustInfrastructureEnablers ABB name: eira:TrustInfrastructureEnablers @@ -23783,16 +23783,16 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/PKICertificateManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PKICertificateManagerTechnologyService" /> <eira:TrustInfrastructureEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TrustInfrastructureEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TrustInfrastructureEnablers_Properties"> <skos:notation><![CDATA[Properties of Trust Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TrustInfrastructureEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TrustInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/TrustInfrastructureEnablers</eira:PURI> <dcterms:type>eira:TrustInfrastructureEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23805,13 +23805,13 @@ Last modification: <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TrustInfrastructureEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainEnablersGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BlockchainEnablersGrouping"> <skos:notation><![CDATA[Blockchain Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BlockchainEnablersGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BlockchainEnablersGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Blockchain Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23824,26 +23824,26 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/BlockchainEnablersGrouping ABB name: eira:BlockchainEnablersGrouping EIRA concept: eira:ArchitectureBuildingBlock -eira:PID: http://data.europa.eu/dr8/BlockchainEnablersGrouping +eira:PID: http://data.europa.eu/dr8/6.0.0/BlockchainEnablersGrouping ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/BlockchainApplicationComponent" /> - <skos:related rdf:resource="http://data.europa.eu/dr8/BlockchainApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainApplicationService" /> <eira:BlockchainEnablersGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainEnablersGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BlockchainEnablersGrouping_Properties"> <skos:notation><![CDATA[Properties of Blockchain Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BlockchainEnablersGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/BlockchainEnablersGrouping</eira:PURI> <dcterms:type>eira:BlockchainEnablersGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23856,13 +23856,13 @@ eira:PID: http://data.europa.eu/dr8/BlockchainEnablersGrouping <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BlockchainEnablersGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IdentityAndAccessInfrastructureEnablers"> <skos:notation><![CDATA[Identity and Access Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23875,28 +23875,28 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/IdentityAndAccessInfrastructureEnablers -eira:ID: http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentityProviderTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FederatedIdentityProviderTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ActiveDirectoryTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LightweightDirectoryAccessTechnologyService" /> <eira:IdentityAndAccessInfrastructureEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentityAndAccessInfrastructureEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentityAndAccessInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/IdentityAndAccessInfrastructureEnablers</eira:PURI> <dcterms:type>eira:IdentityAndAccessInfrastructureEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23909,13 +23909,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/IdentityAndAccessInfrastructureEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceEnablersGrouping"> <skos:notation><![CDATA[Artificial Intelligence Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceEnablersGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Artificial Intelligence Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23928,25 +23928,25 @@ 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 +eira:ID: http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceEnablersGrouping ABB name: eira:ArtificialIntelligenceEnablersGrouping EIRA concept: eira:ArchitectureBuildingBlock -eiraPURI: http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping +eiraPURI: http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceEnablersGrouping ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationService" /> - <skos:related rdf:resource="http://data.europa.eu/dr8/ArtificialIntelligenceApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationComponent" /> <eira:ArtificialIntelligenceEnablersGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceEnablersGrouping_Properties"> <skos:notation><![CDATA[Properties of Artificial Intelligence Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceEnablersGrouping" /> <dcterms:type>eira:ArtificialIntelligenceEnablersGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -23957,16 +23957,16 @@ eiraPURI: http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceEnablersGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangeEnablersGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataExchangeEnablersGrouping"> <skos:notation><![CDATA[Data Exchange Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeEnablersGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataExchangeEnablersGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Exchange Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -23981,26 +23981,26 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataExchangeEnablersGrouping -eira:ID: http://data.europa.eu/dr8/DataExchangeEnablersGrouping +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationComponent" /> <eira:DataExchangeEnablersGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataExchangeEnablersGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataExchangeEnablersGrouping_Properties"> <skos:notation><![CDATA[Properties of Data Exchange Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataExchangeEnablersGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataExchangeEnablersGrouping</eira:PURI> <dcterms:type>eira:DataExchangeEnablersGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -24014,13 +24014,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataExchangeEnablersGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticsEnablersGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AnalyticsEnablersGrouping"> <skos:notation><![CDATA[Analytics Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsEnablersGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AnalyticsEnablersGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Analytics Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -24035,23 +24035,23 @@ 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 +eira:ID: http://data.europa.eu/dr8/6.0.0/AnalyticsEnablersGrouping ABB name: eira:AnalyticsEnablersGrouping EIRA concept: eira:ArchitectureBuildingBlock -eiraPURI: http://data.europa.eu/dr8/AnalyticsEnablersGrouping +eiraPURI: http://data.europa.eu/dr8/6.0.0/AnalyticsEnablersGrouping ]]></skos:definition> <eira:AnalyticsEnablersGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/AnalyticsEnablersGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/AnalyticsEnablersGrouping_Properties"> <skos:notation><![CDATA[Properties of Analytics Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/AnalyticsEnablersGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticsEnablersGrouping" /> <dcterms:type>eira:AnalyticsEnablersGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -24062,17 +24062,17 @@ eiraPURI: http://data.europa.eu/dr8/AnalyticsEnablersGrouping <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/AnalyticsEnablersGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryEnablers"> <skos:notation><![CDATA[Knowledge Discovery Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryEnablers</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Knowledge Discovery Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -24087,25 +24087,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryEnablers -eira:ID: http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryEnablers ABB name: eira:KnowledgeDiscoveryEnablers EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/KnowledgeTriplestore" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeTriplestore" /> <eira:KnowledgeDiscoveryEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryEnablers_Properties"> <skos:notation><![CDATA[Properties of Knowledge Discovery Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/KnowledgeDiscoveryEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryEnablers</eira:PURI> <dcterms:type>eira:KnowledgeDiscoveryEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -24119,13 +24119,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedKnowledgeContentGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping"> <skos:notation><![CDATA[Shared Knowledge Content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SharedKnowledgeContentGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Shared Knowledge Content]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -24142,7 +24142,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping eira:ID: ABB366 @@ -24153,24 +24153,24 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticGovernanceContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticFunctionalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OntologiesCatalogueDataObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveSemanticInteroperabilityGoal" /> <eira:SharedKnowledgeContentGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedKnowledgeContentGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping_Properties"> <skos:notation><![CDATA[Properties of Shared Knowledge Content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SharedKnowledgeContentGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -24188,13 +24188,13 @@ Last modification: 2022-16-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceEnablersGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSpaceEnablersGrouping"> <skos:notation><![CDATA[Dataspace Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceEnablersGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSpaceEnablersGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Dataspace Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -24207,28 +24207,28 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DataSpaceEnablersGrouping -eira:ID: http://data.europa.eu/dr8/DataSpaceEnablersGrouping +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorProviderApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorConsumerApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceApplicationService" /> <eira:DataSpaceEnablersGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DataSpaceEnablersGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DataSpaceEnablersGrouping_Properties"> <skos:notation><![CDATA[Properties of Dataspace Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DataSpaceEnablersGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DataSpaceEnablersGrouping</eira:PURI> <dcterms:type>eira:DataSpaceEnablersGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -24242,13 +24242,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DataSpaceEnablersGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TestEnablersGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TestEnablersGrouping"> <skos:notation><![CDATA[Test Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TestEnablersGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TestEnablersGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Test Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -24263,27 +24263,27 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/TestEnablersGrouping -eira:ID: http://data.europa.eu/dr8/TestEnablersGrouping +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestScenarioBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationService" /> <eira:TestEnablersGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TestEnablersGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TestEnablersGrouping_Properties"> <skos:notation><![CDATA[Properties of Test Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TestEnablersGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TestEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/TestEnablersGrouping</eira:PURI> <dcterms:type>eira:TestEnablersGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -24297,13 +24297,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TestEnablersGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ApplicationIntegrationInfrastructureEnablers"> <skos:notation><![CDATA[Application Integration Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -24316,31 +24316,31 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ApplicationIntegrationInfrastructureEnablers -eira:ID: http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EnterpriseServiceBusTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EventManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/GraphQLServerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APIGatewayTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APIManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ServerlessOrchestratorTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationServerTechnologyService" /> <eira:ApplicationIntegrationInfrastructureEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ApplicationIntegrationInfrastructureEnablers_Properties"> <skos:notation><![CDATA[Properties of Application Integration Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ApplicationIntegrationInfrastructureEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationIntegrationInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ApplicationIntegrationInfrastructureEnablers</eira:PURI> <dcterms:type>eira:ApplicationIntegrationInfrastructureEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -24354,39 +24354,39 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ApplicationIntegrationInfrastructureEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping"> <skos:notation><![CDATA[Technical Governance content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Technical Governance content]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 +Identifier: http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping -eira:ID: http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceLevelAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInfrastructureFunctionalContentGrouping" /> <eira:TechnicalGovernanceContentGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping_Properties"> <skos:notation><![CDATA[Properties of Technical Governance content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnicalGovernanceContentGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping</eira:PURI> <dcterms:type>eira:TechnicalGovernanceContentGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -24401,13 +24401,13 @@ ABB name: eira:TechnicalGovernanceContentGrouping <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping"> <skos:notation><![CDATA[Shared Organisational Content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SharedOrganisationalContentGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Shared Organisational Content]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -24424,7 +24424,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping eira:ID: ABB358 @@ -24435,19 +24435,19 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceCatalogueBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveOrganisationalInteroperabilityGoal" /> <eira:SharedOrganisationalContentGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedOrganisationalContentGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping_Properties"> <skos:notation><![CDATA[Properties of Shared Organisational Content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SharedOrganisationalContentGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping</eira:PURI> <dcterms:type>eira:SharedOrganisationalContentGrouping</dcterms:type> <dcterms:modified>2022-01-17</dcterms:modified> <eira:synonym></eira:synonym> @@ -24467,13 +24467,13 @@ Last modification: 2022-17-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceInfrastructureEnablers"> <skos:notation><![CDATA[Artificial Intelligence Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -24486,25 +24486,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceInfrastructureEnablers -eira:ID: http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceInfrastructureEnablers ABB name: eira:ArtificialIntelligenceInfrastructureEnablers EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/MachineLearningTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineLearningTechnologyService" /> <eira:ArtificialIntelligenceInfrastructureEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceInfrastructureEnablers_Properties"> <skos:notation><![CDATA[Properties of Artificial Intelligence Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ArtificialIntelligenceInfrastructureEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceInfrastructureEnablers</eira:PURI> <dcterms:type>eira:ArtificialIntelligenceInfrastructureEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -24517,13 +24517,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceInfrastructureEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ScheduleManagementEnablersGrouping"> <skos:notation><![CDATA[Schedule Management Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ScheduleManagementEnablersGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Schedule Management Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -24538,27 +24538,27 @@ 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 +eira:ID: http://data.europa.eu/dr8/6.0.0/ScheduleManagementEnablersGrouping ABB name: eira:ScheduleManagementEnablersGrouping EIRA concept: eira:ArchitectureBuildingBlock -eiraPURI: http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping +eiraPURI: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationComponent" /> <eira:ScheduleManagementEnablersGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ScheduleManagementEnablersGrouping_Properties"> <skos:notation><![CDATA[Properties of Schedule Management Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementEnablersGrouping" /> <dcterms:type>eira:ScheduleManagementEnablersGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -24569,48 +24569,48 @@ eiraPURI: http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping <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:PURI>http://data.europa.eu/dr8/6.0.0/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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ScheduleManagementEnablersGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticGovernanceContentGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SemanticGovernanceContentGrouping"> <skos:notation><![CDATA[Semantic Governance content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SemanticGovernanceContentGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SemanticGovernanceContentGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Semantic Governance content]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 +Identifier: http://data.europa.eu/dr8/6.0.0/SemanticGovernanceContentGrouping -eira:ID: http://data.europa.eu/dr8/SemanticGovernanceContentGrouping +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/MasterDataPolicyBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenDataPolicyBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPortabilityPolicyBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityPolicyBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyPolicyBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticFunctionalContentGrouping" /> <eira:SemanticGovernanceContentGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SemanticGovernanceContentGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SemanticGovernanceContentGrouping_Properties"> <skos:notation><![CDATA[Properties of Semantic Governance content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SemanticGovernanceContentGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticGovernanceContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/SemanticGovernanceContentGrouping</eira:PURI> <dcterms:type>eira:SemanticGovernanceContentGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -24624,13 +24624,13 @@ ABB name: eira:SemanticGovernanceContentGrouping <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SemanticGovernanceContentGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainInfrastructureEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BlockchainInfrastructureEnablers"> <skos:notation><![CDATA[Blockchain Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BlockchainInfrastructureEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BlockchainInfrastructureEnablers</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Blockchain Infrastructure Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -24649,9 +24649,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/BlockchainInfrastructureEnablers -eira:ID: http://data.europa.eu/dr8/BlockchainInfrastructureEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/BlockchainInfrastructureEnablers ABB name: eira:BlockchainInfrastructureEnablers @@ -24660,18 +24660,18 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainLedgerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/InmutableDatabaseManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DistributedBlockchainNetworkTechnologyService" /> <eira:BlockchainInfrastructureEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/BlockchainInfrastructureEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/BlockchainInfrastructureEnablers_Properties"> <skos:notation><![CDATA[Properties of Blockchain Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/BlockchainInfrastructureEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/BlockchainInfrastructureEnablers</eira:PURI> <dcterms:type>eira:BlockchainInfrastructureEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -24684,13 +24684,13 @@ Last modification: <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/BlockchainInfrastructureEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedApplicationContentGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping"> <skos:notation><![CDATA[Shared Application Content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SharedApplicationContentGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Shared Application Content]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -24701,9 +24701,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping -eira:ID: http://data.europa.eu/dr8/SharedApplicationContentGrouping +eira:ID: http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping ABB name: eira:SharedApplicationContentGrouping @@ -24712,25 +24712,25 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/UXManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SoftwareComponentDiscoveryandCatalogueApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APIApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/APIDiscoveryandCatalogueApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DiscoveryandRegistryServiceApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveTechnicalInteroperabilityGoal" /> <eira:SharedApplicationContentGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedApplicationContentGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping_Properties"> <skos:notation><![CDATA[Properties of Shared Application Content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SharedApplicationContentGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -24748,13 +24748,13 @@ Last modification: 2022-15-02 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IdentificationAndAccessEnablersGrouping"> <skos:notation><![CDATA[Identification and Access Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -24769,33 +24769,33 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/IdentificationAndAccessEnablersGrouping -eira:ID: http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentificationApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentityMangementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RequestValidationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AccountingApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthorisationApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RegistrationApplicationService" /> <eira:IdentificationAndAccessEnablersGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/IdentificationAndAccessEnablersGrouping_Properties"> <skos:notation><![CDATA[Properties of Identification and Access Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/IdentificationAndAccessEnablersGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentificationAndAccessEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/IdentificationAndAccessEnablersGrouping</eira:PURI> <dcterms:type>eira:IdentificationAndAccessEnablersGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -24809,13 +24809,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/IdentificationAndAccessEnablersGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainerInfrastructureEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContainerInfrastructureEnablers"> <skos:notation><![CDATA[Containers Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContainerInfrastructureEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ContainerInfrastructureEnablers</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Containers Infrastructure Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -24834,9 +24834,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ContainerInfrastructureEnablers -eira:ID: http://data.europa.eu/dr8/ContainerInfrastructureEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/ContainerInfrastructureEnablers ABB name: eira:ContainerInfrastructureEnablers @@ -24845,19 +24845,19 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainersOrchestratorTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainersManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainerRegistryTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainerSystemSoftware" /> <eira:ContainerInfrastructureEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContainerInfrastructureEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContainerInfrastructureEnablers_Properties"> <skos:notation><![CDATA[Properties of Containers Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContainerInfrastructureEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainerInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ContainerInfrastructureEnablers</eira:PURI> <dcterms:type>eira:ContainerInfrastructureEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -24870,13 +24870,13 @@ Last modification: <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ContainerInfrastructureEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/WorkflowOrchestrationInfrastructureEnablers"> <skos:notation><![CDATA[Workflow Orchestration Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -24889,25 +24889,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/WorkflowOrchestrationInfrastructureEnablers -eira:ID: http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/WorkflowOrchestrationInfrastructureEnablers ABB name: eira:WorkflowOrchestrationInfrastructureEnablers EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/BusinessProcessManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessProcessManagerTechnologyService" /> <eira:WorkflowOrchestrationInfrastructureEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/WorkflowOrchestrationInfrastructureEnablers_Properties"> <skos:notation><![CDATA[Properties of Workflow Orchestration Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/WorkflowOrchestrationInfrastructureEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/WorkflowOrchestrationInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/WorkflowOrchestrationInfrastructureEnablers</eira:PURI> <dcterms:type>eira:WorkflowOrchestrationInfrastructureEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -24920,13 +24920,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/WorkflowOrchestrationInfrastructureEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrchestrationEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrchestrationEnablers"> <skos:notation><![CDATA[Orchestration Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrchestrationEnablers</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Orchestration Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -24939,26 +24939,26 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/OrchestrationEnablers -eira:ID: http://data.europa.eu/dr8/OrchestrationEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationComponent" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationService" /> <eira:OrchestrationEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/OrchestrationEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/OrchestrationEnablers_Properties"> <skos:notation><![CDATA[Properties of Orchestration Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/OrchestrationEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OrchestrationEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/OrchestrationEnablers</eira:PURI> <dcterms:type>eira:OrchestrationEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -24972,13 +24972,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/OrchestrationEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedLegalContentGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping"> <skos:notation><![CDATA[Shared Legal Content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SharedLegalContentGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Shared Legal Content]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -24997,7 +24997,7 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping eira:ID: ABB357 @@ -25008,23 +25008,23 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationCatalogueBusinessObject" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveLegalInteroperabilityGoal" /> <eira:SharedLegalContentGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedLegalContentGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping_Properties"> <skos:notation><![CDATA[Properties of Shared Legal Content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SharedLegalContentGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping</eira:PURI> <dcterms:type>eira:SharedLegalContentGrouping</dcterms:type> <dcterms:modified>2023-10-1</dcterms:modified> <eira:synonym>ABC</eira:synonym> @@ -25044,13 +25044,13 @@ Last modification: 2023-10-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping"> <skos:notation><![CDATA[Shared Infrastructure Content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SharedInfrastructureContentGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Shared Infrastructure Content]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -25061,9 +25061,9 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping -eira:ID: http://data.europa.eu/dr8/SharedInfrastructureContentGrouping +eira:ID: http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping ABB name: eira:SharedInfrastructureContentGrouping @@ -25072,21 +25072,21 @@ 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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnologyTechnologyInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInfrastructureFunctionalContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveTechnicalInteroperabilityGoal" /> <eira:SharedInfrastructureContentGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/SharedInfrastructureContentGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping_Properties"> <skos:notation><![CDATA[Properties of Shared Infrastructure Content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/SharedInfrastructureContentGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping</eira:PURI> <dcterms:type>eira:SharedInfrastructureContentGrouping</dcterms:type> <dcterms:modified>2022-01-31</dcterms:modified> <eira:synonym></eira:synonym> @@ -25104,13 +25104,13 @@ Last modification: 2022-31-01 <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContentDeliveryInfrastructureEnablers"> <skos:notation><![CDATA[Content Delivery Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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. @@ -25121,26 +25121,26 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ContentDeliveryInfrastructureEnablers -eira:ID: http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/StreamingServerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/WebServerTechnologyService" /> <eira:ContentDeliveryInfrastructureEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ContentDeliveryInfrastructureEnablers_Properties"> <skos:notation><![CDATA[Properties of Content Delivery Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ContentDeliveryInfrastructureEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentDeliveryInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ContentDeliveryInfrastructureEnablers</eira:PURI> <dcterms:type>eira:ContentDeliveryInfrastructureEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -25154,13 +25154,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ContentDeliveryInfrastructureEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabaseInfrastructureEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DatabaseInfrastructureEnablers"> <skos:notation><![CDATA[Database Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DatabaseInfrastructureEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DatabaseInfrastructureEnablers</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Database Infrastructure Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -25173,29 +25173,29 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DatabaseInfrastructureEnablers -eira:ID: http://data.europa.eu/dr8/DatabaseInfrastructureEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/NoSQLDatabaseManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/Object-OrientedDatabaseManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/GraphDatabaseManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DatabaseCacheManagerTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RelationalDatabaseManagerTechnologyService" /> <eira:DatabaseInfrastructureEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DatabaseInfrastructureEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DatabaseInfrastructureEnablers_Properties"> <skos:notation><![CDATA[Properties of Database Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DatabaseInfrastructureEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DatabaseInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DatabaseInfrastructureEnablers</eira:PURI> <dcterms:type>eira:DatabaseInfrastructureEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -25208,13 +25208,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DatabaseInfrastructureEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ApplicationPresentationEnablersGrouping"> <skos:notation><![CDATA[Application Presentation Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ApplicationPresentationEnablersGrouping</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Application Presentation Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -25227,26 +25227,26 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/ApplicationPresentationEnablersGrouping -eira:ID: http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface" /> <eira:ApplicationPresentationEnablersGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/ApplicationPresentationEnablersGrouping_Properties"> <skos:notation><![CDATA[Properties of Application Presentation Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/ApplicationPresentationEnablersGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationPresentationEnablersGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/ApplicationPresentationEnablersGrouping</eira:PURI> <dcterms:type>eira:ApplicationPresentationEnablersGrouping</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -25261,24 +25261,24 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/ApplicationPresentationEnablersGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnicalInfrastructureFunctionalContentGrouping"> <skos:notation><![CDATA[Technical Infrastructure Functional content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <skos:definition xml:lang="en"><![CDATA[]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/FacilityLocation" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FacilityLocation" /> <eira:TechnicalInfrastructureFunctionalContentGrouping_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/TechnicalInfrastructureFunctionalContentGrouping_Properties"> <skos:notation><![CDATA[Properties of Technical Infrastructure Functional content]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/TechnicalInfrastructureFunctionalContentGrouping_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInfrastructureFunctionalContentGrouping" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/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> @@ -25291,13 +25291,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/TechnicalInfrastructureFunctionalContentGrouping</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceInfrastructureEnablers"> <skos:notation><![CDATA[Digital Workplace Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -25310,25 +25310,25 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceInfrastructureEnablers -eira:ID: http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceInfrastructureEnablers ABB name: eira:DigitalWorkplaceInfrastructureEnablers EIRA concept: eira:ArchitectureBuildingBlock ]]></skos:definition> - <skos:related rdf:resource="http://data.europa.eu/dr8/RemoteDesktopTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/RemoteDesktopTechnologyService" /> <eira:DigitalWorkplaceInfrastructureEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceInfrastructureEnablers_Properties"> <skos:notation><![CDATA[Properties of Digital Workplace Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/DigitalWorkplaceInfrastructureEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceInfrastructureEnablers</eira:PURI> <dcterms:type>eira:DigitalWorkplaceInfrastructureEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -25341,13 +25341,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceInfrastructureEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/StorageInfrastructureEnablers"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/StorageInfrastructureEnablers"> <skos:notation><![CDATA[Storage Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/StorageInfrastructureEnablers</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/StorageInfrastructureEnablers</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Storage Infrastructure Enablers]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -25360,28 +25360,28 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/StorageInfrastructureEnablers -eira:ID: http://data.europa.eu/dr8/StorageInfrastructureEnablers +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BackupTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockStorageTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/DistributedFileSystemTechnologyService" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FileStorageTechnologyService" /> <eira:StorageInfrastructureEnablers_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/StorageInfrastructureEnablers_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/StorageInfrastructureEnablers_Properties"> <skos:notation><![CDATA[Properties of Storage Infrastructure Enablers]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/StorageInfrastructureEnablers_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/StorageInfrastructureEnablers" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/StorageInfrastructureEnablers</eira:PURI> <dcterms:type>eira:StorageInfrastructureEnablers</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -25394,13 +25394,13 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/StorageInfrastructureEnablers</dcterms:identifier> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FacilityLocation"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FacilityLocation"> <skos:notation><![CDATA[Facility Location]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FacilityLocation</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FacilityLocation</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Facility Location]]></skos:prefLabel> - <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> <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 @@ -25411,30 +25411,30 @@ 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 +Identifier: http://data.europa.eu/dr8/6.0.0/FacilityLocation -eira:ID: http://data.europa.eu/dr8/FacilityLocation +eira:ID: http://data.europa.eu/dr8/6.0.0/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" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/CloudComputingFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/HybridCloudProviderFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/EdgeComputingTechnologyCollaboration" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateCloudFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicCloudComputingFacility" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/OnPremiseFacility" /> <eira:FacilityLocation_Properties /> </skos:Concept> - <skos:Concept rdf:about="http://data.europa.eu/dr8/FacilityLocation_Properties"> + <skos:Concept rdf:about="http://data.europa.eu/dr8/6.0.0/FacilityLocation_Properties"> <skos:notation><![CDATA[Properties of Facility Location]]></skos:notation> - <dcterms:identifier>http://data.europa.eu/dr8/FacilityLocation_Properties</dcterms:identifier> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/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> + <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8/6.0.0" /> + <skos:related rdf:resource="http://data.europa.eu/dr8/6.0.0/FacilityLocation" /> + <eira:PURI>http://data.europa.eu/dr8/6.0.0/FacilityLocation</eira:PURI> <dcterms:type>eira:FacilityLocation</dcterms:type> <dcterms:modified>2023-05-25</dcterms:modified> <eira:synonym></eira:synonym> @@ -25446,815 +25446,815 @@ EIRA concept: eira:ArchitectureBuildingBlock <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> + <dcterms:identifier>http://data.europa.eu/dr8/6.0.0/FacilityLocation</dcterms:identifier> </skos:Concept> - <skos:Collection rdf:about="http://data.europa.eu/dr8/view/SemanticView"> + <skos:Collection rdf:about="http://data.europa.eu/dr8/6.0.0/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:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenDataPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPortabilityPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MasterDataPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecificationContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedOpenDataRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedDataRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LinkedDataEventStreamRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenDataRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BaseRegistryDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MasterDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ControlledVocabularyDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataFormatDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OntologiesCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/FormsStructureDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataModelDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ReferenceDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualDatasetDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DistributedLedgerDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OntologyDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/HashCodeDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SoftwareComponentsCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLibraryofArchitecturePrinciplesPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticFunctionalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticGovernanceContentGrouping"/> </skos:Collection> - <skos:Collection rdf:about="http://data.europa.eu/dr8/view/TechnicalView-Infrastructure"> + <skos:Collection rdf:about="http://data.europa.eu/dr8/6.0.0/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="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceLevelAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecificationContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateSubnetworkCommunicationNetwork"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/CloudPrivateCommunicationNetwork"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateCommunicationNetwork"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicCommunicationNetwork"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LocalAreaCommunicationNetwork"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurePublicCommunicationNetwork"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SensorDevice"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/RemoteDesktopClientDevice"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DesktopComputerDevice"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SmartDevice"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalNetworkInfrastructureEquipment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalCommunicationInfrastructureEquipment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalPowerSupplyInfrastructureEquipment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalSecurityInfrastructureEquipment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PhysicalComputingInfrastructureEquipment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/HybridCloudProviderFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/HostingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OnPremiseFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateCloudFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicCloudComputingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ExternalFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/CloudComputingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ServerNode"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualMachineNode"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainerSystemSoftware"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EdgeComputingTechnologyCollaboration"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnologyTechnologyInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainersOrchestratorTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineLearningTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LoggerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainersManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/NoSQLDatabaseManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/RouterTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Object-OrientedDatabaseManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DistributedFileSystemTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DatabaseCacheManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/RemoteDesktopTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TelemetryTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainerRegistryTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/IaaSTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessProcessManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ActiveDirectoryTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/FirewallTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataLakeStorageTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EventManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LoadBalancerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessInteligenceTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/StreamingServerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticsTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/GraphQLServerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainLedgerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PaaSTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataCatalogTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/FederatedIdentityProviderTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualPrivateNetworkTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/RelationalDatabaseManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationServerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LightweightDirectoryAccessTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ManagementConsoleTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PKICertificateManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/GatewayTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/WebServerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DatabricksTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SaasTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/APIManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ExternalTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BackupTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DomainNameTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockStorageTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DistributedBlockchainNetworkTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ServerlessOrchestratorTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/FileStorageTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/GraphDatabaseManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InmutableDatabaseManagerTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentityProviderTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/APIGatewayTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EnterpriseServiceBusTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLibraryofArchitecturePrinciplesPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/NetworkingInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ManagementInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/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:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticsInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TrustInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentityAndAccessInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationIntegrationInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ContainerInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/WorkflowOrchestrationInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentDeliveryInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DatabaseInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInfrastructureFunctionalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/StorageInfrastructureEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/FacilityLocation"/> </skos:Collection> - <skos:Collection rdf:about="http://data.europa.eu/dr8/view/TechnicalView-Application"> + <skos:Collection rdf:about="http://data.europa.eu/dr8/6.0.0/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:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestScenarioBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceLevelAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecificationContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntaxMappingCatalogueApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedPlatformApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentificationApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TrustServiceProvisioningApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/APICatalogueApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceRegistryApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/WebServiceApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/APIApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestingApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrchestrationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealCreationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AgendaManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/RequestValidationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorConsumerApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/FormsManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataVirtualizationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorProviderApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthorisationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPersistenceApplicationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/IntegrityVerificationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealPreservationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-TimestampCreationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataAnalyticsApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AccountingApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignaturePreservationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/APIDiscoveryandCatalogueApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineTranslationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/RegistrationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignatureVerificationAndValidationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationSingleWindowApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealVerificationAndValidationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-TimestampVerificationAndValidationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentityMangementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DiscoveryandRegistryServiceApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignatureCreationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceConnectorApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/RegisteredElectronicDeliveryApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceRegistryDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/APICatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeTriplestore"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLibraryofArchitecturePrinciplesPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityEnablersGroup"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TransationEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/UserExperienceManagementEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/APIEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TrustEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BlockchainEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ArtificialIntelligenceEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticsEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeDiscoveryEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSpaceEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TestEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ScheduleManagementEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentificationAndAccessEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrchestrationEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationPresentationEnablersGrouping"/> </skos:Collection> - <skos:Collection rdf:about="http://data.europa.eu/dr8/view/LegalView"> + <skos:Collection rdf:about="http://data.europa.eu/dr8/6.0.0/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:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationOnDigitalPublicServicesBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationCatalogueBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCycleBusinessProcess"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecificationContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/NationalLegalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLegalInteroperabilityAgreement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalActRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DelegationOfPowersProvisioningDigitalPublicServicesAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/GranularityOfLegalRequirementsAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyContextConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyObjectiveGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLibraryofArchitecturePrinciplesPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BindingInstrumentRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalActRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalClausesRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/NationalLegalActRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLegalActRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Non-bindingInstrumentRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping"/> </skos:Collection> - <skos:Collection rdf:about="http://data.europa.eu/dr8/view/OrganisationalView"> + <skos:Collection rdf:about="http://data.europa.eu/dr8/6.0.0/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:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalBusinessCapability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryMachineAgentBusinessActor"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryHumanAgentBusinessActor"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryModelBusinessCollaboration"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessFunction"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MobileAppBusinessInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DesktopAppBusinessInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceAppBusinessInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/WebPortalBusinessInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AdaptiveConfigurationBusinessInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceCatalogueBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityFrameworkBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityFrameworkBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalGovernancePlanBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyFrameworkBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InformationBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AgentBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryProviderBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataOwnerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryConsumerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOfTheUseOnCommonInfrastructureContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnPrivacyContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnProvisionOfDigitalPublicServicesContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnInteroperabilitySecurityContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AgreementOnDataSharingContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecificationContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServiceImplementationOrientationConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalAgendaGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategyGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLibraryofArchitecturePrinciplesPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/IndividualStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalEntityStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalisationRoadmapWorkPackage"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping"/> </skos:Collection> - <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/InteroperabilitySecurityViewpoint"> + <skos:Collection rdf:about="http://data.europa.eu/dr8/6.0.0/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:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityFrameworkBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedPlatformApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentificationApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TrustServiceProvisioningApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealCreationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/RequestValidationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/IntegrityVerificationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealPreservationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-TimestampCreationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignaturePreservationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/RegistrationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignatureVerificationAndValidationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SealVerificationAndValidationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-TimestampVerificationAndValidationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AccessManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-SignatureCreationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/RegisteredElectronicDeliveryApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/HostingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OnPremiseFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateCloudFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicCloudComputingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EifPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple"/> </skos:Collection> - <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/InteroperabilityPrivacyViewpoint"> + <skos:Collection rdf:about="http://data.europa.eu/dr8/6.0.0/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:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyFrameworkBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InformationBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryProviderBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataOwnerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryConsumerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExtractionTransformationandLoadingApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataQualityApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPublicationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/VirtualDatasetDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OntologyDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EifPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalActRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/IndividualStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessStakeholder"/> </skos:Collection> - <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/HighlevelViewpoint"> + <skos:Collection rdf:about="http://data.europa.eu/dr8/6.0.0/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="http://data.europa.eu/dr8/6.0.0/DigitalBusinessCapability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCourseOfAction"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryModelBusinessCollaboration"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InformationBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryProviderBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataOwnerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryConsumerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicBusinessService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalActRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/KnowledgeRepresentation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedPlatformApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OntologyDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/HostingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DelegationOfPowersProvisioningDigitalPublicServicesAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/GranularityOfLegalRequirementsAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServiceImplementationOrientationConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyContextConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalActRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/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:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticGovernanceContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationPresentationEnablersGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInfrastructureFunctionalContentGrouping"/> </skos:Collection> - <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/KeyInteroperabilityEnablersViewpoint"> + <skos:Collection rdf:about="http://data.europa.eu/dr8/6.0.0/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:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryBusinessInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceCatalogueBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationCatalogueBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegislationOnDataInformationAndKnowledgeExchangeBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/APIApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/UXManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/APIDiscoveryandCatalogueApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DiscoveryandRegistryServiceApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalWorkplaceApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataExchangeApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SoftwareComponentDiscoveryandCatalogueApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OntologiesCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMappingCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MetadataDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSetCatalogueDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnologyTechnologyInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ComputingHostingNetworkingandDataHostingInfrastructureTechnologyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyStructuralIopEnablersAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyGovernanceIoPEnablersAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyBehaviouralIopEnablersAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveSemanticInteroperabilityGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveLegalInteroperabilityGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveTechnicalInteroperabilityGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveOrganisationalInteroperabilityGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EifPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping"/> </skos:Collection> - <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/EIRAOntologyViewpoint"> + <skos:Collection rdf:about="http://data.europa.eu/dr8/6.0.0/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:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityDimensionBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EifInteroperabilityLevelBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecificationContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionSpecificationDataObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionArtifact"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionBuildingBlockArtifact"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionAssumptionConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServiceImplementationOrientationConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionConstraintConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyContextConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRADimensionConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EifPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanLibraryofArchitecturePrinciplesPrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Detail-LevelArchitectureBuildingBlockRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAViewpointRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablerRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAViewRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/CapabilityRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EIRAArchitectureBuildingBlockRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitectureBuildingBlockRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnablers"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ApplicationPresentationEnablersGrouping"/> </skos:Collection> - <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/InteroperableEuropeanSolutionViewpoint"> + <skos:Collection rdf:about="http://data.europa.eu/dr8/6.0.0/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:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedPlatformApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedKnowledgeContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedApplicationContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedInfrastructureContentGrouping"/> </skos:Collection> - <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/EnterpriseArchitectureFrameworkAlignmentGuidelinesViewpoint"> + <skos:Collection rdf:about="http://data.europa.eu/dr8/6.0.0/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:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalBusinessCapability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalPublicServiceDeliveryModelBusinessCollaboration"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCycleBusinessProcess"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataOwnerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DelegationOfPowersProvisioningDigitalPublicServicesAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/GranularityOfLegalRequirementsAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionAssumptionConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionConstraintConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyContextConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MeansForPublicPolicyObjectivesConvergenceAssuranceAndControlConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/CreationOfInteroperableEuropeanSolutionsDriver"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AchieveInteroperabilityGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyObjectiveGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministrationStakeholder"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DeliveryCapacityValue"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AnalyticalCapacityValue"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/CoordinationCapacityValue"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/RegulatoryCapacityValue"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedOrganisationalContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedLegalContentGrouping"/> </skos:Collection> - <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/InteroperabilityGovernanceViewpoint"> + <skos:Collection rdf:about="http://data.europa.eu/dr8/6.0.0/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:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityFrameworkBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenDataPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPortabilityPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityFrameworkBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalGovernancePlanBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MasterDataPolicyBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivacyFrameworkBusinessObject"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyCycleBusinessProcess"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataOwnerBusinessRole"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/FrameworkAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalAgreementContract"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DelegationOfPowersProvisioningDigitalPublicServicesAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServiceImplementationOrientationConstraint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalAgendaGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategyGoal"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalisationRoadmapWorkPackage"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalGovernanceContentGrouping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticGovernanceContentGrouping"/> </skos:Collection> - <skos:Collection rdf:about="http://data.europa.eu/dr8/viewpoint/RESTAPIViewpoint"> + <skos:Collection rdf:about="http://data.europa.eu/dr8/6.0.0/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:member rdf:resource="http://data.europa.eu/dr8/6.0.0/HTTPSLoadBalancerApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationMiddlewareApplicationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MachineToMachineApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/HumanApplicationInterface"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AuditApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalSolutionApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataManagementApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/E-ArchivingApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AuthenticationApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/FirewallApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/APIManagerApplicationService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicCommunicationNetwork"/> </skos:Collection> - <skos:Collection rdf:about="http://data.europa.eu/dr8/Deprecated"> + <skos:Collection rdf:about="http://data.europa.eu/dr8/6.0.0/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:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessCapability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Organisation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceAgent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Citizen"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicAdministration"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Business"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/CapacityOfExchangingBusinessInformation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ExchangeOfBusinessInformation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceDeliveryMode"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicServicesImplementationOrientation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyImplementationMandate"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalSkill"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessRule"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/FinancialResource"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceManifestation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalProcedure"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EiraView"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OperationalProcedure"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EiraArchitectureBuildingBlock"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Specification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/CharacterEncodingScheme"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/IdentifierScheme"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitectureBuildingBlock"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SyntaxEncodingScheme"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SchemaLevelMapping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilitySpecification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalSpecification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityGovernance"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ReferenceDataPolicy"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalPolicy"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SolutionSpecification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ConfigurationManagement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilitySpecification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataLevelMapping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OperationalEnabler"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilitySpecification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilitySpecification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyFormulationAndImplementationInstrument"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ImplementingGuideline"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataSyntax"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataEntity"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/KeyInteroperabilityEnabler"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ConformanceTestReport"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Solution"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperabilityStrategy"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalStructure"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceCatalogue"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyDevelopmentEnabler"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DescriptiveMetadataPolicy"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityEnabler"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BaseRegistryDataPolicy"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EiraViewpoint"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SecurityAndPrivacyPolicy"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyImplementation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataMapping"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicPolicyEvaluation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/FormulationOfPublicPolicyScenarios"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DefinitionOfPublicPolicyObjectives"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ImpactAssessment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceConsumer"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceConsumerAgent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceDeliveryAgent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicServiceProvider"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Service"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableDigitalPublicService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalAgreements-InternationalTreaties"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceDiscoveryComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AdministrationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessProcessManagementComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ConfigurationAndSolutionCartographyServiceComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessIntelligenceComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/RecordManagementComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PartnerManagementComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/CollaborationComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolution"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentManagementComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalServiceInfrastructure"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LoggingComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataWarehouseComponent"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ConfigurationAndSolutionCartographyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessReportingService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SharedPlatform"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LifecycleManagementService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InteroperableEuropeanSolutionService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ChoreographyService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BusinessAnalyticsService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AudiovisualService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceDiscoveryService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceRegistry"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MessagingService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/RecordManagementService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PartnerManagementService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LoggingService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataWarehouseService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DocumentManagementService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ContentManagementService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AdministrationAndMonitoringService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataStandard"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OpenData"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TransactionalData"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/BaseRegistryData"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataStandardCatalogue"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DescriptiveMetadata"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Network"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PrivateHostingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/HostingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicHostingFacility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/NetworkingService"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SuccessfulPublicServiceImplementationOrientation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnologyNeutrality"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnologicalNeutralityAndDataPortability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Multilingualism"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EULFCompliance"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SubsidiarityAndProportionality"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Proactiveness"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/IntegratedHorizontalUserExperience"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PublicValue"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AssessmentOfEffectivenessAndEfficiency"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EuropeanDIgitalSovereignty"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Privacy"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Innovation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/User-centricity"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/InclusionAndAccessibility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Accountability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AdministrativeSimplification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Openness"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Security"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/MarketCollaboration"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/PreservationOfInformation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Reusability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Accessibility"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ConvergenceControlOnPublicPolicyGoalsAttainment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DigitalInclusion"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/CodeOfEthicsCompliance"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ServiceOrientation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EvidenceBasedPublicPolicy"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/NewPublicManagementApproach"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/DataPortability"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SocialParticipation"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Transparency"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/AdministrativeSimplification"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OnceOnly"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/EULegislationCompliance"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ConvergenceAssuranceOnPublicPolicyGoalsAttainment"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/Trust"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/ArchitectureRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/LegalInteroperabilityRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/OrganisationalInteroperabilityRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/TechnicalInteroperabilityRequirement"/> + <skos:member rdf:resource="http://data.europa.eu/dr8/6.0.0/SemanticInteroperabilityRequirement"/> </skos:Collection> </rdf:RDF> diff --git a/resources/vocab/eGovERA.rdf b/resources/vocab/eGovERA.rdf index aaa6bdffcfce7567ca61e8479b2fd07100275eea..c6819f3983d7f8e0b873beb201b86614d16c3d0f 100644 --- a/resources/vocab/eGovERA.rdf +++ b/resources/vocab/eGovERA.rdf @@ -3451,7 +3451,7 @@ In summary, the Data Management Digital Business Capability for European IT inte <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: European Statistical System Source reference: https://joinup.ec.europa.eu/collection/statistical-enterprise-architecture/document/ess-earf-business-capabilities-model @@ -3465,7 +3465,7 @@ LOST view: Organisational view Viewpoint: Highlevel viewpoint -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. +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/DigitalBusinessCapabilityCapability @@ -4110,7 +4110,7 @@ Overall, the Data Lineage Digital Business Capability is a critical aspect of da <dcterms:identifier>http://data.europa.eu/dr8/egovera/DigitalTwinCapability</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digital Twin]]></skos:prefLabel> <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> - <skos:definition xml:lang="en"><![CDATA[Definition: Digital Twin enables the creation of a digital copy of reality, that allows to simulate and find answers in a risk free and secure environment. The coupling of the physical and digital world enables to monitor both systems, prevent issues, develop new opportunities and simulate future outcomes. It is based on three main pillars: Connectivity, Digitalization, Intelligence. + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Twin enables the creation of a digital copy of reality, that allows to simulate and find answers in a risk free and secure environment. The coupling of the physical and digital world enables to monitor both systems, prevent issues, develop new opportunities and simulate future outcomes. It is based on three main pillars: Connectivity, Digitalization, Intelligence. Source: Michael Grieves @@ -4858,7 +4858,7 @@ In summary, the eID Digital Business Capability is a comprehensive framework tha <dcterms:identifier>http://data.europa.eu/dr8/egovera/DigitalExchangeCapability</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Digital Exchange]]></skos:prefLabel> <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> - <skos:definition xml:lang="en"><![CDATA[Definition: Digital Exchange enables the transmission of digitally encoded information to profiled targets of stakeholders. + <skos:definition xml:lang="en"><![CDATA[Definition: Digital Exchange enables the transmission of digitally encoded information to profiled targets of stakeholders. Source: Fred Turner @@ -4945,7 +4945,7 @@ In summary, the Digital Exchange Digital Business Capability is a comprehensive <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: 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 @@ -5066,7 +5066,7 @@ Interoperability Layer: Organisational <dcterms:identifier>http://data.europa.eu/dr8/DigitalPublicServiceMachineAgentBusinessActor</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. + <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 @@ -5263,7 +5263,7 @@ Interoperability Dimension: Behavioral IoP 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. +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/WebAppBusinessInterface @@ -5320,7 +5320,7 @@ Interoperability Dimension: Behavioral IoP 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. +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 @@ -5377,7 +5377,7 @@ Interoperability Dimension: Behavioral IoP 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. +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 @@ -5424,7 +5424,7 @@ Interoperability Layer: Organisational <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: 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 @@ -5434,7 +5434,7 @@ Interoperability Dimension: Behavioral IoP 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. +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 @@ -5481,7 +5481,7 @@ Interoperability Layer: Organisational <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 +Source: OECD Source reference: https://www.oecd-ilibrary.org/docserver/gov_glance-2017-72-en.pdf?expires=1649771036&id=id&accname=guest&checksum=15BFD2F7E916921236CCF160605A6430 @@ -5546,7 +5546,7 @@ Interoperability Layer: Organisational <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: INSPIRED in Science Direct Source reference: https://www.sciencedirect.com/topics/engineering/adaptive-systems @@ -5613,7 +5613,7 @@ Interoperability Dimension: Behavioral IoP 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. +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/WebAppBusinessInterface @@ -5670,7 +5670,7 @@ Interoperability Dimension: Behavioral IoP 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. +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 @@ -5727,7 +5727,7 @@ Interoperability Dimension: Behavioral IoP 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. +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 @@ -5775,7 +5775,7 @@ Interoperability Layer: Organisational <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: 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 @@ -5785,7 +5785,7 @@ Interoperability Dimension: Behavioral IoP 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. +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 @@ -5832,7 +5832,7 @@ Interoperability Layer: Organisational <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: INSPIRED in Science Direct Source reference: https://www.sciencedirect.com/topics/engineering/adaptive-systems @@ -5890,7 +5890,7 @@ Interoperability Layer: Organisational <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 +Source: OECD Source reference: https://www.oecd-ilibrary.org/docserver/gov_glance-2017-72-en.pdf?expires=1649771036&id=id&accname=guest&checksum=15BFD2F7E916921236CCF160605A6430 @@ -6430,7 +6430,7 @@ In summary, a digital asset in the European IT context refers to any intangible, <dcterms:identifier>http://data.europa.eu/dr8/egovera/AvailabilityBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Availability]]></skos:prefLabel> <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> - <skos:definition xml:lang="en"><![CDATA[Definition: Availability the use of a predefined object or space and of the future demand. + <skos:definition xml:lang="en"><![CDATA[Definition: Availability the use of a predefined object or space and of the future demand. Source: Cambridge Dictionary @@ -6893,7 +6893,7 @@ In summary, within the European IT context, a credential is an element or compon <dcterms:identifier>http://data.europa.eu/dr8/egovera/TransactionBusinessObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Transaction]]></skos:prefLabel> <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> - <skos:definition xml:lang="en"><![CDATA[Definition: A transaction is an interaction of individuals/entities with outside entities, such as businesses (e.g., travel and sales records), public facilities and organizations (e.g., library loans), and Web sites (e.g., Internet usage). + <skos:definition xml:lang="en"><![CDATA[Definition: A transaction is an interaction of individuals/entities with outside entities, such as businesses (e.g., travel and sales records), public facilities and organizations (e.g., library loans), and Web sites (e.g., Internet usage). Source: OECD @@ -7015,7 +7015,7 @@ Overall, transactions are a fundamental concept in the European IT context, ensu <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. -Source: OECD +Source: OECD Source reference: https://stats.oecd.org/glossary/detail.asp?ID=4454 @@ -7240,9 +7240,9 @@ Specialises: http://data.europa.eu/dr8/DataPolicy <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: EU Open Data guide +Source: EU Open Data guide -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 +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 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. @@ -7521,7 +7521,7 @@ Overall, security measures in the European IT context are crucial for protecting <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. + <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 @@ -7823,7 +7823,7 @@ Specialises: http://data.europa.eu/dr8/DataPolicy <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: Inpired in the ISA2 and EIFv2-related works Source reference: https://ec.europa.eu/isa2/isa2_en @@ -7937,7 +7937,7 @@ Interoperability Layer: TechnicalApplication <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. + <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 @@ -8547,7 +8547,7 @@ LOST view: Organisational view Viewpoint: Interoperability Governance viewpoint -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. +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 @@ -8961,7 +8961,7 @@ Overall, the blockchain governance regarding European IT interoperability among <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. + <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 @@ -9191,7 +9191,7 @@ Realises: http://data.europa.eu/dr8/InteroperabilityFrameworkBusinessObject <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: 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/) @@ -9532,7 +9532,7 @@ Interoperability Layer: Semantic <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. + <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 @@ -9596,7 +9596,7 @@ Interoperability Layer: Semantic <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: 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/) @@ -9778,7 +9778,7 @@ Overall, the Hybrid Blockchain Governance model for European IT interoperability <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. -Source: Gartner +Source: Gartner Source reference: https://www.gartner.com/en/information-technology/glossary/security @@ -9840,7 +9840,7 @@ Interoperability Layer: Semantic <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: Inspired in the works by ISA2, and the EIF-related works Source reference: https://ec.europa.eu/isa2/isa2_en @@ -9953,7 +9953,7 @@ Interoperability Layer: Legal <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. + <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 @@ -10132,7 +10132,7 @@ In summary, data quality in the European IT context encompasses accuracy, comple <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: IATE Source reference: http://iate.europa.eu/ @@ -10195,7 +10195,7 @@ Interoperability Layer: Legal <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. + <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 @@ -10353,7 +10353,7 @@ Example: 1. Public Policy Officer at a Non-Profit Organization: In this role, th 5. Public Policy Officer in a Corporate Setting: In a corporate environment, the officer might focus on policies related to the industry in which the corporation operates. They would analyze the impact of these policies on the corporation, advise on policy compliance, and advocate for policy changes that could benefit the corporation. -6. Public Policy Officer in an International Organization: This officer would work on policies related to the organization's international mission. They might analyze global policy trends, advise the organization on policy matters, and develop strategies to influence international policy decisions. +6. Public Policy Officer in an International Organization: This officer would work on policies related to the organization's international mission. They might analyze global policy trends, advise the organization on policy matters, and develop strategies to influence international policy decisions. 7. Public Policy Officer in a Research Institution: In this role, the officer would use their research skills to analyze and interpret policies related to the institution's research areas. They might also communicate with stakeholders about policy issues and advocate for policy changes that could benefit the institution's research. @@ -10397,7 +10397,7 @@ Name: Public Policy Officer Business-role 5. Public Policy Officer in a Corporate Setting: In a corporate environment, the officer might focus on policies related to the industry in which the corporation operates. They would analyze the impact of these policies on the corporation, advise on policy compliance, and advocate for policy changes that could benefit the corporation. -6. Public Policy Officer in an International Organization: This officer would work on policies related to the organization's international mission. They might analyze global policy trends, advise the organization on policy matters, and develop strategies to influence international policy decisions. +6. Public Policy Officer in an International Organization: This officer would work on policies related to the organization's international mission. They might analyze global policy trends, advise the organization on policy matters, and develop strategies to influence international policy decisions. 7. Public Policy Officer in a Research Institution: In this role, the officer would use their research skills to analyze and interpret policies related to the institution's research areas. They might also communicate with stakeholders about policy issues and advocate for policy changes that could benefit the institution's research.]]></skos:example> <eira:concept>eira:None</eira:concept> @@ -10793,7 +10793,7 @@ Additional information: An Information Architect (IA) is a professional who orga The primary responsibility of an Information Architect is to create intuitive and coherent structures for complex systems, ensuring that the end-users can easily find what they are looking for. This involves understanding the user's needs and business goals, conducting user and market research, creating user personas, and mapping out user journeys. -The IA then uses this information to develop information structures and navigation paths, often represented as site maps, wireframes, and flow diagrams. They also design metadata frameworks and search systems to enhance findability and usability. +The IA then uses this information to develop information structures and navigation paths, often represented as site maps, wireframes, and flow diagrams. They also design metadata frameworks and search systems to enhance findability and usability. In addition to this, Information Architects often work closely with other professionals such as User Experience (UX) Designers, User Interface (UI) Designers, Content Strategists, and Developers. They participate in usability testing, analyze user feedback and site metrics, and make necessary adjustments to the information architecture. @@ -10811,7 +10811,7 @@ Example: 1. Website Designer: An Information Architect in the role of a website 5. Content Strategist: An Information Architect in the role of a content strategist would be responsible for organizing and structuring the content of a website or application. They would determine what content is needed, how it should be organized, and how users will interact with it. -6. SEO Specialist: As an SEO specialist, an Information Architect would design the website or application structure to be search engine friendly. They would ensure that the content is easily discoverable and understandable by search engines, which can improve the site's search engine rankings. +6. SEO Specialist: As an SEO specialist, an Information Architect would design the website or application structure to be search engine friendly. They would ensure that the content is easily discoverable and understandable by search engines, which can improve the site's search engine rankings. 7. Systems Analyst: In this role, an Information Architect would analyze the organization's IT systems and processes. They would design solutions to improve the efficiency and effectiveness of these systems, ensuring that they meet the organization's business needs. @@ -10855,7 +10855,7 @@ Name: Information Architect Business-role 5. Content Strategist: An Information Architect in the role of a content strategist would be responsible for organizing and structuring the content of a website or application. They would determine what content is needed, how it should be organized, and how users will interact with it. -6. SEO Specialist: As an SEO specialist, an Information Architect would design the website or application structure to be search engine friendly. They would ensure that the content is easily discoverable and understandable by search engines, which can improve the site's search engine rankings. +6. SEO Specialist: As an SEO specialist, an Information Architect would design the website or application structure to be search engine friendly. They would ensure that the content is easily discoverable and understandable by search engines, which can improve the site's search engine rankings. 7. Systems Analyst: In this role, an Information Architect would analyze the organization's IT systems and processes. They would design solutions to improve the efficiency and effectiveness of these systems, ensuring that they meet the organization's business needs.]]></skos:example> <eira:concept>eira:None</eira:concept> @@ -10863,7 +10863,7 @@ Name: Information Architect Business-role The primary responsibility of an Information Architect is to create intuitive and coherent structures for complex systems, ensuring that the end-users can easily find what they are looking for. This involves understanding the user's needs and business goals, conducting user and market research, creating user personas, and mapping out user journeys. -The IA then uses this information to develop information structures and navigation paths, often represented as site maps, wireframes, and flow diagrams. They also design metadata frameworks and search systems to enhance findability and usability. +The IA then uses this information to develop information structures and navigation paths, often represented as site maps, wireframes, and flow diagrams. They also design metadata frameworks and search systems to enhance findability and usability. In addition to this, Information Architects often work closely with other professionals such as User Experience (UX) Designers, User Interface (UI) Designers, Content Strategists, and Developers. They participate in usability testing, analyze user feedback and site metrics, and make necessary adjustments to the information architecture. @@ -11012,7 +11012,7 @@ Source: Inspired on the information available in Digital Public Services in the 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) +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) Interoperability Dimension: Structural IoP @@ -11075,7 +11075,7 @@ Interoperability Layer: Organisational Source: EIRA team -Additional information: A Solution Architect is a professional who is responsible for designing and managing the solution engineering in relation to specific business problems. They are a key part of the software development process, bridging the gap between the needs of the business and the technical capabilities of the IT team. +Additional information: A Solution Architect is a professional who is responsible for designing and managing the solution engineering in relation to specific business problems. They are a key part of the software development process, bridging the gap between the needs of the business and the technical capabilities of the IT team. The role of a Solution Architect involves understanding the company's business strategy and identifying the technology systems architecture that will support this strategy. They work closely with both the executive team and the IT team to ensure that the company's technology strategy aligns with its business goals. @@ -11143,7 +11143,7 @@ Name: Solution Architect Business-role 6. Security Solution Architect: This role involves designing and managing the security systems for a company. They are responsible for understanding the company's security needs and developing a strategy to meet those needs. This may involve designing firewalls, developing security policies, and implementing security measures.]]></skos:example> <eira:concept>eira:None</eira:concept> - <skos:note><![CDATA[A Solution Architect is a professional who is responsible for designing and managing the solution engineering in relation to specific business problems. They are a key part of the software development process, bridging the gap between the needs of the business and the technical capabilities of the IT team. + <skos:note><![CDATA[A Solution Architect is a professional who is responsible for designing and managing the solution engineering in relation to specific business problems. They are a key part of the software development process, bridging the gap between the needs of the business and the technical capabilities of the IT team. The role of a Solution Architect involves understanding the company's business strategy and identifying the technology systems architecture that will support this strategy. They work closely with both the executive team and the IT team to ensure that the company's technology strategy aligns with its business goals. @@ -11168,7 +11168,7 @@ Overall, the role of a Solution Architect is a complex and multifaceted one, req Source: EIRA team -Additional information: An Infrastructure Architect is a key role in the field of information technology. This professional is responsible for designing, implementing, and managing the infrastructure of an organization's IT landscape. The infrastructure typically includes hardware, software, networks, data centers, and various services. +Additional information: An Infrastructure Architect is a key role in the field of information technology. This professional is responsible for designing, implementing, and managing the infrastructure of an organization's IT landscape. The infrastructure typically includes hardware, software, networks, data centers, and various services. The Infrastructure Architect's primary responsibility is to ensure that all aspects of an organization's technical systems align with its business goals. They are involved in every phase of a system's lifecycle, from initial design through implementation, maintenance, and eventual retirement or replacement. @@ -11178,7 +11178,7 @@ In addition, the Infrastructure Architect must work closely with other IT profes The Infrastructure Architect is also responsible for creating and maintaining documentation of the infrastructure, including diagrams, specifications, and policies. They may also be involved in training staff on the use and maintenance of the infrastructure. -In terms of skills, an Infrastructure Architect needs a deep understanding of various technologies, including servers, storage systems, networks, and software applications. They also need strong problem-solving skills, the ability to think strategically, and excellent communication skills. A degree in computer science or a related field, as well as several years of experience in IT, are typically required for this role. +In terms of skills, an Infrastructure Architect needs a deep understanding of various technologies, including servers, storage systems, networks, and software applications. They also need strong problem-solving skills, the ability to think strategically, and excellent communication skills. A degree in computer science or a related field, as well as several years of experience in IT, are typically required for this role. In summary, the Infrastructure Architect plays a crucial role in shaping and maintaining the IT backbone of an organization, ensuring that it is robust, efficient, and aligned with the organization's business objectives. @@ -11240,7 +11240,7 @@ Name: Infrastructure Architect Business-role 7. Security Infrastructure Architect: This role involves designing and implementing security systems to protect an organization's IT infrastructure. This includes firewalls, intrusion detection systems, encryption technologies, and other security measures.]]></skos:example> <eira:concept>eira:None</eira:concept> - <skos:note><![CDATA[An Infrastructure Architect is a key role in the field of information technology. This professional is responsible for designing, implementing, and managing the infrastructure of an organization's IT landscape. The infrastructure typically includes hardware, software, networks, data centers, and various services. + <skos:note><![CDATA[An Infrastructure Architect is a key role in the field of information technology. This professional is responsible for designing, implementing, and managing the infrastructure of an organization's IT landscape. The infrastructure typically includes hardware, software, networks, data centers, and various services. The Infrastructure Architect's primary responsibility is to ensure that all aspects of an organization's technical systems align with its business goals. They are involved in every phase of a system's lifecycle, from initial design through implementation, maintenance, and eventual retirement or replacement. @@ -11250,7 +11250,7 @@ In addition, the Infrastructure Architect must work closely with other IT profes The Infrastructure Architect is also responsible for creating and maintaining documentation of the infrastructure, including diagrams, specifications, and policies. They may also be involved in training staff on the use and maintenance of the infrastructure. -In terms of skills, an Infrastructure Architect needs a deep understanding of various technologies, including servers, storage systems, networks, and software applications. They also need strong problem-solving skills, the ability to think strategically, and excellent communication skills. A degree in computer science or a related field, as well as several years of experience in IT, are typically required for this role. +In terms of skills, an Infrastructure Architect needs a deep understanding of various technologies, including servers, storage systems, networks, and software applications. They also need strong problem-solving skills, the ability to think strategically, and excellent communication skills. A degree in computer science or a related field, as well as several years of experience in IT, are typically required for this role. In summary, the Infrastructure Architect plays a crucial role in shaping and maintaining the IT backbone of an organization, ensuring that it is robust, efficient, and aligned with the organization's business objectives.]]></skos:note> <skos:definition><![CDATA[An Infrastructure Architect is a professional responsible for designing, implementing, and managing the IT infrastructure of an organization. This includes the development and maintenance of networks, servers, software, and hardware systems to ensure optimal performance and security. They also work closely with other IT professionals to align the infrastructure with the business goals, assess system requirements, and troubleshoot any issues that arise. Their role is crucial in the strategic planning of an organization's IT framework, considering factors such as cost efficiency, scalability, and technological advancements.]]></skos:definition> @@ -12449,7 +12449,7 @@ In the European Commission, eTendering plays a crucial role in promoting fair co Overall, eTendering within the context of IT interoperability in the European Commission's digital public service is a comprehensive digital solution that revolutionizes the procurement process. It leverages technology to enhance transparency, increase competition, and improve efficiency, ultimately benefiting both public sector organizations and suppliers. -Example: One example of the application of eTendering within the context of IT interoperability in a digital public service in the European Commission could be the procurement process for software development services. +Example: One example of the application of eTendering within the context of IT interoperability in a digital public service in the European Commission could be the procurement process for software development services. In this scenario, the European Commission may need to develop a new software application to enhance its digital services. The eTendering system would be utilized to streamline the procurement process and ensure interoperability among different IT systems involved. @@ -12503,7 +12503,7 @@ Specialises: http://data.europa.eu/dr8/DigitalPublicBusinessService <dcterms:type>egovera:ETenderingBusinessService</dcterms:type> <eira:definitionSource><![CDATA[European Commission]]></eira:definitionSource> <eira:definitionSourceReference><![CDATA[https://etendering.ted.europa.eu/general/page.html?name=home]]></eira:definitionSourceReference> - <skos:example><![CDATA[One example of the application of eTendering within the context of IT interoperability in a digital public service in the European Commission could be the procurement process for software development services. + <skos:example><![CDATA[One example of the application of eTendering within the context of IT interoperability in a digital public service in the European Commission could be the procurement process for software development services. In this scenario, the European Commission may need to develop a new software application to enhance its digital services. The eTendering system would be utilized to streamline the procurement process and ensure interoperability among different IT systems involved. @@ -13511,7 +13511,7 @@ In the European Commission, eDelivery plays a vital role in enabling the provisi Overall, eDelivery is a fundamental component of IT interoperability in the European Commission's digital public services landscape. It ensures secure and standardized communication, enabling the efficient exchange of electronic documents and data between various entities. By providing a trusted messaging infrastructure, eDelivery supports the seamless provision of digital public services across European countries, fostering interoperability and collaboration in the digital realm. -Example: One example of the application of eDelivery within the context of IT interoperability in a digital public service in the European Commission is the secure exchange of electronic documents between different government entities. +Example: One example of the application of eDelivery within the context of IT interoperability in a digital public service in the European Commission is the secure exchange of electronic documents between different government entities. For instance, let's consider a scenario where a citizen submits an application for a social security benefit online. The application is received by the relevant government department, which needs to securely share the application with other departments involved in the processing and decision-making process. @@ -13559,7 +13559,7 @@ Specialises: http://data.europa.eu/dr8/DigitalPublicBusinessService <dcterms:type>egovera:EDeliveryBusinessService</dcterms:type> <eira:definitionSource><![CDATA[EIRA Team]]></eira:definitionSource> <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> - <skos:example><![CDATA[One example of the application of eDelivery within the context of IT interoperability in a digital public service in the European Commission is the secure exchange of electronic documents between different government entities. + <skos:example><![CDATA[One example of the application of eDelivery within the context of IT interoperability in a digital public service in the European Commission is the secure exchange of electronic documents between different government entities. For instance, let's consider a scenario where a citizen submits an application for a social security benefit online. The application is received by the relevant government department, which needs to securely share the application with other departments involved in the processing and decision-making process. @@ -14573,7 +14573,7 @@ The workflow management system typically includes several key components: In summary, workflow management within the context of IT interoperability in a digital public service in the European Commission involves the systematic coordination, automation, and monitoring of tasks and activities to ensure efficient service delivery. It enables seamless collaboration, integration, and data exchange between different systems and stakeholders, while providing visibility, control, and analytics to optimize processes and enhance the overall effectiveness of the service. -Example: One example of the application of Workflow Management in the context of IT interoperability within a digital public service in the European Commission is the management of data exchange between different systems and platforms. +Example: One example of the application of Workflow Management in the context of IT interoperability within a digital public service in the European Commission is the management of data exchange between different systems and platforms. In this scenario, Workflow Management can be used to automate and streamline the process of exchanging data between various IT systems, ensuring seamless interoperability. For instance, when a user submits a request for a specific service, the Workflow Management system can automatically trigger a series of actions and tasks to retrieve the necessary data from different systems, validate and process it, and then deliver the requested service to the user. @@ -14624,7 +14624,7 @@ Specialises: http://data.europa.eu/dr8/DigitalPublicBusinessService <dcterms:type>egovera:WorkflowManagementBusinessService</dcterms:type> <eira:definitionSource><![CDATA[EIRA Team]]></eira:definitionSource> <eira:definitionSourceReference><![CDATA[]]></eira:definitionSourceReference> - <skos:example><![CDATA[One example of the application of Workflow Management in the context of IT interoperability within a digital public service in the European Commission is the management of data exchange between different systems and platforms. + <skos:example><![CDATA[One example of the application of Workflow Management in the context of IT interoperability within a digital public service in the European Commission is the management of data exchange between different systems and platforms. In this scenario, Workflow Management can be used to automate and streamline the process of exchanging data between various IT systems, ensuring seamless interoperability. For instance, when a user submits a request for a specific service, the Workflow Management system can automatically trigger a series of actions and tasks to retrieve the necessary data from different systems, validate and process it, and then deliver the requested service to the user. @@ -14693,7 +14693,7 @@ Furthermore, data exchange in the European Commission is not limited to internal Overall, data exchange within the context of IT interoperability in the European Commission's digital public service framework is a complex and critical process. It enables the seamless flow of data between systems, applications, and organizations, ensuring efficient and effective delivery of public services while adhering to data protection and privacy regulations. -Example: One example of the application of Data Exchange in the context of IT interoperability within a digital public service in the European Commission could be the exchange of citizen data between different government agencies. +Example: One example of the application of Data Exchange in the context of IT interoperability within a digital public service in the European Commission could be the exchange of citizen data between different government agencies. For instance, let's consider a scenario where a citizen applies for a new passport. The Data Exchange system can facilitate the seamless transfer of relevant information between various entities involved in the process, such as the passport office, immigration department, and law enforcement agencies. This exchange of data can include personal details, biometric information, visa history, and any other relevant data required for the passport application process. @@ -14737,7 +14737,7 @@ Specialises: http://data.europa.eu/dr8/DigitalPublicBusinessService <dcterms:type>egovera:DataExchangeBusinessService</dcterms:type> <eira:definitionSource><![CDATA[International Organization for Standardization (ISO)]]></eira:definitionSource> <eira:definitionSourceReference><![CDATA[https://www.iso.org/committee/45306/x/catalogue/]]></eira:definitionSourceReference> - <skos:example><![CDATA[One example of the application of Data Exchange in the context of IT interoperability within a digital public service in the European Commission could be the exchange of citizen data between different government agencies. + <skos:example><![CDATA[One example of the application of Data Exchange in the context of IT interoperability within a digital public service in the European Commission could be the exchange of citizen data between different government agencies. For instance, let's consider a scenario where a citizen applies for a new passport. The Data Exchange system can facilitate the seamless transfer of relevant information between various entities involved in the process, such as the passport office, immigration department, and law enforcement agencies. This exchange of data can include personal details, biometric information, visa history, and any other relevant data required for the passport application process. @@ -15188,13 +15188,13 @@ Interoperability Layer: Organisational <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. + <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. +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 @@ -15261,11 +15261,11 @@ MFA works by requiring any two or more of the following authentication methods: 2. Something you have (possession), such as a badge, smartphone, or token. 3. Something you are (inherence), such as biometrics like fingerprints, voice recognition, or retinal scans. -In practice, this might mean entering a password (something you know) and then receiving a text message with a code to enter (something you have). Or it could involve scanning a fingerprint (something you are) and entering a PIN (something you know). +In practice, this might mean entering a password (something you know) and then receiving a text message with a code to enter (something you have). Or it could involve scanning a fingerprint (something you are) and entering a PIN (something you know). -The goal of MFA is to create a layered defense system. If an attacker can compromise one method, such as guessing a password, they would still need to compromise the second or third method, which is significantly more difficult. +The goal of MFA is to create a layered defense system. If an attacker can compromise one method, such as guessing a password, they would still need to compromise the second or third method, which is significantly more difficult. -MFA is increasingly being used in areas beyond the traditional use of securing access to sensitive systems or data. It is now often used in everyday situations such as online banking, accessing work emails, or even social media accounts. +MFA is increasingly being used in areas beyond the traditional use of securing access to sensitive systems or data. It is now often used in everyday situations such as online banking, accessing work emails, or even social media accounts. While MFA significantly improves security, it is not foolproof. For example, if a user loses their physical device used for authentication, an attacker could potentially gain access to it. However, the benefits of MFA in preventing unauthorized access generally outweigh the potential drawbacks. @@ -15281,7 +15281,7 @@ Example: 1. Online Banking: Many banks require multi-factor authentication for o 6. E-commerce Websites: To protect customers' financial information, many e-commerce sites use multi-factor authentication. This could involve entering a password and then providing a second factor, such as a code sent via text or email. -7. Health Services: Hospitals and clinics may use multi-factor authentication to protect patients' health records. This could involve a combination of ID cards, passwords, and biometric data like fingerprints or retinal scans. +7. Health Services: Hospitals and clinics may use multi-factor authentication to protect patients' health records. This could involve a combination of ID cards, passwords, and biometric data like fingerprints or retinal scans. 8. Government Services: Government agencies often use multi-factor authentication to protect sensitive information and services. This could involve a combination of ID cards, passwords, and biometric data. @@ -15332,7 +15332,7 @@ Specialises: http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContrac 6. E-commerce Websites: To protect customers' financial information, many e-commerce sites use multi-factor authentication. This could involve entering a password and then providing a second factor, such as a code sent via text or email. -7. Health Services: Hospitals and clinics may use multi-factor authentication to protect patients' health records. This could involve a combination of ID cards, passwords, and biometric data like fingerprints or retinal scans. +7. Health Services: Hospitals and clinics may use multi-factor authentication to protect patients' health records. This could involve a combination of ID cards, passwords, and biometric data like fingerprints or retinal scans. 8. Government Services: Government agencies often use multi-factor authentication to protect sensitive information and services. This could involve a combination of ID cards, passwords, and biometric data.]]></skos:example> <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> @@ -15344,11 +15344,11 @@ MFA works by requiring any two or more of the following authentication methods: 2. Something you have (possession), such as a badge, smartphone, or token. 3. Something you are (inherence), such as biometrics like fingerprints, voice recognition, or retinal scans. -In practice, this might mean entering a password (something you know) and then receiving a text message with a code to enter (something you have). Or it could involve scanning a fingerprint (something you are) and entering a PIN (something you know). +In practice, this might mean entering a password (something you know) and then receiving a text message with a code to enter (something you have). Or it could involve scanning a fingerprint (something you are) and entering a PIN (something you know). -The goal of MFA is to create a layered defense system. If an attacker can compromise one method, such as guessing a password, they would still need to compromise the second or third method, which is significantly more difficult. +The goal of MFA is to create a layered defense system. If an attacker can compromise one method, such as guessing a password, they would still need to compromise the second or third method, which is significantly more difficult. -MFA is increasingly being used in areas beyond the traditional use of securing access to sensitive systems or data. It is now often used in everyday situations such as online banking, accessing work emails, or even social media accounts. +MFA is increasingly being used in areas beyond the traditional use of securing access to sensitive systems or data. It is now often used in everyday situations such as online banking, accessing work emails, or even social media accounts. While MFA significantly improves security, it is not foolproof. For example, if a user loses their physical device used for authentication, an attacker could potentially gain access to it. However, the benefits of MFA in preventing unauthorized access generally outweigh the potential drawbacks.]]></skos:note> <eira:view>TVA-Governance Architecture Principles</eira:view> @@ -15364,7 +15364,7 @@ While MFA significantly improves security, it is not foolproof. For example, if <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> <skos:definition xml:lang="en"><![CDATA[Description: Basic Auth, short for Basic Authentication, is a simple authentication scheme built into the HTTP protocol. It is a method for a web browser or application to provide a user name and password when making a request. The client sends the user name and password as unencrypted base64 encoded text. Because it is unencrypted, Basic Auth is typically used in conjunction with HTTPS to ensure the credentials cannot be viewed in transit. It is considered less secure than other forms of authentication and is often used as a simple barrier rather than a robust method of user verification. -Additional information: Basic Auth, short for Basic Authentication, is a simple authentication scheme built into the HTTP protocol. It is a method for an HTTP user agent (like a web browser) to provide a user name and password when making a request. +Additional information: Basic Auth, short for Basic Authentication, is a simple authentication scheme built into the HTTP protocol. It is a method for an HTTP user agent (like a web browser) to provide a user name and password when making a request. The Basic Auth process works as follows: when a client sends a request to a server, the server sends back a response asking for authentication. The client then sends the username and password, encoded in Base64, in the Authorization header. The server decodes the Base64 string and checks if the credentials are valid. If they are, the server fulfills the request; if they aren't, it returns a 401 Unauthorized response. @@ -15429,7 +15429,7 @@ Realises: http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract 5. Admin Panels: Basic Auth is often used to protect admin panels or other sensitive areas of a website. When you try to access the admin panel, your browser will prompt you for a username and password. This information is sent to the server, which checks it against its list of authorized users. If you're authorized, the server will let you access the admin panel.]]></skos:example> <eira:concept>eira:SolutionBuildingBlock</eira:concept> - <skos:note><![CDATA[Basic Auth, short for Basic Authentication, is a simple authentication scheme built into the HTTP protocol. It is a method for an HTTP user agent (like a web browser) to provide a user name and password when making a request. + <skos:note><![CDATA[Basic Auth, short for Basic Authentication, is a simple authentication scheme built into the HTTP protocol. It is a method for an HTTP user agent (like a web browser) to provide a user name and password when making a request. The Basic Auth process works as follows: when a client sends a request to a server, the server sends back a response asking for authentication. The client then sends the username and password, encoded in Base64, in the Authorization header. The server decodes the Base64 string and checks if the credentials are valid. If they are, the server fulfills the request; if they aren't, it returns a 401 Unauthorized response. @@ -15544,7 +15544,7 @@ Example: 1. Real-Time Communication: gRPC is used in real-time communication app 6. Mobile Applications: gRPC is used in mobile applications to provide efficient communication between the app and the server. It supports multiple languages, including Swift and Java, making it easier to integrate with iOS and Android apps. -7. Machine Learning: gRPC is used in machine learning applications to efficiently transport large amounts of data between the server and the client. The support for streaming in gRPC makes it suitable for this use case. +7. Machine Learning: gRPC is used in machine learning applications to efficiently transport large amounts of data between the server and the client. The support for streaming in gRPC makes it suitable for this use case. 8. Gaming: gRPC is used in multiplayer gaming applications where real-time communication between the server and multiple clients is required. The low latency and high performance of gRPC make it ideal for this use case. @@ -15591,7 +15591,7 @@ Realises: http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract 6. Mobile Applications: gRPC is used in mobile applications to provide efficient communication between the app and the server. It supports multiple languages, including Swift and Java, making it easier to integrate with iOS and Android apps. -7. Machine Learning: gRPC is used in machine learning applications to efficiently transport large amounts of data between the server and the client. The support for streaming in gRPC makes it suitable for this use case. +7. Machine Learning: gRPC is used in machine learning applications to efficiently transport large amounts of data between the server and the client. The support for streaming in gRPC makes it suitable for this use case. 8. Gaming: gRPC is used in multiplayer gaming applications where real-time communication between the server and multiple clients is required. The low latency and high performance of gRPC make it ideal for this use case.]]></skos:example> <eira:concept>eira:SolutionBuildingBlock</eira:concept> @@ -15625,7 +15625,7 @@ In summary, the gRPC specification provides a comprehensive framework for buildi <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: Inspired in the works by ISA2, and the EIF-related works Source reference: https://ec.europa.eu/isa2/isa2_en @@ -15702,7 +15702,7 @@ Interoperability Dimension: Governance IoP 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. +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 @@ -16234,7 +16234,7 @@ Realises: http://data.europa.eu/dr8/OrganisationalAgreementContract <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: EIF Source reference: https://ec.europa.eu/isa2/sites/isa/files/eif_brochure_final.pdf#page=27 @@ -16596,7 +16596,7 @@ Realises: http://data.europa.eu/dr8/AgreementOfTheUseOnCommonInfrastructureContr <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: Inspired in the works by ISA2, and the EIF-related works Source reference: https://ec.europa.eu/isa2/isa2_en @@ -16650,7 +16650,7 @@ Interoperability Layer: Organisational <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. + <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 @@ -16664,7 +16664,7 @@ Interoperability Dimension: Governance 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. +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 @@ -16823,7 +16823,7 @@ Despite these vulnerabilities, Digest Authentication is still widely used in sit <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: Joinup Source reference: https://joinup.ec.europa.eu/sites/default/files/document/2015-03/Process @@ -16977,7 +16977,7 @@ Overall, Hawk Authentication provides a robust and secure method for authenticat Additional information: JWT Bearer is a method of authentication that involves the use of JSON Web Tokens (JWTs) as bearer tokens. A bearer token is a type of access token that is given to the user after they have authenticated themselves, and it allows the user to access specific resources on a server. The term "bearer" implies that the person or application holding the token is the one that is authenticated. -JWTs are a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS). They can also be encrypted using JSON Web Encryption (JWE) for additional security. +JWTs are a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS). They can also be encrypted using JSON Web Encryption (JWE) for additional security. In the context of JWT Bearer, the JWTs are used as the bearer tokens. When a user or application wants to access certain resources, they must include the JWT in the authorization header of the HTTP request. The server will then validate the JWT, and if it's valid, the server will process the request. @@ -17038,7 +17038,7 @@ Realises: http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract <eira:concept>eira:SolutionBuildingBlock</eira:concept> <skos:note><![CDATA[JWT Bearer is a method of authentication that involves the use of JSON Web Tokens (JWTs) as bearer tokens. A bearer token is a type of access token that is given to the user after they have authenticated themselves, and it allows the user to access specific resources on a server. The term "bearer" implies that the person or application holding the token is the one that is authenticated. -JWTs are a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS). They can also be encrypted using JSON Web Encryption (JWE) for additional security. +JWTs are a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS). They can also be encrypted using JSON Web Encryption (JWE) for additional security. In the context of JWT Bearer, the JWTs are used as the bearer tokens. When a user or application wants to access certain resources, they must include the JWT in the authorization header of the HTTP request. The server will then validate the JWT, and if it's valid, the server will process the request. @@ -17157,7 +17157,7 @@ Interoperability Dimension: Governance IoP 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. +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 @@ -17295,9 +17295,9 @@ In summary, SOAP is a protocol specification for exchanging structured informati <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. + <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: Inspired in the Law Insider dictionary definition Source reference: https://www.lawinsider.com/dictionary/organizational-agreement @@ -17491,7 +17491,7 @@ Interoperability Layer: N/A <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: EIF Source reference: https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex%3A12016E207 @@ -17552,7 +17552,7 @@ Interoperability Layer: Legal <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> <skos:definition xml:lang="en"><![CDATA[Description: The RESTful API specification, also known as Representational State Transfer, is a set of constraints or rules used to build web services. It is a software architectural style that defines a set of constraints to be used for creating web services. These web services, or APIs, allow different software applications to communicate with each other, typically over HTTP. RESTful APIs are stateless, meaning they don't store any information about the client between requests, and they use standard HTTP methods like GET, POST, PUT, DELETE to perform operations. They are designed to take advantage of existing web protocols, are highly scalable, and can return data in different formats like JSON or XML. -Additional information: Representational State Transfer (REST) is an architectural style that defines a set of constraints to be used for creating web services. When a web service adheres to these constraints, it is known as a RESTful API (Application Programming Interface). RESTful APIs are designed to take advantage of existing protocols, and often HTTP specifically. +Additional information: Representational State Transfer (REST) is an architectural style that defines a set of constraints to be used for creating web services. When a web service adheres to these constraints, it is known as a RESTful API (Application Programming Interface). RESTful APIs are designed to take advantage of existing protocols, and often HTTP specifically. RESTful APIs are stateless, meaning that each request from a client to a server must contain all the information needed to understand and process the request. The server should not store anything about the latest HTTP request the client made. It should treat each request as if it was brand new. This constraint increases reliability and scalability. @@ -17635,7 +17635,7 @@ Realises: http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract 8. IoT Devices: Internet of Things devices like smart home devices, wearables, etc., use RESTful APIs to communicate with each other and with servers. This allows them to provide various services like home automation, health tracking, etc.]]></skos:example> <eira:concept>eira:SolutionBuildingBlock</eira:concept> - <skos:note><![CDATA[Representational State Transfer (REST) is an architectural style that defines a set of constraints to be used for creating web services. When a web service adheres to these constraints, it is known as a RESTful API (Application Programming Interface). RESTful APIs are designed to take advantage of existing protocols, and often HTTP specifically. + <skos:note><![CDATA[Representational State Transfer (REST) is an architectural style that defines a set of constraints to be used for creating web services. When a web service adheres to these constraints, it is known as a RESTful API (Application Programming Interface). RESTful APIs are designed to take advantage of existing protocols, and often HTTP specifically. RESTful APIs are stateless, meaning that each request from a client to a server must contain all the information needed to understand and process the request. The server should not store anything about the latest HTTP request the client made. It should treat each request as if it was brand new. This constraint increases reliability and scalability. @@ -17668,7 +17668,7 @@ RESTful APIs are commonly used in web applications due to their simplicity, scal <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> <skos:definition xml:lang="en"><![CDATA[Description: The OpenAPI is a specification for building APIs (Application Programming Interfaces) that allows for a standard, language-agnostic interface to RESTful APIs. It is used to design, build, document, and consume REST APIs, enabling interoperability between different systems. The OpenAPI specification, formerly known as the Swagger specification, is developed by the OpenAPI Initiative, which includes more than 30 organizations from different areas of the tech industry. -Additional information: OpenAPI, formerly known as Swagger, is a specification for machine-readable interface files for describing, producing, consuming, and visualizing RESTful web services. It is a set of rules and protocols that provide a definition and structure for how an application should interact with a RESTful API. +Additional information: OpenAPI, formerly known as Swagger, is a specification for machine-readable interface files for describing, producing, consuming, and visualizing RESTful web services. It is a set of rules and protocols that provide a definition and structure for how an application should interact with a RESTful API. OpenAPI is language-agnostic, meaning it can be used with any programming language that supports RESTful APIs. It is also platform-agnostic, meaning it can be used on any platform that supports HTTP. @@ -17680,7 +17680,7 @@ The OpenAPI Specification is developed within the OpenAPI Initiative, a consorti The OpenAPI Specification is free to use and the OpenAPI Initiative encourages its adoption by providing a variety of resources for individuals and organizations interested in learning more about the specification, its applications, and its benefits. -Example: 1. API Documentation: OpenAPI can be used to create clear and concise documentation for APIs. This documentation can be used by developers to understand how to use the API, what data it returns, and what parameters it accepts. +Example: 1. API Documentation: OpenAPI can be used to create clear and concise documentation for APIs. This documentation can be used by developers to understand how to use the API, what data it returns, and what parameters it accepts. 2. API Testing: OpenAPI specifications can be used to generate test cases for APIs. This helps in ensuring that the API is working as expected and any changes or updates do not break existing functionality. @@ -17696,7 +17696,7 @@ Example: 1. API Documentation: OpenAPI can be used to create clear and concise d 8. API Versioning: OpenAPI can be used to manage different versions of an API. This helps in maintaining backward compatibility and managing changes in the API. -9. API Discovery: OpenAPI can be used to create a searchable catalog of APIs. This makes it easier for developers to find and use APIs that meet their requirements. +9. API Discovery: OpenAPI can be used to create a searchable catalog of APIs. This makes it easier for developers to find and use APIs that meet their requirements. 10. API Monitoring: OpenAPI can be used to monitor the performance and usage of APIs. This helps in identifying issues and optimizing the API for better performance. @@ -17731,7 +17731,7 @@ Realises: http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract <dcterms:modified>2024-01-28</dcterms:modified> <dcterms:identifier>http://data.europa.eu/dr8/egovera/OpenAPIContract</dcterms:identifier> <dcterms:title><![CDATA[OpenAPI Contract]]></dcterms:title> - <skos:example><![CDATA[1. API Documentation: OpenAPI can be used to create clear and concise documentation for APIs. This documentation can be used by developers to understand how to use the API, what data it returns, and what parameters it accepts. + <skos:example><![CDATA[1. API Documentation: OpenAPI can be used to create clear and concise documentation for APIs. This documentation can be used by developers to understand how to use the API, what data it returns, and what parameters it accepts. 2. API Testing: OpenAPI specifications can be used to generate test cases for APIs. This helps in ensuring that the API is working as expected and any changes or updates do not break existing functionality. @@ -17747,11 +17747,11 @@ Realises: http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract 8. API Versioning: OpenAPI can be used to manage different versions of an API. This helps in maintaining backward compatibility and managing changes in the API. -9. API Discovery: OpenAPI can be used to create a searchable catalog of APIs. This makes it easier for developers to find and use APIs that meet their requirements. +9. API Discovery: OpenAPI can be used to create a searchable catalog of APIs. This makes it easier for developers to find and use APIs that meet their requirements. 10. API Monitoring: OpenAPI can be used to monitor the performance and usage of APIs. This helps in identifying issues and optimizing the API for better performance.]]></skos:example> <eira:concept>eira:SolutionBuildingBlock</eira:concept> - <skos:note><![CDATA[OpenAPI, formerly known as Swagger, is a specification for machine-readable interface files for describing, producing, consuming, and visualizing RESTful web services. It is a set of rules and protocols that provide a definition and structure for how an application should interact with a RESTful API. + <skos:note><![CDATA[OpenAPI, formerly known as Swagger, is a specification for machine-readable interface files for describing, producing, consuming, and visualizing RESTful web services. It is a set of rules and protocols that provide a definition and structure for how an application should interact with a RESTful API. OpenAPI is language-agnostic, meaning it can be used with any programming language that supports RESTful APIs. It is also platform-agnostic, meaning it can be used on any platform that supports HTTP. @@ -17981,7 +17981,7 @@ Overall, a National Governance Model regarding European IT interoperability aims <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> <skos:definition xml:lang="en"><![CDATA[Description: The JSON-RPC specification is a remote procedure call (RPC) protocol encoded in JSON. It allows for data to be sent and received between a client and a server, or between peer services, using the JSON (JavaScript Object Notation) format. The protocol supports both positional and named parameters and allows for notifications (data sent to the server that does not require a response). JSON-RPC can be used over any transport layer that allows for the sending and receiving of text data, such as HTTP, WebSocket, or raw sockets. -Additional information: JSON-RPC is a remote procedure call (RPC) protocol encoded in JSON. It is a light-weight, data-interchange format that is easy for humans to read and write, and easy for machines to parse and generate. It is designed to be transport-agnostic, meaning it can be used over different types of transport protocols such as HTTP, WebSockets, or raw sockets. +Additional information: JSON-RPC is a remote procedure call (RPC) protocol encoded in JSON. It is a light-weight, data-interchange format that is easy for humans to read and write, and easy for machines to parse and generate. It is designed to be transport-agnostic, meaning it can be used over different types of transport protocols such as HTTP, WebSockets, or raw sockets. The JSON-RPC specification defines a few fundamental types of messages: request, response, and notification. A request is a call to a specific method provided by a remote system. It includes parameters needed for the method, and an ID that is used to match the request with the response. A response includes the result of the method call, or an error object if the call failed. A notification is similar to a request, but does not require a response. @@ -18048,7 +18048,7 @@ Realises: http://data.europa.eu/dr8/TechnicalInteroperabilityAgreementContract 6. Remote Procedure Calls: JSON-RPC is often used for remote procedure calls (RPCs), where a client can request that a server execute a specific function and return the result. This can be used in a variety of applications, from web services to distributed computing.]]></skos:example> <eira:concept>eira:SolutionBuildingBlock</eira:concept> - <skos:note><![CDATA[JSON-RPC is a remote procedure call (RPC) protocol encoded in JSON. It is a light-weight, data-interchange format that is easy for humans to read and write, and easy for machines to parse and generate. It is designed to be transport-agnostic, meaning it can be used over different types of transport protocols such as HTTP, WebSockets, or raw sockets. + <skos:note><![CDATA[JSON-RPC is a remote procedure call (RPC) protocol encoded in JSON. It is a light-weight, data-interchange format that is easy for humans to read and write, and easy for machines to parse and generate. It is designed to be transport-agnostic, meaning it can be used over different types of transport protocols such as HTTP, WebSockets, or raw sockets. The JSON-RPC specification defines a few fundamental types of messages: request, response, and notification. A request is a call to a specific method provided by a remote system. It includes parameters needed for the method, and an ID that is used to match the request with the response. A response includes the result of the method call, or an error object if the call failed. A notification is similar to a request, but does not require a response. @@ -18519,7 +18519,7 @@ Interoperability Dimension: Structural IoP 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. +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/LinkedOpenDataRepresentation @@ -19589,7 +19589,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -19790,7 +19790,7 @@ Interoperability Dimension: Behavioral IoP 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. +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/LinkedDataEventStreamRepresentation @@ -20127,7 +20127,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -20290,7 +20290,7 @@ Interoperability Dimension: Structural IoP 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. +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/LinkedDataEventStreamRepresentation @@ -20493,7 +20493,7 @@ Interoperability Dimension: Behavioral IoP 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. +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/LinkedOpenDataRepresentation @@ -20596,7 +20596,7 @@ Additional information: A Publish-Subscribe Channel can be a useful debugging to <dcterms:identifier>http://data.europa.eu/dr8/RequestResponseMessagePatternInteroperabilitySpecificationContract</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Request-Response]]></skos:prefLabel> <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> - <skos:definition xml:lang="en"><![CDATA[Description: + <skos:definition xml:lang="en"><![CDATA[Description: The Request-Response pattern is a basic communication method where one system sends a request for data, and another system processes the request and returns a response. Typically used in client-server architectures, this pattern ensures a two-way conversation between applications. In its synchronous form, like HTTP web service calls, the requester waits for a reply before proceeding. Asynchronous versions also exist, where responses may arrive later, often used in systems requiring time-consuming operations, such as human workflows or complex data aggregation. This model contrasts with one-way communication, where no reply is expected. @@ -20623,10 +20623,10 @@ Interoperability Dimension: Behavioral IoP 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. -Additional information: Key Points: 1) +Additional information: Key Points: 1) -One-to-one communication; 2) -Synchronous interaction, where the client waits for the response; 3) +One-to-one communication; 2) +Synchronous interaction, where the client waits for the response; 3) Common in web services, APIs, and remote procedure calls. ]]></skos:definition> @@ -20653,10 +20653,10 @@ This model contrasts with one-way communication, where no reply is expected.</dc <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> <eira:synonym></eira:synonym> <eira:view>Technical view - application</eira:view> - <skos:note><![CDATA[Key Points: 1) + <skos:note><![CDATA[Key Points: 1) -One-to-one communication; 2) -Synchronous interaction, where the client waits for the response; 3) +One-to-one communication; 2) +Synchronous interaction, where the client waits for the response; 3) Common in web services, APIs, and remote procedure calls.]]></skos:note> <skos:example><![CDATA[]]></skos:example> </skos:Concept> @@ -20689,10 +20689,10 @@ Interoperability Dimension: Behavioral IoP 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. -Additional information: Key Points: +Additional information: Key Points: -1) Continuous flow of data over time; 2) -Suitable for real-time processing; 3) +1) Continuous flow of data over time; 2) +Suitable for real-time processing; 3) Common in scenarios with large datasets or real-time updates. ]]></skos:definition> @@ -20717,10 +20717,10 @@ Common in scenarios with large datasets or real-time updates. <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> <eira:synonym></eira:synonym> <eira:view>Technical view - application</eira:view> - <skos:note><![CDATA[Key Points: + <skos:note><![CDATA[Key Points: -1) Continuous flow of data over time; 2) -Suitable for real-time processing; 3) +1) Continuous flow of data over time; 2) +Suitable for real-time processing; 3) Common in scenarios with large datasets or real-time updates.]]></skos:note> <skos:example><![CDATA[]]></skos:example> </skos:Concept> @@ -20729,7 +20729,7 @@ Common in scenarios with large datasets or real-time updates.]]></skos:note> <dcterms:identifier>http://data.europa.eu/dr8/DataManagementApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data Management (copy)]]></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. + <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 @@ -20806,7 +20806,7 @@ Interoperability Dimension: Behavioral 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. +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 @@ -20908,7 +20908,7 @@ Interoperability Layer: TechnicalApplication <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: ITIL v3 Source reference: https://wiki.en.it-processmaps.com/index.php/Access_Management @@ -20965,7 +20965,7 @@ Interoperability Layer: TechnicalApplication <dcterms:identifier>http://data.europa.eu/dr8/ConformanceTestingApplicationComponent</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Conformance Testing]]></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 + <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 @@ -21326,7 +21326,7 @@ Interoperability Layer: TechnicalApplication <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. + <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. Source: eIDAS @@ -21439,7 +21439,7 @@ Specialises: http://data.europa.eu/dr8/DigitalSolutionApplicationComponent <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. + <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 @@ -21451,7 +21451,7 @@ Interoperability Dimension: Structural 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. +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 @@ -21507,7 +21507,7 @@ Interoperability Dimension: Structural IoP 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. +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/DataPersistenceApplicationComponent @@ -21553,7 +21553,7 @@ Interoperability Layer: TechnicalApplication <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. + <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 @@ -21628,7 +21628,7 @@ LOST view: Technical view - application Viewpoint: Interoperability Security viewpoint -Interoperability Saliency: The Identification Component ABB  is salient for technical interoperability because it provides the functionalities of user authentication. +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 @@ -21675,7 +21675,7 @@ Interoperability Layer: TechnicalApplication <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: DAMA Source reference: http://www.dama.org/ @@ -21745,7 +21745,7 @@ Interoperability Dimension: Structural 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. +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 @@ -21805,7 +21805,7 @@ LOST view: Technical view - application Viewpoint: Interoperability Security viewpoint -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. +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 @@ -21932,7 +21932,7 @@ Interoperability Dimension: Structural IoP LOST view: Technical view - application -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. +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. Identifier: http://data.europa.eu/dr8/DataVirtualizationApplicationComponent @@ -21989,7 +21989,7 @@ Interoperability Dimension: Behavioral IoP 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. +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 @@ -22098,7 +22098,7 @@ Interoperability Layer: TechnicalApplication <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: EIFv2 Source reference: http://ec.europa.eu/isa/documents/isa_annex_ii_eif_en.pdf @@ -22282,7 +22282,7 @@ Interoperability Layer: TechnicalApplication <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. -Source: W3C +Source: W3C Source reference: https://www.w3.org/TR/ws-arch/ @@ -22407,7 +22407,7 @@ Interoperability Dimension: Structural IoP LOST view: Technical view - application -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. +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. Identifier: http://data.europa.eu/dr8/DataVirtualizationApplicationComponent @@ -22576,7 +22576,7 @@ Interoperability Dimension: Behavioral 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. +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 @@ -22693,7 +22693,7 @@ Interoperability Dimension: Structural IoP 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. +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/DataPersistenceApplicationComponent @@ -22737,7 +22737,7 @@ Interoperability Layer: TechnicalApplication <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. + <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 @@ -22751,7 +22751,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -22973,7 +22973,7 @@ Interoperability Layer: TechnicalApplication <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. + <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© @@ -22985,7 +22985,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -23097,7 +23097,7 @@ Interoperability Dimension: Behavioral IoP 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. +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 @@ -23143,7 +23143,7 @@ Interoperability Layer: TechnicalApplication <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: DAMA Source reference: http://www.dama.org/ @@ -23261,7 +23261,7 @@ Interoperability Layer: TechnicalApplication <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: EIFv2 Source reference: http://ec.europa.eu/isa/documents/isa_annex_ii_eif_en.pdf @@ -23749,7 +23749,7 @@ Specialises: http://data.europa.eu/dr8/WebServiceApplicationInterface <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: EIA Action Source reference: https://ec.europa.eu/isa2/eif_en @@ -24099,7 +24099,7 @@ Interoperability Layer: TechnicalApplication <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 -Source: W3C +Source: W3C Source reference: https://www.w3.org/TR/2004/NOTE-ws-arch-20040211/#relwwwrest @@ -24109,7 +24109,7 @@ Interoperability Dimension: Behavioral IoP 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. +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 @@ -24156,7 +24156,7 @@ Interoperability Layer: TechnicalApplication <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 -Source: W3C +Source: W3C Source reference: https://www.w3.org/TR/2004/NOTE-ws-arch-20040211/#relwwwrest @@ -24166,7 +24166,7 @@ Interoperability Dimension: Behavioral IoP 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. +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 @@ -24225,7 +24225,7 @@ Interoperability Layer: TechnicalApplication <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: EIA Action Source reference: https://ec.europa.eu/isa2/eif_en @@ -24530,7 +24530,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -25106,7 +25106,7 @@ Realises: http://data.europa.eu/dr8/DigitalSolutionApplicationService Additional information: Key functionalities of the EBSI Wallet for Issuers include: (1) Manage Accreditations: Organizations can efficiently manage their accreditation processes on the blockchain ledger, ensuring that all issued credentials are secure, verifiable, and tamper-proof. (2) Issue Verifiable Credentials: The wallet allows issuers to create and distribute VCs to holders. These credentials can validate a wide range of information, from educational qualifications to professional certifications. (3) Blockchain Integration: By utilizing blockchain technology, the wallet ensures the integrity and authenticity of the credentials, providing a transparent and immutable record of all issued documents. These functionalities ensure that credentials issued via the EBSI Wallet for Issuers are trusted, interoperable, and easily verifiable across different systems and platforms. This wallet supports the broader EBSI goals of enhancing trust, security, and interoperability in digital services across Europe. -Example: The following narrative is ficticius example that can help to understand how EUDI Wallet can be used: Maria, an EU citizen, needs to access healthcare services in another EU country. Using her EUDI Wallet, she logs in with her secure credentials. The healthcare provider requests her health insurance information, and Maria consents to share it through the wallet. The EUDI Wallet securely transmits her insurance details, allowing the provider to validate and authorize her access to services. This seamless process ensures that Maria receives the necessary healthcare without any physical paperwork, showcasing the EUDI Wallet's efficiency in managing identity verification, secure data sharing, and cross-border access. +Example: The following narrative is ficticius example that can help to understand how EUDI Wallet can be used: Maria, an EU citizen, needs to access healthcare services in another EU country. Using her EUDI Wallet, she logs in with her secure credentials. The healthcare provider requests her health insurance information, and Maria consents to share it through the wallet. The EUDI Wallet securely transmits her insurance details, allowing the provider to validate and authorize her access to services. This seamless process ensures that Maria receives the necessary healthcare without any physical paperwork, showcasing the EUDI Wallet's efficiency in managing identity verification, secure data sharing, and cross-border access. Publisher: European Commission @@ -25157,7 +25157,7 @@ Realises: http://data.europa.eu/dr8/IdentificationApplicationService <dcterms:identifier>http://data.europa.eu/dr8/E-ArchivingApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[e-Archiving (copy)]]></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. + <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. Source: ISA2 - EIA Action @@ -25561,9 +25561,9 @@ Realises: http://data.europa.eu/dr8/DigitalSolutionApplicationService <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. + <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. -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: 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 @@ -26256,7 +26256,7 @@ LOST view: Technical view - application Viewpoint: Interoperability Security viewpoint -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. +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 @@ -26372,7 +26372,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -26600,7 +26600,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -26747,7 +26747,7 @@ Specialises: http://data.europa.eu/dr8/DataManagementApplicationService <dcterms:identifier>http://data.europa.eu/dr8/DataspaceConnectorProviderApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Dataspace Connector Provider]]></skos:prefLabel> <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> - <skos:definition xml:lang="en"><![CDATA[Definition: Dataspace 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 xml:lang="en"><![CDATA[Definition: Dataspace 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 @@ -26759,7 +26759,7 @@ Interoperability Dimension: Behavioral IoP LOST view: TVA-Functional Architecture Principles -Interoperability Saliency: The Dataspace 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. +Interoperability Saliency: The Dataspace 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 @@ -26994,7 +26994,7 @@ Interoperability Dimension: Structural IoP 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. +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/DataPersistenceApplicationService @@ -27247,7 +27247,7 @@ Interoperability Dimension: Behavioral IoP 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. +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/DataPersistenceApplicationService @@ -27291,7 +27291,7 @@ Interoperability Layer: TechnicalApplication <dcterms:identifier>http://data.europa.eu/dr8/DataspaceApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Dataspace]]></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. + <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 @@ -27303,7 +27303,7 @@ Interoperability Dimension: Structural IoP LOST view: TVA-Data Space Enablers [Motivation] -Interoperability Saliency: The Dataspace 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. +Interoperability Saliency: The Dataspace 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 @@ -27472,7 +27472,7 @@ Specialises: http://data.europa.eu/dr8/DigitalSolutionApplicationService <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. + <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 @@ -27486,7 +27486,7 @@ Interoperability Dimension: Structural IoP LOST view: Technical view - application -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. +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. Identifier: http://data.europa.eu/dr8/BlockchainApplicationService @@ -27702,7 +27702,7 @@ Realises: http://data.europa.eu/dr8/DigitalSolutionApplicationService <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: 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 @@ -27776,7 +27776,7 @@ Interoperability Dimension: Behavioral IoP LOST view: TVA-Functional Architecture Principles -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. +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 @@ -27984,7 +27984,7 @@ Specialises: http://data.europa.eu/dr8/E-ArchivingApplicationService <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> <skos:definition xml:lang="en"><![CDATA[Description: The European Digital Identity (EUDI) Wallet is a secure digital tool designed to be available to all EU citizens, residents, and businesses, enabling them to access a variety of public and private digital services across the EU. Users have full control over their identity data and certificates, deciding what information to share. It ensures privacy and facilitates secure, interoperable digital interactions within the EU. The framework is developed with input from EU Member States, adhering to common standards and technical specifications to ensure consistency and reliability. -Example: The following narrative is ficticius example that can help to understand how EUDI Wallet can be used: Maria, an EU citizen, needs to access healthcare services in another EU country. Using her EUDI Wallet, she logs in with her secure credentials. The healthcare provider requests her health insurance information, and Maria consents to share it through the wallet. The EUDI Wallet securely transmits her insurance details, allowing the provider to validate and authorize her access to services. This seamless process ensures that Maria receives the necessary healthcare without any physical paperwork, showcasing the EUDI Wallet's efficiency in managing identity verification, secure data sharing, and cross-border access. +Example: The following narrative is ficticius example that can help to understand how EUDI Wallet can be used: Maria, an EU citizen, needs to access healthcare services in another EU country. Using her EUDI Wallet, she logs in with her secure credentials. The healthcare provider requests her health insurance information, and Maria consents to share it through the wallet. The EUDI Wallet securely transmits her insurance details, allowing the provider to validate and authorize her access to services. This seamless process ensures that Maria receives the necessary healthcare without any physical paperwork, showcasing the EUDI Wallet's efficiency in managing identity verification, secure data sharing, and cross-border access. Publisher: European Commission @@ -27998,7 +27998,7 @@ Last modification: 2024-01-28 Identifier: http://data.europa.eu/dr8/egovera/EUDIWalletApplicationService -Name: EUDI Wallet +Name: EUDI Wallet Interoperability Layer: TechnicalApplication @@ -28034,7 +28034,7 @@ Realises: http://data.europa.eu/dr8/IdentificationApplicationService <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: 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 @@ -28177,7 +28177,7 @@ Interoperability Dimension: Behavioral IoP 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. +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 @@ -28221,7 +28221,7 @@ Interoperability Layer: TechnicalApplication <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. + <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. @@ -28351,7 +28351,7 @@ Source: ISA2 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 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/ +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/ Interoperability Dimension: Structural IoP @@ -29161,7 +29161,7 @@ Interoperability Layer: TechnicalApplication <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> <skos:definition xml:lang="en"><![CDATA[Description: The EBSI Wallet for Holders is designed to empower users by allowing them to manage their Verifiable Credentials (VCs) efficiently and securely. Under the EBSI (European Blockchain Services Infrastructure) Verifiable Credentials exchange framework, the Wallet for Holders offers a suite of functionalities that cater specifically to the needs of credential holders. Request Issuance of Verifiable Credentials: Users can initiate requests for the issuance of VCs from trusted issuers. This functionality ensures that individuals can easily obtain credentials that validate their identity, qualifications, or other attributes. -Example: The following narrative is ficticius example that can help to understand how EUDI Wallet can be used: Maria, an EU citizen, needs to access healthcare services in another EU country. Using her EUDI Wallet, she logs in with her secure credentials. The healthcare provider requests her health insurance information, and Maria consents to share it through the wallet. The EUDI Wallet securely transmits her insurance details, allowing the provider to validate and authorize her access to services. This seamless process ensures that Maria receives the necessary healthcare without any physical paperwork, showcasing the EUDI Wallet's efficiency in managing identity verification, secure data sharing, and cross-border access. +Example: The following narrative is ficticius example that can help to understand how EUDI Wallet can be used: Maria, an EU citizen, needs to access healthcare services in another EU country. Using her EUDI Wallet, she logs in with her secure credentials. The healthcare provider requests her health insurance information, and Maria consents to share it through the wallet. The EUDI Wallet securely transmits her insurance details, allowing the provider to validate and authorize her access to services. This seamless process ensures that Maria receives the necessary healthcare without any physical paperwork, showcasing the EUDI Wallet's efficiency in managing identity verification, secure data sharing, and cross-border access. Publisher: European Commission @@ -29329,7 +29329,7 @@ Interoperability Dimension: Behavioral IoP 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. +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 @@ -29377,7 +29377,7 @@ Interoperability Layer: TechnicalApplication <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> <skos:definition xml:lang="en"><![CDATA[Definition: e-Seal Verification and Validation Service ABB is an Application Service enabling 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. -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: 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) @@ -29451,7 +29451,7 @@ EIRA concept: eira:SolutionBuildingBlock Last modification: 2024-05-07 -dct:identifier: http://data.europa.eu/dr8/egovera/QuartzSchedulerApplicationService +dct:identifier: http://data.europa.eu/dr8/egovera/QuartzSchedulerApplicationService dct:title: Quartz Scheduler Application Service @@ -29653,7 +29653,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -29702,7 +29702,7 @@ Interoperability Layer: TechnicalApplication <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. -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: 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 @@ -29763,7 +29763,7 @@ Interoperability Layer: TechnicalApplication <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. + <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. Source: ISA2 - EIA Action @@ -29953,7 +29953,7 @@ Specialises: http://data.europa.eu/dr8/DigitalSolutionApplicationService <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: CEF Automated Translation Source reference: https://ec.europa.eu/digital-single-market/en/news/tools-and-resources-cef-automated-translation @@ -30051,9 +30051,9 @@ Realises: http://data.europa.eu/dr8/DataExchangeApplicationService <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. + <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. -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: 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 @@ -30067,7 +30067,7 @@ LOST view: Technical view - application Viewpoint: Interoperability Security viewpoint -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. +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 @@ -30230,7 +30230,7 @@ Interoperability Dimension: Structural IoP 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. +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. Identifier: http://data.europa.eu/dr8/AccountingApplicationService @@ -30464,7 +30464,7 @@ LOST view: Technical view - application Viewpoint: Interoperability Security viewpoint -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. +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 @@ -31100,7 +31100,7 @@ Specialises: http://data.europa.eu/dr8/DigitalSolutionApplicationService <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: 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 @@ -31229,7 +31229,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -31435,30 +31435,30 @@ Realises: http://data.europa.eu/dr8/DigitalSolutionApplicationService <dcterms:identifier>http://data.europa.eu/dr8/egovera/MicrometerApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Micrometer]]></skos:prefLabel> <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> - <skos:definition xml:lang="en"><![CDATA[Description: Micrometer is an open-source dimensional metrics instrumentation library for microservices and other applications. It provides a simple and consistent API for collecting application metrics, such as response times, error rates, and throughput, from various monitoring systems. Micrometer supports a wide range of monitoring systems, including Prometheus, Graphite, InfluxDB, and more, allowing developers to choose the system that best fits their needs. - -Additional information: Micrometer simplifies the process of instrumenting code to collect metrics, making it easier to monitor and analyze the performance and behavior of applications. It offers a vendor-neutral abstraction layer that decouples the application code from the underlying monitoring system. This allows developers to switch between monitoring systems without modifying their code. Micrometer provides a rich set of features, including support for timers, counters, gauges, histograms, and distribution summaries. It also offers advanced capabilities like dimensional metrics, which enable tagging and filtering of metrics based on custom dimensions. By using Micrometer, developers can gain valuable insights into their applications' performance, identify bottlenecks, and make data-driven decisions to optimize their systems. - -Example: An example of using Micrometer is to instrument a microservice to collect response time metrics. By adding a few lines of code, developers can measure the time taken by different parts of the service, such as database queries, external API calls, or specific methods. These metrics can then be visualized and analyzed using a monitoring system like Prometheus or Graphite. This helps in identifying slow-performing components, detecting anomalies, and optimizing the overall system performance. - -Publisher: Micrometer GitHub Repository - -Source: https://github.com/micrometer-metrics/micrometer - -LOST view: TVA-Observability and Monitoring Enablers [Motivation] - -Identifier: http://data.europa.eu/dr8/egovera/MicrometerApplicationService - -EIRA traceability: eira:DigitalSolutionApplicationService - -EIRA concept: eira:SolutionBuildingBlock - -Last modification: 2023-07-20 - -dct:identifier: http://data.europa.eu/dr8/egovera/MicrometerApplicationService - -dct:title: Micrometer Application Service - + <skos:definition xml:lang="en"><![CDATA[Description: Micrometer is an open-source dimensional metrics instrumentation library for microservices and other applications. It provides a simple and consistent API for collecting application metrics, such as response times, error rates, and throughput, from various monitoring systems. Micrometer supports a wide range of monitoring systems, including Prometheus, Graphite, InfluxDB, and more, allowing developers to choose the system that best fits their needs. + +Additional information: Micrometer simplifies the process of instrumenting code to collect metrics, making it easier to monitor and analyze the performance and behavior of applications. It offers a vendor-neutral abstraction layer that decouples the application code from the underlying monitoring system. This allows developers to switch between monitoring systems without modifying their code. Micrometer provides a rich set of features, including support for timers, counters, gauges, histograms, and distribution summaries. It also offers advanced capabilities like dimensional metrics, which enable tagging and filtering of metrics based on custom dimensions. By using Micrometer, developers can gain valuable insights into their applications' performance, identify bottlenecks, and make data-driven decisions to optimize their systems. + +Example: An example of using Micrometer is to instrument a microservice to collect response time metrics. By adding a few lines of code, developers can measure the time taken by different parts of the service, such as database queries, external API calls, or specific methods. These metrics can then be visualized and analyzed using a monitoring system like Prometheus or Graphite. This helps in identifying slow-performing components, detecting anomalies, and optimizing the overall system performance. + +Publisher: Micrometer GitHub Repository + +Source: https://github.com/micrometer-metrics/micrometer + +LOST view: TVA-Observability and Monitoring Enablers [Motivation] + +Identifier: http://data.europa.eu/dr8/egovera/MicrometerApplicationService + +EIRA traceability: eira:DigitalSolutionApplicationService + +EIRA concept: eira:SolutionBuildingBlock + +Last modification: 2023-07-20 + +dct:identifier: http://data.europa.eu/dr8/egovera/MicrometerApplicationService + +dct:title: Micrometer Application Service + ]]></skos:definition> <egovera:MicrometerApplicationService_Properties /> </skos:Concept> @@ -31592,7 +31592,7 @@ Realises: http://data.europa.eu/dr8/DigitalSolutionApplicationService <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: DAMA Source reference: http://www.dama.org/ @@ -31826,7 +31826,7 @@ Specialises: http://data.europa.eu/dr8/DigitalSolutionApplicationService <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 -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: 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 @@ -31899,7 +31899,7 @@ Interoperability Dimension: Structural IoP LOST view: TVA-Identification and Access Enablers [Motivation] -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. +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/IdentityManagementApplicationService @@ -32131,7 +32131,7 @@ Realises: http://data.europa.eu/dr8/DigitalSolutionApplicationService <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> <skos:definition xml:lang="en"><![CDATA[Description: The EBSI Wallet for Verifiers is tailored to meet the needs of organizations, such as companies, universities, and other entities, that require a reliable and efficient method to verify the authenticity of Verifiable Credentials (VCs) presented by holders. Under the EBSI (European Blockchain Services Infrastructure) Verifiable Credentials exchange framework, this wallet type ensures that credentials are valid, trustworthy, and compliant with established standards. -Example: The following narrative is ficticius example that can help to understand how EUDI Wallet can be used: Maria, an EU citizen, needs to access healthcare services in another EU country. Using her EUDI Wallet, she logs in with her secure credentials. The healthcare provider requests her health insurance information, and Maria consents to share it through the wallet. The EUDI Wallet securely transmits her insurance details, allowing the provider to validate and authorize her access to services. This seamless process ensures that Maria receives the necessary healthcare without any physical paperwork, showcasing the EUDI Wallet's efficiency in managing identity verification, secure data sharing, and cross-border access. +Example: The following narrative is ficticius example that can help to understand how EUDI Wallet can be used: Maria, an EU citizen, needs to access healthcare services in another EU country. Using her EUDI Wallet, she logs in with her secure credentials. The healthcare provider requests her health insurance information, and Maria consents to share it through the wallet. The EUDI Wallet securely transmits her insurance details, allowing the provider to validate and authorize her access to services. This seamless process ensures that Maria receives the necessary healthcare without any physical paperwork, showcasing the EUDI Wallet's efficiency in managing identity verification, secure data sharing, and cross-border access. Publisher: European Commission @@ -32256,7 +32256,7 @@ Interoperability Dimension: Behavioral IoP 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. +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 @@ -32307,7 +32307,7 @@ Source: ISA2 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 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/ +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/ Interoperability Dimension: Behavioral IoP @@ -32637,7 +32637,7 @@ Using Office 365 or G Suite to access a comprehensive set of tools that support <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: EUI Source reference: https://www.eui.eu/ServicesAndAdmin/CommunicationsService/WebUnit/Web-CMS @@ -32697,7 +32697,7 @@ Interoperability Layer: TechnicalApplication <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. + <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 @@ -32709,7 +32709,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -32813,7 +32813,7 @@ Specialises: http://data.europa.eu/dr8/E-ArchivingApplicationService <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: EIFv2 Source reference: http://ec.europa.eu/isa/documents/isa_annex_ii_eif_en.pdf @@ -33138,7 +33138,7 @@ Interoperability Dimension: Behavioral IoP LOST view: TVA-Data Space Enablers [Motivation] -Interoperability Saliency: The Dataspace 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. +Interoperability Saliency: The Dataspace 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 @@ -33204,7 +33204,7 @@ Interoperability Layer: TechnicalApplication <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: EUI Source reference: https://www.eui.eu/ServicesAndAdmin/CommunicationsService/WebUnit/Web-CMS @@ -33263,7 +33263,7 @@ Interoperability Layer: TechnicalApplication <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: EIFv2 Source reference: http://ec.europa.eu/isa/documents/isa_annex_ii_eif_en.pdf @@ -33327,7 +33327,7 @@ Interoperability Layer: TechnicalApplication <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: Eurostat Data Validation Source reference: http://ec.europa.eu/eurostat/data/data-validation @@ -33614,7 +33614,7 @@ Interoperability Layer: TechnicalApplication <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: CSRC Source reference: https://csrc.nist.gov/glossary/term/integrity_verification @@ -33626,7 +33626,7 @@ LOST view: Technical view - application Viewpoint: Interoperability Security viewpoint -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. +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 @@ -33775,9 +33775,9 @@ Realises: http://data.europa.eu/dr8/E-SignatureCreationApplicationService <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 + <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 -Source: ITIL v3 +Source: ITIL v3 Source reference: https://wiki.en.it-processmaps.com/index.php/Access_Management @@ -33791,7 +33791,7 @@ LOST view: Technical view - application Viewpoint: Interoperability Security viewpoint -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" +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 @@ -33841,7 +33841,7 @@ Interoperability Layer: TechnicalApplication <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. + <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 @@ -33853,7 +33853,7 @@ Interoperability Dimension: Behavioral IoP 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. +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 @@ -34011,7 +34011,7 @@ Specialises: http://data.europa.eu/dr8/DigitalSolutionApplicationService <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. -Source: W3C +Source: W3C Source reference: https://www.w3.org/TR/ws-arch/ @@ -34069,7 +34069,7 @@ Interoperability Layer: TechnicalApplication <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: DAMA Source reference: http://www.dama.org/ @@ -34184,22 +34184,22 @@ Realises: http://data.europa.eu/dr8/DigitalSolutionApplicationService <dcterms:identifier>http://data.europa.eu/dr8/OpenSearchApplicationService</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[OpenSearch]]></skos:prefLabel> <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> - <skos:definition xml:lang="en"><![CDATA[Definition: OpenSearch is the flexible, scalable, open-source way to build solutions for data-intensive applications. Explore, enrich, and visualize your data with built-in performance, developer-friendly tools, and powerful integrations for machine learning, data processing, and more. - -Source: OpenSearch - -eira:iopDimension: Behavioural IoP - -LOST view: TVA-Observability and Monitoring Enablers [Traceability] - -Identifier: http://data.europa.eu/dr8/OpenSearchApplicationService - -eira:ID: http://data.europa.eu/dr8/OpenSearchApplicationService - -ABB name: eiraOpenSearchApplicationService - -EIRA concept: eira:SolutionsBuildingBlock - + <skos:definition xml:lang="en"><![CDATA[Definition: OpenSearch is the flexible, scalable, open-source way to build solutions for data-intensive applications. Explore, enrich, and visualize your data with built-in performance, developer-friendly tools, and powerful integrations for machine learning, data processing, and more. + +Source: OpenSearch + +eira:iopDimension: Behavioural IoP + +LOST view: TVA-Observability and Monitoring Enablers [Traceability] + +Identifier: http://data.europa.eu/dr8/OpenSearchApplicationService + +eira:ID: http://data.europa.eu/dr8/OpenSearchApplicationService + +ABB name: eiraOpenSearchApplicationService + +EIRA concept: eira:SolutionsBuildingBlock + Last modification: 2024/04/14]]></skos:definition> <eira:OpenSearchApplicationService_Properties /> </skos:Concept> @@ -34589,7 +34589,7 @@ Interoperability Layer: TechnicalApplication <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: Inspired in Gartner Source reference: https://www.gartner.com/en/information-technology/glossary/application-programming-interface @@ -34651,7 +34651,7 @@ Interoperability Layer: TechnicalApplication <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: Eurostat Data Validation Source reference: http://ec.europa.eu/eurostat/data/data-validation @@ -35030,9 +35030,9 @@ Realises: http://data.europa.eu/dr8/ControlledVocabularyDataObject <dcterms:identifier>http://data.europa.eu/dr8/DataDataObject</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. + <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. -Source: ISO-IEC-2382-1 * 1993 * +Source: ISO-IEC-2382-1 * 1993 * Source reference: https://www.iso.org/obp/ui/#iso:std:iso-iec:2382:ed-1:v1:en @@ -35143,7 +35143,7 @@ Realises: http://data.europa.eu/dr8/ReferenceData <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. + <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 @@ -35210,7 +35210,7 @@ Interoperability Layer: Semantic <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: Inspired in Science Direct Source reference: https://www.sciencedirect.com/topics/computer-science/formal-structure @@ -35477,7 +35477,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -35523,7 +35523,7 @@ Interoperability Layer: Semantic <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: H5PY Source reference: https://docs.h5py.org/en/stable/vds.html @@ -35585,7 +35585,7 @@ Interoperability Layer: Semantic Publisher: European Comission- Directive 2019/1024 -Source: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32019L1024 +Source: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32019L1024 LOST view: SV-Business Agnostic High Value Dataset @@ -35731,7 +35731,7 @@ Realises: http://data.europa.eu/dr8/ReferenceData Publisher: European Comission- Directive 2019/1024 -Source: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32019L1024 +Source: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32019L1024 LOST view: SV-Business Agnostic High Value Dataset @@ -35973,7 +35973,7 @@ Specialises: http://data.europa.eu/dr8/DataSetDataObject <dcterms:identifier>http://data.europa.eu/dr8/DatasetDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Dataset (copy)]]></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 + <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 @@ -36084,7 +36084,7 @@ Specialises: http://data.europa.eu/dr8/DataPolicyBusinessObject <dcterms:identifier>http://data.europa.eu/dr8/egovera/SEMICCoreVocabulariesDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[SEMIC Core Vocabularies]]></skos:prefLabel> <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> - <skos:definition xml:lang="en"><![CDATA[Description: The Core Vocabularies can be used by public administrations to attain a minimum level of semantic interoperability for e-Government systems. The Handbook explains how to (a) design new data models that extend the Core Vocabularies; and (b) map existing data models to the Core Vocabularies. + <skos:definition xml:lang="en"><![CDATA[Description: The Core Vocabularies can be used by public administrations to attain a minimum level of semantic interoperability for e-Government systems. The Handbook explains how to (a) design new data models that extend the Core Vocabularies; and (b) map existing data models to the Core Vocabularies. Publisher: European Comission @@ -36424,9 +36424,9 @@ Realises: http://data.europa.eu/dr8/DataSetCatalogueDataObject <dcterms:identifier>http://data.europa.eu/dr8/DataDataObject</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Data (copy)]]></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. + <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. -Source: ISO-IEC-2382-1 * 1993 * +Source: ISO-IEC-2382-1 * 1993 * Source reference: https://www.iso.org/obp/ui/#iso:std:iso-iec:2382:ed-1:v1:en @@ -37042,7 +37042,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -37531,7 +37531,7 @@ Realises: http://data.europa.eu/dr8/ReferenceData Publisher: European Comission- Directive 2019/1024 -Source: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32019L1024 +Source: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32019L1024 LOST view: SV-Business Agnostic High Value Dataset @@ -37673,7 +37673,7 @@ Realises: http://data.europa.eu/dr8/ReferenceData <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 + <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 @@ -37885,7 +37885,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -37936,7 +37936,7 @@ Interoperability Layer: Semantic <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. -Source: ISA2 - SEMIC Action +Source: ISA2 - SEMIC Action Source reference: https://joinup.ec.europa.eu/sites/default/files/methodology_and_tools_for_metadata_governance_and_management_for_eu_institutions.pdf @@ -38047,7 +38047,7 @@ Specialises: http://data.europa.eu/dr8/FormsStructureDataObject Publisher: European Comission- Directive 2019/1024 -Source: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32019L1024 +Source: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32019L1024 LOST view: SV-Business Agnostic High Value Dataset @@ -38248,7 +38248,7 @@ Realises: http://data.europa.eu/dr8/ControlledVocabularyDataObject <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: ISO Source reference: https://www.iso.org/obp/ui/#iso:std:iso:14817:-1:ed-1:v1:en:term:4.59 @@ -38755,7 +38755,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -38801,7 +38801,7 @@ Interoperability Layer: TechnicalApplication <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. -Source: W3C +Source: W3C Source reference: https://www.w3.org/2001/sw/Europe/events/20031113-storage/positions/rusher.html @@ -38811,7 +38811,7 @@ Interoperability Dimension: Structural IoP LOST view: Technical view - application -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. +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. Identifier: http://data.europa.eu/dr8/KnowledgeTriplestoreDataObject @@ -38857,7 +38857,7 @@ Interoperability Layer: TechnicalApplication <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: EIF Source reference: https://eur-lex.europa.eu/resource.html?uri=cellar:2c2f2554-0faf-11e7-8a35-01aa75ed71a1.0017.02/DOC_3&format=PDF @@ -38867,7 +38867,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -38925,7 +38925,7 @@ Interoperability Dimension: Structural IoP LOST view: Semantic view -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. +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. Identifier: http://data.europa.eu/dr8/DistributedLedgerDataObject @@ -39144,7 +39144,7 @@ Specialises: http://data.europa.eu/dr8/DataSetDataObject Publisher: European Comission- Directive 2019/1024 -Source: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32019L1024 +Source: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32019L1024 LOST view: SV-Business Agnostic High Value Dataset @@ -39409,7 +39409,7 @@ Interoperability Layer: Semantic Publisher: European Comission- Directive 2019/1024 -Source: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32019L1024 +Source: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32019L1024 LOST view: SV-Business Agnostic High Value Dataset @@ -39569,7 +39569,7 @@ EIRA concept: eira:SolutionBuildingBlock ABB name: eira:eDeliveryApplicationService -Additional information: eDelivery is one of the building blocks of Digital Europe. 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. eDelivery 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. +Additional information: eDelivery is one of the building blocks of Digital Europe. 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. eDelivery 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. Interoperability Dimension: Behavioral IoP @@ -39920,7 +39920,7 @@ Interoperability Dimension: Structural IoP 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. +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/PrivateNetworkCommunicationNetwork @@ -39976,7 +39976,7 @@ Interoperability Dimension: Structural IoP 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. +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/CloudPrivateNetworkCommunicationNetwork @@ -40189,7 +40189,7 @@ Interoperability Layer: TechnicalInfrastructure <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. + <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 @@ -40300,13 +40300,13 @@ Interoperability Layer: TechnicalInfrastructure <dcterms:identifier>http://data.europa.eu/dr8/SmartDeviceDevice</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. + <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: +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 @@ -40359,7 +40359,7 @@ Interoperability Layer: TechnicalInfrastructure <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. + <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 @@ -40367,7 +40367,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -40420,7 +40420,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -40465,7 +40465,7 @@ Interoperability Layer: TechnicalInfrastructure <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. + <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 @@ -40475,7 +40475,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -40576,7 +40576,7 @@ Interoperability Layer: TechnicalInfrastructure <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. + <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 @@ -40586,7 +40586,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -40644,7 +40644,7 @@ LOST view: Technical view - infrastructure Viewpoint: Interoperability Security viewpoint -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. +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/OnPremiseFacilityFacility @@ -40696,7 +40696,7 @@ 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 +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 Interoperability Dimension: Structural IoP @@ -40829,7 +40829,7 @@ Interoperability Dimension: Structural IoP 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. +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/CloudComputingFacilityFacility @@ -40937,9 +40937,9 @@ Interoperability Layer: TechnicalInfrastructure <dcterms:identifier>http://data.europa.eu/dr8/HybridCloudFacilityFacility</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. + <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 +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 @@ -40947,7 +40947,7 @@ Interoperability Dimension: Structural IoP 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. +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/HybridCloudFacilityFacility @@ -41117,7 +41117,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -41165,7 +41165,7 @@ Interoperability Layer: TechnicalInfrastructure <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 +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/ @@ -41224,7 +41224,7 @@ Source: Gartner Source reference: https://www.gartner.com/en/information-technology/glossary/edge-computing -Synonym: +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/ @@ -41232,7 +41232,7 @@ Interoperability Dimension: Structural IoP 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). +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 @@ -41284,7 +41284,7 @@ Source: Inspired in Archimate Source reference: https://pubs.opengroup.org/architecture/archimate3-doc/chap10.html -Synonym: +Synonym: Additional information: A technology interface specifies how the technology services of a technology internal active structure element can be accessed by other elements. A technology interface exposes a technology service to the environment. The same service may be exposed through different interfaces. @@ -41346,7 +41346,7 @@ Source: Inspired in Archimate Source reference: https://pubs.opengroup.org/architecture/archimate3-doc/chap10.html -Synonym: +Synonym: Additional information: A technology interface specifies how the technology services of a technology internal active structure element can be accessed by other elements. A technology interface exposes a technology service to the environment. The same service may be exposed through different interfaces. @@ -41529,7 +41529,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -41585,7 +41585,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -41698,7 +41698,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -41912,11 +41912,11 @@ Interoperability Layer: TechnicalInfrastructure <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: Inspired in referent cloud service providers -Source reference: +Source reference: -Synonym: +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 @@ -41924,7 +41924,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -42192,7 +42192,7 @@ Interoperability Layer: TechnicalInfrastructure <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. + <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 @@ -42472,7 +42472,7 @@ Interoperability Layer: TechnicalInfrastructure <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 +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 @@ -42531,9 +42531,9 @@ Source: Gartner Source reference: https://www.gartner.com/en/information-technology/glossary/gateway -Synonym: +Synonym: -Additional information: +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 @@ -42701,7 +42701,7 @@ Interoperability Layer: TechnicalInfrastructure <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: Gartner Source reference: https://www.gartner.com/en/information-technology/glossary/software-as-a-service-saas @@ -42872,7 +42872,7 @@ Source: Redhat Source reference: https://www.redhat.com/en/topics/cloud-native-apps/what-is-a-container-registry -Additional information: +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/ @@ -43040,7 +43040,7 @@ Interoperability Layer: TechnicalInfrastructure <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: Gartner Source reference: https://www.gartner.com/en/information-technology/glossary/platform-as-a-service-paas @@ -43050,7 +43050,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -43263,7 +43263,7 @@ Interoperability Layer: TechnicalInfrastructure <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 + <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 @@ -43801,7 +43801,7 @@ 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 +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 Interoperability Dimension: Structural IoP @@ -43863,7 +43863,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -43907,7 +43907,7 @@ Interoperability Layer: TechnicalInfrastructure <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 + <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 @@ -44085,7 +44085,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -45020,7 +45020,7 @@ The IDS-RAM is not a software or a product, but a set of guidelines and standard Source: EIRA Team research -Additional information: The Data Spaces Business Alliance is a global initiative established by a group of leading technology companies, including Atos, Dell Technologies, Google Cloud, IBM, Intel, Microsoft, and SAP. The alliance aims to create a trusted and secure data sharing environment that enables businesses to collaborate and innovate through shared data spaces. +Additional information: The Data Spaces Business Alliance is a global initiative established by a group of leading technology companies, including Atos, Dell Technologies, Google Cloud, IBM, Intel, Microsoft, and SAP. The alliance aims to create a trusted and secure data sharing environment that enables businesses to collaborate and innovate through shared data spaces. The Data Spaces Business Alliance is built on the principle of data sovereignty, which means that organizations maintain control over their data, even when it is shared or combined with data from other organizations. This is achieved through the use of secure and standardized technologies that ensure data privacy and security. @@ -45092,7 +45092,7 @@ Interoperability Layer: N/A 7. Cisco and NetApp: Cisco and NetApp have formed a business alliance to deliver a portfolio of integrated solutions designed to simplify and modernize IT and deliver enhanced data management capabilities. The partnership combines the innovation of Cisco UCS Integrated Infrastructure with the simplicity of NetApp data services.]]></skos:example> <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> - <skos:note><![CDATA[The Data Spaces Business Alliance is a global initiative established by a group of leading technology companies, including Atos, Dell Technologies, Google Cloud, IBM, Intel, Microsoft, and SAP. The alliance aims to create a trusted and secure data sharing environment that enables businesses to collaborate and innovate through shared data spaces. + <skos:note><![CDATA[The Data Spaces Business Alliance is a global initiative established by a group of leading technology companies, including Atos, Dell Technologies, Google Cloud, IBM, Intel, Microsoft, and SAP. The alliance aims to create a trusted and secure data sharing environment that enables businesses to collaborate and innovate through shared data spaces. The Data Spaces Business Alliance is built on the principle of data sovereignty, which means that organizations maintain control over their data, even when it is shared or combined with data from other organizations. This is achieved through the use of secure and standardized technologies that ensure data privacy and security. @@ -45151,7 +45151,7 @@ Interoperability Layer: N/A <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. + <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 @@ -45454,7 +45454,7 @@ Interoperability Layer: Legal <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. + <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. @@ -45574,7 +45574,7 @@ Interoperability Layer: N/A <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: Europarl Source reference: https://www.europarl.europa.eu/RegData/etudes/IDAN/2018/614502/IPOL_IDA(2018)614502_EN.pdf @@ -45630,7 +45630,7 @@ Interoperability Layer: Organisational <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. + <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 @@ -46399,7 +46399,7 @@ Source: ISO/IEC/IEEE 42010:2022 Source reference: https://www.iso.org/standard/74393.html -Additional information: The application of service monitoring tools is a decision in IT architecture that involves the use of software tools to monitor and manage the performance of IT services. These tools are designed to provide real-time visibility into the performance of IT systems, applications, and infrastructure, allowing IT teams to quickly identify and resolve issues before they impact end-users. Service monitoring tools typically include features such as performance monitoring, event management, and alerting, which enable IT teams to proactively manage and optimize IT services. By using these tools, IT teams can improve service availability, reduce downtime, and enhance the overall user experience. The decision to implement service monitoring tools requires careful consideration of factors such as the organization's IT infrastructure, the complexity of its IT services, and the level of support required. It also involves selecting the right tools that are compatible with the organization's existing IT systems and can provide the necessary level of visibility and control. +Additional information: The application of service monitoring tools is a decision in IT architecture that involves the use of software tools to monitor and manage the performance of IT services. These tools are designed to provide real-time visibility into the performance of IT systems, applications, and infrastructure, allowing IT teams to quickly identify and resolve issues before they impact end-users. Service monitoring tools typically include features such as performance monitoring, event management, and alerting, which enable IT teams to proactively manage and optimize IT services. By using these tools, IT teams can improve service availability, reduce downtime, and enhance the overall user experience. The decision to implement service monitoring tools requires careful consideration of factors such as the organization's IT infrastructure, the complexity of its IT services, and the level of support required. It also involves selecting the right tools that are compatible with the organization's existing IT systems and can provide the necessary level of visibility and control. Example: Network Optimization: Decision: Set-up a monitoring tool (like Prometheus or similar). @@ -48369,7 +48369,7 @@ Specialises: http://data.europa.eu/dr8/DigitalSolutionArchitectureDecisionGoal <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: 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 @@ -48857,7 +48857,7 @@ Source: ISO/IEC/IEEE 42010:2022 Source reference: https://www.iso.org/standard/74393.html -Additional information: Caching strategy is a concept in IT architecture that involves the use of caching mechanisms to improve the performance of applications and systems. Caching involves storing frequently accessed data in a cache, which is a temporary storage area that is closer to the application or system than the original data source. This reduces the time it takes to access the data, thereby improving the overall performance of the application or system. +Additional information: Caching strategy is a concept in IT architecture that involves the use of caching mechanisms to improve the performance of applications and systems. Caching involves storing frequently accessed data in a cache, which is a temporary storage area that is closer to the application or system than the original data source. This reduces the time it takes to access the data, thereby improving the overall performance of the application or system. Example: Caching Mechanism: Decision: Implementing a distributed caching mechanism, such as Redis or Memcached, to improve response times and reduce database load. @@ -50468,7 +50468,7 @@ Source: ISO/IEC/IEEE 42010:2022 Source reference: https://www.iso.org/standard/74393.html -Additional information: Performance testing and tuning is a decision of IT architecture that involves assessing the behavior of a system or application under different conditions and identifying areas where improvements can be made. This process helps to ensure that the system or application can handle the expected workload and provide a satisfactory user experience. Performance testing and tuning can involve a range of techniques, including load testing, stress testing, and capacity planning. It is an ongoing process that requires regular monitoring and adjustment to ensure optimal performance. +Additional information: Performance testing and tuning is a decision of IT architecture that involves assessing the behavior of a system or application under different conditions and identifying areas where improvements can be made. This process helps to ensure that the system or application can handle the expected workload and provide a satisfactory user experience. Performance testing and tuning can involve a range of techniques, including load testing, stress testing, and capacity planning. It is an ongoing process that requires regular monitoring and adjustment to ensure optimal performance. Example: Performance Testing and Tuning: Decision: Conducting performance testing and tuning exercises regularly to identify bottlenecks and optimize system performance. @@ -51374,13 +51374,13 @@ Specialises: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple <dcterms:identifier>http://data.europa.eu/2sa/elap/security-design</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[Security by Design]]></skos:prefLabel> <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> - <skos:definition xml:lang="en"><![CDATA[Definition: Security by design refers to one of the prime principles found in any standard and in any practice throughout the whole of IT. + <skos:definition xml:lang="en"><![CDATA[Definition: Security by design refers to one of the prime principles found in any standard and in any practice throughout the whole of IT. Source: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/2-underlying-principles-european-public-services#2.4 Additional information: Security by design encompasses 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. -Security by design (or secure by design), sometimes abbreviated “SbD,†is a new industry term for a range of security practices built on one fundamental idea — that security should be built into a product by design, instead of being added on later by third-party products and services. +Security by design (or secure by design), sometimes abbreviated “SbD,†is a new industry term for a range of security practices built on one fundamental idea — that security should be built into a product by design, instead of being added on later by third-party products and services. The European Interoperability Framework 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. LOST view: TVA-Functional Architecture Principles @@ -51430,7 +51430,7 @@ Specialises: http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPr <skos:definition><![CDATA[Security by design refers to one of the prime principles found in any standard and in any practice throughout the whole of IT.]]></skos:definition> <skos:note><![CDATA[Security by design encompasses 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. -Security by design (or secure by design), sometimes abbreviated “SbD,†is a new industry term for a range of security practices built on one fundamental idea — that security should be built into a product by design, instead of being added on later by third-party products and services. +Security by design (or secure by design), sometimes abbreviated “SbD,†is a new industry term for a range of security practices built on one fundamental idea — that security should be built into a product by design, instead of being added on later by third-party products and services. The European Interoperability Framework 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:note> </skos:Concept> <skos:Concept rdf:about="http://data.europa.eu/dr8/egovera/ConsumerProtectionPrinciple"> @@ -51694,7 +51694,7 @@ Source: EUROPEAN COMMISSION CLOUD STRATEGY Cloud as an enabler for the European Source reference: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwj107ORv7v2AhX5gP0HHe4IBNwQFnoECBgQAQ&url=https%3A%2F%2Fec.europa.eu%2Finfo%2Fsites%2Fdefault%2Ffiles%2Fec_cloud_strategy.pdf&usg=AOvVaw09VDKvW8wCRo5ELg3gwH9C -Additional information: It is relevant for the success of Digital Public Services to select the deployment methodologies that fit the needs of the administration and stakeholders (citizens and businesses). +Additional information: It is relevant for the success of Digital Public Services to select the deployment methodologies that fit the needs of the administration and stakeholders (citizens and businesses). European Commission cloud strategy: "Cloud-first with a secure hybrid multi-cloud service offering". Cloud-first means that systems should rather be conceived in such a way that they can benefit from the advantages of cloud based delivery models, which exist both on premise and in the public cloud. The choice of architecture, especially of on premise and/or public cloud, will depend on the advantages, constraints and risks for a specific system. So it does not mean that all systems should go to the public cloud. LOST view: Architecture Principles view @@ -51707,7 +51707,7 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2024-01-17 -Name: Deployment fit (Cloud-first approach) +Name: Deployment fit (Cloud-first approach) Interoperability Layer: N/A @@ -51726,7 +51726,7 @@ Specialises: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple <dcterms:title><![CDATA[Deployment fit (Cloud-first approach)]]></dcterms:title> <eira:PURI>http://data.europa.eu/2sa/elap/deployment-fit-cloud-first-approach</eira:PURI> <dcterms:modified>2024-01-17</dcterms:modified> - <skos:note><![CDATA[It is relevant for the success of Digital Public Services to select the deployment methodologies that fit the needs of the administration and stakeholders (citizens and businesses). + <skos:note><![CDATA[It is relevant for the success of Digital Public Services to select the deployment methodologies that fit the needs of the administration and stakeholders (citizens and businesses). European Commission cloud strategy: "Cloud-first with a secure hybrid multi-cloud service offering". Cloud-first means that systems should rather be conceived in such a way that they can benefit from the advantages of cloud based delivery models, which exist both on premise and in the public cloud. The choice of architecture, especially of on premise and/or public cloud, will depend on the advantages, constraints and risks for a specific system. So it does not mean that all systems should go to the public cloud.]]></skos:note> <eira:definitionSource><![CDATA[EUROPEAN COMMISSION CLOUD STRATEGY Cloud as an enabler for the European Commission Digital Strategy]]></eira:definitionSource> <eira:definitionSourceReference><![CDATA[https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwj107ORv7v2AhX5gP0HHe4IBNwQFnoECBgQAQ&url=https%3A%2F%2Fec.europa.eu%2Finfo%2Fsites%2Fdefault%2Ffiles%2Fec_cloud_strategy.pdf&usg=AOvVaw09VDKvW8wCRo5ELg3gwH9C]]></eira:definitionSourceReference> @@ -51747,12 +51747,12 @@ Source: \"The neo-Weberian state: From ideal type model to reality?\" by UCL Ins Source reference: https://www.ucl.ac.uk/bartlett/public-purpose/sites/bartlett_public_purpose/files/bouckaert_g._2022_the_neo-weberian_state_from_ideal_type_model_to_reality_0.pdf -Additional information: NWS is a hierarchy-driven system within a hierarchy-market-network space. This NWS (based and driven by hierarchy) then moved to one of the normative reform models. +Additional information: NWS is a hierarchy-driven system within a hierarchy-market-network space. This NWS (based and driven by hierarchy) then moved to one of the normative reform models. -The Neo-Weberian-State approach is focused an aimed to ensure three main core principles, that are specifically relevant to the development of eGovernment and societies: inclusive and equitable service delivery, resilient crises governance, and effective innovation for government and society. +The Neo-Weberian-State approach is focused an aimed to ensure three main core principles, that are specifically relevant to the development of eGovernment and societies: inclusive and equitable service delivery, resilient crises governance, and effective innovation for government and society. -The application of the principle or the work towards the approach is a key enabler for digital and healthy societies, where users and the overall society is taken into account, and put on the focus on the development of Digital Public Services. -The UCL Institute for Innovation and Public Purpose is focused on the development and research of how digital platforms and services can improve societies. +The application of the principle or the work towards the approach is a key enabler for digital and healthy societies, where users and the overall society is taken into account, and put on the focus on the development of Digital Public Services. +The UCL Institute for Innovation and Public Purpose is focused on the development and research of how digital platforms and services can improve societies. LOST view: TVA-Governance Architecture Principles @@ -51786,11 +51786,11 @@ Specialises: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple <dcterms:title><![CDATA[Neo-Weberian-State approach (NWS)]]></dcterms:title> <eira:PURI>http://data.europa.eu/2sa/elap/neo-weberian-state-approach</eira:PURI> <dcterms:modified>2024-01-17</dcterms:modified> - <skos:note><![CDATA[NWS is a hierarchy-driven system within a hierarchy-market-network space. This NWS (based and driven by hierarchy) then moved to one of the normative reform models. + <skos:note><![CDATA[NWS is a hierarchy-driven system within a hierarchy-market-network space. This NWS (based and driven by hierarchy) then moved to one of the normative reform models. -The Neo-Weberian-State approach is focused an aimed to ensure three main core principles, that are specifically relevant to the development of eGovernment and societies: inclusive and equitable service delivery, resilient crises governance, and effective innovation for government and society. +The Neo-Weberian-State approach is focused an aimed to ensure three main core principles, that are specifically relevant to the development of eGovernment and societies: inclusive and equitable service delivery, resilient crises governance, and effective innovation for government and society. -The application of the principle or the work towards the approach is a key enabler for digital and healthy societies, where users and the overall society is taken into account, and put on the focus on the development of Digital Public Services. +The application of the principle or the work towards the approach is a key enabler for digital and healthy societies, where users and the overall society is taken into account, and put on the focus on the development of Digital Public Services. The UCL Institute for Innovation and Public Purpose is focused on the development and research of how digital platforms and services can improve societies.]]></skos:note> <eira:definitionSource><![CDATA[\"The neo-Weberian state: From ideal type model to reality?\" by UCL Institute for Innovation and Public Purpose]]></eira:definitionSource> <eira:definitionSourceReference><![CDATA[https://www.ucl.ac.uk/bartlett/public-purpose/sites/bartlett_public_purpose/files/bouckaert_g._2022_the_neo-weberian_state_from_ideal_type_model_to_reality_0.pdf]]></eira:definitionSourceReference> @@ -51975,7 +51975,7 @@ Specialises: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple Source: European Union Location Framework (EULF) -Source reference: https://inspire.ec.europa.eu/eulf/31 +Source reference: https://inspire.ec.europa.eu/eulf/31 LOST view: TVA-Functional Architecture Principles @@ -52027,11 +52027,11 @@ Specialises: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple Source: https://joinup.ec.europa.eu/collection/nifo-national-interoperability-framework-observatory/2-underlying-principles-european-public-services#2.4 -Additional information: 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 clear affirmative action, signifies agreement to the processing of personal data relating to him or her. +Additional information: 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 clear affirmative action, signifies agreement to the processing of personal data relating to him or her. Additionally, it refers to ensuring that the vast amounts of citizens' personal data held and processed by public bodies are protected by complying with the applicable legal framework. -A relevant aspect to consider when focusing on the application of privacy is full compliance with GDPR Regulation. +A relevant aspect to consider when focusing on the application of privacy is full compliance with GDPR Regulation. The European Interoperability Framework 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. LOST view: TVA-Functional Architecture Principles @@ -52071,11 +52071,11 @@ Specialises: http://data.europa.eu/dr8/EuropeanLibraryofArchitecturePrinciplesPr <skos:related rdf:resource="http://data.europa.eu/2sa/elap/privacy" /> <dcterms:type>elap:privacy</dcterms:type> <dcterms:modified>2024-01-17</dcterms:modified> - <skos:note><![CDATA[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 clear affirmative action, signifies agreement to the processing of personal data relating to him or her. + <skos:note><![CDATA[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 clear affirmative action, signifies agreement to the processing of personal data relating to him or her. Additionally, it refers to ensuring that the vast amounts of citizens' personal data held and processed by public bodies are protected by complying with the applicable legal framework. -A relevant aspect to consider when focusing on the application of privacy is full compliance with GDPR Regulation. +A relevant aspect to consider when focusing on the application of privacy is full compliance with GDPR Regulation. The European Interoperability Framework 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:note> <dcterms:title><![CDATA[Privacy]]></dcterms:title> <skos:definition><![CDATA[Signifies the agreement to the processing of personal data related to an individual]]></skos:definition> @@ -52500,7 +52500,7 @@ Source: How the EU wants to achieve a circular economy by 2050 in News European Source reference: https://www.europarl.europa.eu/news/en/headlines/society/20210128STO96607/how-the-eu-wants-to-achieve-a-circular-economy-by-2050 -Additional information: At a critical stage for sustainable development in terms of climate change, and excess use of resources (economic, natural resources, etc), there is a need for the public administrations to use and establish relevant policies that help the reduction of general waste. +Additional information: At a critical stage for sustainable development in terms of climate change, and excess use of resources (economic, natural resources, etc), there is a need for the public administrations to use and establish relevant policies that help the reduction of general waste. Public administrations are the first link of the chain and need to be the example for society and businesses on taking care of the whole life cycle for technology products. Therefore, when planning and designing public services, this aspect needs to be included (from the design and implementation to the retirement) How the EU wants to achieve a circular economy by 2050 @@ -52535,7 +52535,7 @@ Specialises: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple <dcterms:title><![CDATA[Care from cradle to grave]]></dcterms:title> <eira:PURI>http://data.europa.eu/2sa/elap/care-cradle-grave</eira:PURI> <dcterms:modified>2024-01-17</dcterms:modified> - <skos:note><![CDATA[At a critical stage for sustainable development in terms of climate change, and excess use of resources (economic, natural resources, etc), there is a need for the public administrations to use and establish relevant policies that help the reduction of general waste. + <skos:note><![CDATA[At a critical stage for sustainable development in terms of climate change, and excess use of resources (economic, natural resources, etc), there is a need for the public administrations to use and establish relevant policies that help the reduction of general waste. Public administrations are the first link of the chain and need to be the example for society and businesses on taking care of the whole life cycle for technology products. Therefore, when planning and designing public services, this aspect needs to be included (from the design and implementation to the retirement) How the EU wants to achieve a circular economy by 2050]]></skos:note> @@ -52629,12 +52629,12 @@ Source: \"Towards a Reference Enterprise Architecture to enforce Digital Soverei Source reference: https://ris.utwente.nl/ws/portalfiles/portal/285489087/_Firdausy_2022_Towards_a_Reference_Enterprise_Architecture_to_enforce_Digital_Sovereignty_in_International_Data_Spaces.pdf -Additional information: The concept of data sovereignty is becoming more and more relevant while digital transformation advances. Digital Sovereignty is relevant in the context of digital public services because allows the control of which data is shared between parties. +Additional information: The concept of data sovereignty is becoming more and more relevant while digital transformation advances. Digital Sovereignty is relevant in the context of digital public services because allows the control of which data is shared between parties. -Under an environment compliant with data sovereignty, all stakeholders can manage the data they aim to provide. Therefore, when planning and designing public services, data sovereignty is a pillar to guarantee the rights and obligations of the different parties. +Under an environment compliant with data sovereignty, all stakeholders can manage the data they aim to provide. Therefore, when planning and designing public services, data sovereignty is a pillar to guarantee the rights and obligations of the different parties. -Nowadays, data spaces are gaining relevance and public administrations are putting efforts to focus on interoperability through the establishment of domain-specific data spaces. In this field, data sovereignty is specifically relevant and needs to be taken into account. -The University of Twente, specifically its Faculty of Behavioural, Management and Social Science is leading working groups and investigations on how e-Government can leverage new data paradigms can help to enhance the digital transformation and the relevance of digital public services by implementing Data Spaces. +Nowadays, data spaces are gaining relevance and public administrations are putting efforts to focus on interoperability through the establishment of domain-specific data spaces. In this field, data sovereignty is specifically relevant and needs to be taken into account. +The University of Twente, specifically its Faculty of Behavioural, Management and Social Science is leading working groups and investigations on how e-Government can leverage new data paradigms can help to enhance the digital transformation and the relevance of digital public services by implementing Data Spaces. LOST view: TVA-Functional Architecture Principles @@ -52669,11 +52669,11 @@ Specialises: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple <dcterms:title><![CDATA[Data Sovereignty]]></dcterms:title> <eira:PURI>http://data.europa.eu/2sa/elap/data-sovereignty</eira:PURI> <dcterms:modified>2024-01-17</dcterms:modified> - <skos:note><![CDATA[The concept of data sovereignty is becoming more and more relevant while digital transformation advances. Digital Sovereignty is relevant in the context of digital public services because allows the control of which data is shared between parties. + <skos:note><![CDATA[The concept of data sovereignty is becoming more and more relevant while digital transformation advances. Digital Sovereignty is relevant in the context of digital public services because allows the control of which data is shared between parties. -Under an environment compliant with data sovereignty, all stakeholders can manage the data they aim to provide. Therefore, when planning and designing public services, data sovereignty is a pillar to guarantee the rights and obligations of the different parties. +Under an environment compliant with data sovereignty, all stakeholders can manage the data they aim to provide. Therefore, when planning and designing public services, data sovereignty is a pillar to guarantee the rights and obligations of the different parties. -Nowadays, data spaces are gaining relevance and public administrations are putting efforts to focus on interoperability through the establishment of domain-specific data spaces. In this field, data sovereignty is specifically relevant and needs to be taken into account. +Nowadays, data spaces are gaining relevance and public administrations are putting efforts to focus on interoperability through the establishment of domain-specific data spaces. In this field, data sovereignty is specifically relevant and needs to be taken into account. The University of Twente, specifically its Faculty of Behavioural, Management and Social Science is leading working groups and investigations on how e-Government can leverage new data paradigms can help to enhance the digital transformation and the relevance of digital public services by implementing Data Spaces.]]></skos:note> <eira:definitionSource><![CDATA[\"Towards a Reference Enterprise Architecture to enforce Digital Sovereignty in International Data Spaces\". University of Twente]]></eira:definitionSource> <eira:definitionSourceReference><![CDATA[https://ris.utwente.nl/ws/portalfiles/portal/285489087/_Firdausy_2022_Towards_a_Reference_Enterprise_Architecture_to_enforce_Digital_Sovereignty_in_International_Data_Spaces.pdf]]></eira:definitionSourceReference> @@ -53562,7 +53562,7 @@ Source: C(2022) 4388 final COMMUNICATION TO THE COMMISSION European Commission d Source reference: https://commission.europa.eu/publications/european-commission-digital-strategy_en -Additional information: European Institutions and Administrations are representing citizens and businesses and respond to and ensuring the proper development of European society in its most holistic manner. Therefore, there is a need of preventing to spend and depending on external stakeholders to foster the monopoly and vendor lock-in making non-efficient solutions and subject to external agents' desires. +Additional information: European Institutions and Administrations are representing citizens and businesses and respond to and ensuring the proper development of European society in its most holistic manner. Therefore, there is a need of preventing to spend and depending on external stakeholders to foster the monopoly and vendor lock-in making non-efficient solutions and subject to external agents' desires. The Digital Strategy sets a new vision, addressing digital transformation opportunities of a post-pandemic scenario, and supporting the delivery of the EU’s strategic priorities by 2030. LOST view: TVA-Functional Architecture Principles @@ -53596,7 +53596,7 @@ Specialises: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple <dcterms:title><![CDATA[Digital sovereignty and autonomy]]></dcterms:title> <eira:PURI>http://data.europa.eu/2sa/elap/digital-sovereignty-and-autonomy</eira:PURI> <dcterms:modified>2024-01-17</dcterms:modified> - <skos:note><![CDATA[European Institutions and Administrations are representing citizens and businesses and respond to and ensuring the proper development of European society in its most holistic manner. Therefore, there is a need of preventing to spend and depending on external stakeholders to foster the monopoly and vendor lock-in making non-efficient solutions and subject to external agents' desires. + <skos:note><![CDATA[European Institutions and Administrations are representing citizens and businesses and respond to and ensuring the proper development of European society in its most holistic manner. Therefore, there is a need of preventing to spend and depending on external stakeholders to foster the monopoly and vendor lock-in making non-efficient solutions and subject to external agents' desires. The Digital Strategy sets a new vision, addressing digital transformation opportunities of a post-pandemic scenario, and supporting the delivery of the EU’s strategic priorities by 2030.]]></skos:note> <eira:definitionSource><![CDATA[C(2022) 4388 final COMMUNICATION TO THE COMMISSION European Commission digital strategy Next generation digital Commission]]></eira:definitionSource> <eira:definitionSourceReference><![CDATA[https://commission.europa.eu/publications/european-commission-digital-strategy_en]]></eira:definitionSourceReference> @@ -53676,7 +53676,7 @@ Source: The European Parliament’s carbon footprint Towards carbon neutrality Source reference: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjiofaGvLv2AhUThf0HHSXLBZoQFnoECAIQAQ&url=https%3A%2F%2Fwww.europarl.europa.eu%2FRegData%2Fetudes%2FSTUD%2F2020%2F652735%2FIPOL_STU(2020)652735_EN.pdf&usg=AOvVaw2CVqJPeLvN_ianAYdbLyi7 -Additional information: Climate change is one of society's challenges for the upcoming decades, and public administrations shall be aware of and consider it when planning or implementing digital public services. Therefore, administrations and bodies in charge of developing public services according to public policies, need to consider the proper agreements that allow the reusing of existing services components and infrastructure to reduce the Carbon-dioxide e-footprint impact. +Additional information: Climate change is one of society's challenges for the upcoming decades, and public administrations shall be aware of and consider it when planning or implementing digital public services. Therefore, administrations and bodies in charge of developing public services according to public policies, need to consider the proper agreements that allow the reusing of existing services components and infrastructure to reduce the Carbon-dioxide e-footprint impact. Towards carbon neutrality - European Parliament: The study analyses the European Parliament’s (EP) carbon footprint in the context of the recent EP resolutions, in which it declared a climate emergency in Europe and requested the development of a strategy to become itself carbon-neutral by 2030. LOST view: OV-Governance Architecture Principles @@ -53689,7 +53689,7 @@ EIRA concept: eira:ArchitectureBuildingBlock Last modification: 2024-01-17 -Name: Carbon-dioxide e-footprint impact awareness +Name: Carbon-dioxide e-footprint impact awareness Interoperability Layer: N/A @@ -53709,7 +53709,7 @@ Specialises: eira:EuropeanLibraryofArchitecturePrinciplesPrinciple <dcterms:title><![CDATA[Carbon-dioxide e-footprint impact awareness]]></dcterms:title> <eira:PURI>http://data.europa.eu/2sa/elap/carbon-dioxide-e-footprint-impact-awareness</eira:PURI> <dcterms:modified>2024-01-17</dcterms:modified> - <skos:note><![CDATA[Climate change is one of society's challenges for the upcoming decades, and public administrations shall be aware of and consider it when planning or implementing digital public services. Therefore, administrations and bodies in charge of developing public services according to public policies, need to consider the proper agreements that allow the reusing of existing services components and infrastructure to reduce the Carbon-dioxide e-footprint impact. + <skos:note><![CDATA[Climate change is one of society's challenges for the upcoming decades, and public administrations shall be aware of and consider it when planning or implementing digital public services. Therefore, administrations and bodies in charge of developing public services according to public policies, need to consider the proper agreements that allow the reusing of existing services components and infrastructure to reduce the Carbon-dioxide e-footprint impact. Towards carbon neutrality - European Parliament: The study analyses the European Parliament’s (EP) carbon footprint in the context of the recent EP resolutions, in which it declared a climate emergency in Europe and requested the development of a strategy to become itself carbon-neutral by 2030.]]></skos:note> <eira:definitionSource><![CDATA[The European Parliament’s carbon footprint Towards carbon neutrality]]></eira:definitionSource> <eira:definitionSourceReference><![CDATA[https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjiofaGvLv2AhUThf0HHSXLBZoQFnoECAIQAQ&url=https%3A%2F%2Fwww.europarl.europa.eu%2FRegData%2Fetudes%2FSTUD%2F2020%2F652735%2FIPOL_STU(2020)652735_EN.pdf&usg=AOvVaw2CVqJPeLvN_ianAYdbLyi7]]></eira:definitionSourceReference> @@ -54526,7 +54526,7 @@ Overall, modularity and reusability are critical non-functional requirements tha <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: EUR-Lex Source reference: http://ec.europa.eu/eurostat/data/data-validation @@ -55211,13 +55211,13 @@ Source: TOGAF Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html -Additional information: According to the TOGAF specification, Deployment stamps are a non-functional requirement that pertains to the deployment of software applications. This requirement specifies that each deployment of the software application must be stamped with a unique identifier that indicates the version of the application that has been deployed. +Additional information: According to the TOGAF specification, Deployment stamps are a non-functional requirement that pertains to the deployment of software applications. This requirement specifies that each deployment of the software application must be stamped with a unique identifier that indicates the version of the application that has been deployed. -The purpose of this requirement is to ensure that the deployment process is traceable and auditable. By having a unique identifier for each deployment, it becomes easier to track changes and identify any issues that may arise during the deployment process. +The purpose of this requirement is to ensure that the deployment process is traceable and auditable. By having a unique identifier for each deployment, it becomes easier to track changes and identify any issues that may arise during the deployment process. -The deployment stamp should be generated automatically by the deployment tool or system and should be stored in a central repository. This repository should be accessible to authorized personnel who need to track the deployment process. +The deployment stamp should be generated automatically by the deployment tool or system and should be stored in a central repository. This repository should be accessible to authorized personnel who need to track the deployment process. -In addition to the unique identifier, the deployment stamp should also include information such as the date and time of the deployment, the environment in which the application was deployed, and any other relevant information that may be useful for tracking and auditing purposes. +In addition to the unique identifier, the deployment stamp should also include information such as the date and time of the deployment, the environment in which the application was deployed, and any other relevant information that may be useful for tracking and auditing purposes. Overall, the Deployment stamps non-functional requirement is an important aspect of ensuring that the deployment process is traceable and auditable, which is essential for maintaining the integrity and reliability of software applications. @@ -55258,13 +55258,13 @@ Specialises: http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRe <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> - <skos:note><![CDATA[According to the TOGAF specification, Deployment stamps are a non-functional requirement that pertains to the deployment of software applications. This requirement specifies that each deployment of the software application must be stamped with a unique identifier that indicates the version of the application that has been deployed. + <skos:note><![CDATA[According to the TOGAF specification, Deployment stamps are a non-functional requirement that pertains to the deployment of software applications. This requirement specifies that each deployment of the software application must be stamped with a unique identifier that indicates the version of the application that has been deployed. -The purpose of this requirement is to ensure that the deployment process is traceable and auditable. By having a unique identifier for each deployment, it becomes easier to track changes and identify any issues that may arise during the deployment process. +The purpose of this requirement is to ensure that the deployment process is traceable and auditable. By having a unique identifier for each deployment, it becomes easier to track changes and identify any issues that may arise during the deployment process. -The deployment stamp should be generated automatically by the deployment tool or system and should be stored in a central repository. This repository should be accessible to authorized personnel who need to track the deployment process. +The deployment stamp should be generated automatically by the deployment tool or system and should be stored in a central repository. This repository should be accessible to authorized personnel who need to track the deployment process. -In addition to the unique identifier, the deployment stamp should also include information such as the date and time of the deployment, the environment in which the application was deployed, and any other relevant information that may be useful for tracking and auditing purposes. +In addition to the unique identifier, the deployment stamp should also include information such as the date and time of the deployment, the environment in which the application was deployed, and any other relevant information that may be useful for tracking and auditing purposes. Overall, the Deployment stamps non-functional requirement is an important aspect of ensuring that the deployment process is traceable and auditable, which is essential for maintaining the integrity and reliability of software applications.]]></skos:note> <eira:PURI>http://data.europa.eu/dr8/DeploymentStampsRequirement</eira:PURI> @@ -55284,13 +55284,13 @@ Source: TOGAF Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html -Additional information: Nonrepudiation is an IT non-functional requirement that ensures that the sender of a message cannot deny sending it and the receiver cannot deny receiving it. This requirement is essential in situations where there is a need to establish accountability and traceability of communication between parties. +Additional information: Nonrepudiation is an IT non-functional requirement that ensures that the sender of a message cannot deny sending it and the receiver cannot deny receiving it. This requirement is essential in situations where there is a need to establish accountability and traceability of communication between parties. -According to the TOGAF specification, nonrepudiation is a security requirement that is achieved through the use of digital signatures, timestamps, and other cryptographic techniques. These techniques ensure that messages are tamper-proof and that their origin and integrity can be verified. +According to the TOGAF specification, nonrepudiation is a security requirement that is achieved through the use of digital signatures, timestamps, and other cryptographic techniques. These techniques ensure that messages are tamper-proof and that their origin and integrity can be verified. -Nonrepudiation is an important requirement in many industries, including finance, healthcare, and legal services. It helps to prevent fraud, disputes, and other legal issues that may arise from disputes over the authenticity of messages. +Nonrepudiation is an important requirement in many industries, including finance, healthcare, and legal services. It helps to prevent fraud, disputes, and other legal issues that may arise from disputes over the authenticity of messages. -To ensure nonrepudiation, IT systems must be designed with security in mind. This includes implementing strong authentication and access controls, using encryption to protect data in transit and at rest, and monitoring systems for suspicious activity. Additionally, organizations must have policies and procedures in place to ensure that nonrepudiation requirements are met and that any violations are addressed promptly. +To ensure nonrepudiation, IT systems must be designed with security in mind. This includes implementing strong authentication and access controls, using encryption to protect data in transit and at rest, and monitoring systems for suspicious activity. Additionally, organizations must have policies and procedures in place to ensure that nonrepudiation requirements are met and that any violations are addressed promptly. Overall, nonrepudiation is a critical IT non-functional requirement that helps to ensure the integrity and accountability of communication between parties. By following the TOGAF guidelines and documentation, organizations can design and implement systems that meet this requirement and provide a secure and reliable platform for communication and collaboration. @@ -55331,13 +55331,13 @@ Specialises: http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRe <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> - <skos:note><![CDATA[Nonrepudiation is an IT non-functional requirement that ensures that the sender of a message cannot deny sending it and the receiver cannot deny receiving it. This requirement is essential in situations where there is a need to establish accountability and traceability of communication between parties. + <skos:note><![CDATA[Nonrepudiation is an IT non-functional requirement that ensures that the sender of a message cannot deny sending it and the receiver cannot deny receiving it. This requirement is essential in situations where there is a need to establish accountability and traceability of communication between parties. -According to the TOGAF specification, nonrepudiation is a security requirement that is achieved through the use of digital signatures, timestamps, and other cryptographic techniques. These techniques ensure that messages are tamper-proof and that their origin and integrity can be verified. +According to the TOGAF specification, nonrepudiation is a security requirement that is achieved through the use of digital signatures, timestamps, and other cryptographic techniques. These techniques ensure that messages are tamper-proof and that their origin and integrity can be verified. -Nonrepudiation is an important requirement in many industries, including finance, healthcare, and legal services. It helps to prevent fraud, disputes, and other legal issues that may arise from disputes over the authenticity of messages. +Nonrepudiation is an important requirement in many industries, including finance, healthcare, and legal services. It helps to prevent fraud, disputes, and other legal issues that may arise from disputes over the authenticity of messages. -To ensure nonrepudiation, IT systems must be designed with security in mind. This includes implementing strong authentication and access controls, using encryption to protect data in transit and at rest, and monitoring systems for suspicious activity. Additionally, organizations must have policies and procedures in place to ensure that nonrepudiation requirements are met and that any violations are addressed promptly. +To ensure nonrepudiation, IT systems must be designed with security in mind. This includes implementing strong authentication and access controls, using encryption to protect data in transit and at rest, and monitoring systems for suspicious activity. Additionally, organizations must have policies and procedures in place to ensure that nonrepudiation requirements are met and that any violations are addressed promptly. Overall, nonrepudiation is a critical IT non-functional requirement that helps to ensure the integrity and accountability of communication between parties. By following the TOGAF guidelines and documentation, organizations can design and implement systems that meet this requirement and provide a secure and reliable platform for communication and collaboration.]]></skos:note> <eira:PURI>http://data.europa.eu/dr8/NonrepudiationRequirement</eira:PURI> @@ -55357,9 +55357,9 @@ Source: TOGAF Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html -Additional information: According to the TOGAF specification, the non-functional requirement 'Traffic pattern' refers to the expected behavior of the system under different levels of traffic. This requirement is concerned with the system's ability to handle varying levels of user activity, data volume, and transaction processing. +Additional information: According to the TOGAF specification, the non-functional requirement 'Traffic pattern' refers to the expected behavior of the system under different levels of traffic. This requirement is concerned with the system's ability to handle varying levels of user activity, data volume, and transaction processing. -The Traffic pattern non-functional requirement is important for ensuring that the system can perform optimally under different traffic conditions. This requirement should be defined in terms of the expected traffic patterns, such as peak usage times, expected user activity levels, and the expected volume of data transactions. +The Traffic pattern non-functional requirement is important for ensuring that the system can perform optimally under different traffic conditions. This requirement should be defined in terms of the expected traffic patterns, such as peak usage times, expected user activity levels, and the expected volume of data transactions. To meet this requirement, the system should be designed to handle the expected traffic patterns efficiently. This may involve the use of load balancing techniques, caching mechanisms, and other performance optimization strategies. The system should also be able to scale up or down as needed to accommodate changes in traffic patterns. @@ -55404,9 +55404,9 @@ Specialises: http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRe <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> - <skos:note><![CDATA[According to the TOGAF specification, the non-functional requirement 'Traffic pattern' refers to the expected behavior of the system under different levels of traffic. This requirement is concerned with the system's ability to handle varying levels of user activity, data volume, and transaction processing. + <skos:note><![CDATA[According to the TOGAF specification, the non-functional requirement 'Traffic pattern' refers to the expected behavior of the system under different levels of traffic. This requirement is concerned with the system's ability to handle varying levels of user activity, data volume, and transaction processing. -The Traffic pattern non-functional requirement is important for ensuring that the system can perform optimally under different traffic conditions. This requirement should be defined in terms of the expected traffic patterns, such as peak usage times, expected user activity levels, and the expected volume of data transactions. +The Traffic pattern non-functional requirement is important for ensuring that the system can perform optimally under different traffic conditions. This requirement should be defined in terms of the expected traffic patterns, such as peak usage times, expected user activity levels, and the expected volume of data transactions. To meet this requirement, the system should be designed to handle the expected traffic patterns efficiently. This may involve the use of load balancing techniques, caching mechanisms, and other performance optimization strategies. The system should also be able to scale up or down as needed to accommodate changes in traffic patterns. @@ -56005,7 +56005,7 @@ Specialises: http://data.europa.eu/dr8/BindingInstrumentRequirement <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: Eur-Lex Source reference: https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=LEGISSUM:ai0032 @@ -56067,11 +56067,11 @@ Source: TOGAF Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html -Additional information: According to the TOGAF specification, Usability is a non-functional requirement that refers to the ease of use and learnability of a system or application. It encompasses various aspects such as user interface design, navigation, and user experience. +Additional information: According to the TOGAF specification, Usability is a non-functional requirement that refers to the ease of use and learnability of a system or application. It encompasses various aspects such as user interface design, navigation, and user experience. Usability is an important consideration for any system or application as it directly impacts user satisfaction and productivity. A system that is difficult to use or navigate can lead to frustration and errors, which can ultimately result in decreased productivity and user adoption. -To ensure that a system meets the usability requirement, it is important to consider the needs and expectations of the users. This can be achieved through user research and testing, as well as incorporating user feedback throughout the development process. +To ensure that a system meets the usability requirement, it is important to consider the needs and expectations of the users. This can be achieved through user research and testing, as well as incorporating user feedback throughout the development process. Usability can also be measured through various metrics such as task completion time, error rates, and user satisfaction surveys. These metrics can help identify areas for improvement and ensure that the system is meeting the needs of its users. @@ -56116,11 +56116,11 @@ Specialises: http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRe <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> - <skos:note><![CDATA[According to the TOGAF specification, Usability is a non-functional requirement that refers to the ease of use and learnability of a system or application. It encompasses various aspects such as user interface design, navigation, and user experience. + <skos:note><![CDATA[According to the TOGAF specification, Usability is a non-functional requirement that refers to the ease of use and learnability of a system or application. It encompasses various aspects such as user interface design, navigation, and user experience. Usability is an important consideration for any system or application as it directly impacts user satisfaction and productivity. A system that is difficult to use or navigate can lead to frustration and errors, which can ultimately result in decreased productivity and user adoption. -To ensure that a system meets the usability requirement, it is important to consider the needs and expectations of the users. This can be achieved through user research and testing, as well as incorporating user feedback throughout the development process. +To ensure that a system meets the usability requirement, it is important to consider the needs and expectations of the users. This can be achieved through user research and testing, as well as incorporating user feedback throughout the development process. Usability can also be measured through various metrics such as task completion time, error rates, and user satisfaction surveys. These metrics can help identify areas for improvement and ensure that the system is meeting the needs of its users. @@ -56422,11 +56422,11 @@ Overall, the Extensibility requirement is an important consideration for organiz <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: 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. +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. Interoperability Dimension: Structural IoP @@ -56546,7 +56546,7 @@ Overall, configurability is an important non-functional requirement that can hel <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. + <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 @@ -56838,18 +56838,18 @@ Source: TOGAF Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html -Additional information: According to the TOGAF specification, Replication is a non-functional requirement that refers to the ability of a system to duplicate or copy data, processes, or services across multiple locations or instances. This requirement is important for ensuring high availability, fault tolerance, and disaster recovery capabilities. - -The Replication requirement can be further broken down into several sub-requirements, including: - -1. Data Replication: This refers to the ability of a system to replicate data across multiple locations or instances. This can be achieved through various techniques such as database replication, file replication, or object replication. - -2. Process Replication: This refers to the ability of a system to replicate processes or services across multiple locations or instances. This can be achieved through techniques such as load balancing, clustering, or virtualization. - -3. Synchronization: This refers to the ability of a system to ensure that replicated data, processes, or services are kept in sync across all instances. This can be achieved through techniques such as data synchronization, process synchronization, or service synchronization. - -4. Performance: This refers to the ability of a system to maintain performance levels even when replicating data, processes, or services across multiple locations or instances. This can be achieved through techniques such as caching, compression, or optimization. - +Additional information: According to the TOGAF specification, Replication is a non-functional requirement that refers to the ability of a system to duplicate or copy data, processes, or services across multiple locations or instances. This requirement is important for ensuring high availability, fault tolerance, and disaster recovery capabilities. + +The Replication requirement can be further broken down into several sub-requirements, including: + +1. Data Replication: This refers to the ability of a system to replicate data across multiple locations or instances. This can be achieved through various techniques such as database replication, file replication, or object replication. + +2. Process Replication: This refers to the ability of a system to replicate processes or services across multiple locations or instances. This can be achieved through techniques such as load balancing, clustering, or virtualization. + +3. Synchronization: This refers to the ability of a system to ensure that replicated data, processes, or services are kept in sync across all instances. This can be achieved through techniques such as data synchronization, process synchronization, or service synchronization. + +4. Performance: This refers to the ability of a system to maintain performance levels even when replicating data, processes, or services across multiple locations or instances. This can be achieved through techniques such as caching, compression, or optimization. + Overall, the Replication requirement is critical for ensuring that a system can provide high availability, fault tolerance, and disaster recovery capabilities. It is important to carefully consider the specific sub-requirements and techniques that will be used to achieve this requirement in order to ensure that the system is able to meet its performance and reliability goals. Example: One example of the IT non-functional requirement 'Replication' is in a database system where data needs to be replicated across multiple servers for redundancy and fault tolerance. This ensures that if one server fails, the data can still be accessed from another server without any disruption to the system. The replication process should be seamless and transparent to the end-users, ensuring that they can access the data without any delay or interruption. Additionally, the replication process should be efficient and scalable, allowing for easy addition of new servers as the system grows. @@ -56889,18 +56889,18 @@ Specialises: http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRe <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> - <skos:note><![CDATA[According to the TOGAF specification, Replication is a non-functional requirement that refers to the ability of a system to duplicate or copy data, processes, or services across multiple locations or instances. This requirement is important for ensuring high availability, fault tolerance, and disaster recovery capabilities. - -The Replication requirement can be further broken down into several sub-requirements, including: - -1. Data Replication: This refers to the ability of a system to replicate data across multiple locations or instances. This can be achieved through various techniques such as database replication, file replication, or object replication. - -2. Process Replication: This refers to the ability of a system to replicate processes or services across multiple locations or instances. This can be achieved through techniques such as load balancing, clustering, or virtualization. - -3. Synchronization: This refers to the ability of a system to ensure that replicated data, processes, or services are kept in sync across all instances. This can be achieved through techniques such as data synchronization, process synchronization, or service synchronization. - -4. Performance: This refers to the ability of a system to maintain performance levels even when replicating data, processes, or services across multiple locations or instances. This can be achieved through techniques such as caching, compression, or optimization. - + <skos:note><![CDATA[According to the TOGAF specification, Replication is a non-functional requirement that refers to the ability of a system to duplicate or copy data, processes, or services across multiple locations or instances. This requirement is important for ensuring high availability, fault tolerance, and disaster recovery capabilities. + +The Replication requirement can be further broken down into several sub-requirements, including: + +1. Data Replication: This refers to the ability of a system to replicate data across multiple locations or instances. This can be achieved through various techniques such as database replication, file replication, or object replication. + +2. Process Replication: This refers to the ability of a system to replicate processes or services across multiple locations or instances. This can be achieved through techniques such as load balancing, clustering, or virtualization. + +3. Synchronization: This refers to the ability of a system to ensure that replicated data, processes, or services are kept in sync across all instances. This can be achieved through techniques such as data synchronization, process synchronization, or service synchronization. + +4. Performance: This refers to the ability of a system to maintain performance levels even when replicating data, processes, or services across multiple locations or instances. This can be achieved through techniques such as caching, compression, or optimization. + Overall, the Replication requirement is critical for ensuring that a system can provide high availability, fault tolerance, and disaster recovery capabilities. It is important to carefully consider the specific sub-requirements and techniques that will be used to achieve this requirement in order to ensure that the system is able to meet its performance and reliability goals.]]></skos:note> <eira:PURI>http://data.europa.eu/dr8/ReplicationRequirement</eira:PURI> <dcterms:type>eira:ReplicationRequirement</dcterms:type> @@ -57055,7 +57055,7 @@ Overall, scalability is a critical non-functional requirement for any system tha <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: European Union Law Source reference: https://eur-lex.europa.eu/summary/glossary/legislative_acts.html @@ -57196,7 +57196,7 @@ Source: TOGAF Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html -Additional information: Authorization is a non-functional requirement that is related to the security aspect of an IT system. It refers to the process of granting or denying access to resources or functionalities based on the identity and privileges of the user or entity requesting access. +Additional information: Authorization is a non-functional requirement that is related to the security aspect of an IT system. It refers to the process of granting or denying access to resources or functionalities based on the identity and privileges of the user or entity requesting access. According to the TOGAF specification, Authorization is a key aspect of security architecture and should be designed to ensure that only authorized users or entities can access the system or its resources. The authorization process should be based on a well-defined set of policies and rules that are consistent with the organization's security policies and regulatory requirements. @@ -57243,7 +57243,7 @@ Specialises: http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRe <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> - <skos:note><![CDATA[Authorization is a non-functional requirement that is related to the security aspect of an IT system. It refers to the process of granting or denying access to resources or functionalities based on the identity and privileges of the user or entity requesting access. + <skos:note><![CDATA[Authorization is a non-functional requirement that is related to the security aspect of an IT system. It refers to the process of granting or denying access to resources or functionalities based on the identity and privileges of the user or entity requesting access. According to the TOGAF specification, Authorization is a key aspect of security architecture and should be designed to ensure that only authorized users or entities can access the system or its resources. The authorization process should be based on a well-defined set of policies and rules that are consistent with the organization's security policies and regulatory requirements. @@ -57518,7 +57518,7 @@ Source: TOGAF Source reference: https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html -Additional information: According to the TOGAF specification, Accessibility is a non-functional requirement that refers to the ability of a system or application to be used by people with disabilities. This includes individuals with visual, auditory, physical, or cognitive impairments. +Additional information: According to the TOGAF specification, Accessibility is a non-functional requirement that refers to the ability of a system or application to be used by people with disabilities. This includes individuals with visual, auditory, physical, or cognitive impairments. Accessibility is an important consideration for any system or application, as it ensures that all users can access and use the system or application effectively. This requirement is particularly important for systems or applications that are used by the public, as they must comply with accessibility standards and guidelines set by regulatory bodies. @@ -57565,7 +57565,7 @@ Specialises: http://data.europa.eu/dr8/DigitalSolutionNonFunctionalRequirementRe <eira:concept>eira:ArchitectureBuildingBlock</eira:concept> <eira:definitionSource><![CDATA[TOGAF]]></eira:definitionSource> <eira:definitionSourceReference><![CDATA[https://pubs.opengroup.org/architecture/togaf9-doc/arch/chap03.html]]></eira:definitionSourceReference> - <skos:note><![CDATA[According to the TOGAF specification, Accessibility is a non-functional requirement that refers to the ability of a system or application to be used by people with disabilities. This includes individuals with visual, auditory, physical, or cognitive impairments. + <skos:note><![CDATA[According to the TOGAF specification, Accessibility is a non-functional requirement that refers to the ability of a system or application to be used by people with disabilities. This includes individuals with visual, auditory, physical, or cognitive impairments. Accessibility is an important consideration for any system or application, as it ensures that all users can access and use the system or application effectively. This requirement is particularly important for systems or applications that are used by the public, as they must comply with accessibility standards and guidelines set by regulatory bodies. @@ -57936,7 +57936,7 @@ Overall, the Availability requirement is critical for ensuring that the system o <dcterms:identifier>http://data.europa.eu/dr8/egovera/NationalSchemaOnTheAccessToBaseRegistriesRequirement</dcterms:identifier> <skos:prefLabel xml:lang="en"><![CDATA[National Schema on the access to Base Registries]]></skos:prefLabel> <skos:topConceptOf rdf:resource="http://data.europa.eu/dr8" /> - <skos:definition xml:lang="en"><![CDATA[Definition: This ABB is a Business Agnostic National Legal Act which lays down rules regulating the use and access to national base registries for the reuse of data. + <skos:definition xml:lang="en"><![CDATA[Definition: This ABB is a Business Agnostic National Legal Act which lays down rules regulating the use and access to national base registries for the reuse of data. LOST view: LV-Architecture Principles @@ -57997,7 +57997,7 @@ Specialises: http://data.europa.eu/dr8/BindingInstrumentRequirement <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: Eur-Lex Source reference: http://eur-lex.europa.eu/summary/glossary/community_legal_instruments.html @@ -58309,7 +58309,7 @@ LOST view: Organisational view Viewpoint: Interoperability Privacy viewpoint -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. +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 @@ -58679,7 +58679,7 @@ Interoperability Layer: Semantic <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 to reuse and share a common understanding from existing data, information and services across public administrations across borders. -Source: Atlassian +Source: Atlassian Source reference: https://www.atlassian.com/itsm/knowledge-management/what-is-a-knowledge-base @@ -58933,9 +58933,9 @@ Source: ISA2 - EIA Action Source reference: https://ec.europa.eu/isa2/actions/towards-european-interoperability-architecture_en/ -Synonym: +Synonym: -Additional information: +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 @@ -59174,7 +59174,7 @@ Interoperability Dimension: Structural 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. +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. Identifier: http://data.europa.eu/dr8/ScheduleManagementEnablersGrouping @@ -59475,7 +59475,7 @@ Interoperability Dimension: Structural 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. +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 @@ -59651,7 +59651,7 @@ Name: Information Architect Data Spaces Concerns Catalogue <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: EIFv2 Source reference: http://ec.europa.eu/isa/documents/isa_annex_ii_eif_en.pdf @@ -62053,7 +62053,7 @@ Interoperability Dimension: Structural 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. +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 @@ -62127,7 +62127,7 @@ Interoperability Layer: TechnicalApplication <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: EIFv2 Source reference: http://ec.europa.eu/isa/documents/isa_annex_ii_eif_en.pdf @@ -62248,7 +62248,7 @@ Interoperability Dimension: Structural 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. +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. Identifier: http://data.europa.eu/dr8/AnalyticsEnablersGrouping @@ -62315,7 +62315,7 @@ Interoperability Dimension: Governance 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. +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 @@ -62579,13 +62579,13 @@ Name: Public Policy Officer Concerns Catalogue <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: Inspired in referent cloud service providers -Source reference: +Source reference: -Synonym: +Synonym: -Additional information: +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 @@ -62693,15 +62693,15 @@ In the Legal view, the analyst may assess the legal compliance of the organizati <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 and cross-legal jurisdiction as key enablers for the creation of interoperable digital public services. + <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 and cross-legal jurisdiction as key enablers for the creation of interoperable digital public services. -Source: EUR-LEX +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. +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). @@ -62711,7 +62711,7 @@ LOST view: Legal view Viewpoint: Highlevel viewpoint -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. +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 @@ -63093,7 +63093,7 @@ Interoperability Dimension: Structural IoP 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. +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 @@ -63229,7 +63229,7 @@ Interoperability Dimension: Structural 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. +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/TranslationEnablersGrouping @@ -63457,7 +63457,7 @@ Interoperability Dimension: Structural IoP 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. +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/DataLakeInfrastructureEnablersGrouping @@ -64178,9 +64178,9 @@ Source: ENISA Source reference: https://www.enisa.europa.eu/topics/incident-response/glossary/public-key-infrastructure-pki -Synonym: +Synonym: -Additional information: +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 @@ -64188,7 +64188,7 @@ Interoperability Dimension: Structural IoP 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. +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/TrustInfrastructureEnablersGrouping @@ -64300,7 +64300,7 @@ Realises: http://data.europa.eu/dr8/DigitalSolutionApplicationService <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. + <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 @@ -64785,7 +64785,7 @@ Interoperability Dimension: Structural 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. +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/KnowledgeDiscoveryEnablersGrouping @@ -64984,7 +64984,7 @@ Interoperability Dimension: Structural IoP 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. +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/DigitalWorkplaceInfrastructureEnablersGrouping @@ -65730,7 +65730,7 @@ Interoperability Dimension: Structural 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. +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. Identifier: http://data.europa.eu/dr8/DataManagementEnablersGrouping @@ -66378,7 +66378,7 @@ LOST view: Technical view - application Viewpoint: Highlevel viewpoint -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. +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 @@ -66608,7 +66608,7 @@ LOST view: Technical view - application Viewpoint: Highlevel viewpoint -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. +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 @@ -67183,9 +67183,9 @@ Source: European Comission Source reference: https://digital-strategy.ec.europa.eu/en/policies/european-blockchain-services-infrastructure -Synonym: +Synonym: -Additional information: +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/ @@ -67193,7 +67193,7 @@ Interoperability Dimension: Structural IoP 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. +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/BlockchainInfrastructureEnablersGrouping @@ -67438,7 +67438,7 @@ Interoperability Dimension: Structural IoP 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. +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. Identifier: http://data.europa.eu/dr8/ArtificialIntelligenceEnablersGrouping @@ -67498,9 +67498,9 @@ Source: Inspired in Redhat Source reference: https://www.redhat.com/en/topics/virtualization/what-is-a-virtual-machine -Synonym: +Synonym: -Additional information: +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 @@ -67747,7 +67747,7 @@ Interoperability Dimension: Structural IoP 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. +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/DatabaseInfrastructureEnablersGrouping diff --git a/tests/features/communities/eira/eira.feature b/tests/features/communities/eira/eira.feature index f4d05ba2ab5eb9fb0717b6d83b833ffaa8981076..f17cd2b1938e959e6ddb2d838c28c717e9a5085a 100644 --- a/tests/features/communities/eira/eira.feature +++ b/tests/features/communities/eira/eira.feature @@ -5,8 +5,15 @@ Feature: As an anonymous user, when I visit /data/dr8, I should get the cached Scenario: Test the content and the caching. When go to "/data/dr8" - Then the output should match the file contents of "../../../resources/vocab/EIRA_SKOS.rdf" + Then the output should match the file contents of "../../../resources/vocab/EIRA v6.1.0_SKOS.rdf" # Check if the page is cached. When I reload the page Then the page should be cached - And the output should match the file contents of "../../../resources/vocab/EIRA_SKOS.rdf" + And the output should match the file contents of "../../../resources/vocab/EIRA v6.1.0_SKOS.rdf" + + When go to "/data/dr8/egovera" + Then the output should match the file contents of "../../../resources/vocab/eGovERA.rdf" + # Check if the page is cached. + When I reload the page + Then the page should be cached + And the output should match the file contents of "../../../resources/vocab/eGovERA.rdf" diff --git a/tests/features/communities/eira/eira_properties.feature b/tests/features/communities/eira/eira_properties.feature index db823d31cd5cb6120b90772139a6cbb8e37ff4cb..117cdf0604035474228774805b77a58a9d7e7f88 100644 --- a/tests/features/communities/eira/eira_properties.feature +++ b/tests/features/communities/eira/eira_properties.feature @@ -2,29 +2,25 @@ Feature: Test EIRA pages Scenario: Ensure EIRA properties are shown and cached properly. - When I visit the page of the entity having "http://data.europa.eu/dr8/ABB_Status" as RDF resource - Then I should see the heading "ABB_Status" + When I visit the page of the entity having "http://data.europa.eu/dr8/WebAppBusinessInterface" as RDF resource + Then I should see the heading "Web App" And I should not see the heading "EIRA properties" - When I visit the page of the entity having "http://data.europa.eu/dr8/DescriptiveMetadata" as RDF resource - Then I should see the heading "Descriptive Metadata" - And I should see the text "The Descriptive Metadata ABB is salient for semantic interoperability because it facilitates opening and sharing data by providing the appropriate format" + When I visit the page of the entity having "http://data.europa.eu/dr8/ServiceAppBusinessInterface" as RDF resource + Then I should see the heading "Service App" + And I should see the text "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." 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# | - | skos: | http://www.w3.org/2004/02/skos/core# | - | dct: | http://purl.org/dc/terms/ | - | owl: | http://www.w3.org/2002/07/owl# | - | eira: | http://data.europa.eu/dr8/ | - | Property | Value | - | rdf:type | http://www.w3.org/2004/02/skos/core#Concept | - | skos:notation | Properties of Descriptive Metadata | - | dct:identifier | http://data.europa.eu/dr8/DescriptiveMetadata_Properties | - | skos:prefLabel | Properties of Descriptive Metadata | - | owl:deprecated | true | - | dct:type | eira:DescriptiveMetadata | - | dct:modified | 2023-05-25 | - | eira:ABB_Status | Obsolete | - | eira:ID | ABB195 | + | Namespace | URI | + | rdf: | http://www.w3.org/1999/02/22-rdf-syntax-ns# | + | skos: | http://www.w3.org/2004/02/skos/core# | + | dct: | http://purl.org/dc/terms/ | + | eira: | http://data.europa.eu/dr8/ | + | Property | Value | + | rdf:type | http://www.w3.org/2004/02/skos/core#Concept | + | skos:notation | Properties of Service App | + | dct:identifier | http://data.europa.eu/dr8/ServiceAppBusinessInterface | + | skos:prefLabel | Properties of Service App | + | dct:type | eira:ServiceAppBusinessInterface | + | dct:modified | 2024-01-28 | diff --git a/tests/features/moderator/rdf_id_converter.feature b/tests/features/moderator/rdf_id_converter.feature index d81d59cf18775445b9e782cd2456b53f0648ab12..be62d0f87572d596bee00456934839fc86b8ed93 100644 --- a/tests/features/moderator/rdf_id_converter.feature +++ b/tests/features/moderator/rdf_id_converter.feature @@ -11,7 +11,7 @@ Feature: Then I should see the heading "Entity URI to URL and the other way around" # Deliberately add a blank space in the beginning and the end of the URI to ensure trimming. - When I fill in "RDF URI or entity URL" with " http://data.europa.eu/dr8/PublicServiceProvider " + When I fill in "RDF URI or entity URL" with " http://data.europa.eu/dr8/testing/PublicServiceProvider " And I press "Go!" Then I should see the heading "Public Service Provider" diff --git a/tests/features/solution/solution.member.feature b/tests/features/solution/solution.member.feature new file mode 100644 index 0000000000000000000000000000000000000000..438c0dc53ebde9ae06aa090f0e714b5571cad819 --- /dev/null +++ b/tests/features/solution/solution.member.feature @@ -0,0 +1,31 @@ +@api @group-a +Feature: Content Creation Permissions + As a group member, + I want to have content creation permissions based on the solution's settings, + So that I can add content when allowed. + + Scenario Outline: Content creation availability based on solution settings + And solution content: + | title | content creation | + | ResolveTech Systems | <content creation> | + + Given I am logged in as a member of the "ResolveTech Systems" solution + And I go to the "ResolveTech Systems" solution + Then I <expected> see the plus button menu + + Examples: + | content creation | expected | + | registered users | should | + | facilitators and authors | should not | + + @javascript + Scenario: A member can add a layout to new content + And solution content: + | title | content creation | + | NexaFix Innovations | registered users | + + Given I am logged in as a member of the "NexaFix Innovations" solution + And I go to the "NexaFix Innovations" solution + When I click "Add news" in the plus button menu + And I click "Add layout" + And a modal should open diff --git a/tests/features/taxonomy/eira.description_format.feature b/tests/features/taxonomy/eira.description_format.feature index e4b741124ec384c1fa9da3532d0c2f1885a5b495..ac70deae43a9ccc6ff0ee1cc5a8f90183d5051ec 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 URI converter" - And I fill in "RDF URI or entity URL" with "http://data.europa.eu/dr8/BusinessCapability" + And I fill in "RDF URI or entity URL" with "http://data.europa.eu/dr8/ServiceAppBusinessInterface" And I press "Go!" - 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>" + Then I should see the heading "Service App" + # The <p> tags are not part of the original description. + And the response should contain "<p>EIRA concept: eira:ArchitectureBuildingBlock</p>" + And the response should contain "<p>ABB name: eira:ServiceAppBusinessInterface</p>" diff --git a/tests/features/update/ISAICP-9396.feature b/tests/features/update/ISAICP-9396.feature new file mode 100644 index 0000000000000000000000000000000000000000..254fbd5769718ba2f4630ff21d87565d6a4394aa --- /dev/null +++ b/tests/features/update/ISAICP-9396.feature @@ -0,0 +1,29 @@ +@api @group-clone +Feature: Library import check. + + @update:joinup_core_deploy_200301 + Scenario: Check that all 3 EIRA vocabularies are imported in full. + Given all EIRA vocabularies are successfully imported. + + # Ensure redirection to the eGovERA terms. + Given I go to "data/dr8/egovera/NationalSchemaOnEDeliveryRequirement" + Then I should see the heading "National Schema on eDelivery" + And I should see the text "EIRA properties" + # Text from the EIRA properties. + And I should see the text "egovera:NationalSchemaOnEDeliveryRequirement" + + # Ensure redirection to the eGovERA terms. + Given I go to "data/dr8/InformationBusinessObject" + Then I should see the heading "Information" + And I should see the text "EIRA properties" + # Text from the EIRA properties. + And I should see the text "eira:InformationBusinessObject" + + @update:joinup_core_deploy_200301 + Scenario: Sample check that options are available in the solution type field. + Given I am logged in as a moderator + And I go to the edit form of the "Joinup source code" solution + And the option "-Interoperable European Solution" should be selected + # Assert that some options exist. + And I select "-Logging Service" from "Solution type" + And I select "-Key Interoperability Enabler" from "Solution type" diff --git a/tests/src/Context/JoinupContext.php b/tests/src/Context/JoinupContext.php index 132c101e9c91d1cee3770610d1d288bdd07906ef..3b81ff5601bd10340ab2bfdc56164dfa1aa2ec50 100644 --- a/tests/src/Context/JoinupContext.php +++ b/tests/src/Context/JoinupContext.php @@ -829,7 +829,7 @@ public function massageFieldsBeforeNodeCreate(BeforeNodeCreateScope $scope): voi $node->description = 'default description'; } if (!empty($field_definitions['solution_type']) && empty($node->solution_type)) { - $node->solution_type = $this->getRandomTerm('eira')->label(); + $node->solution_type = $this->getRandomTerm('solution_type')->label(); } // Handle file URL fields. diff --git a/tests/src/Context/RdfContext.php b/tests/src/Context/RdfContext.php index f3aedf0b4e7969103ad5157de27d942500e811af..68cd6ae0e9a6937c5751520d75171ba41fe1f059 100644 --- a/tests/src/Context/RdfContext.php +++ b/tests/src/Context/RdfContext.php @@ -7,6 +7,8 @@ use Behat\Gherkin\Node\TableNode; use Drupal\DrupalExtension\Context\RawDrupalContext; use Drupal\rdf_sync\Model\SyncMethod; +use EasyRdf\Graph; +use EasyRdf\Resource; use PHPUnit\Framework\Assert; use PHPUnit\Framework\ExpectationFailedException; use function PHPUnit\Framework\assertCount; @@ -253,7 +255,7 @@ public function reSynchronizeTerms(): void { ->execute(); /** @var \Drupal\taxonomy\TermInterface[] $terms */ $terms = \Drupal::entityTypeManager()->getStorage('taxonomy_term')->loadMultiple($tids); - \Drupal::getContainer()->get('rdf_sync.synchronizer')->synchronize(SyncMethod::UPDATE, $terms); + \Drupal::getContainer()->get('rdf_sync.synchronizer')->synchronize(SyncMethod::Update, $terms); } /** @@ -354,4 +356,63 @@ public function assertNoTriplesOfUri(string $property, string $uri, string $grap Assert::assertCount(0, $results, "There are triples with $property $uri in the $graph graph. Results found: " . implode(', ', $messages)); } + /** + * Asserts that all EIRA related vocabularies are successfully imported. + * + * @Given /^all EIRA vocabularies are successfully imported\.$/ + */ + public function assertImportedEiraVocabularies(): void { + $this->assertVocabularyImported('EIRA v6.1.0_SKOS.rdf', 'http://data.europa.eu/dr8/'); + $this->assertVocabularyImported('eGovERA.rdf', 'http://data.europa.eu/dr8/egovera/'); + + // The EIRA 6.0.0 is not imported in the same way as the other + // vocabularies, but we only re-imported terms already in use in solutions. + $query = \Drupal::database()->select('taxonomy_term_field_data', 't'); + $query->distinct(); + $query->fields('t', ['tid']); + $query->condition('t.vid', 'solution_type'); + $query->innerJoin('node_revision__solution_type', 'ns', 't.tid = ns.solution_type_target_id'); + $result = $query->execute(); + + $termIds = array_map(fn($row) => $row->tid, $result->fetchAllAssoc('tid')); + $terms = \Drupal::entityTypeManager()->getStorage('taxonomy_term')->loadMultiple($termIds); + $termUris = array_map(fn($term) => $term->getUri(), $terms); + + // Check that all resources exist in the `rdf_sync_uri` table. + $query = \Drupal::database()->select('rdf_sync_uri', 'r'); + $query->fields('r', ['uri']); + $query->condition('uri', $termUris, 'IN'); + $result = $query->execute()->fetchAll(); + $result = array_map(fn(\stdClass $row): string => $row->uri, $result); + + Assert::assertEmpty(array_diff($termUris, $result), 'Not all terms resources are imported.'); + } + + /** + * Asserts that an EIRA vocabulary is imported. + * + * @param string $file + * The file to check. + * @param string $prefix + * The prefix to check. + */ + private function assertVocabularyImported(string $file, string $prefix): void { + $graph = new Graph(); + $graph->parseFile('../resources/vocab/' . $file); + $resources = $graph->resources(); + + $resources = array_filter($resources, fn(Resource $resource): bool => str_starts_with($resource->getUri(), $prefix) && !str_ends_with($resource->getUri(), '_Properties')); + $resources = array_map(fn(Resource $resource): string => $resource->getUri(), $resources); + + // Check that all resources exist in the `rdf_sync_uri` table. + $query = \Drupal::database()->select('rdf_sync_uri', 'r'); + $query->fields('r', ['uri']); + $query->condition('uri', $resources, 'IN'); + $result = $query->execute()->fetchAll(); + $result = array_map(fn(\stdClass $row): string => $row->uri, $result); + $array_diff = array_diff($resources, $result); + + Assert::assertEmpty($array_diff, 'Not all EIRA 6.1.0 resources are imported. Diff: ' . implode(', ', $array_diff)); + } + } diff --git a/tests/src/Traits/RandomGeneratorTrait.php b/tests/src/Traits/RandomGeneratorTrait.php index 908c0ee74e5a7f16d9bf67c248381222ef1cb62a..076ae3ffecdd53179ce6eada042f364eca5fd8af 100644 --- a/tests/src/Traits/RandomGeneratorTrait.php +++ b/tests/src/Traits/RandomGeneratorTrait.php @@ -41,7 +41,7 @@ protected function getRandomTerm(string $vocabulary): EntityInterface { $query = $storage->getQuery()->accessCheck(FALSE) ->condition('vid', $vocabulary); // Only get last level terms for the EIRA vocabulary. - if ($vocabulary === 'eira') { + if ($vocabulary === 'solution_type') { $query->condition('parent', '0', '<>'); } diff --git a/web/modules/custom/eu_oss_catalogue/src/Annotation/EuOssCatalogueHostingPlatform.php b/web/modules/custom/eu_oss_catalogue/src/Annotation/EuOssCatalogueHostingPlatform.php deleted file mode 100644 index ff0b4ff09d0aade743bcbf31df76d1d3f0f7cce6..0000000000000000000000000000000000000000 --- a/web/modules/custom/eu_oss_catalogue/src/Annotation/EuOssCatalogueHostingPlatform.php +++ /dev/null @@ -1,56 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace Drupal\eu_oss_catalogue\Annotation; - -use Drupal\Component\Annotation\Plugin; -use Drupal\Core\Annotation\Translation; - -/** - * Defines a code hosting platform plugin. - * - * @see plugin_api - * - * @Annotation - */ -class EuOssCatalogueHostingPlatform extends Plugin { - - /** - * The plugin ID. - */ - public string $id; - - /** - * The label of the plugin. - * - * @ingroup plugin_translatable - */ - public Translation $label; - - /** - * The code hosting platform base URL. - * - * Some plugins have non-configurable base URL (e.g. GitHub). They can provide - * the base URL in the annotation. - */ - public ?string $baseUrl = NULL; - - /** - * API detection weight. - * - * The API guesser service calls each code hosting platform plugin in order to - * determine the platform handling a certain URL, until one of them knows to - * handle that URL. The order in which the plugins are queried is important. - * For instance, the `github` and `gitalb_com` plugins are cheap and their - * detection algorithm is trivial, thus they should be called first. - * - * The priority is a signed integer, with a Drupal weight-like logic: a lower - * integer means a higher priority. This definition entry is optional, and - * defaults to 0. - * - * @see \Drupal\eu_oss_catalogue\ApiGuesser - */ - public int $weight = 0; - -} diff --git a/web/modules/custom/eu_oss_catalogue/src/Annotation/EuOssCatalogueParser.php b/web/modules/custom/eu_oss_catalogue/src/Annotation/EuOssCatalogueParser.php deleted file mode 100644 index 333751cde0bf1c282074fb7c9db4351d9975100d..0000000000000000000000000000000000000000 --- a/web/modules/custom/eu_oss_catalogue/src/Annotation/EuOssCatalogueParser.php +++ /dev/null @@ -1,31 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace Drupal\eu_oss_catalogue\Annotation; - -use Drupal\Component\Annotation\Plugin; -use Drupal\Core\Annotation\Translation; - -/** - * Defines a parser plugin. - * - * @see plugin_api - * - * @Annotation - */ -class EuOssCatalogueParser extends Plugin { - - /** - * The plugin ID. - */ - public string $id; - - /** - * The label of the plugin. - * - * @ingroup plugin_translatable - */ - public Translation $label; - -} diff --git a/web/modules/custom/eu_oss_catalogue/src/Annotation/EuOssCatalogueProvider.php b/web/modules/custom/eu_oss_catalogue/src/Annotation/EuOssCatalogueProvider.php deleted file mode 100644 index 7b0db08edb033913a37578fab8c8c5021acaec55..0000000000000000000000000000000000000000 --- a/web/modules/custom/eu_oss_catalogue/src/Annotation/EuOssCatalogueProvider.php +++ /dev/null @@ -1,48 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace Drupal\eu_oss_catalogue\Annotation; - -use Drupal\Component\Annotation\Plugin; -use Drupal\Core\Annotation\Translation; - -/** - * Defines a EU OSS Catalogue provider. - * - * @see plugin_api - * - * @Annotation - */ -class EuOssCatalogueProvider extends Plugin { - - /** - * The plugin ID. - */ - public string $id; - - /** - * The label of the plugin. - * - * @ingroup plugin_translatable - */ - public Translation $label; - - /** - * The parser used to convert data. - */ - public string $parser; - - /** - * A short description of the provider plugin. - * - * @ingroup plugin_translatable - */ - public ?Translation $description = NULL; - - /** - * The config entity type ID that configures this plugin, if any. - */ - public ?string $configuredBy = NULL; - -} diff --git a/web/modules/custom/eu_oss_catalogue/src/Annotation/EuOssCatalogueResolver.php b/web/modules/custom/eu_oss_catalogue/src/Annotation/EuOssCatalogueResolver.php deleted file mode 100644 index a0405a75ac85449dc45174f372e7d397027ab6b1..0000000000000000000000000000000000000000 --- a/web/modules/custom/eu_oss_catalogue/src/Annotation/EuOssCatalogueResolver.php +++ /dev/null @@ -1,31 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace Drupal\eu_oss_catalogue\Annotation; - -use Drupal\Component\Annotation\Plugin; -use Drupal\Core\Annotation\Translation; - -/** - * Defines a value resolver plugin. - * - * @see plugin_api - * - * @Annotation - */ -class EuOssCatalogueResolver extends Plugin { - - /** - * The plugin ID. - */ - public string $id; - - /** - * The label of the plugin. - * - * @ingroup plugin_translatable - */ - public Translation $label; - -} diff --git a/web/modules/custom/eu_oss_catalogue/src/Attribute/EuOssCatalogueHostingPlatform.php b/web/modules/custom/eu_oss_catalogue/src/Attribute/EuOssCatalogueHostingPlatform.php new file mode 100644 index 0000000000000000000000000000000000000000..8914e40a6f6001b16f9220cfec4a90afdf359fc6 --- /dev/null +++ b/web/modules/custom/eu_oss_catalogue/src/Attribute/EuOssCatalogueHostingPlatform.php @@ -0,0 +1,24 @@ +<?php + +declare(strict_types=1); + +namespace Drupal\eu_oss_catalogue\Attribute; + +use Drupal\Component\Plugin\Attribute\Plugin; +use Drupal\Core\StringTranslation\TranslatableMarkup; + +/** + * Defines a code hosting platform plugin. + */ +#[\Attribute(\Attribute::TARGET_CLASS)] +class EuOssCatalogueHostingPlatform extends Plugin { + + public function __construct( + public readonly string $id, + public readonly TranslatableMarkup $label, + public readonly ?string $baseUrl = NULL, + public readonly int $weight = 0, + public readonly ?string $deriver = NULL, + ) {} + +} diff --git a/web/modules/custom/eu_oss_catalogue/src/Attribute/EuOssCatalogueParser.php b/web/modules/custom/eu_oss_catalogue/src/Attribute/EuOssCatalogueParser.php new file mode 100644 index 0000000000000000000000000000000000000000..f00fd27347744667d98ebb93e8e137be9141a555 --- /dev/null +++ b/web/modules/custom/eu_oss_catalogue/src/Attribute/EuOssCatalogueParser.php @@ -0,0 +1,22 @@ +<?php + +declare(strict_types=1); + +namespace Drupal\eu_oss_catalogue\Attribute; + +use Drupal\Component\Plugin\Attribute\Plugin; +use Drupal\Core\StringTranslation\TranslatableMarkup; + +/** + * Defines a parser plugin. + */ +#[\Attribute(\Attribute::TARGET_CLASS)] +class EuOssCatalogueParser extends Plugin { + + public function __construct( + public readonly string $id, + public readonly TranslatableMarkup $label, + public readonly ?string $deriver = NULL, + ) {} + +} diff --git a/web/modules/custom/eu_oss_catalogue/src/Attribute/EuOssCatalogueProvider.php b/web/modules/custom/eu_oss_catalogue/src/Attribute/EuOssCatalogueProvider.php new file mode 100644 index 0000000000000000000000000000000000000000..b1ff7a0febe8de3a5306c7a3555781ce7434bb97 --- /dev/null +++ b/web/modules/custom/eu_oss_catalogue/src/Attribute/EuOssCatalogueProvider.php @@ -0,0 +1,25 @@ +<?php + +declare(strict_types=1); + +namespace Drupal\eu_oss_catalogue\Attribute; + +use Drupal\Component\Plugin\Attribute\Plugin; +use Drupal\Core\StringTranslation\TranslatableMarkup; + +/** + * Defines a EU OSS Catalogue provider. + */ +#[\Attribute(\Attribute::TARGET_CLASS)] +class EuOssCatalogueProvider extends Plugin { + + public function __construct( + public readonly string $id, + public readonly TranslatableMarkup $label, + public readonly string $parser, + public readonly ?TranslatableMarkup $description = NULL, + public readonly ?string $deriver = NULL, + public readonly ?string $configuredBy = NULL, + ) {} + +} diff --git a/web/modules/custom/eu_oss_catalogue/src/Attribute/EuOssCatalogueResolver.php b/web/modules/custom/eu_oss_catalogue/src/Attribute/EuOssCatalogueResolver.php new file mode 100644 index 0000000000000000000000000000000000000000..97056348dabafc321eafb9b8f378919c188f56a0 --- /dev/null +++ b/web/modules/custom/eu_oss_catalogue/src/Attribute/EuOssCatalogueResolver.php @@ -0,0 +1,22 @@ +<?php + +declare(strict_types=1); + +namespace Drupal\eu_oss_catalogue\Attribute; + +use Drupal\Component\Plugin\Attribute\Plugin; +use Drupal\Core\StringTranslation\TranslatableMarkup; + +/** + * Defines a value resolver plugin. + */ +#[\Attribute(\Attribute::TARGET_CLASS)] +class EuOssCatalogueResolver extends Plugin { + + public function __construct( + public readonly string $id, + public readonly TranslatableMarkup $label, + public readonly ?string $deriver = NULL, + ) {} + +} diff --git a/web/modules/custom/eu_oss_catalogue/src/EuOssCatalogue.php b/web/modules/custom/eu_oss_catalogue/src/EuOssCatalogue.php index 43f3a5557becff8c0f9822ca9a3a148c31e30195..0875705fd47300ffd90e617f62ca01655cb86721 100644 --- a/web/modules/custom/eu_oss_catalogue/src/EuOssCatalogue.php +++ b/web/modules/custom/eu_oss_catalogue/src/EuOssCatalogue.php @@ -116,7 +116,7 @@ public function fetch(string $providerId): int { ]); } else { - // We have unstable API behind the current @EuOssCatalogueProvider + // We have unstable API behind the current EuOssCatalogueProvider // plugin instance. $this->logger->error( "Unstable API behind '@provider' provider plugin, skipping cleanup. Exceptions:\n@exception-messages", diff --git a/web/modules/custom/eu_oss_catalogue/src/EuOssCataloguePluginManager.php b/web/modules/custom/eu_oss_catalogue/src/EuOssCataloguePluginManager.php index 9950068415bd40ab322c0ec4b43301904011fe7b..d4471d834c46b2f04d69138d6c01c104d69cc010 100644 --- a/web/modules/custom/eu_oss_catalogue/src/EuOssCataloguePluginManager.php +++ b/web/modules/custom/eu_oss_catalogue/src/EuOssCataloguePluginManager.php @@ -38,9 +38,9 @@ public function __construct( $typeCamelized = Container::camelize($type); $interfaceClass = 'Drupal\eu_oss_catalogue\EuOssCatalogue' . $typeCamelized . 'Interface'; - $annotationClass = 'Drupal\eu_oss_catalogue\Annotation\EuOssCatalogue' . $typeCamelized; + $attributeClass = 'Drupal\eu_oss_catalogue\Attribute\EuOssCatalogue' . $typeCamelized; - parent::__construct('Plugin/eu_oss_catalogue/' . $typeCamelized, $namespaces, $moduleHandler, $interfaceClass, $annotationClass); + parent::__construct('Plugin/eu_oss_catalogue/' . $typeCamelized, $namespaces, $moduleHandler, $interfaceClass, $attributeClass); $this->alterInfo("eu_oss_catalogue_{$type}_info"); $tags = $type === 'provider' ? ['config:hosting_platform_list'] : []; diff --git a/web/modules/custom/eu_oss_catalogue/src/Form/HostingPlatformConfigForm.php b/web/modules/custom/eu_oss_catalogue/src/Form/HostingPlatformConfigForm.php index 8a6f34be6a4eb12e141660be829933a1f53efa70..93e1c9c7fb6cadeafc8715a007ab9447d2550918 100644 --- a/web/modules/custom/eu_oss_catalogue/src/Form/HostingPlatformConfigForm.php +++ b/web/modules/custom/eu_oss_catalogue/src/Form/HostingPlatformConfigForm.php @@ -28,7 +28,7 @@ class HostingPlatformConfigForm extends EntityForm { use AjaxFormHelperTrait; public function __construct( - protected readonly EuOssCataloguePluginManagerInterface $platformManager, + protected EuOssCataloguePluginManagerInterface $platformManager, ) {} /** diff --git a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/HostingPlatform/Bitbucket.php b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/HostingPlatform/Bitbucket.php index 1c3951f789a8f42a0a872f9055a39e340538b569..3c37cd439ecf94d42e6eda04414e1da68133fb91 100644 --- a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/HostingPlatform/Bitbucket.php +++ b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/HostingPlatform/Bitbucket.php @@ -12,6 +12,7 @@ use Drupal\Core\Logger\LoggerChannelInterface; use Drupal\Core\Site\Settings; use Drupal\Core\StringTranslation\TranslatableMarkup; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueHostingPlatform; use Drupal\eu_oss_catalogue\EuOssCatalogueGitHostingPlatformPluginBase; use Drupal\eu_oss_catalogue\Exception\HostingPlatformFetchException; use Drupal\eu_oss_catalogue\Model\GitUri; @@ -20,14 +21,13 @@ /** * Git code hosting platform for repositories hosted on bitbucket.org. - * - * @EuOssCatalogueHostingPlatform( - * id = "bitbucket_org", - * label = @Translation("Bitbucket (bitbucket.org)"), - * baseUrl = "https://bitbucket.org", - * weight = -5, - * ) */ +#[EuOssCatalogueHostingPlatform( + id: "bitbucket_org", + label: new TranslatableMarkup("Bitbucket (bitbucket.org)"), + baseUrl: "https://bitbucket.org", + weight: -5, +)] class Bitbucket extends EuOssCatalogueGitHostingPlatformPluginBase { /** diff --git a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/HostingPlatform/GitHub.php b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/HostingPlatform/GitHub.php index 592edcc392f91e1260ba9a28075032ec15c2b358..d62356f64a3c57707dd2074f76db326e15afa5b7 100644 --- a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/HostingPlatform/GitHub.php +++ b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/HostingPlatform/GitHub.php @@ -9,7 +9,9 @@ use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Logger\LoggerChannelInterface; use Drupal\Core\Site\Settings; +use Drupal\Core\StringTranslation\TranslatableMarkup; use Drupal\Core\Utility\Error; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueHostingPlatform; use Drupal\eu_oss_catalogue\EuOssCatalogueGitHostingPlatformPluginBase; use Drupal\eu_oss_catalogue\Exception\HostingPlatformFetchException; use Drupal\eu_oss_catalogue\Exception\MissingAccessTokenException; @@ -27,14 +29,13 @@ /** * Git code hosting platform for github.com. - * - * @EuOssCatalogueHostingPlatform( - * id = "github", - * label = @Translation("GitHub"), - * baseUrl = "https://github.com", - * weight = -10, - * ) */ +#[EuOssCatalogueHostingPlatform( + id: "github", + label: new TranslatableMarkup("GitHub"), + baseUrl: "https://github.com", + weight: -10 +)] class GitHub extends EuOssCatalogueGitHostingPlatformPluginBase { protected const PULLREQUEST_FILTER = ['states' => State::OPEN]; diff --git a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/HostingPlatform/GitLabDotCom.php b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/HostingPlatform/GitLabDotCom.php index 731499fc52b014faf1a754e20b6694587e6f8f30..c58f8febb182538a38e94638afc547903485216c 100644 --- a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/HostingPlatform/GitLabDotCom.php +++ b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/HostingPlatform/GitLabDotCom.php @@ -5,7 +5,9 @@ namespace Drupal\eu_oss_catalogue\Plugin\eu_oss_catalogue\HostingPlatform; use Drupal\Core\Form\FormStateInterface; +use Drupal\Core\StringTranslation\TranslatableMarkup; use Drupal\Core\Utility\Error; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueHostingPlatform; use Drupal\eu_oss_catalogue\EuOssCatalogueGitHostingPlatformPluginBase; use Drupal\eu_oss_catalogue\Exception\HostingPlatformFetchException; use Drupal\eu_oss_catalogue\Model\GitLab\ReleaseSort; @@ -19,14 +21,13 @@ /** * Git code hosting platform for gitlab.com repositories. - * - * @EuOssCatalogueHostingPlatform( - * id = "gitlab_com", - * label = @Translation("GitLab (gitlab.com)"), - * baseUrl = "https://gitlab.com", - * weight = -10, - * ) */ +#[EuOssCatalogueHostingPlatform( + id: "gitlab_com", + label: new TranslatableMarkup("GitLab (gitlab.com)"), + baseUrl: "https://gitlab.com", + weight: -10 +)] class GitLabDotCom extends EuOssCatalogueGitHostingPlatformPluginBase { /** diff --git a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/HostingPlatform/GitLabSelfHosted.php b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/HostingPlatform/GitLabSelfHosted.php index 2e474e59f67742ca0221e742fe2d1a644db3fb96..5a1270f2412e8a8b5acf9febcf68489e97b8082a 100644 --- a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/HostingPlatform/GitLabSelfHosted.php +++ b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/HostingPlatform/GitLabSelfHosted.php @@ -5,6 +5,8 @@ namespace Drupal\eu_oss_catalogue\Plugin\eu_oss_catalogue\HostingPlatform; use Drupal\Core\Form\FormStateInterface; +use Drupal\Core\StringTranslation\TranslatableMarkup; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueHostingPlatform; use Drupal\eu_oss_catalogue\Exception\HostingPlatformFetchException; use Drupal\eu_oss_catalogue\Model\GitLab\ReleaseSort; use Drupal\eu_oss_catalogue\Model\GitUri; @@ -14,12 +16,11 @@ /** * Git code hosting platform for self-hosted GitLab repositories. - * - * @EuOssCatalogueHostingPlatform( - * id = "gitlab_self_hosted", - * label = @Translation("GitLab (self hosted)"), - * ) */ +#[EuOssCatalogueHostingPlatform( + id: "gitlab_self_hosted", + label: new TranslatableMarkup("GitLab (self hosted)") +)] class GitLabSelfHosted extends GitLabDotCom { /** diff --git a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Parser/PublicCodeYml.php b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Parser/PublicCodeYml.php index 2034dc97080128f2eb103384a885149e60aa3107..ad9e0e355da627a36e3c6136647292a256d88665 100644 --- a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Parser/PublicCodeYml.php +++ b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Parser/PublicCodeYml.php @@ -11,7 +11,9 @@ use Drupal\Core\Logger\LoggerChannelInterface; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; use Drupal\Core\Serialization\Yaml; +use Drupal\Core\StringTranslation\TranslatableMarkup; use Drupal\Core\Utility\Error; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueParser; use Drupal\eu_oss_catalogue\Entity\OssSolutionInterface; use Drupal\eu_oss_catalogue\EuOssCatalogueParserPluginBase; use Drupal\eu_oss_catalogue\EuOssCataloguePluginManagerInterface; @@ -23,14 +25,11 @@ /** * Parser for publiccode.yml data. - * - * @see https://yml.publiccode.tools - * - * @EuOssCatalogueParser( - * id = "publiccode_yml", - * label = @Translation("publiccode.yml data"), - * ) */ +#[EuOssCatalogueParser( + id: "publiccode_yml", + label: new TranslatableMarkup("publiccode.yml data") +)] class PublicCodeYml extends EuOssCatalogueParserPluginBase implements ContainerFactoryPluginInterface { public function __construct( diff --git a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Provider/DevelopersItalia.php b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Provider/DevelopersItalia.php index 0500261d1245233c91c523d6f5be62e3c11fdddd..4744bf878a46ee0a992dcdf0232ce2d42ab214af 100644 --- a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Provider/DevelopersItalia.php +++ b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Provider/DevelopersItalia.php @@ -8,7 +8,9 @@ use Drupal\Component\Serialization\Json; use Drupal\Core\Logger\LoggerChannelInterface; use Drupal\Core\Serialization\Yaml; +use Drupal\Core\StringTranslation\TranslatableMarkup; use Drupal\eu_oss_catalogue\ApiGuesserInterface; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueProvider; use Drupal\eu_oss_catalogue\EuOssCataloguePluginManagerInterface; use Drupal\eu_oss_catalogue\EuOssCatalogueProviderPluginBase; use Drupal\eu_oss_catalogue\Exception\HostingPlatformFetchException; @@ -19,14 +21,13 @@ /** * Developers Italia provider. - * - * @EuOssCatalogueProvider( - * id = "developers_italia", - * label = @Translation("Developers Italia"), - * description = @Translation("Italian National OSS Catalogue, by https://developers.italia.it website."), - * parser = "publiccode_yml", - * ) */ +#[EuOssCatalogueProvider( + id: "developers_italia", + label: new TranslatableMarkup("Developers Italia"), + parser: "publiccode_yml", + description: new TranslatableMarkup("Italian National OSS Catalogue, by https://developers.italia.it website.") +)] class DevelopersItalia extends EuOssCatalogueProviderPluginBase { /** diff --git a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Provider/DutchCatalogue.php b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Provider/DutchCatalogue.php index 073e2c33e33135bc476f886379a40a9ce6164e0b..7de17285510d04366b1594e987b710cda4d460f5 100644 --- a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Provider/DutchCatalogue.php +++ b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Provider/DutchCatalogue.php @@ -6,7 +6,9 @@ use Drupal\Component\Serialization\Json; use Drupal\Core\Logger\LoggerChannelInterface; +use Drupal\Core\StringTranslation\TranslatableMarkup; use Drupal\eu_oss_catalogue\ApiGuesserInterface; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueProvider; use Drupal\eu_oss_catalogue\EuOssCataloguePluginManagerInterface; use Drupal\eu_oss_catalogue\EuOssCatalogueProviderPluginBase; use Drupal\eu_oss_catalogue\Exception\HostingPlatformFetchException; @@ -17,14 +19,13 @@ /** * Dutch catalogue provider. - * - * @EuOssCatalogueProvider( - * id = "dutch_catalogue", - * label = @Translation("Developer Overheid"), - * description = @Translation("Dutch National OSS Catalogue, by https://developer.overheid.nl website."), - * parser = "publiccode_yml", - * ) */ +#[EuOssCatalogueProvider( + id: "dutch_catalogue", + label: new TranslatableMarkup("Developer Overheid"), + parser: "publiccode_yml", + description: new TranslatableMarkup("Dutch National OSS Catalogue, by https://developer.overheid.nl website.") +)] class DutchCatalogue extends EuOssCatalogueProviderPluginBase { /** diff --git a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Provider/FrenchCatalogue.php b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Provider/FrenchCatalogue.php index 18f6b2a1add4f3f81d847631db30153b6132ef7c..d4b231c503cd6d95993aa1e71823d27c91e3418f 100644 --- a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Provider/FrenchCatalogue.php +++ b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Provider/FrenchCatalogue.php @@ -6,7 +6,9 @@ use Drupal\Component\Serialization\Json; use Drupal\Core\Logger\LoggerChannelInterface; +use Drupal\Core\StringTranslation\TranslatableMarkup; use Drupal\eu_oss_catalogue\ApiGuesserInterface; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueProvider; use Drupal\eu_oss_catalogue\EuOssCataloguePluginManagerInterface; use Drupal\eu_oss_catalogue\EuOssCatalogueProviderPluginBase; use Drupal\eu_oss_catalogue\Exception\HostingPlatformFetchException; @@ -17,14 +19,13 @@ /** * French catalogue provider. - * - * @EuOssCatalogueProvider( - * id = "awesome_code_gouv_fr", - * label = @Translation("Awesome CodeGouvFr"), - * description = @Translation("French National OSS Catalogue, by https://code.gouv.fr/fr/awesome/ website."), - * parser = "publiccode_yml", - * ) */ +#[EuOssCatalogueProvider( + id: "awesome_code_gouv_fr", + label: new TranslatableMarkup("Awesome CodeGouvFr"), + parser: "publiccode_yml", + description: new TranslatableMarkup("French National OSS Catalogue, by https://code.gouv.fr/fr/awesome/ website.") +)] class FrenchCatalogue extends EuOssCatalogueProviderPluginBase { /** diff --git a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Provider/HostingPlatform.php b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Provider/HostingPlatform.php index 12eb32d60f45601ee5f8f112dacb9f5fc291e212..0802c8644a7a91fd55aa2721f515f406054db745 100644 --- a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Provider/HostingPlatform.php +++ b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Provider/HostingPlatform.php @@ -7,6 +7,8 @@ use Drupal\Component\Plugin\ConfigurableInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Logger\LoggerChannelInterface; +use Drupal\Core\StringTranslation\TranslatableMarkup; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueProvider; use Drupal\eu_oss_catalogue\Entity\HostingPlatformConfigInterface; use Drupal\eu_oss_catalogue\EuOssCatalogueHostingPlatformInterface; use Drupal\eu_oss_catalogue\EuOssCataloguePluginManagerInterface; @@ -14,20 +16,20 @@ use Drupal\eu_oss_catalogue\Exception\HostingPlatformFetchException; use Drupal\eu_oss_catalogue\Exception\ProviderFetchException; use Drupal\eu_oss_catalogue\Model\Project; +use Drupal\eu_oss_catalogue\Plugin\eu_oss_catalogue\Deriver\HostingPlatformDeriver; use Symfony\Component\DependencyInjection\ContainerInterface; /** * Code hosting platform provider plugin. - * - * @EuOssCatalogueProvider( - * id = "hosting_platform", - * label = @Translation("Hosting platform"), - * description = @Translation("Code hosting platform"), - * parser = "publiccode_yml", - * deriver = "\Drupal\eu_oss_catalogue\Plugin\eu_oss_catalogue\Deriver\HostingPlatformDeriver", - * configuredBy = "hosting_platform", - * ) */ +#[EuOssCatalogueProvider( + id: "hosting_platform", + label: new TranslatableMarkup("Hosting platform"), + description: new TranslatableMarkup("Code hosting platform"), + parser: "publiccode_yml", + deriver: HostingPlatformDeriver::class, + configuredBy: "hosting_platform", +)] class HostingPlatform extends EuOssCatalogueProviderPluginBase implements ConfigurableInterface { /** diff --git a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/AbsoluteUrlResolver.php b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/AbsoluteUrlResolver.php index 5295aa0449f57a1dfff05d48b019d7b0d1308a1f..cf1520cb37a5d2b209530b42359c9c038583de29 100644 --- a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/AbsoluteUrlResolver.php +++ b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/AbsoluteUrlResolver.php @@ -7,7 +7,9 @@ use Drupal\Core\Field\FieldItemListInterface; use Drupal\Core\Language\LanguageManagerInterface; use Drupal\Core\Logger\LoggerChannelInterface; +use Drupal\Core\StringTranslation\TranslatableMarkup; use Drupal\Core\Utility\Error; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueResolver; use Drupal\eu_oss_catalogue\EuOssCatalogueHostingPlatformInterface; use Drupal\eu_oss_catalogue\EuOssCataloguePluginManagerInterface; use Drupal\eu_oss_catalogue\Model\Project; @@ -18,12 +20,11 @@ /** * Converts a path relative to solution code repository to an absolute URL. - * - * @EuOssCatalogueResolver( - * id = "absolute_url", - * label = "Absolute URL", - * ) */ +#[EuOssCatalogueResolver( + id: "absolute_url", + label: new TranslatableMarkup("Absolute URL") +)] class AbsoluteUrlResolver extends DefaultResolver { public function __construct( diff --git a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/ContactResolver.php b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/ContactResolver.php index 1b983e165dc52e545c2c88646f7ee340daa37f0e..39c6b797b54c68c207a722274e0eec5bc9b4064c 100644 --- a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/ContactResolver.php +++ b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/ContactResolver.php @@ -9,17 +9,18 @@ use Drupal\Core\Language\LanguageManagerInterface; use Drupal\Core\Logger\LoggerChannelInterface; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; +use Drupal\Core\StringTranslation\TranslatableMarkup; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueResolver; use Drupal\eu_oss_catalogue\Model\Project; use Symfony\Component\DependencyInjection\ContainerInterface; /** * Resolves a contact information. - * - * @EuOssCatalogueResolver( - * id = "contact", - * label = "Contact", - * ) */ +#[EuOssCatalogueResolver( + id: "contact", + label: new TranslatableMarkup("Contact") +)] class ContactResolver extends DefaultResolver implements ContainerFactoryPluginInterface { public function __construct( diff --git a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/DefaultResolver.php b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/DefaultResolver.php index 306b4aef2253392fabb5921dee89d36c7579a9a4..4190fb9f718d7482c8d06fd132523516f844ffbc 100644 --- a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/DefaultResolver.php +++ b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/DefaultResolver.php @@ -10,18 +10,19 @@ use Drupal\Core\Language\LanguageManagerInterface; use Drupal\Core\Logger\LoggerChannelInterface; use Drupal\Core\Plugin\PluginBase; +use Drupal\Core\StringTranslation\TranslatableMarkup; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueResolver; use Drupal\eu_oss_catalogue\EuOssCatalogueResolverInterface; use Drupal\eu_oss_catalogue\Model\Project; use Symfony\Component\DependencyInjection\ContainerInterface; /** * Default and fallback publiccode.yml value resolver. - * - * @EuOssCatalogueResolver( - * id = "default", - * label = "Default", - * ) */ +#[EuOssCatalogueResolver( + id: "default", + label: new TranslatableMarkup("Default") +)] class DefaultResolver extends PluginBase implements EuOssCatalogueResolverInterface { public function __construct( diff --git a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/MarkdownResolver.php b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/MarkdownResolver.php index e3a938104bc9beb73a18a8f498aab7c77b1301bc..6ee65e292382e51208ba1f2c559085053dc29468 100644 --- a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/MarkdownResolver.php +++ b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/MarkdownResolver.php @@ -5,17 +5,18 @@ namespace Drupal\eu_oss_catalogue\Plugin\eu_oss_catalogue\Resolver; use Drupal\Core\Field\FieldItemListInterface; +use Drupal\Core\StringTranslation\TranslatableMarkup; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueResolver; use Drupal\eu_oss_catalogue\EuOssCatalogueResolverInterface; use Drupal\eu_oss_catalogue\Model\Project; /** * Resolver that converts markdown to HTML. - * - * @EuOssCatalogueResolver( - * id = "markdown", - * label = "Markdown", - * ) */ +#[EuOssCatalogueResolver( + id: "markdown", + label: new TranslatableMarkup("Markdown") +)] class MarkdownResolver extends DefaultResolver implements EuOssCatalogueResolverInterface { /** diff --git a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/MetadataContentResolver.php b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/MetadataContentResolver.php index 9692202d31c1cdf4cc80448467f413061b52973b..943b4da488f9f3ee63f2f93e1167f23c2d934f2d 100644 --- a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/MetadataContentResolver.php +++ b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/MetadataContentResolver.php @@ -7,17 +7,18 @@ use Drupal\Core\Field\FieldItemListInterface; use Drupal\Core\Language\LanguageInterface; use Drupal\Core\Serialization\Yaml; +use Drupal\Core\StringTranslation\TranslatableMarkup; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueResolver; use Drupal\eu_oss_catalogue\EuOssCatalogueResolverInterface; use Drupal\eu_oss_catalogue\Model\Project; /** * Metadata content resolver. - * - * @EuOssCatalogueResolver( - * id = "metadata_content", - * label = "Metadata content", - * ) */ +#[EuOssCatalogueResolver( + id: "metadata_content", + label: new TranslatableMarkup("Metadata content") +)] class MetadataContentResolver extends DefaultResolver implements EuOssCatalogueResolverInterface { /** diff --git a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/TaxonomyTermResolver.php b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/TaxonomyTermResolver.php index 07f339c5a45708cb97d4087e033b0864065d37ce..288316580751f55fe98676afbff80f9d5876f740 100644 --- a/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/TaxonomyTermResolver.php +++ b/web/modules/custom/eu_oss_catalogue/src/Plugin/eu_oss_catalogue/Resolver/TaxonomyTermResolver.php @@ -11,7 +11,9 @@ use Drupal\Core\Language\LanguageManagerInterface; use Drupal\Core\Logger\LoggerChannelInterface; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; +use Drupal\Core\StringTranslation\TranslatableMarkup; use Drupal\Core\Utility\Error; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueResolver; use Drupal\eu_oss_catalogue\Exception\UnresolvableValueException; use Drupal\eu_oss_catalogue\Model\Project; use Psr\Log\LogLevel; @@ -19,12 +21,11 @@ /** * Taxonomy term resolver. - * - * @EuOssCatalogueResolver( - * id = "taxonomy_term", - * label = "Taxonomy term", - * ) */ +#[EuOssCatalogueResolver( + id: "taxonomy_term", + label: new TranslatableMarkup("Taxonomy term") +)] class TaxonomyTermResolver extends DefaultResolver implements ContainerFactoryPluginInterface { public function __construct( diff --git a/web/modules/custom/eu_oss_catalogue/tests/modules/eu_oss_catalogue_test/src/Plugin/eu_oss_catalogue/Provider/RemovingSolutionProvider.php b/web/modules/custom/eu_oss_catalogue/tests/modules/eu_oss_catalogue_test/src/Plugin/eu_oss_catalogue/Provider/RemovingSolutionProvider.php index a1401cd454b043475d3c773bf50a4c5233abfd82..ed8142faf71692a1a4010288f8e2cdb84b4e73e9 100644 --- a/web/modules/custom/eu_oss_catalogue/tests/modules/eu_oss_catalogue_test/src/Plugin/eu_oss_catalogue/Provider/RemovingSolutionProvider.php +++ b/web/modules/custom/eu_oss_catalogue/tests/modules/eu_oss_catalogue_test/src/Plugin/eu_oss_catalogue/Provider/RemovingSolutionProvider.php @@ -4,17 +4,19 @@ namespace Drupal\eu_oss_catalogue_test\Plugin\eu_oss_catalogue\Provider; +use Drupal\Core\StringTranslation\TranslatableMarkup; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueProvider; + /** * Provider to be used in testing. * * Same as developers_italia but we need a different name. - * - * @EuOssCatalogueProvider( - * id = "removing_solution_provider", - * label = "Removing solution provider", - * parser = "publiccode_yml", - * ) */ +#[EuOssCatalogueProvider( + id: "removing_solution_provider", + label: new TranslatableMarkup("Removing solution provider"), + parser: "publiccode_yml" +)] class RemovingSolutionProvider extends SelectedProjectProvider { /** diff --git a/web/modules/custom/eu_oss_catalogue/tests/modules/eu_oss_catalogue_test/src/Plugin/eu_oss_catalogue/Provider/TestingProvider.php b/web/modules/custom/eu_oss_catalogue/tests/modules/eu_oss_catalogue_test/src/Plugin/eu_oss_catalogue/Provider/TestingProvider.php index 7d7d47e01c7b3607969d5730cd807c7318c7cda1..87a98dee8272e04fedf460eeb8c2969173a214cd 100644 --- a/web/modules/custom/eu_oss_catalogue/tests/modules/eu_oss_catalogue_test/src/Plugin/eu_oss_catalogue/Provider/TestingProvider.php +++ b/web/modules/custom/eu_oss_catalogue/tests/modules/eu_oss_catalogue_test/src/Plugin/eu_oss_catalogue/Provider/TestingProvider.php @@ -4,6 +4,8 @@ namespace Drupal\eu_oss_catalogue_test\Plugin\eu_oss_catalogue\Provider; +use Drupal\Core\StringTranslation\TranslatableMarkup; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueProvider; use Drupal\eu_oss_catalogue\Model\Project; use Drupal\eu_oss_catalogue\Plugin\eu_oss_catalogue\Provider\DevelopersItalia; @@ -11,13 +13,12 @@ * Provider to be used in testing. * * Same as developers_italia but we need a different name. - * - * @EuOssCatalogueProvider( - * id = "testing_provider", - * label = "Testing provider", - * parser = "publiccode_yml", - * ) */ +#[EuOssCatalogueProvider( + id: "testing_provider", + label: new TranslatableMarkup("Testing provider"), + parser: "publiccode_yml" +)] class TestingProvider extends DevelopersItalia { /** diff --git a/web/modules/custom/eu_oss_catalogue/tests/modules/eu_oss_catalogue_test/src/Plugin/eu_oss_catalogue/Provider/YamlBecomeInvalidProvider.php b/web/modules/custom/eu_oss_catalogue/tests/modules/eu_oss_catalogue_test/src/Plugin/eu_oss_catalogue/Provider/YamlBecomeInvalidProvider.php index 0f108d6ed24f3db89b2008035a41e0427ca56192..26be1e2e8fd036c0e72cbef8eb9e9484227d8d00 100644 --- a/web/modules/custom/eu_oss_catalogue/tests/modules/eu_oss_catalogue_test/src/Plugin/eu_oss_catalogue/Provider/YamlBecomeInvalidProvider.php +++ b/web/modules/custom/eu_oss_catalogue/tests/modules/eu_oss_catalogue_test/src/Plugin/eu_oss_catalogue/Provider/YamlBecomeInvalidProvider.php @@ -4,17 +4,19 @@ namespace Drupal\eu_oss_catalogue_test\Plugin\eu_oss_catalogue\Provider; +use Drupal\Core\StringTranslation\TranslatableMarkup; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueProvider; + /** * Provider to be used in testing. * * Same as developers_italia but we need a different name. - * - * @EuOssCatalogueProvider( - * id = "yaml_become_invalid_provider", - * label = "YAML become invalid", - * parser = "publiccode_yml", - * ) */ +#[EuOssCatalogueProvider( + id: "yaml_become_invalid_provider", + label: new TranslatableMarkup("YAML become invalid"), + parser: "publiccode_yml" +)] class YamlBecomeInvalidProvider extends SelectedProjectProvider { /** diff --git a/web/modules/custom/eu_oss_catalogue/tests/modules/eu_oss_catalogue_test/src/Plugin/eu_oss_catalogue/Provider/YamlBecomeValidProvider.php b/web/modules/custom/eu_oss_catalogue/tests/modules/eu_oss_catalogue_test/src/Plugin/eu_oss_catalogue/Provider/YamlBecomeValidProvider.php index 9f617578830adb3e573c3618386605059a9be278..07298cb2588c16ba5a7a212a8d8f433cfa30ae9d 100644 --- a/web/modules/custom/eu_oss_catalogue/tests/modules/eu_oss_catalogue_test/src/Plugin/eu_oss_catalogue/Provider/YamlBecomeValidProvider.php +++ b/web/modules/custom/eu_oss_catalogue/tests/modules/eu_oss_catalogue_test/src/Plugin/eu_oss_catalogue/Provider/YamlBecomeValidProvider.php @@ -4,17 +4,19 @@ namespace Drupal\eu_oss_catalogue_test\Plugin\eu_oss_catalogue\Provider; +use Drupal\Core\StringTranslation\TranslatableMarkup; +use Drupal\eu_oss_catalogue\Attribute\EuOssCatalogueProvider; + /** * Provider to be used in testing. * * Same as developers_italia but we need a different name. - * - * @EuOssCatalogueProvider( - * id = "yaml_become_valid_provider", - * label = "YAML become valid", - * parser = "publiccode_yml", - * ) */ +#[EuOssCatalogueProvider( + id: "yaml_become_valid_provider", + label: new TranslatableMarkup("YAML become valid"), + parser: "publiccode_yml" +)] class YamlBecomeValidProvider extends SelectedProjectProvider { /** diff --git a/web/modules/custom/joinup_communities/eira/README.md b/web/modules/custom/joinup_communities/eira/README.md index 339bad3056f10374a75951125feb4f4db4a6e584..7c0f9c3acf1fcc124a26fc4bc863fbe8e0ae8f84 100644 --- a/web/modules/custom/joinup_communities/eira/README.md +++ b/web/modules/custom/joinup_communities/eira/README.md @@ -5,18 +5,29 @@ This module provides configuration for the EIRA Community. ## Introduction The EIRA community hosts 2 vocabularies with us. The vocabularies are: -* EIRA * eGovERA +* EIRA -Both vocabularies are imported into the Portal from the corresponding RDF files -in the `resources/vocab` directory. +The EIRA vocabulary, we further split into 2 vocabularies: +* EIRA +* Solution type Mappings are already set in third party settings of the vocabulary and related fields. The module also offers a normalizer subscriber to handle extra properties that are needed during import in [/web/modules/custom/joinup_communities/eira/src/EventSubscriber/NormalizeSubscriber.php](src/EventSubscriber/NormalizeSubscriber.php). -## Importing the vocabularies +## eGovERA + +The eGovERA vocabulary's file structure and properties are very similar to the +EIRA vocabulary. That allows us to use the same alterations for both +vocabularies. + +The alterations are done in the +`\Drupal\joinup_taxonomy\EventSubscriber\PrepareVocabularyGraphSubscriber::alterEgovEra` +method. + +### Importing eGovERA In order to import the file anew - in case a new version is provided - you can run the following deploy script: @@ -30,14 +41,63 @@ $graph->parseFile('../resources/vocab/eGovERA.rdf'); ->registerVocabulary('egovera', 'http://data.europa.eu/dr8', 'http://data.europa.eu/dr8') ->update(); ``` -The above example is for eGovERA, but the same can be done for EIRA. -Note, that both vocabularies are using the same namespace, so the same URL is -used for both the vocabulary and the graph. +## EIRA and Solution type -## Alterations to the incoming data +EIRA vocabulary is the official vocabulary for the EIRA community. However, +because it is updated frequently, and each time there are conflicts that +consume a lot of development time to resolve, we are using a simplified version +of the EIRA vocabulary which we are - for now - basing it on version 6.0.0. -As with other vocabularies, the EIRA and eGovERA vocabularies have their data -altered before being imported into the Portal. The alterations are done in the -`\Drupal\joinup_taxonomy\EventSubscriber\PrepareVocabularyGraphSubscriber::alterEira` -method. +The goals of the simplified version of the EIRA vocabulary (Solution type) are: +1. To have a stable version of the EIRA vocabulary that does not change that +frequently. +2. To maintain the same structure as the EIRA vocabulary. +3. To maintain the data integrity on the Virtuoso endpoint. + +Point 3 above is important because, using the `rdf_sync` module, we are syncing +the data to the Virtuoso endpoint. That means that the Solution type vocabulary +needs to have a mapping that is the same with EIRA, but without losing EIRA +data both from the EIRA vocabulary and the Solution type. In order to achieve +that, and because `rdf_sync` enforces unique URIs in the table, we are changing +the URIs of the Solution type vocabulary to be different from the EIRA by +adding the version in the URI, i.e. all URIs start with +`http://data.europa.eu/dr8/6.0.0/`. + +A sample deploy script would look like this: +```php + // Import the simplified EIRA 6.0.0. + $graph = new Graph(); + $graph->parseFile('../resources/vocab/EIRA_SKOS_v6_0_0.rdf'); + \Drupal::service('joinup_taxonomy.vocabulary_updater') + ->registerGraph('http://data.europa.eu/dr8/6.0.0', $graph) + ->registerVocabulary('solution_type', 'http://data.europa.eu/dr8/6.0.0', 'http://data.europa.eu/dr8/6.0.0') + ->update(); + + // Import EIRA which will clear previous values. + $graph = new Graph(); + $graph->parseFile('../resources/vocab/EIRA v6.1.0_SKOS.rdf'); + \Drupal::service('joinup_taxonomy.vocabulary_updater') + ->registerGraph('http://data.europa.eu/dr8', $graph) + ->registerVocabulary('eira', 'http://data.europa.eu/dr8', 'http://data.europa.eu/dr8') + ->update(); +``` + +## Alterations + +The module provides a subscriber that alters the EIRA, eGovERA and +solution_type vocabularies to add the necessary properties and fields. The +subscriber is located in +`\Drupal\joinup_taxonomy\EventSubscriber\PrepareVocabularyGraphSubscriber` +and the methods used are: +* `alterEira` +* `alterEgovEra` +* `alterSolutionType` + +Each method is responsible to clean the graph and add the necessary properties +and fields. + +For the cleanup, we take into account the base URI of the vocabulary and we +remove all the triples that are not related to the vocabulary. That is because +EIRA is packing their files with all the necessary relations, thus, adding +concepts that are not really part of the vocabulary but referenced by it. diff --git a/web/modules/custom/joinup_communities/eira/eira.module b/web/modules/custom/joinup_communities/eira/eira.module index 6fcebb42aae979a001916790621b14268d9f4366..c524fb79ce736d8d3210f00eeb8c0e5695559d47 100644 --- a/web/modules/custom/joinup_communities/eira/eira.module +++ b/web/modules/custom/joinup_communities/eira/eira.module @@ -10,12 +10,13 @@ use Drupal\Core\Entity\Display\EntityViewDisplayInterface; use Drupal\Core\Entity\EntityInterface; use Drupal\eira\Entity\Term\Egovera; +use Drupal\eira\Entity\Term\SolutionType; /** * Implements hook_ENTITY_TYPE_view(). */ function eira_taxonomy_term_view(array &$build, EntityInterface $entity, EntityViewDisplayInterface $display, $view_mode): void { - if (!in_array($entity->bundle(), ['egovera', 'eira'])) { + if (!in_array($entity->bundle(), ['egovera', 'eira', 'solution_type'])) { return; } @@ -34,4 +35,7 @@ function eira_entity_bundle_info_alter(array &$bundles): void { // phpcs:ignore Drupal.Classes.FullyQualifiedNamespace.UseStatementMissing $bundles['taxonomy_term']['egovera']['class'] = Egovera::class; } + if (isset($bundles['taxonomy_term']['solution_type'])) { + $bundles['taxonomy_term']['solution_type']['class'] = SolutionType::class; + } } diff --git a/web/modules/custom/joinup_communities/eira/eira.routing.yml b/web/modules/custom/joinup_communities/eira/eira.routing.yml index 3cb7a8f7768a1432d52eb1f0291c33c37154cb00..a40d4d0029f07a09eddc71c1e5ac4900fdb1c92d 100644 --- a/web/modules/custom/joinup_communities/eira/eira.routing.yml +++ b/web/modules/custom/joinup_communities/eira/eira.routing.yml @@ -1,7 +1,14 @@ -eira.vocabulary: +eira.eira.vocabulary: path: '/data/dr8' defaults: - _controller: '\Drupal\eira\Controller\Eira::vocabulary' + _controller: '\Drupal\eira\Controller\Eira::eiraVocabulary' + _title: 'Controlled vocabulary for the European Interoperability Reference Architecture (EIRA)' + requirements: + _access: 'TRUE' +eira.egovera.vocabulary: + path: '/data/dr8/egovera' + defaults: + _controller: '\Drupal\eira\Controller\Eira::egoveraVocabulary' _title: 'Controlled vocabulary for the European Interoperability Reference Architecture (EIRA)' requirements: _access: 'TRUE' diff --git a/web/modules/custom/joinup_communities/eira/src/Controller/Eira.php b/web/modules/custom/joinup_communities/eira/src/Controller/Eira.php index dfdde0306868da94198cb1e2f2551c4aafce3ce0..c104deba4a50683f81cdcc547c40277ea831c215 100644 --- a/web/modules/custom/joinup_communities/eira/src/Controller/Eira.php +++ b/web/modules/custom/joinup_communities/eira/src/Controller/Eira.php @@ -5,36 +5,61 @@ namespace Drupal\eira\Controller; use Drupal\Core\Cache\CacheableResponse; +use Drupal\Core\Cache\CacheableResponseInterface; use Drupal\Core\Controller\ControllerBase; use EasyRdf\Format; use Symfony\Component\HttpFoundation\ResponseHeaderBag; /** * Provides a controller for 'eira.vocabulary' route. + * + * The response is cached permanently as data comes from a static file which + * is part of the codebase. If the source file is changed, that means a new + * release will be created. Deploying a new release, *always* triggers an + * explicit cache clear. */ class Eira extends ControllerBase { /** * Returns the EIRA vocabulary as RDF/XML. * - * The response is cached permanently as data comes from a static file which - * is part of the codebase. If the source file is changed, that means a new - * release will be created. Deploying a new release, *always* triggers an - * explicit cache clear. + * @return \Drupal\Core\Cache\CacheableResponseInterface + * The response as RDF/XML format. + */ + public function eiraVocabulary(): CacheableResponseInterface { + return $this->getFileAsResponse('EIRA v6.1.0_SKOS.rdf'); + } + + /** + * Returns the e-Government Core Vocabularies as RDF/XML. + * + * @return \Drupal\Core\Cache\CacheableResponseInterface + * The response as RDF/XML format. + */ + public function egoveraVocabulary(): CacheableResponseInterface { + return $this->getFileAsResponse('eGovERA.rdf'); + } + + /** + * Returns a file as a response. + * + * @param string $fileName + * The file of the vocabulary from the /resources/vocab directory without + * the path. * - * @return \Drupal\Core\Cache\CacheableResponse + * @return \Drupal\Core\Cache\CacheableResponseInterface * The response as RDF/XML format. */ - public function vocabulary(): CacheableResponse { + private function getFileAsResponse(string $fileName): CacheableResponseInterface { $response = new CacheableResponse(); - $response->setContent(file_get_contents(DRUPAL_ROOT . '/../resources/vocab/EIRA_SKOS.rdf')); + $response->setContent(file_get_contents(DRUPAL_ROOT . '/../resources/vocab/' . $fileName)); /** @var \EasyRdf\Format $format */ $format = Format::getFormats()['rdfxml']; $response->headers->set('Content-Type', $format->getDefaultMimeType()); // Attempt to render the result in browser, if the browser accepts. - $disposition = $response->headers->makeDisposition(ResponseHeaderBag::DISPOSITION_INLINE, 'eira.' . $format->getDefaultExtension()); + $disposition = $response->headers->makeDisposition(ResponseHeaderBag::DISPOSITION_INLINE, $fileName); $response->headers->set('Content-Disposition', $disposition); return $response; diff --git a/web/modules/custom/joinup_communities/eira/src/Entity/Term/SolutionType.php b/web/modules/custom/joinup_communities/eira/src/Entity/Term/SolutionType.php new file mode 100644 index 0000000000000000000000000000000000000000..9c1dc3f9da7fc9ecd0ef293bdb1d4f703fde8f20 --- /dev/null +++ b/web/modules/custom/joinup_communities/eira/src/Entity/Term/SolutionType.php @@ -0,0 +1,18 @@ +<?php + +declare(strict_types=1); + +namespace Drupal\eira\Entity\Term; + +use Drupal\joinup_rdf\Entity\RdfSyncEntityInterface; +use Drupal\joinup_rdf\Entity\RdfSyncEntityTrait; +use Drupal\taxonomy\Entity\Term; + +/** + * A bundle class for taxonomy_term entities. + */ +final class SolutionType extends Term implements RdfSyncEntityInterface { + + use RdfSyncEntityTrait; + +} diff --git a/web/modules/custom/joinup_communities/eira/src/EventSubscriber/NormalizeSubscriber.php b/web/modules/custom/joinup_communities/eira/src/EventSubscriber/NormalizeSubscriber.php index 5adc1eb67cab46ebca0f48053750e02e9a626f31..a2a8c5780e7b41bef4d8659618356ea809ec7fd5 100644 --- a/web/modules/custom/joinup_communities/eira/src/EventSubscriber/NormalizeSubscriber.php +++ b/web/modules/custom/joinup_communities/eira/src/EventSubscriber/NormalizeSubscriber.php @@ -34,7 +34,7 @@ public static function getSubscribedEvents(): array { */ public function normalizeEiraExtraProperties(RdfSyncNormalizeEvent $event): void { $term = $event->getEntity(); - if (!$term instanceof TermInterface || !in_array($term->bundle(), ['egovera', 'eira'])) { + if (!$term instanceof TermInterface || !in_array($term->bundle(), ['egovera', 'eira', 'solution_type'])) { return; } diff --git a/web/modules/custom/joinup_core/joinup_core.deploy.php b/web/modules/custom/joinup_core/joinup_core.deploy.php index 7d411bc4eba09805b9a7fd802e248587b47284ca..1cac779e67573a30b849945b02ae7400370f057b 100644 --- a/web/modules/custom/joinup_core/joinup_core.deploy.php +++ b/web/modules/custom/joinup_core/joinup_core.deploy.php @@ -14,6 +14,8 @@ declare(strict_types=1); +use EasyRdf\Graph; + /** * Add an /events redirect. */ @@ -25,3 +27,109 @@ function joinup_core_deploy_200300(): void { 'status_code' => 301, ])->save(); } + + +/** + * Gather information about the current state of solution type terms. + */ +function joinup_core_deploy_200301(): string { + // We only need to check the revision table as all data are there including + // the data from the data table. + $solution_type_values = \Drupal::database() + ->select('node_revision__solution_type', 'nrst') + ->fields('nrst', ['entity_id', 'revision_id', 'solution_type_target_id']) + ->execute() + ->fetchAll(); + + $target_ids = array_column($solution_type_values, 'solution_type_target_id'); + $eira_terms = \Drupal::entityTypeManager() + ->getStorage('taxonomy_term') + ->loadMultiple($target_ids); + + $target_ids_to_uri = []; + foreach ($eira_terms as $eira_term) { + $target_ids_to_uri[$eira_term->id()] = $eira_term->getUri(); + } + + $data = []; + foreach ($solution_type_values as $solution_type_value) { + if (!isset($data[$solution_type_value->revision_id])) { + $data[$solution_type_value->revision_id] = [ + 'entity_id' => $solution_type_value->entity_id, + 'revision_id' => $solution_type_value->revision_id, + ]; + } + + $data[$solution_type_value->revision_id]['values'][$solution_type_value->solution_type_target_id] = $target_ids_to_uri[$solution_type_value->solution_type_target_id]; + } + + \Drupal::state()->set('joinup_core_deploy_200200', $data); + return 'Data has been gathered.'; +} + +/** + * Deploy EIRA 6.1.0, simplified solution type (EIRA 6.0.0) and eGovERA. + */ +function joinup_core_deploy_200302(): void { + // Import the simplified EIRA 6.0.0. + $graph = new Graph(); + $graph->parseFile('../resources/vocab/EIRA_SKOS_v6_0_0.rdf'); + \Drupal::service('joinup_taxonomy.vocabulary_updater') + ->registerGraph('http://data.europa.eu/dr8/6.0.0', $graph) + ->registerVocabulary('solution_type', 'http://data.europa.eu/dr8/6.0.0', 'http://data.europa.eu/dr8/6.0.0') + ->update(); + + // Re import eGovERA in order to clean the rest of the terms. + $graph = new Graph(); + $graph->parseFile('../resources/vocab/eGovERA.rdf'); + \Drupal::service('joinup_taxonomy.vocabulary_updater') + ->registerGraph('http://data.europa.eu/dr8/egovera', $graph) + ->registerVocabulary('egovera', 'http://data.europa.eu/dr8/egovera', 'http://data.europa.eu/dr8/egovera') + ->update(); + + // Import EIRA which will clear previous values. + $graph = new Graph(); + $graph->parseFile('../resources/vocab/EIRA v6.1.0_SKOS.rdf'); + \Drupal::service('joinup_taxonomy.vocabulary_updater') + ->registerGraph('http://data.europa.eu/dr8', $graph) + ->registerVocabulary('eira', 'http://data.europa.eu/dr8', 'http://data.europa.eu/dr8') + ->update(); +} + +/** + * Update the solution type field and revision values. + */ +function joinup_core_deploy_200303(): string { + $data = \Drupal::state()->get('joinup_core_deploy_200200'); + if (!$data) { + throw new Exception('No relevant data found about solution type field.'); + } + + $rdf_sync_map = \Drupal::getContainer()->get('rdf_sync.mapper'); + $solution_types = $rdf_sync_map->getUrisByEntityType('taxonomy_term', 'solution_type'); + + foreach ($data as $revision_id => $values) { + $entity_id = $values['entity_id']; + $values = $values['values']; + foreach ($values as $original_id => $uri) { + $altered_uri = str_replace('http://data.europa.eu/dr8/', 'http://data.europa.eu/dr8/6.0.0/', $uri); + // The following line also ensures that every single entry will be + // replaced with an existing solution type term of the same URI. + assert(in_array($altered_uri, $solution_types), 'URI ' . $altered_uri . ' not found in the solution type vocabulary.'); + $term = $rdf_sync_map->getEntityByUri($altered_uri); + + foreach (['node__solution_type', 'node_revision__solution_type'] as $table) { + \Drupal::database() + ->update($table) + ->condition('entity_id', $entity_id) + ->condition('revision_id', $revision_id) + ->condition('solution_type_target_id', $original_id) + ->fields(['solution_type_target_id' => $term->id()]) + ->execute(); + } + } + } + + \Drupal::state()->delete('joinup_core_deploy_200200'); + return 'Solution type field and revision values have been restored.'; +} diff --git a/web/modules/custom/joinup_core/src/Controller/IdRedirect.php b/web/modules/custom/joinup_core/src/Controller/IdRedirect.php index c646a24a5cd44d916be3ec1d1a6ceed10cd4eb92..e8d5c532255b44729d2e279581764d4da9d54d69 100644 --- a/web/modules/custom/joinup_core/src/Controller/IdRedirect.php +++ b/web/modules/custom/joinup_core/src/Controller/IdRedirect.php @@ -77,6 +77,7 @@ public static function getEntityTypeFromPersistentUriNamespace(?string $namespac $namespaces = [ 'w21' => 'node', 'dr8' => 'taxonomy_term', + 'dr8/egovera' => 'taxonomy_term', ]; if (!$namespace) { diff --git a/web/modules/custom/joinup_group/tests/src/ExistingSite/GroupContentUpdateUrlAliasTest.php b/web/modules/custom/joinup_group/tests/src/ExistingSite/GroupContentUpdateUrlAliasTest.php index 8021dc4c6af1c41923a1d865443c08974c396df0..ab449526db6cfea0c29dfaefcc661eed4cbca1f1 100644 --- a/web/modules/custom/joinup_group/tests/src/ExistingSite/GroupContentUpdateUrlAliasTest.php +++ b/web/modules/custom/joinup_group/tests/src/ExistingSite/GroupContentUpdateUrlAliasTest.php @@ -351,7 +351,7 @@ protected function createContent(): void { 'field_state' => 'published', 'owner' => $owner->id(), 'field_topic' => Topic::loadByUri('http://joinup.eu/ontology/topic#finance-in-eu')->id(), - 'solution_type' => MappedTerm::loadByUri('http://data.europa.eu/dr8/PublicServiceProvider')->id(), + 'solution_type' => MappedTerm::loadByUri('http://data.europa.eu/dr8/testing/PublicServiceProvider')->id(), 'contact' => $contact->id(), ]); // Releases. diff --git a/web/modules/custom/joinup_rdf/joinup_rdf.module b/web/modules/custom/joinup_rdf/joinup_rdf.module index 21afd6098ba382e470286019868bb2936feb6e46..3348b2b1a695c29c0d634cfbdbd65160073e980b 100644 --- a/web/modules/custom/joinup_rdf/joinup_rdf.module +++ b/web/modules/custom/joinup_rdf/joinup_rdf.module @@ -127,7 +127,7 @@ function _joinup_rdf_resync_parent_entities(EntityInterface $entity): void { if (!empty($parent)) { \Drupal::getContainer()->get('rdf_sync.synchronizer')->synchronize( - SyncMethod::UPDATE, + SyncMethod::Update, [$parent] ); } diff --git a/web/modules/custom/joinup_search/joinup_search.deploy.php b/web/modules/custom/joinup_search/joinup_search.deploy.php new file mode 100644 index 0000000000000000000000000000000000000000..7642f4c09b7febd12a2d6a33a0cf3b6115c6158b --- /dev/null +++ b/web/modules/custom/joinup_search/joinup_search.deploy.php @@ -0,0 +1,20 @@ +<?php + +/** + * @file + * Deploy functions for Joinup search. + */ + +declare(strict_types=1); + +use Drupal\search_api\Entity\Index; + +/** + * Rebuild tracking information. + */ +function joinup_search_deploy_200300(array &$sandbox): string { + $index = Index::load('published'); + $index->rebuildTracker(); + + return 'Tracking information for index publish has been rebuilt'; +} diff --git a/web/modules/custom/joinup_taxonomy/joinup_taxonomy.services.yml b/web/modules/custom/joinup_taxonomy/joinup_taxonomy.services.yml index 662038efcb8a04ce3d0cf32ca5dc954a525c843d..af2921746977ea6ab8e4b4bbf4b9d4d2298b6404 100644 --- a/web/modules/custom/joinup_taxonomy/joinup_taxonomy.services.yml +++ b/web/modules/custom/joinup_taxonomy/joinup_taxonomy.services.yml @@ -10,5 +10,9 @@ services: shared: false Drupal\joinup_taxonomy\EventSubscriber\NormalizeSubscriber: { } - - Drupal\joinup_taxonomy\EventSubscriber\PrepareVocabularyGraphSubscriber: { } + joinup_taxonomy.prepare_vocabulary_graph.subscriber: + class: Drupal\joinup_taxonomy\EventSubscriber\PrepareVocabularyGraphSubscriber + arguments: + - '@database' + tags: + - { name: event_subscriber } diff --git a/web/modules/custom/joinup_taxonomy/src/EventSubscriber/PrepareVocabularyGraphSubscriber.php b/web/modules/custom/joinup_taxonomy/src/EventSubscriber/PrepareVocabularyGraphSubscriber.php index 080db44f72cc5ae4e036bab6c4c2f7d186dce771..00db95860c875fe2d9e1f820e7ead27bd50e18d1 100644 --- a/web/modules/custom/joinup_taxonomy/src/EventSubscriber/PrepareVocabularyGraphSubscriber.php +++ b/web/modules/custom/joinup_taxonomy/src/EventSubscriber/PrepareVocabularyGraphSubscriber.php @@ -5,7 +5,9 @@ namespace Drupal\joinup_taxonomy\EventSubscriber; use Drupal\Component\Serialization\Json; +use Drupal\Core\Database\Connection; use Drupal\joinup_taxonomy\Event\PrepareVocabularyGraphEvent; +use EasyRdf\Graph; use EasyRdf\Literal; use EasyRdf\RdfNamespace; use EasyRdf\Resource; @@ -16,6 +18,8 @@ */ class PrepareVocabularyGraphSubscriber implements EventSubscriberInterface { + public function __construct(protected Connection $database) {} + /** * {@inheritdoc} */ @@ -28,6 +32,8 @@ public static function getSubscribedEvents(): array { ['alterFileType'], ['alterOwnerType'], ['alterEira'], + ['alterEgovEra'], + ['alterSolutionType'], ], ]; } @@ -184,12 +190,42 @@ public function alterOwnerType(PrepareVocabularyGraphEvent $event): void { * The event. */ public function alterEira(PrepareVocabularyGraphEvent $event): void { - if (!in_array($event->vid, ['egovera', 'eira'])) { + if ($event->vid !== 'eira') { return; } + $graph = $event->getGraph(); + 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/'); + RdfNamespace::set('owlturtle', 'http://www.semanticweb.org/owl/owlapi/turtle#'); + + foreach ($graph->resources() as $resource) { + if (!str_starts_with($resource->getUri(), 'http://data.europa.eu/dr8') || str_starts_with($resource->getUri(), 'http://data.europa.eu/dr8/egovera')) { + $graph->deleteEntireResource($resource); + continue; + } + $this->performEiraAlterations($graph, $resource, 'http://data.europa.eu/dr8'); + } + } + + /** + * Performs alterations for the eGovEra vocabulary. + * + * @param \Drupal\joinup_taxonomy\Event\PrepareVocabularyGraphEvent $event + * The event. + */ + public function alterEgovEra(PrepareVocabularyGraphEvent $event): void { + if ($event->vid !== 'egovera') { + return; + } + // Remove resources that are already in the `rdf_sync_uri` table. + $graph = $event->getGraph(); RdfNamespace::set('eira', 'http://data.europa.eu/dr8/'); + RdfNamespace::set('egovera', 'http://data.europa.eu/dr8/egovera'); // Replace the `dc` namespace with `dct` - requested by the client. RdfNamespace::delete('dc'); RdfNamespace::delete('dcterms'); @@ -197,107 +233,202 @@ public function alterEira(PrepareVocabularyGraphEvent $event): void { RdfNamespace::set('owlturtle', 'http://www.semanticweb.org/owl/owlapi/turtle#'); foreach ($graph->resources() as $resource) { - if (str_ends_with($resource->getUri(), '_Properties')) { - // For EIRA_SKOS, after version 6, they have added all extra properties - // of the EIRA terms as separate terms in the graph. To properly handle - // these secondary terms in the website, we extract the extra-properties - // and inject them, as a Json serialized array, into the main term. - $namespaces = $rows = []; - $mainResource = $resource->getResource('skos:related'); - foreach ($resource->propertyUris() as $propertyUri) { - $shortenedProperty = RdfNamespace::shorten($propertyUri); - // Do not store the skos:topConceptOf and skos:related properties. - if (in_array($shortenedProperty, ['skos:topConceptOf', 'skos:related'], TRUE)) { - continue; - } - $prefix = RdfNamespace::prefixOfUri($propertyUri); - $namespaces[$prefix] = [ - 'namespace' => $prefix . ':', - 'uri' => RdfNamespace::get($prefix), - ]; - foreach ($graph->all($resource, $shortenedProperty) as $object) { - $rows[] = [ - 'property' => $shortenedProperty, - 'value' => $object->toRdfPhp(), - ]; - } - } + if (!str_starts_with($resource->getUri(), 'http://data.europa.eu/dr8/egovera')) { + $graph->deleteEntireResource($resource); + continue; + } + $this->performEiraAlterations($graph, $resource, 'http://data.europa.eu/dr8/egovera'); + + } + } - // Inject properties in the main term. - $graph->addLiteral($mainResource, 'http://joinup.eu/eira/properties', Json::encode([ - 'namespaces' => $namespaces, - 'rows' => $rows, - ])); - $graph->deleteSingleProperty($mainResource, $resource->getUri()); + /** + * Alters the graph for the solution_type vocabulary. + * + * This runs _after_ the EIRA alterations to ensure that the EIRA alterations + * get rid of the _Properties terms first. + * + * @param \Drupal\joinup_taxonomy\Event\PrepareVocabularyGraphEvent $event + * The event. + */ + public function alterSolutionType(PrepareVocabularyGraphEvent $event): void { + if ($event->vid !== 'solution_type') { + return; + } - // We've extracted what we need. Drop this resource and jump to next. + $usedTerms = $this->lookupUsedSolutionTypes(); + $graph = $event->getGraph(); + RdfNamespace::set('eira', 'http://data.europa.eu/dr8/6.0.0'); + // Replace the `dc` namespace with `dct` - requested by the client. + RdfNamespace::delete('dc'); + RdfNamespace::delete('dcterms'); + RdfNamespace::set('dct', 'http://purl.org/dc/terms/'); + RdfNamespace::set('owlturtle', 'http://www.semanticweb.org/owl/owlapi/turtle#'); + + foreach ($graph->resources() as $resource) { + $label = $resource->getLiteral('skos:prefLabel'); + // Do not import unused terms in an effort to reduce the number of terms. + // Also, do not remove any groups. They will be removed later. + if ((!$label || !in_array(str_replace('/6.0.0', '', $resource->getUri()), $usedTerms, TRUE)) && !$resource->isA('skos:Collection')) { $graph->deleteEntireResource($resource); continue; } + $this->performEiraAlterations($graph, $resource, 'http://data.europa.eu/dr8/6.0.0'); + } + // Now that we have removed all unused terms, we can remove all empty + // term groups. + foreach ($graph->resources() as $resource) { if ($resource->isA('skos:Collection')) { - // Add the skos:Concept type to all collection elements so that they are - // listed as parent terms. - // @see https://citnet.tech.ec.europa.eu/CITnet/jira/browse/ISAICP-3216 - $graph->addType($resource, 'skos:Concept'); - - foreach ($graph->allResources($resource, 'skos:member') as $member) { - // Create a backwards connection from the children to the parent. - $graph->addResource($member, 'skos:broaderTransitive', $resource); + $members = $graph->allResources($resource, 'skos:member'); + if (empty($members)) { + $graph->deleteEntireResource($resource); } } + } + } - // Add the link to all skos:Concept type elements so that they are all - // considered as children of the vocabulary regardless of their depth. - if ($resource->isA('skos:Concept')) { - $graph->addResource($resource, 'skos:topConceptOf', 'http://data.europa.eu/dr8'); + /** + * Handles special cases of the EIRA vocabulary. + * + * @param \EasyRdf\Graph $graph + * The graph. + * @param \EasyRdf\Resource $resource + * The resource. + * @param string $graphUri + * The graph URI. + */ + protected function performEiraAlterations(Graph $graph, Resource $resource, string $graphUri): void { + if (str_ends_with($resource->getUri(), '_Properties')) { + // For EIRA_SKOS, after version 6, they have added all extra properties + // of the EIRA terms as separate terms in the graph. To properly handle + // these secondary terms in the website, we extract the extra-properties + // and inject them, as a Json serialized array, into the main term. + $namespaces = $rows = []; + $mainResource = $resource->getResource('skos:related'); + foreach ($resource->propertyUris() as $propertyUri) { + $shortenedProperty = RdfNamespace::shorten($propertyUri); + // Do not store the skos:topConceptOf and skos:related properties. + if (in_array($shortenedProperty, ['skos:topConceptOf', 'skos:related'], TRUE)) { + continue; + } + $prefix = RdfNamespace::prefixOfUri($propertyUri); + $namespaces[$prefix] = [ + 'namespace' => $prefix . ':', + 'uri' => RdfNamespace::get($prefix), + ]; + foreach ($graph->all($resource, $shortenedProperty) as $object) { + $rows[] = [ + 'property' => $shortenedProperty, + 'value' => $object->toRdfPhp(), + ]; + } } - // Fix resources with multiple labels or descriptions. Actually, these - // resources are defined multiple times in EIRA_SKOS.rdf file which is a - // bug. We're keeping the values currently used in production. - switch ($resource->getUri()) { - case 'http://data.europa.eu/dr8/ArchitecturePrinciple': - $this->deleteLiteralContainingText($resource, 'skos:prefLabel', '<<ELAP:Architecture Principle>> Privacy', TRUE); - $this->deleteLiteralContainingText($resource, 'skos:prefLabel', '<<ELAP:Architecture Principle>> Security', TRUE); - break; + // Inject properties in the main term. + $graph->addLiteral($mainResource, $graphUri, Json::encode([ + 'namespaces' => $namespaces, + 'rows' => $rows, + ])); + $graph->deleteSingleProperty($mainResource, $resource->getUri()); - case 'http://data.europa.eu/dr8/AuthenticationMiddlewareApplicationComponent': - $this->deleteLiteralContainingText($resource, 'skos:prefLabel', 'Authentication Middleware', TRUE); - $this->deleteLiteralContainingText($resource, 'skos:definition', 'Source: Inspired in Gartner'); - break; + // We've extracted what we need. Drop this resource and jump to next. + $graph->deleteEntireResource($resource); + } - case 'http://data.europa.eu/dr8/AdministrativeSimplification': - $this->deleteLiteralContainingText($resource, 'skos:definition', 'Harmonised rules on eligibility and durability'); - break; + if ($resource->isA('skos:Collection')) { + // Add the skos:Concept type to all collection elements so that they are + // listed as parent terms. + // @see https://citnet.tech.ec.europa.eu/CITnet/jira/browse/ISAICP-3216 + $graph->addType($resource, 'skos:Concept'); - case 'http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent': - $this->deleteLiteralContainingText($resource, 'skos:definition', 'https://www.techtarget.com/searchenterprisedesktop/definition/client'); - break; + // Add a relation to the topConceptOf for all collections if it does + // not exist. This helps the importer recognize the concept as a term. + if (!$graph->hasProperty($resource, 'skos:topConceptOf')) { + $graph->addResource($resource, 'skos:topConceptOf', $graphUri); + } - case 'http://data.europa.eu/dr8/HostingFacility': - $this->deleteLiteralContainingText($resource, 'skos:definition', 'Source: DIGIT C Infrastructure Services Provision'); + foreach ($graph->allResources($resource, 'skos:member') as $member) { + // Create a backwards connection from the children to the parent. + // Important: while in the EIRA files, the skos:broader is used to + // connect the parent to the children, the file has multiple cases + // where the connection goes both ways, i.e. the parent is connected to + // the child and the child is connected to the parent with the same + // predicate. This is not a valid SKOS structure and it is causing + // infinite loops in the website. To avoid this, we are using the + // skos:broaderTransitive predicate to connect the parent to the child. + $graph->addResource($member, 'skos:broaderTransitive', $resource); } - // The object of `owl:deprecated` predicate is stored as string even, in - // fact, it's semantically a boolean. Do here the correct cast to boolean. - if ($graph->hasProperty($resource, 'owl:deprecated')) { - /** @var \EasyRdf\Literal $object */ - foreach ($graph->allLiterals($resource, 'owl:deprecated') as $object) { - $value = match($object->getValue()) { - 'true' => TRUE, - 'false' => FALSE, - default => NULL, - }; - $graph->deleteLiteral($resource, 'owl:deprecated', $object->getValue()); - if ($value !== NULL) { - $graph->addLiteral($resource, 'owl:deprecated', new Literal($value, NULL, 'xsd:boolean')); - } + $label = $resource->getLiteral('skos:prefLabel'); + if ($label && $label->getValue() === 'EIRA Properties') { + $graph->deleteEntireResource($resource); + } + } + + // Add the link to all skos:Concept type elements so that they are all + // considered as children of the vocabulary regardless of their depth. + if ($resource->isA('skos:Concept')) { + $graph->addResource($resource, 'skos:topConceptOf', $graphUri); + } + + switch ($resource->getUri()) { + case 'http://data.europa.eu/dr8/ArchitecturePrinciple': + case 'http://data.europa.eu/dr8/6.0.0/ArchitecturePrinciple': + $this->deleteLiteralContainingText($resource, 'skos:prefLabel', '<<ELAP:Architecture Principle>> Privacy', TRUE); + $this->deleteLiteralContainingText($resource, 'skos:prefLabel', '<<ELAP:Architecture Principle>> Security', TRUE); + break; + + case 'http://data.europa.eu/dr8/AdministrativeSimplification': + case 'http://data.europa.eu/dr8/6.0.0/AdministrativeSimplification': + $this->deleteLiteralContainingText($resource, 'skos:definition', 'Harmonised rules on eligibility and durability'); + break; + + case 'http://data.europa.eu/dr8/ClientrequestforserviceApplicationEvent': + case 'http://data.europa.eu/dr8/6.0.0/ClientrequestforserviceApplicationEvent': + $this->deleteLiteralContainingText($resource, 'skos:definition', 'https://www.techtarget.com/searchenterprisedesktop/definition/client'); + break; + + case 'http://data.europa.eu/dr8/HostingFacility': + case 'http://data.europa.eu/dr8/6.0.0/HostingFacility': + $this->deleteLiteralContainingText($resource, 'skos:definition', 'Source: DIGIT C Infrastructure Services Provision'); + } + + // The object of `owl:deprecated` predicate is stored as string even, in + // fact, it's semantically a boolean. Do here the correct cast to boolean. + if ($graph->hasProperty($resource, 'owl:deprecated')) { + /** @var \EasyRdf\Literal $object */ + foreach ($graph->allLiterals($resource, 'owl:deprecated') as $object) { + $value = match($object->getValue()) { + 'true' => TRUE, + 'false' => FALSE, + default => NULL, + }; + $graph->deleteLiteral($resource, 'owl:deprecated', $object->getValue()); + if ($value !== NULL) { + $graph->addLiteral($resource, 'owl:deprecated', new Literal($value, NULL, 'xsd:boolean')); } } } } + /** + * Fetches a list of solution type URIs that are used by the solution type. + * + * @return string[] + * The list of URIs. + */ + protected function lookupUsedSolutionTypes(): array { + $query = $this->database->select('node_revision__solution_type', 'ns'); + $query->distinct(); + $query->fields('ns', ['solution_type_target_id']); + $query->innerJoin('rdf_sync_uri', 'r', 'ns.solution_type_target_id = r.entity_id'); + $query->fields('r', ['uri']); + $result = $query->execute(); + + return array_map(fn($row) => $row->uri, $result->fetchAllAssoc('uri')); + } + /** * Deletes a triple whose object is a literal containing a given text. * diff --git a/web/modules/custom/joinup_taxonomy/src/VocabularyUpdater.php b/web/modules/custom/joinup_taxonomy/src/VocabularyUpdater.php index c2aab19565e740ada3e144343dd86c8fc4f1ca1d..64351cfebdad6d52134b6f5b490fb85569430d2e 100644 --- a/web/modules/custom/joinup_taxonomy/src/VocabularyUpdater.php +++ b/web/modules/custom/joinup_taxonomy/src/VocabularyUpdater.php @@ -246,7 +246,19 @@ function (array $values) use ($vid): bool { ); $processed = array_intersect_key($this->uriToTid, array_flip($processedUris)); $existing = $this->mapper->getUrisByEntityType('taxonomy_term', $vid); - $tidsToRemove = array_diff_key(array_flip($existing), $processed); + // Set all URIs to lowercase in order to perform a case-insensitive + // comparison. The reason is that SQL handles URIs in an insensitive + // case manner. For example, looking for + // 'http://data.europa.eu/dr8/viewpoint/HighLevelViewpoint' can return + // also 'http://data.europa.eu/dr8/viewpoint/HighlevelViewpoint' (lower + // case 'l' in 'level'). That means that in + // \Drupal\joinup_taxonomy\VocabularyUpdater::createOrUpdateTerm, when + // we do a MappedTerm::loadByUri, we can get a term with a different + // case, but because PHP is handling the array functions by bytes, we + // might get unwanted results. + $processed = array_change_key_case($processed); + $existing = array_change_key_case(array_flip($existing)); + $tidsToRemove = array_diff_key($existing, $processed); if ($tidsToRemove) { $termStorage->delete($termStorage->loadMultiple($tidsToRemove)); $this->stats[$vid]['deleted'] += count($tidsToRemove); @@ -430,6 +442,13 @@ private function createOrUpdateTerm(string $uri, ?string $dependentFieldName = N } } unset($values['_references'], $values['_children']); + // Ensure that if the parent is not set, then set the parent to 0 since it + // means that the term is a top-level term now. That will override + // the case that the updated term was previously set under another parent. + // @see \Drupal\taxonomy\Entity\Term::postDelete + if (!isset($values['parent'])) { + $values['parent'] = 0; + } if ($term = MappedTerm::loadByUri($uri)) { foreach ($values as $fieldName => $value) { @@ -459,12 +478,13 @@ private function createOrUpdateTerm(string $uri, ?string $dependentFieldName = N * Whether the resource is a term. */ private function isTerm(Resource $resource, string $rdfType): bool { - if (!$vocabReference = $resource->getResource('skos:inScheme')) { - if (!$vocabReference = $resource->getResource('skos:topConceptOf')) { + if (!$vocabReference = $resource->allResources('skos:inScheme')) { + if (!$vocabReference = $resource->allResources('skos:topConceptOf')) { return FALSE; } } - return $vocabReference->getUri() === $rdfType; + + return in_array($rdfType, array_map(fn (Resource $vocab) => $vocab->getUri(), $vocabReference)); } /** diff --git a/web/modules/custom/joinup_test/fixtures/testing_terms.yml b/web/modules/custom/joinup_test/fixtures/testing_terms.yml index 39ebeae887a445795521abb24c1875c9a2ce7a02..c17338f94e3a3989c466eae154ac237c8dc40fc4 100644 --- a/web/modules/custom/joinup_test/fixtures/testing_terms.yml +++ b/web/modules/custom/joinup_test/fixtures/testing_terms.yml @@ -25,33 +25,33 @@ topic: children: - name: 'Demography' - name: 'E-inclusion' -eira: +solution_type: - name: 'Category 1' children: - name: 'Public Service Provider' - uri: 'http://data.europa.eu/dr8/PublicServiceProvider' + uri: 'http://data.europa.eu/dr8/testing/PublicServiceProvider' - name: 'Non-binding Instrument' - uri: 'http://data.europa.eu/dr8/NonBindingInstrument' + uri: 'http://data.europa.eu/dr8/testing/NonBindingInstrument' - name: 'Interoperability Specification' - uri: 'http://data.europa.eu/dr8/InteroperabilitySpecification' + uri: 'http://data.europa.eu/dr8/testing/InteroperabilitySpecification' - name: Business - uri: 'http://data.europa.eu/dr8/Business' + uri: 'http://data.europa.eu/dr8/testing/Business' - name: 'Innovation' - uri: 'http://data.europa.eu/dr8/Innovation' + uri: 'http://data.europa.eu/dr8/testing/Innovation' - name: 'Citizen' - uri: 'http://data.europa.eu/dr8/Citizen' + uri: 'http://data.europa.eu/dr8/testing/Citizen' - name: 'Digital Solution' - uri: 'http://data.europa.eu/dr8/DigitalSolution' + uri: 'http://data.europa.eu/dr8/testing/DigitalSolution' - name: 'Networking Infrastructure Enablers' - uri: 'http://data.europa.eu/dr8/NetworkingInfrastructureEnablers' + uri: 'http://data.europa.eu/dr8/testing/NetworkingInfrastructureEnablers' - name: 'Category 2' children: - name: 'Data Owner' - uri: 'http://data.europa.eu/dr8/DataOwner' + uri: 'http://data.europa.eu/dr8/testing/DataOwner' - name: 'Implementing Guideline' - uri: 'http://data.europa.eu/dr8/ImplementingGuideline' + uri: 'http://data.europa.eu/dr8/testing/ImplementingGuideline' - name: 'Logging Service' - uri: 'http://data.europa.eu/dr8/LoggingService' + uri: 'http://data.europa.eu/dr8/testing/LoggingService' owner_type: - name: 'Company' - name: 'Industry consortium'