{"id":831,"date":"2026-02-25T10:25:15","date_gmt":"2026-02-25T10:25:15","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/dfo-uml-glossary-cross-notation-reference\/"},"modified":"2026-02-25T10:25:15","modified_gmt":"2026-02-25T10:25:15","slug":"dfo-uml-glossary-cross-notation-reference","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/dfo-uml-glossary-cross-notation-reference\/","title":{"rendered":"Cross-Notation Glossary and Mapping Reference"},"content":{"rendered":"<p>Most analysts struggle not with the diagrams themselves, but with the mental shift between two fundamentally different ways of seeing systems. One sees data in motion; the other sees objects in action. The real challenge isn\u2019t learning both notations\u2014it\u2019s understanding how to translate them. This page isn\u2019t a dictionary of symbols. It\u2019s a practical bridge between worlds. In my 20 years working with cross-functional teams, I\u2019ve found that the single biggest barrier to successful modeling isn&#8217;t complexity\u2014it\u2019s confusion over terminology. When a &#8222;process&#8220; in DFD becomes a &#8222;use case&#8220; in UML, and a &#8222;data store&#8220; becomes a &#8222;class,&#8220; misalignment happens instantly. This glossary resolves that friction. You\u2019ll gain a shared vocabulary to align developers, business analysts, and architects. It\u2019s the essential reference for anyone building models across both DFD and UML.<\/p>\n<h2>Core Mapping: Translating DFD Elements to UML<\/h2>\n<p>Understanding how elements map across notations is the key to seamless collaboration. The same system can be viewed through different lenses. Here\u2019s the foundational mapping.<\/p>\n<h3>DFD Process \u2194 UML Use Case<\/h3>\n<p>A DFD process represents a transformation of data. It takes inputs, applies logic, and produces outputs. In UML, this maps directly to a use case\u2014a goal-driven interaction between a user (actor) and the system. The distinction lies in focus: DFD highlights *what* data changes, UML highlights *why* the interaction happens.<\/p>\n<p>Example: A DFD process labeled &#8222;Calculate Customer Balance&#8220; corresponds to a UML use case named &#8222;Generate Account Statement.&#8220; The function is identical, but the stakeholder intent differs.<\/p>\n<h3>DFD Data Store \u2194 UML Class (with Persistence)<\/h3>\n<p>Data stores represent persistent data\u2014files, databases, or queues. In UML, this maps to a class with attributes and persistence. However, not all classes are data stores. Only those with a clear role as a data repository qualify.<\/p>\n<p>Key distinction: A class like &#8222;Customer&#8220; may not be a data store unless it\u2019s the primary repository. A &#8222;Transaction Log&#8220; file is a data store. The class representing it in UML must include persistence semantics.<\/p>\n<h3>DFD External Entity \u2194 UML Actor<\/h3>\n<p>External entities are sources or sinks of data. UML\u2019s actors represent roles\u2014typically users or other systems\u2014that initiate interactions. The mapping is direct, but the intent differs.<\/p>\n<p>Example: A &#8222;Bank&#8220; as an external entity in DFD becomes the &#8222;Bank&#8220; actor in UML. But the UML actor may also carry responsibilities like &#8222;validate transaction&#8220; or &#8222;trigger audit,&#8220; which aren\u2019t captured in DFD.<\/p>\n<h3>DFD Data Flow \u2194 UML Message \/ Association<\/h3>\n<p>Data flows are the lifeblood of DFDs. They represent data moving between processes, data stores, and external entities. In UML, this becomes a message in a sequence diagram or an association in a class diagram.<\/p>\n<p>When modeling interactions, a data flow like &#8222;Customer Order&#8220; becomes a message in a sequence diagram: &#8222;Customer sends Order to OrderProcessor.&#8220; In a class diagram, it appears as an association between &#8222;Customer&#8220; and &#8222;Order&#8220; with multiplicity.<\/p>\n<h3>DFD Data Flow (in Context Diagram) \u2194 UML Use Case (in Use Case Diagram)<\/h3>\n<p>At the system boundary, DFD context diagrams show external entities and data flows. UML use case diagrams show actors and use cases. The data flow between a system and an external entity maps to a relationship between actor and use case.<\/p>\n<p>For example, a &#8222;Submit Claim&#8220; data flow from a &#8222;Patient&#8220; external entity becomes a &#8222;Patient&#8220; actor invoking the &#8222;File Insurance Claim&#8220; use case. The flow direction is preserved.<\/p>\n<h2>Common Confusion Points: Terminology That Misleads<\/h2>\n<p>These terms appear similar but mean different things in context. Confusing them leads to model drift and communication breakdown.<\/p>\n<h3>\u201cProcess\u201d vs. \u201cUse Case\u201d<\/h3>\n<p>Both appear as a rounded rectangle. But a DFD process is *functionally defined*\u2014it transforms data. A UML use case is *goal-oriented*\u2014it describes a user\u2019s objective. A process may not involve a user at all. A use case always involves an actor.<\/p>\n<h3>\u201cData Store\u201d vs. \u201cClass\u201d<\/h3>\n<p>All data stores are classes in UML, but not all classes are data stores. A class like &#8222;Payment&#8220; may be a data object, but unless it\u2019s persistent and stored, it doesn\u2019t map directly to a data store. The key is persistence, not just existence.<\/p>\n<h3>\u201cData Flow\u201d vs. \u201cMessage\u201d<\/h3>\n<p>Data flow is a *stateless transfer of data*. Message is a *synchronous or asynchronous request* between objects. A data flow can become a message, but only when the interaction is behaviorally significant. A read from a file is a data flow. Sending an email to trigger a process is a message.<\/p>\n<h2>Visual Paradigm Element Linking Guidance<\/h2>\n<p>When using Visual Paradigm, you can create live links between DFD and UML elements. This ensures consistency and enables traceability.<\/p>\n<ul>\n<li>Link a DFD process to a UML use case using the &#8222;Traceability&#8220; feature. Right-click the DFD process \u2192 &#8222;Create Traceability&#8220; \u2192 select the corresponding use case.<\/li>\n<li>Link a DFD data store to a UML class with a &#8222;Persistence&#8220; stereotype. In the class, add <code>\u00abpersistence\u00bb<\/code> and link the data store via the &#8222;Related to&#8220; property.<\/li>\n<li>Use cross-diagram navigation: Open a DFD, select a data flow \u2192 click &#8222;Navigate to&#8220; \u2192 choose the corresponding UML message or association.<\/li>\n<\/ul>\n<h2>When Mapping Fails: What to Avoid<\/h2>\n<p>Mapping is a tool, not a rule. Misuse leads to oversimplification or over-engineering.<\/p>\n<ul>\n<li><strong>Don\u2019t map every process to a use case.<\/strong> Some processes are internal transformations (e.g., &#8222;Validate Input&#8220;) that don\u2019t represent user goals. These belong in UML activity or sequence diagrams, not use case diagrams.<\/li>\n<li><strong>Don\u2019t treat every class as a data store.<\/strong> A class like &#8222;OrderItem&#8220; may be part of an object model but not a persistent data store. Only map to data stores if the class represents a file or database table.<\/li>\n<li><strong>Don\u2019t assume one-to-one mapping.<\/strong> A single DFD process can break into multiple UML use cases. A single UML use case may involve multiple DFD processes.<\/li>\n<\/ul>\n<h2>Summary Table: DFD to UML Mapping Reference<\/h2>\n<p>This table is your quick-reference guide for translating between DFD and UML elements.<\/p>\n<table border=\"1\" cellpadding=\"5\" cellspacing=\"0\">\n<thead>\n<tr>\n<th>DFD Element<\/th>\n<th>UML Equivalent<\/th>\n<th>Key Considerations<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Process<\/td>\n<td>Use Case (goal-driven)<\/td>\n<td>Only if the process represents a user goal. Otherwise, use activity or sequence diagram.<\/td>\n<\/tr>\n<tr>\n<td>Data Store<\/td>\n<td>Class with \u00abpersistence\u00bb stereotype<\/td>\n<td>Only if the class is a data repository. Not all classes qualify.<\/td>\n<\/tr>\n<tr>\n<td>External Entity<\/td>\n<td>Actor<\/td>\n<td>Role of user or system. Must be assigned responsibilities.<\/td>\n<\/tr>\n<tr>\n<td>Data Flow<\/td>\n<td>Message (sequence), Association (class)<\/td>\n<td>Represents data transfer. Context determines which UML element.<\/td>\n<\/tr>\n<tr>\n<td>Process (in DFD Level 0)<\/td>\n<td>Use Case (in use case diagram)<\/td>\n<td>High-level interaction. Map to top-level use cases.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Can I use DFD and UML in the same project?<\/h3>\n<p>Yes. In fact, it\u2019s best practice for large systems. Use DFD for data flow analysis in early phases, then UML for detailed design. Maintain traceability between elements.<\/p>\n<h3>Is the DFD UML mapping reference always accurate?<\/h3>\n<p>It\u2019s accurate when applied with context. Mapping is a tool, not a rule. Always validate: Does the UML element reflect the intended behavior and intent of the DFD element?<\/p>\n<h3>How do I handle multiple DFD processes in one UML use case?<\/h3>\n<p>Group them under one use case. Use an activity diagram to show internal logic. The DFD processes map to activities, not separate use cases.<\/p>\n<h3>Can I convert a DFD to UML automatically?<\/h3>\n<p>Tools like Visual Paradigm support basic mapping, but manual validation is essential. Automation helps with structure, not semantics.<\/p>\n<h3>Why is cross notation terminology important in team settings?<\/h3>\n<p>It prevents miscommunication. Business stakeholders think in data flows. Developers think in objects. A shared vocabulary ensures alignment and reduces rework.<\/p>\n<h3>Do I need to learn both DFD and UML to use this glossary?<\/h3>\n<p>Yes. This glossary assumes familiarity with both notations. If you\u2019re learning one, start with it. The glossary helps you transition to the other, not replace it.<\/p>\n<p>Ultimately, the goal of this DFD UML glossary isn\u2019t just to define terms\u2014it\u2019s to build a common language between analysts, architects, and developers. When your team speaks the same modeling dialect, complexity becomes clarity. That\u2019s the real power of unified modeling vocabulary.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most analysts struggle not with the diagrams themselves, but with the mental shift between two fundamentally different ways of seeing systems. One sees data in motion; the other sees objects in action. The real challenge isn\u2019t learning both notations\u2014it\u2019s understanding how to translate them. This page isn\u2019t a dictionary of symbols. It\u2019s a practical bridge [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":827,"menu_order":3,"template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"doc_tag":[],"class_list":["post-831","docs","type-docs","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DFD UML Glossary: Cross-Notation Mapping Reference<\/title>\n<meta name=\"description\" content=\"Master the unified modeling vocabulary with this DFD UML glossary. Learn cross-notation terminology, mapping reference, and how to align DFD processes with UML use cases for seamless system modeling.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/dfo-uml-glossary-cross-notation-reference\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DFD UML Glossary: Cross-Notation Mapping Reference\" \/>\n<meta property=\"og:description\" content=\"Master the unified modeling vocabulary with this DFD UML glossary. Learn cross-notation terminology, mapping reference, and how to align DFD processes with UML use cases for seamless system modeling.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/dfo-uml-glossary-cross-notation-reference\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Deutsch\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"7\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/dfo-uml-glossary-cross-notation-reference\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/dfo-uml-glossary-cross-notation-reference\/\",\"name\":\"DFD UML Glossary: Cross-Notation Mapping Reference\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#website\"},\"datePublished\":\"2026-02-25T10:25:15+00:00\",\"description\":\"Master the unified modeling vocabulary with this DFD UML glossary. Learn cross-notation terminology, mapping reference, and how to align DFD processes with UML use cases for seamless system modeling.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/dfo-uml-glossary-cross-notation-reference\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/dfo-uml-glossary-cross-notation-reference\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/dfo-uml-glossary-cross-notation-reference\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Data Flow Diagrams vs. UML: When to Use Each\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Decision Support Tools and Templates\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Cross-Notation Glossary and Mapping Reference\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/\",\"name\":\"Visual Paradigm Skills Deutsch\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#organization\",\"name\":\"Visual Paradigm Skills Deutsch\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Deutsch\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DFD UML Glossary: Cross-Notation Mapping Reference","description":"Master the unified modeling vocabulary with this DFD UML glossary. Learn cross-notation terminology, mapping reference, and how to align DFD processes with UML use cases for seamless system modeling.","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:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/dfo-uml-glossary-cross-notation-reference\/","og_locale":"de_DE","og_type":"article","og_title":"DFD UML Glossary: Cross-Notation Mapping Reference","og_description":"Master the unified modeling vocabulary with this DFD UML glossary. Learn cross-notation terminology, mapping reference, and how to align DFD processes with UML use cases for seamless system modeling.","og_url":"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/dfo-uml-glossary-cross-notation-reference\/","og_site_name":"Visual Paradigm Skills Deutsch","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"7\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/dfo-uml-glossary-cross-notation-reference\/","url":"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/dfo-uml-glossary-cross-notation-reference\/","name":"DFD UML Glossary: Cross-Notation Mapping Reference","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#website"},"datePublished":"2026-02-25T10:25:15+00:00","description":"Master the unified modeling vocabulary with this DFD UML glossary. Learn cross-notation terminology, mapping reference, and how to align DFD processes with UML use cases for seamless system modeling.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/dfo-uml-glossary-cross-notation-reference\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/dfo-uml-glossary-cross-notation-reference\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/dfo-uml-glossary-cross-notation-reference\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/de\/"},{"@type":"ListItem","position":2,"name":"Data Flow Diagrams vs. UML: When to Use Each","item":"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/"},{"@type":"ListItem","position":3,"name":"Decision Support Tools and Templates","item":"https:\/\/skills.visual-paradigm.com\/de\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-decision-tools\/"},{"@type":"ListItem","position":4,"name":"Cross-Notation Glossary and Mapping Reference"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/de\/#website","url":"https:\/\/skills.visual-paradigm.com\/de\/","name":"Visual Paradigm Skills Deutsch","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/de\/#organization","name":"Visual Paradigm Skills Deutsch","url":"https:\/\/skills.visual-paradigm.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Deutsch"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/831","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/831\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/827"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/media?parent=831"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/doc_tag?post=831"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}