{"id":7970,"date":"2025-11-20T10:48:43","date_gmt":"2025-11-20T09:48:43","guid":{"rendered":"https:\/\/ds4mmed.uv.es\/?page_id=7970"},"modified":"2026-02-11T14:41:23","modified_gmt":"2026-02-11T13:41:23","slug":"faqs-eng","status":"publish","type":"page","link":"https:\/\/ds4mmed.uv.es\/index.php\/en\/faqs-eng\/","title":{"rendered":"FAQ&#8217;s &#8211; Ing"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7970\" class=\"elementor elementor-7970\">\n\t\t\t\t<div class=\"elementor-element elementor-element-491dd66 e-con-full e-flex e-con e-parent\" data-id=\"491dd66\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ef93f80 elementor-widget elementor-widget-menu-anchor\" data-id=\"ef93f80\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"faqs\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b01e6f1 e-flex e-con-boxed e-con e-parent\" data-id=\"b01e6f1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5f71756 e-con-full e-flex e-con e-child\" data-id=\"5f71756\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66590b7 elementor-widget elementor-widget-html\" data-id=\"66590b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n    .ds4m-faq-wrapper {\r\n        --ds4m-blue: #1e293b;\r\n        --ds4m-accent: #3b82f6;\r\n        --ds4m-text: #334155;\r\n        --ds4m-bg: #ffffff;\r\n        --ds4m-border: #e2e8f0;\r\n        \r\n        background-color: var(--ds4m-bg);\r\n        font-family: 'Inter', -apple-system, system-ui, sans-serif;\r\n        color: var(--ds4m-text);\r\n        max-width: 1400px; \r\n        margin: 40px auto;\r\n        padding: 40px 20px;\r\n    }\r\n\r\n    .ds4m-faq-header {\r\n        text-align: center;\r\n        margin-bottom: 50px;\r\n    }\r\n\r\n    .ds4m-faq-header h1 {\r\n        font-size: 32px;\r\n        font-weight: 800;\r\n        color: var(--ds4m-blue);\r\n        margin-bottom: 15px;\r\n    }\r\n\r\n    .ds4m-faq-header p {\r\n        font-size: 16px;\r\n        color: #64748b;\r\n        margin: 5px 0;\r\n    }\r\n\r\n    .ds4m-accordion-grid {\r\n        display: grid;\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 20px;\r\n        align-items: start;\r\n    }\r\n\r\n    .ds4m-faq-item {\r\n        border: 1px solid var(--ds4m-border);\r\n        border-radius: 12px;\r\n        overflow: hidden;\r\n        transition: all 0.3s ease;\r\n        margin-bottom: 15px;\r\n        background: #ffffff;\r\n        cursor: pointer;\r\n        -webkit-tap-highlight-color: transparent;\r\n        outline: none !important;\r\n    }\r\n\r\n    .ds4m-faq-item:hover {\r\n        border-color: var(--ds4m-accent);\r\n    }\r\n\r\n    .ds4m-faq-trigger {\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center; \r\n        padding: 20px 25px;\r\n        font-weight: 600;\r\n        font-size: 16px;\r\n        color: var(--ds4m-blue);\r\n        transition: all 0.3s ease;\r\n        user-select: none;\r\n        \r\n        \/* --- THESE LINES EQUALIZE THE SIZES --- *\/\r\n        min-height: 115px; \r\n        box-sizing: border-box;\r\n    }\r\n\r\n    .ds4m-faq-trigger::after {\r\n        content: '\\002B';\r\n        font-size: 22px;\r\n        font-weight: 300;\r\n        color: var(--ds4m-accent);\r\n        transition: transform 0.4s ease;\r\n        margin-left: 15px;\r\n        flex-shrink: 0; \r\n    }\r\n\r\n    .ds4m-faq-content {\r\n        max-height: 0;\r\n        overflow: hidden;\r\n        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n        background: #ffffff;\r\n    }\r\n\r\n    .ds4m-faq-content-inner {\r\n        padding: 0 25px 25px;\r\n        font-size: 14.5px;\r\n        line-height: 1.7;\r\n        color: var(--ds4m-text);\r\n        cursor: default;\r\n    }\r\n\r\n    .ds4m-faq-item.active {\r\n        border-color: var(--ds4m-accent);\r\n        background: #f8fafc;\r\n    }\r\n\r\n    .ds4m-faq-item.active .ds4m-faq-trigger {\r\n        color: var(--ds4m-accent);\r\n        min-height: auto; \r\n        padding-bottom: 15px;\r\n    }\r\n\r\n    .ds4m-faq-item.active .ds4m-faq-trigger::after {\r\n        content: '\\2212';\r\n        transform: rotate(180deg);\r\n    }\r\n\r\n    .ds4m-faq-item.active .ds4m-faq-content {\r\n        max-height: 1500px;\r\n    }\r\n\r\n    .ds4m-table {\r\n        width: 100%;\r\n        border-collapse: collapse;\r\n        margin: 15px 0;\r\n        border: 1px solid var(--ds4m-border);\r\n        font-size: 13px;\r\n        background: white;\r\n    }\r\n    .ds4m-table th { background: #f1f5f9; padding: 10px; text-align: left; color: var(--ds4m-blue); }\r\n    .ds4m-table td { padding: 10px; border-top: 1px solid var(--ds4m-border); }\r\n\r\n    @media (max-width: 900px) {\r\n        .ds4m-accordion-grid { grid-template-columns: 1fr; }\r\n        .ds4m-faq-trigger { min-height: auto; } \r\n    }\r\n<\/style>\r\n\r\n<div class=\"ds4m-faq-wrapper\">\r\n    <div class=\"ds4m-faq-header\">\r\n        <h1>Frequently Asked Questions (FAQs)<\/h1>\r\n        <p>Clear and simple solutions regarding DS4M Mediterr\u00e1neo<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"ds4m-accordion-grid\">\r\n        <div class=\"ds4m-col\">\r\n            <div class=\"ds4m-faq-item\">\r\n                <div class=\"ds4m-faq-trigger\">What is the project and what is its objective?<\/div>\r\n                <div class=\"ds4m-faq-content\">\r\n                    <div class=\"ds4m-faq-content-inner\">\r\n                        Data Space for Mobility Mediterr\u00e1neo (DS4M Mediterr\u00e1neo) is a project funded by the Ministry for Digital Transformation and the Civil Service, within the framework of the Recovery, Transformation and Resilience Plan \u2013 Next Generation EU in the call established in Order TDF\/1461\/2023 (Sectoral Data Spaces Program). The beneficiary is the University of Valencia (UV), and it is led by INTRAS with the collaboration of IRTIC.<br><br>\r\n                        \r\n                        Its objective is to develop and maintain a Mobility Data Space focused on the Mediterranean Corridor where existing data from various sources, both public and private, converge. This will allow for improved and more sustainable mobility, as well as incentivizing strategic digital autonomy and data quality.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"ds4m-faq-item\">\r\n                <div class=\"ds4m-faq-trigger\">What is a Data Space?<\/div>\r\n                <div class=\"ds4m-faq-content\">\r\n                    <div class=\"ds4m-faq-content-inner\">\r\n                        A Data Space is a collaborative ecosystem that provides a means for various participants to share and use data, and offer services in a secure, reliable, and regulation-compliant manner, with the aim of driving innovation and generating economic and social impact. To achieve this, they rely on interoperable architectures that facilitate data reuse across multiple use cases and applications.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"ds4m-faq-item\">\r\n                <div class=\"ds4m-faq-trigger\">Who can join DS4M Mediterr\u00e1neo?<\/div>\r\n                <div class=\"ds4m-faq-content\">\r\n                    <div class=\"ds4m-faq-content-inner\">\r\n                        Participation in our Data Space is open to any entity that operates, or wishes to operate, in the Mediterranean Corridor, which covers the territories of Catalonia, Aragon, the Valencian Community, the Region of Murcia, and Andalusia.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"ds4m-faq-item\">\r\n                <div class=\"ds4m-faq-trigger\">How can my entity participate?<\/div>\r\n                <div class=\"ds4m-faq-content\">\r\n                    <div class=\"ds4m-faq-content-inner\">\r\n                        The project allows for different levels of involvement, which each entity decides based on its interests. Currently, the following participation roles are available, which are not mutually exclusive:\r\n                        <table class=\"ds4m-table\">\r\n                            <thead><tr><th>Role<\/th><th>Description<\/th><\/tr><\/thead>\r\n                            <tbody>\r\n                                <tr><td><strong>Provider<\/strong><\/td><td>The role that offers data and\/or services.<\/td><\/tr>\r\n                                <tr><td><strong>Consumer<\/strong><\/td><td>The role that uses the offered data and\/or services.<\/td><\/tr>\r\n                                <tr><td><strong>Intermediary<\/strong><\/td><td>Acts as a third-party facilitator between Providers and Consumers, ensuring operational neutrality and the traceability of exchanges.<\/td><\/tr>\r\n                                <tr><td><strong>Promoter<\/strong><\/td><td>Performs functions of promotion, encouragement, or facilitation of the use of the ecosystem and its services, without intervening in the content or assuming responsibility.<\/td><\/tr>\r\n                            <\/tbody>\r\n                        <\/table>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"ds4m-faq-item\">\r\n                <div class=\"ds4m-faq-trigger\">Who can access my entity's data and how?<\/div>\r\n                <div class=\"ds4m-faq-content\">\r\n                    <div class=\"ds4m-faq-content-inner\">\r\n                       Our Data Space functions as a marketplace: entities can consult the catalog to see what data is available, but they cannot access its content directly. Each entity retains full governance at all times over what data it shares and with whom, through Data Exchange Agreements generated via the platform.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"ds4m-col\">\r\n            <div class=\"ds4m-faq-item\">\r\n                <div class=\"ds4m-faq-trigger\">What are use cases and which ones will be developed in the framework of this project?<\/div>\r\n                <div class=\"ds4m-faq-content\">\r\n                    <div class=\"ds4m-faq-content-inner\">\r\n                        Use cases are practical applications of data sharing and exploitation technologies to achieve a specific goal within the Data Space ecosystem. Initially, this project has use cases regarding Sustainable Urban Mobility Plans (SUMP) and Low Emission Zones (LEZ). In any case, in line with the project's open and flexible approach, the proposal and incorporation of additional use cases based on the specific needs of participating entities are contemplated.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"ds4m-faq-item\">\r\n                <div class=\"ds4m-faq-trigger\">What benefits does an entity obtain by participating?<\/div>\r\n                <div class=\"ds4m-faq-content\">\r\n                    <div class=\"ds4m-faq-content-inner\">\r\n                        Participation in our Data Space offers entities and Public Administrations the opportunity to be part of a strategic project and obtain institutional recognition for their involvement. Furthermore, it allows them to network with other participants and establish multilateral agreements that contribute to the generation of economic and social value, as well as access funding and grants, such as the Data Space Kit.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"ds4m-faq-item\">\r\n                <div class=\"ds4m-faq-trigger\">What types of data, formats, and standards are required to participate in the Data Space?<\/div>\r\n                <div class=\"ds4m-faq-content\">\r\n                    <div class=\"ds4m-faq-content-inner\">\r\n                        The Data Space accepts various types of information. These include structured or tabular data, such as CSV, JSON, JSON-LD, or Parquet (for large volumes); geospatial data in formats such as GeoJSON, GML, WKT, WKB, or GeoPackage; and semantic data in formats like RDF\/Turtle, RDF\/XML, and JSON-LD. Time series are also supported and can be provided in CSV with metadata, JSON, or RDF following the SOSA\/SSN models.<br><br>\r\n                        Regarding quality standards, DCAT-AP or DCAT-AP-ES metadata are considered mandatory, which must include title, description, owner, license, and frequency; clear identification of the dataset provider; definition of an explicit license (such as CC-BY or CC-BY-SA); a guarantee of basic quality control, ensuring complete and consistent data with correct types; and compliance with the GDPR, applying anonymization or aggregation techniques where appropriate. As additional recommendations, the adoption of FAIR principles is promoted, along with the use of persistent identifiers such as URIs or stable IDs, the use of standard ontologies and vocabularies (SOSA\/SSN, GeoSPARQL, QUDT, INSPIRE, SKOS, or DATEX II), and semantic validation through SHACL.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"ds4m-faq-item\">\r\n                <div class=\"ds4m-faq-trigger\">Does joining imply mandatory data transfer and, if so, is there an essential dataset whose sharing is required?<\/div>\r\n                <div class=\"ds4m-faq-content\">\r\n                    <div class=\"ds4m-faq-content-inner\">\r\n                        No. Data provision is only one of the possible roles within the Data Space, so an entity can join without needing to make data available to others, acting solely as a Consumer, Promoter, or Intermediary. <br> <br>\r\n                        Likewise, there is no essential dataset whose sharing is mandatory. Each entity is free to decide what data to share, under what conditions, and, if it prefers, not to share any at all. Participation in DS4M is not linked to a minimum volume or the contribution of specific data.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"ds4m-faq-item\">\r\n                <div class=\"ds4m-faq-trigger\">How is collaboration between participating entities organized?<\/div>\r\n                <div class=\"ds4m-faq-content\">\r\n                    <div class=\"ds4m-faq-content-inner\">\r\n                        Collaboration is organized through the negotiation of access and use policies between parties and the formalization of a specific Data and\/or Service Exchange Agreement for each case, thus safeguarding the principle of data sovereignty that governs our ecosystem.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.querySelectorAll('.ds4m-faq-item').forEach(item => {\r\n        item.addEventListener('click', (e) => {\r\n            if (e.target.closest('.ds4m-faq-content-inner')) return;\r\n\r\n            const wasActive = item.classList.contains('active');\r\n            \r\n            document.querySelectorAll('.ds4m-faq-item').forEach(el => {\r\n                el.classList.remove('active');\r\n            });\r\n\r\n            if (!wasActive) {\r\n                item.classList.add('active');\r\n            }\r\n        });\r\n    });\r\n<\/script>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c5de4a6 e-con-full e-flex e-con e-child\" data-id=\"c5de4a6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05360a8 elementor-widget__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"05360a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Still have questions?<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3cb4661 elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3cb4661\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/ds4mmed.uv.es\/index.php\/en\/contact-us\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact Us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Frequently Asked Questions (FAQs) Clear and simple solutions regarding DS4M Mediterr\u00e1neo What is the project and what is its objective? Data Space for Mobility Mediterr\u00e1neo (DS4M Mediterr\u00e1neo) is a project funded by the Ministry for Digital Transformation and the Civil Service, within the framework of the Recovery, Transformation and Resilience Plan \u2013 Next Generation EU [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":8716,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7970","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DS4M Mediterr\u00e1neo - FAQ\u00b4s<\/title>\n<meta name=\"description\" content=\"Find answers to the most frequently asked questions about DS4M Mediterr\u00e1neo: our services, projects, partners, and how we support digital transformation across the Mediterranean region.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ds4mmed.uv.es\/index.php\/en\/faqs-eng\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DS4M Mediterr\u00e1neo - FAQ\u00b4s\" \/>\n<meta property=\"og:description\" content=\"Find answers to the most frequently asked questions about DS4M Mediterr\u00e1neo: our services, projects, partners, and how we support digital transformation across the Mediterranean region.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ds4mmed.uv.es\/index.php\/en\/faqs-eng\/\" \/>\n<meta property=\"og:site_name\" content=\"DS4M Mediterr\u00e1neo\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-11T13:41:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ds4mmed.uv.es\/wp-content\/uploads\/2025\/11\/Icono-web.png\" \/>\n\t<meta property=\"og:image:width\" content=\"344\" \/>\n\t<meta property=\"og:image:height\" content=\"344\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ds4mmed.uv.es\\\/index.php\\\/en\\\/faqs-eng\\\/\",\"url\":\"https:\\\/\\\/ds4mmed.uv.es\\\/index.php\\\/en\\\/faqs-eng\\\/\",\"name\":\"DS4M Mediterr\u00e1neo - FAQ\u00b4s\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ds4mmed.uv.es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ds4mmed.uv.es\\\/index.php\\\/en\\\/faqs-eng\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ds4mmed.uv.es\\\/index.php\\\/en\\\/faqs-eng\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ds4mmed.uv.es\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Icono-web.png\",\"datePublished\":\"2025-11-20T09:48:43+00:00\",\"dateModified\":\"2026-02-11T13:41:23+00:00\",\"description\":\"Find answers to the most frequently asked questions about DS4M Mediterr\u00e1neo: our services, projects, partners, and how we support digital transformation across the Mediterranean region.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ds4mmed.uv.es\\\/index.php\\\/en\\\/faqs-eng\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ds4mmed.uv.es\\\/index.php\\\/en\\\/faqs-eng\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/ds4mmed.uv.es\\\/index.php\\\/en\\\/faqs-eng\\\/#primaryimage\",\"url\":\"https:\\\/\\\/ds4mmed.uv.es\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Icono-web.png\",\"contentUrl\":\"https:\\\/\\\/ds4mmed.uv.es\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Icono-web.png\",\"width\":344,\"height\":344},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ds4mmed.uv.es\\\/index.php\\\/en\\\/faqs-eng\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/ds4mmed.uv.es\\\/index.php\\\/es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FAQ&#8217;s &#8211; Ing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ds4mmed.uv.es\\\/#website\",\"url\":\"https:\\\/\\\/ds4mmed.uv.es\\\/\",\"name\":\"DS4M Mediterr\u00e1neo\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/ds4mmed.uv.es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ds4mmed.uv.es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ds4mmed.uv.es\\\/#organization\",\"name\":\"DS4M Mediterr\u00e1neo\",\"url\":\"https:\\\/\\\/ds4mmed.uv.es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/ds4mmed.uv.es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ds4mmed.uv.es\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/Logo-cambio-resolucion-scaled.png\",\"contentUrl\":\"https:\\\/\\\/ds4mmed.uv.es\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/Logo-cambio-resolucion-scaled.png\",\"width\":2560,\"height\":980,\"caption\":\"DS4M Mediterr\u00e1neo\"},\"image\":{\"@id\":\"https:\\\/\\\/ds4mmed.uv.es\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DS4M Mediterr\u00e1neo - FAQ\u00b4s","description":"Find answers to the most frequently asked questions about DS4M Mediterr\u00e1neo: our services, projects, partners, and how we support digital transformation across the Mediterranean region.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ds4mmed.uv.es\/index.php\/en\/faqs-eng\/","og_locale":"es_ES","og_type":"article","og_title":"DS4M Mediterr\u00e1neo - FAQ\u00b4s","og_description":"Find answers to the most frequently asked questions about DS4M Mediterr\u00e1neo: our services, projects, partners, and how we support digital transformation across the Mediterranean region.","og_url":"https:\/\/ds4mmed.uv.es\/index.php\/en\/faqs-eng\/","og_site_name":"DS4M Mediterr\u00e1neo","article_modified_time":"2026-02-11T13:41:23+00:00","og_image":[{"width":344,"height":344,"url":"https:\/\/ds4mmed.uv.es\/wp-content\/uploads\/2025\/11\/Icono-web.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"6 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ds4mmed.uv.es\/index.php\/en\/faqs-eng\/","url":"https:\/\/ds4mmed.uv.es\/index.php\/en\/faqs-eng\/","name":"DS4M Mediterr\u00e1neo - FAQ\u00b4s","isPartOf":{"@id":"https:\/\/ds4mmed.uv.es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ds4mmed.uv.es\/index.php\/en\/faqs-eng\/#primaryimage"},"image":{"@id":"https:\/\/ds4mmed.uv.es\/index.php\/en\/faqs-eng\/#primaryimage"},"thumbnailUrl":"https:\/\/ds4mmed.uv.es\/wp-content\/uploads\/2025\/11\/Icono-web.png","datePublished":"2025-11-20T09:48:43+00:00","dateModified":"2026-02-11T13:41:23+00:00","description":"Find answers to the most frequently asked questions about DS4M Mediterr\u00e1neo: our services, projects, partners, and how we support digital transformation across the Mediterranean region.","breadcrumb":{"@id":"https:\/\/ds4mmed.uv.es\/index.php\/en\/faqs-eng\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ds4mmed.uv.es\/index.php\/en\/faqs-eng\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/ds4mmed.uv.es\/index.php\/en\/faqs-eng\/#primaryimage","url":"https:\/\/ds4mmed.uv.es\/wp-content\/uploads\/2025\/11\/Icono-web.png","contentUrl":"https:\/\/ds4mmed.uv.es\/wp-content\/uploads\/2025\/11\/Icono-web.png","width":344,"height":344},{"@type":"BreadcrumbList","@id":"https:\/\/ds4mmed.uv.es\/index.php\/en\/faqs-eng\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/ds4mmed.uv.es\/index.php\/es\/"},{"@type":"ListItem","position":2,"name":"FAQ&#8217;s &#8211; Ing"}]},{"@type":"WebSite","@id":"https:\/\/ds4mmed.uv.es\/#website","url":"https:\/\/ds4mmed.uv.es\/","name":"DS4M Mediterr\u00e1neo","description":"","publisher":{"@id":"https:\/\/ds4mmed.uv.es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ds4mmed.uv.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/ds4mmed.uv.es\/#organization","name":"DS4M Mediterr\u00e1neo","url":"https:\/\/ds4mmed.uv.es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/ds4mmed.uv.es\/#\/schema\/logo\/image\/","url":"https:\/\/ds4mmed.uv.es\/wp-content\/uploads\/2025\/07\/Logo-cambio-resolucion-scaled.png","contentUrl":"https:\/\/ds4mmed.uv.es\/wp-content\/uploads\/2025\/07\/Logo-cambio-resolucion-scaled.png","width":2560,"height":980,"caption":"DS4M Mediterr\u00e1neo"},"image":{"@id":"https:\/\/ds4mmed.uv.es\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/ds4mmed.uv.es\/index.php\/wp-json\/wp\/v2\/pages\/7970","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ds4mmed.uv.es\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ds4mmed.uv.es\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ds4mmed.uv.es\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ds4mmed.uv.es\/index.php\/wp-json\/wp\/v2\/comments?post=7970"}],"version-history":[{"count":30,"href":"https:\/\/ds4mmed.uv.es\/index.php\/wp-json\/wp\/v2\/pages\/7970\/revisions"}],"predecessor-version":[{"id":12528,"href":"https:\/\/ds4mmed.uv.es\/index.php\/wp-json\/wp\/v2\/pages\/7970\/revisions\/12528"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ds4mmed.uv.es\/index.php\/wp-json\/wp\/v2\/media\/8716"}],"wp:attachment":[{"href":"https:\/\/ds4mmed.uv.es\/index.php\/wp-json\/wp\/v2\/media?parent=7970"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}