{"id":166,"date":"2025-10-15T20:34:00","date_gmt":"2025-10-15T18:34:00","guid":{"rendered":"https:\/\/datamodelcollective.eu\/?p=166"},"modified":"2026-03-02T08:12:14","modified_gmt":"2026-03-02T07:12:14","slug":"call-for-participation","status":"publish","type":"post","link":"https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/","title":{"rendered":"Call for participation"},"content":{"rendered":"<div class=\"wp-block-post-author\"><div class=\"wp-block-post-author__avatar\"><img alt='' src='https:\/\/secure.gravatar.com\/avatar\/d0abf4d7bd3caf310239cd71e5303997d13b7e0c53cec65986fd730cc4df177a?s=48&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/d0abf4d7bd3caf310239cd71e5303997d13b7e0c53cec65986fd730cc4df177a?s=96&#038;d=mm&#038;r=g 2x' class='avatar avatar-48 photo' height='48' width='48' \/><\/div><div class=\"wp-block-post-author__content\"><p class=\"wp-block-post-author__name\">Ren\u00e9 Veldwijk<\/p><\/div><\/div>\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile\" style=\"grid-template-columns:15% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"533\" height=\"533\" src=\"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2025\/10\/Rene-Veldwijk-1582061887121.jpeg\" alt=\"\" class=\"wp-image-175 size-full\" srcset=\"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2025\/10\/Rene-Veldwijk-1582061887121.jpeg 533w, https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2025\/10\/Rene-Veldwijk-1582061887121-300x300.jpeg 300w, https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2025\/10\/Rene-Veldwijk-1582061887121-150x150.jpeg 150w\" sizes=\"auto, (max-width: 533px) 100vw, 533px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<p><\/p>\n<\/div><\/div>\n\n\n\n<p>I\u2019ve been toying with the idea of writing a book about database design for quite some time. Some older Dutch IT professionals may remember my earlier publications on database design: <em>\u201cTen Commandments\u201d<\/em> and <em>\u201cTime in the Database\u201d<\/em>\u2014both compiled and sold out in no time. Back then, I was still young and na\u00efve, albeit with a freshly minted Ph.D.<\/p>\n\n\n\n<p>Much of what I believe to know about data modeling has, as far as I\u2019m aware, never been properly captured in textbooks\u2014and that alone would be reason enough to start writing. But there are many more reasons. As interest in data has exploded, so has the confusion. It\u2019 is a whirlwind of concepts, and no one I know of is organizing or cleaning them up where needed. And now the Data Science \/ AI combination is adding yet another layer to the chaos.<\/p>\n\n\n\n<p>What I need while writing is a small group of people who can read along and provide feedback. I\u2019m thinking of a small core group (up to six people) to read first drafts, and a larger circle of readers who follow along from a bit more distance. Of course, everything that is published will remain my sole responsibility.<\/p>\n\n\n\n<p>I have no particular commercial ambitions (not even Patreon) and intend to make well-developed texts freely available. I owe a lot to data modeling (especially to other people\u2019s mistakes) and would love to give something back.<\/p>\n\n\n\n<p>To give you an idea of the topics I plan to address, I\u2019ve written a draft preface \u2014 see below. I hope to hear from you \u2014 and feel free to share this with other data experts.<\/p>\n\n\n\n<p>Ren\u00e9 Jan Veldwijk <a href=\"https:\/\/www.linkedin.com\/in\/reveldwijk\/\">https:\/\/www.linkedin.com\/in\/reveldwijk\/<\/a><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a>Preface to a revisionist educational text<\/a><\/h4>\n\n\n\n<p>This manuscript (we shall call it a book) is a <em>revisionist<\/em> text about data modeling. Some of what you will read will be completely new to you, even if you are an experienced data professional. Much, if not most, of what you will read may be familiar material but will be presented and discussed in a different context. And then of course there is a basis of known data modeling stuff, because some readers will be new to data modeling and we are revisionists rather than revolutionaries. We respect data modeling foundations, especially the half-forgotten ones.<\/p>\n\n\n\n<p>Another revisionist touch is that we shall pay attention to bad examples of data models, drawn from decades of practice. Strangely, this is rarely done in textbooks. Data modeling is still more of an art than a science, but we pretend otherwise. Modeling errors are costly at best and fatal at worst. Ignoring the impact of modeling errors in educational material is irresponsible. And make no mistake: the worst errors are made by professionals. All those bad models we show you are found in the wild.<\/p>\n\n\n\n<p>Then there is the issue of abstraction. Our main theme here is that finding the right (often a higher) level of abstraction for your model is the essence of data modeling. However, this must not come at the expense of completeness and clarity. Abstraction and vagueness are different things. Rarely, if ever, do data modeling textbooks offer examples of complete data model specifications and the same goes for real-world models. <\/p>\n\n\n\n<p>Here we don\u2019t accept vagueness. The data models in this book are almost implementation-ready in today\u2019s relational database products. As we shall see, completeness is essential not just to validate a data model but also for choosing the best data model among alternatives.<\/p>\n\n\n\n<p>We shall not discuss high-level modeling methods like FCO_IM or Ontology-Based Modeling in any detail. Without a doubt these methods are useful in the exploratory phase, but they do not produce complete data models. Using their incomplete output directly for implementation in a database environment is a dangerous idea. The data models discussed here can be viewed as the link between high-level models and database implementations. Too often this link is missing.<\/p>\n\n\n\n<p>Because data modeling is ultimately a form of art, there is no step-by-step procedure that is guaranteed to produce the best possible data model. The classical procedure of data normalization will help avoid modeling pitfalls. A generation of IT professionals \u2013 fortunately close to retirement \u2013 has certainly been led to believe that a normalized model is a good model. If this were true, data modeling and database design could be done by anyone if not fully automatically. The damage this idea has done is incalculable. There are otherwise competent IT professionals who are not data modeling artists. We shall address the qualities that make a good data modeler. But we shall also provide a practical criterion to help evaluate competing data models. Finding the best data model for a given situation is an art, but choosing the best model among alternatives doesn&#8217;t need not be.<\/p>\n\n\n\n<p>Data modeling is never done in a vacuum. There is a higher-level framework, a <em>metamodel<\/em>, that defines what a data model should consist of and which rules every data model must respect. In the context of this book, this metamodel is the relational model of data. <\/p>\n\n\n\n<p>From a practical perspective, it is fortunate that today\u2019s mainstream databases are themselves relational, but the relational model itself has at least two serious shortcomings. The generalization or super-\/subtyping problem is normally a modeling irritant, but the problem of modeling historical data, the temporal database problem, is a true data modeler\u2019s nightmare. We shall discuss these problems in depth &nbsp;so that they are duly appreciated. But we will go further than that. Being revisionists, we shall ask ourselves why widely recognized data modeling and database problems have not been addressed, if not solved, for decades outside academic circles. Being practical, we shall suggest the least harmful modeling practices. And being ambitious, we shall try to go a step further and outline a way to address these problems in a generic manner.<\/p>\n\n\n\n<p>Throughout the decades, the original idea of a database as a single source of truth for all purposes has been continuously eroding, resulting in different databases for different purposes: data warehouses, data marts, and now data lakes. These database concepts come with new data modeling concepts. But do concepts like star schemas and data vaults really add value? And if so, can we as data modelers find a common umbrella covering all these concepts or will we be inhabiting an expanding universe of concepts ending in maximum data entropy? When we get to these questions, we must \u2013&nbsp;and&nbsp;will&nbsp;\u2013 have a framework to form an opinion.<\/p>\n\n\n\n<p>A related issue is the emergence of unstructured or complex data with specific applications and tailored database platforms. Some complex data, like geospatial, are still in the realm of classical databases, but require specialized support. But unstructured complex data \u2013 text, photos, audio, video, streaming \u2013 constitute different fields and are served by different database products. We shall argue that here, at last, we are outside the classical world of data models and databases. This does not mean that they are of no concern: a database supporting unstructured social media is embedded in a classical administrative data environment. And all these unstructured data contain a gold mine of classical information waiting to be extracted and exploited.<\/p>\n\n\n\n<p>And so we come to the relationship between data modeling and Artificial Intelligence (AI). It is still early days, but AI is poised to revolutionize everything with respect to data and databases, including data modeling. The essence of data modeling is pattern recognition and this is exactly what modern generative AI does well. As with human data modelers, the real challenge is obtaining the right information and finding the optimal level of abstraction. Even AI in its current state may perform better than most data modelers. Intriguingly, the old idea that data modeling and database design tasks can be automated may still come true. If so, the only purpose of this book would be as input for training AI. (If so, all rights reserved.)<\/p>\n\n\n\n<p>After all this, the question may arise as to who can profit from the contents and message of this book and maybe even enjoy it? There is no definitive answer to this question yet. It should be useful in teaching IT students. It aims to refresh the knowledge of experienced modelers. It may be useful for IT professionals who are not data modelers themselves to understand or challenge the work of their data modeling colleagues. Selective reading may help project managers identify specific IT project risks and help IT management deal with buzzword-wielding vendors. And finally, there are R&amp;D professionals and scientists who may get some useful innovative ideas. Who can say?<\/p>\n\n\n\n<p>As a final remark, we must deal with the problem that a <em>complete<\/em> data model, even for a limited modeling case, takes up more space than is practical for a book. Because incomplete data models are a root cause of bad modeling practices, our case descriptions need to be complete. To do this and yet keep this book readable, we have outsourced part of our case descriptions to the internet.<\/p>\n\n\n\n<p>If you have a serious interest in participation, find me on LinkedIn: https:\/\/www.linkedin.com\/in\/reveldwijk&nbsp;<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I\u2019ve been toying with the idea of writing a book about database design for quite some time. Some older Dutch IT professionals may remember my earlier publications on database design: \u201cTen Commandments\u201d and \u201cTime in the Database\u201d\u2014both compiled and sold out in no time. Back then, I was still young and na\u00efve, albeit with a [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,5,12],"tags":[21,27],"class_list":["post-166","post","type-post","status-publish","format-standard","hentry","category-communication","category-education","category-foundational-knowledge","tag-datamodel","tag-education"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Call for participation - Data Model Collective<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Call for participation - Data Model Collective\" \/>\n<meta property=\"og:description\" content=\"I\u2019ve been toying with the idea of writing a book about database design for quite some time. Some older Dutch IT professionals may remember my earlier publications on database design: \u201cTen Commandments\u201d and \u201cTime in the Database\u201d\u2014both compiled and sold out in no time. Back then, I was still young and na\u00efve, albeit with a [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/\" \/>\n<meta property=\"og:site_name\" content=\"Data Model Collective\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-15T18:34:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-02T07:12:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2025\/10\/Rene-Veldwijk-1582061887121.jpeg\" \/>\n<meta name=\"author\" content=\"Ren\u00e9 Veldwijk\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ren\u00e9 Veldwijk\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2025\\\/10\\\/15\\\/call-for-participation\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2025\\\/10\\\/15\\\/call-for-participation\\\/\"},\"author\":{\"name\":\"Ren\u00e9 Veldwijk\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#\\\/schema\\\/person\\\/10bfd289fe95ffa0baed8136e31d0c83\"},\"headline\":\"Call for participation\",\"datePublished\":\"2025-10-15T18:34:00+00:00\",\"dateModified\":\"2026-03-02T07:12:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2025\\\/10\\\/15\\\/call-for-participation\\\/\"},\"wordCount\":1542,\"commentCount\":6,\"publisher\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2025\\\/10\\\/15\\\/call-for-participation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/datamodelcollective.eu\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Rene-Veldwijk-1582061887121.jpeg\",\"keywords\":[\"Data Model\",\"Education\"],\"articleSection\":[\"Communication\",\"Education\",\"Foundational knowledge\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2025\\\/10\\\/15\\\/call-for-participation\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2025\\\/10\\\/15\\\/call-for-participation\\\/\",\"url\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2025\\\/10\\\/15\\\/call-for-participation\\\/\",\"name\":\"Call for participation - Data Model Collective\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2025\\\/10\\\/15\\\/call-for-participation\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2025\\\/10\\\/15\\\/call-for-participation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/datamodelcollective.eu\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Rene-Veldwijk-1582061887121.jpeg\",\"datePublished\":\"2025-10-15T18:34:00+00:00\",\"dateModified\":\"2026-03-02T07:12:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2025\\\/10\\\/15\\\/call-for-participation\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2025\\\/10\\\/15\\\/call-for-participation\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2025\\\/10\\\/15\\\/call-for-participation\\\/#primaryimage\",\"url\":\"https:\\\/\\\/datamodelcollective.eu\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Rene-Veldwijk-1582061887121.jpeg\",\"contentUrl\":\"https:\\\/\\\/datamodelcollective.eu\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Rene-Veldwijk-1582061887121.jpeg\",\"width\":533,\"height\":533},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2025\\\/10\\\/15\\\/call-for-participation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/datamodelcollective.eu\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Call for participation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#website\",\"url\":\"https:\\\/\\\/datamodelcollective.eu\\\/\",\"name\":\"Data Model Collective\",\"description\":\"Anything you always needed to know about data modeling\",\"publisher\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/datamodelcollective.eu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#organization\",\"name\":\"Data Model Collective\",\"url\":\"https:\\\/\\\/datamodelcollective.eu\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/datamodelcollective.eu\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-Site-icon.png\",\"contentUrl\":\"https:\\\/\\\/datamodelcollective.eu\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-Site-icon.png\",\"width\":512,\"height\":512,\"caption\":\"Data Model Collective\"},\"image\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#\\\/schema\\\/person\\\/10bfd289fe95ffa0baed8136e31d0c83\",\"name\":\"Ren\u00e9 Veldwijk\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d0abf4d7bd3caf310239cd71e5303997d13b7e0c53cec65986fd730cc4df177a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d0abf4d7bd3caf310239cd71e5303997d13b7e0c53cec65986fd730cc4df177a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d0abf4d7bd3caf310239cd71e5303997d13b7e0c53cec65986fd730cc4df177a?s=96&d=mm&r=g\",\"caption\":\"Ren\u00e9 Veldwijk\"},\"description\":\"Economist | PhD | Data Modeling &amp; Database Design R&amp;D | Associate, Ockham Group | Columnist &amp; Author (Data Modeling, forthcoming) | Investor | Eclipse Chaser | X @renejanv\",\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/reveldwijk\\\/\"],\"url\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/author\\\/rene\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Call for participation - Data Model Collective","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:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/","og_locale":"en_GB","og_type":"article","og_title":"Call for participation - Data Model Collective","og_description":"I\u2019ve been toying with the idea of writing a book about database design for quite some time. Some older Dutch IT professionals may remember my earlier publications on database design: \u201cTen Commandments\u201d and \u201cTime in the Database\u201d\u2014both compiled and sold out in no time. Back then, I was still young and na\u00efve, albeit with a [&hellip;]","og_url":"https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/","og_site_name":"Data Model Collective","article_published_time":"2025-10-15T18:34:00+00:00","article_modified_time":"2026-03-02T07:12:14+00:00","og_image":[{"url":"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2025\/10\/Rene-Veldwijk-1582061887121.jpeg","type":"","width":"","height":""}],"author":"Ren\u00e9 Veldwijk","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ren\u00e9 Veldwijk","Estimated reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/#article","isPartOf":{"@id":"https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/"},"author":{"name":"Ren\u00e9 Veldwijk","@id":"https:\/\/datamodelcollective.eu\/#\/schema\/person\/10bfd289fe95ffa0baed8136e31d0c83"},"headline":"Call for participation","datePublished":"2025-10-15T18:34:00+00:00","dateModified":"2026-03-02T07:12:14+00:00","mainEntityOfPage":{"@id":"https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/"},"wordCount":1542,"commentCount":6,"publisher":{"@id":"https:\/\/datamodelcollective.eu\/#organization"},"image":{"@id":"https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/#primaryimage"},"thumbnailUrl":"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2025\/10\/Rene-Veldwijk-1582061887121.jpeg","keywords":["Data Model","Education"],"articleSection":["Communication","Education","Foundational knowledge"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/","url":"https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/","name":"Call for participation - Data Model Collective","isPartOf":{"@id":"https:\/\/datamodelcollective.eu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/#primaryimage"},"image":{"@id":"https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/#primaryimage"},"thumbnailUrl":"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2025\/10\/Rene-Veldwijk-1582061887121.jpeg","datePublished":"2025-10-15T18:34:00+00:00","dateModified":"2026-03-02T07:12:14+00:00","breadcrumb":{"@id":"https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/#primaryimage","url":"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2025\/10\/Rene-Veldwijk-1582061887121.jpeg","contentUrl":"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2025\/10\/Rene-Veldwijk-1582061887121.jpeg","width":533,"height":533},{"@type":"BreadcrumbList","@id":"https:\/\/datamodelcollective.eu\/index.php\/2025\/10\/15\/call-for-participation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/datamodelcollective.eu\/"},{"@type":"ListItem","position":2,"name":"Call for participation"}]},{"@type":"WebSite","@id":"https:\/\/datamodelcollective.eu\/#website","url":"https:\/\/datamodelcollective.eu\/","name":"Data Model Collective","description":"Anything you always needed to know about data modeling","publisher":{"@id":"https:\/\/datamodelcollective.eu\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/datamodelcollective.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/datamodelcollective.eu\/#organization","name":"Data Model Collective","url":"https:\/\/datamodelcollective.eu\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/datamodelcollective.eu\/#\/schema\/logo\/image\/","url":"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2022\/06\/cropped-Site-icon.png","contentUrl":"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2022\/06\/cropped-Site-icon.png","width":512,"height":512,"caption":"Data Model Collective"},"image":{"@id":"https:\/\/datamodelcollective.eu\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/datamodelcollective.eu\/#\/schema\/person\/10bfd289fe95ffa0baed8136e31d0c83","name":"Ren\u00e9 Veldwijk","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/d0abf4d7bd3caf310239cd71e5303997d13b7e0c53cec65986fd730cc4df177a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d0abf4d7bd3caf310239cd71e5303997d13b7e0c53cec65986fd730cc4df177a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d0abf4d7bd3caf310239cd71e5303997d13b7e0c53cec65986fd730cc4df177a?s=96&d=mm&r=g","caption":"Ren\u00e9 Veldwijk"},"description":"Economist | PhD | Data Modeling &amp; Database Design R&amp;D | Associate, Ockham Group | Columnist &amp; Author (Data Modeling, forthcoming) | Investor | Eclipse Chaser | X @renejanv","sameAs":["https:\/\/www.linkedin.com\/in\/reveldwijk\/"],"url":"https:\/\/datamodelcollective.eu\/index.php\/author\/rene\/"}]}},"_links":{"self":[{"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/posts\/166","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/comments?post=166"}],"version-history":[{"count":7,"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/posts\/166\/revisions"}],"predecessor-version":[{"id":189,"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/posts\/166\/revisions\/189"}],"wp:attachment":[{"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/media?parent=166"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/categories?post=166"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/tags?post=166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}