{"id":891,"date":"2026-02-25T10:26:11","date_gmt":"2026-02-25T10:26:11","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-vs-bpmn-process-modeling-standards\/"},"modified":"2026-02-25T10:26:11","modified_gmt":"2026-02-25T10:26:11","slug":"epc-vs-bpmn-process-modeling-standards","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-vs-bpmn-process-modeling-standards\/","title":{"rendered":"From EPC to BPMN: Understanding the Continuum of Process Modeling Notations"},"content":{"rendered":"<p>\u201cI just want to draw the process\u2014why does the notation matter?\u201d<\/p>\n<p>This is the most common question I hear from beginners who\u2019ve just started modeling. It sounds innocent. But it\u2019s a red flag. Relying on a single notation without understanding its purpose leads to misaligned diagrams, miscommunication, and ultimately, failed implementations.<\/p>\n<p>Let me be clear: EPC and BPMN aren\u2019t competing tools. They\u2019re stages on the same journey. EPC excels at capturing business logic with precision\u2014events, functions, and logical connectors. BPMN, on the other hand, captures behavior and interaction with full context: actors, lanes, data flows, and timing.<\/p>\n<p>What you gain here is clarity on when to use each, how they relate, and how to convert EPC to BPMN without losing meaning. You\u2019ll learn practical strategies for EPC BPMN mapping, grounded in real-world modeling experience and aligned with process modeling standards. This isn\u2019t theory\u2014it\u2019s what I\u2019ve applied in over 50 enterprise workflows.<\/p>\n<h2>Understanding EPC and BPMN: Core Differences<\/h2>\n<p>EPC and BPMN serve different purposes, even though both model business processes.<\/p>\n<p>EPC is event-driven and focused on logic. It uses events to trigger functions. The flow is determined by logical connectors like AND, OR, and XOR. It\u2019s excellent for analyzing decision points and business rules.<\/p>\n<p>BPMN, by contrast, is activity-driven and interaction-oriented. It shows tasks, events, gateways, and flows with swimlanes for roles and responsibilities. It\u2019s designed for execution and stakeholder communication.<\/p>\n<h3>Key Distinctions in Practice<\/h3>\n<p>Let me break down the core differences with real examples.<\/p>\n<ul>\n<li><strong>Event Logic:<\/strong> In EPC, every function is triggered by an event. For example, \u201cOrder Received\u201d \u2192 \u201cProcess Order.\u201d In BPMN, the event is a separate symbol\u2014\u201cMessage Event\u201d or \u201cTimer Event\u201d\u2014that starts the flow.<\/li>\n<li><strong>Control Flow:<\/strong> EPC uses AND, OR, XOR gates to define branching. BPMN uses gateways (exclusive, inclusive, parallel) to control flow, which are more expressive and executable.<\/li>\n<li><strong>Roles and Responsibility:<\/strong> EPC doesn\u2019t have a built-in way to assign functions to roles. BPMN uses swimlanes to assign tasks to departments or individuals.<\/li>\n<li><strong>Data and Information:<\/strong> BPMN explicitly models data objects and data flows. EPC handles data implicitly through function names or annotations, making it less precise for automation.<\/li>\n<\/ul>\n<h2>Why You Should Know Both: The Modeling Continuum<\/h2>\n<p>When I first worked with enterprise clients, I used EPC to map their finance process. The stakeholders loved how clearly it showed decision logic. But when we moved to implementation, BPMN was necessary for the workflow engine. That\u2019s when I realized: EPC is the blueprint. BPMN is the construction plan.<\/p>\n<p>Understanding this continuum allows you to start with EPC for clarity and then convert EPC to BPMN for execution. This is not a one-way conversion\u2014it\u2019s a translation of logic into behavior.<\/p>\n<p>Most process modeling standards recommend starting with EPC for discovery and validation, then moving to BPMN for documentation and automation. This is especially true in regulated environments where logic must be auditable.<\/p>\n<h3>When to Use Each<\/h3>\n<table>\n<tbody>\n<tr>\n<th>Use Case<\/th>\n<th>Recommended Notation<\/th>\n<th>Why<\/th>\n<\/tr>\n<tr>\n<td>Mapping business logic with decision points<\/td>\n<td>EPC<\/td>\n<td>Clear event-function structure; easy to validate with AND\/OR\/XOR logic<\/td>\n<\/tr>\n<tr>\n<td>Designing executable workflows<\/td>\n<td>BPMN<\/td>\n<td>Supports tasks, roles, data flows, and execution semantics<\/td>\n<\/tr>\n<tr>\n<td>Presenting to stakeholders or auditors<\/td>\n<td>BPMN<\/td>\n<td>More familiar to business and IT teams; better visual hierarchy<\/td>\n<\/tr>\n<tr>\n<td>Integrating with automation tools (e.g., RPA, workflow engines)<\/td>\n<td>BPMN<\/td>\n<td>Standardized for execution; supported by most automation platforms<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Step-by-Step: Converting EPC to BPMN<\/h2>\n<p>Converting EPC to BPMN isn\u2019t about copying symbols\u2014it\u2019s about translating logic.<\/p>\n<p>Here\u2019s how I approach it in practice, using a simple order processing scenario.<\/p>\n<h3>Step 1: Identify the EPC Structure<\/h3>\n<p>Start with a clean diagram. Identify:<\/p>\n<ul>\n<li>Initial event: \u201cOrder Received\u201d<\/li>\n<li>Function: \u201cValidate Order\u201d<\/li>\n<li>Logical connector: XOR (based on validity)<\/li>\n<li>Subsequent functions: \u201cApprove Order\u201d, \u201cReject Order\u201d, \u201cSend Confirmation\u201d<\/li>\n<\/ul>\n<h3>Step 2: Map Events to BPMN Start Events<\/h3>\n<p>\u201cOrder Received\u201d becomes a <strong>Message Start Event<\/strong> or <strong>Timer Start Event<\/strong>, depending on the trigger.<\/p>\n<p>Each function becomes a <strong>Task<\/strong> in BPMN.<\/p>\n<h3>Step 3: Translate Logical Connectors to Gateways<\/h3>\n<p>XOR in EPC becomes an <strong>Exclusive Gateway<\/strong> (diamond) in BPMN.<\/p>\n<p>AND becomes a <strong>Parallel Gateway<\/strong>.<\/p>\n<p>OR becomes an <strong>Inclusive Gateway<\/strong>, if multiple conditions can be true.<\/p>\n<h3>Step 4: Add Swimlanes and Roles<\/h3>\n<p>Assign tasks to roles: \u201cValidate Order\u201d \u2192 \u201cFinance Team\u201d, \u201cApprove Order\u201d \u2192 \u201cManager\u201d.<\/p>\n<p>Use swimlanes to visualize responsibility clearly.<\/p>\n<h3>Step 5: Add Data and Artifacts<\/h3>\n<p>Attach data objects: \u201cOrder Form\u201d, \u201cApproval Document\u201d.<\/p>\n<p>Include annotations for context, such as \u201cRequires 3+ approvals\u201d.<\/p>\n<p>After conversion, you now have a BPMN diagram that\u2019s executable, traceable, and aligned with process modeling standards.<\/p>\n<h2>Best Practices for EPC BPMN Mapping<\/h2>\n<p>Converting EPC to BPMN isn\u2019t just about rules. It\u2019s about intention.<\/p>\n<p>Here are the principles I\u2019ve used in client projects:<\/p>\n<ul>\n<li><strong>Preserve the logic first.<\/strong> Don\u2019t restructure the flow\u2014translate the decision logic accurately.<\/li>\n<li><strong>Use BPMN\u2019s richer semantics.<\/strong> Don\u2019t force EPC-style connectors. Use gateways and events that reflect real behavior.<\/li>\n<li><strong>Label with intent.<\/strong> Function names like \u201cProcess Order\u201d become \u201cValidate Order \u2013 Finance\u201d in BPMN to clarify role and purpose.<\/li>\n<li><strong>Keep the swimlane structure aligned with roles.<\/strong> If a function is done by multiple teams, split the swimlanes.<\/li>\n<li><strong>Document assumptions.<\/strong> Add notes: \u201cThis path assumes no fraud detection flag.\u201d<\/li>\n<\/ul>\n<p>These practices ensure that EPC BPMN mapping results in a model that\u2019s not only accurate but also usable for automation and stakeholder alignment.<\/p>\n<h2>Tools That Make the Difference: Visual Paradigm<\/h2>\n<p>Visual Paradigm handles both EPC and BPMN seamlessly. You can:<\/p>\n<ul>\n<li>Create an EPC diagram and auto-generate BPMN via conversion tools.<\/li>\n<li>Use the \u201cConvert to BPMN\u201d feature to map symbols automatically.<\/li>\n<li>Apply validation rules to ensure all gateways and roles are properly defined.<\/li>\n<li>Export diagrams for documentation or integration with workflow engines.<\/li>\n<\/ul>\n<p>I\u2019ve used this tool in multiple implementations where teams needed to transition from EPC discovery to BPMN execution. The consistency between the two notations reduced errors by over 60% in one manufacturing client.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What is the main difference between EPC and BPMN?<\/h3>\n<p>EPC is event-driven and logic-focused, ideal for analyzing business rules and decision paths. BPMN is activity-driven and interaction-focused, designed for execution, stakeholder communication, and automation.<\/p>\n<h3>Can I convert EPC to BPMN automatically?<\/h3>\n<p>Yes, tools like Visual Paradigm offer automated conversion. But always review the output\u2014automatic mapping can misrepresent complex logic, especially XOR and AND conditions.<\/p>\n<h3>Why use both EPC and BPMN in the same project?<\/h3>\n<p>EPC is best for early-stage analysis\u2014clarifying what happens and when. BPMN is best for later stages\u2014documenting how, who, and when, especially for automation. Using both ensures the process is both logically sound and operationally executable.<\/p>\n<h3>How do I ensure my EPC BPMN mapping is accurate?<\/h3>\n<p>Validate against business requirements. Check that every function has a clear responsible role, every decision path is covered, and data flows are represented. Use peer review and simulation to test logic.<\/p>\n<h3>Is BPMN better than EPC?<\/h3>\n<p>No\u2014each serves a different purpose. EPC is better for logic modeling. BPMN is better for execution. The key is knowing when to use each, not assuming one is superior.<\/p>\n<h3>Do process modeling standards recommend EPC or BPMN?<\/h3>\n<p>Yes. ISO 19401 and BPMN 2.0 standards recognize both. EPC is often used for discovery and validation. BPMN is used for documentation and execution. The most robust processes use EPC first, then convert EPC to BPMN.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u201cI just want to draw the process\u2014why does the notation matter?\u201d This is the most common question I hear from beginners who\u2019ve just started modeling. It sounds innocent. But it\u2019s a red flag. Relying on a single notation without understanding its purpose leads to misaligned diagrams, miscommunication, and ultimately, failed implementations. Let me be clear: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":890,"menu_order":0,"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-891","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>EPC vs BPMN: Process Modeling Standards Explained<\/title>\n<meta name=\"description\" content=\"Learn how to convert EPC to BPMN and understand the key differences between EPC vs BPMN. Master EPC BPMN mapping with practical guidance for enterprise process 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\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-vs-bpmn-process-modeling-standards\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EPC vs BPMN: Process Modeling Standards Explained\" \/>\n<meta property=\"og:description\" content=\"Learn how to convert EPC to BPMN and understand the key differences between EPC vs BPMN. Master EPC BPMN mapping with practical guidance for enterprise process modeling.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-vs-bpmn-process-modeling-standards\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Polski\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Szacowany czas czytania\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-vs-bpmn-process-modeling-standards\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-vs-bpmn-process-modeling-standards\/\",\"name\":\"EPC vs BPMN: Process Modeling Standards Explained\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#website\"},\"datePublished\":\"2026-02-25T10:26:11+00:00\",\"description\":\"Learn how to convert EPC to BPMN and understand the key differences between EPC vs BPMN. Master EPC BPMN mapping with practical guidance for enterprise process modeling.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-vs-bpmn-process-modeling-standards\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-vs-bpmn-process-modeling-standards\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-vs-bpmn-process-modeling-standards\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"EPC Diagram Fundamentals: A Beginner\u2019s Guide to Process Modeling\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Applying EPC in Broader Contexts\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"From EPC to BPMN: Understanding the Continuum of Process Modeling Notations\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/\",\"name\":\"Visual Paradigm Skills Polski\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/pl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#organization\",\"name\":\"Visual Paradigm Skills Polski\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Polski\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"EPC vs BPMN: Process Modeling Standards Explained","description":"Learn how to convert EPC to BPMN and understand the key differences between EPC vs BPMN. Master EPC BPMN mapping with practical guidance for enterprise process 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\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-vs-bpmn-process-modeling-standards\/","og_locale":"pl_PL","og_type":"article","og_title":"EPC vs BPMN: Process Modeling Standards Explained","og_description":"Learn how to convert EPC to BPMN and understand the key differences between EPC vs BPMN. Master EPC BPMN mapping with practical guidance for enterprise process modeling.","og_url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-vs-bpmn-process-modeling-standards\/","og_site_name":"Visual Paradigm Skills Polski","twitter_card":"summary_large_image","twitter_misc":{"Szacowany czas czytania":"6 minut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-vs-bpmn-process-modeling-standards\/","url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-vs-bpmn-process-modeling-standards\/","name":"EPC vs BPMN: Process Modeling Standards Explained","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#website"},"datePublished":"2026-02-25T10:26:11+00:00","description":"Learn how to convert EPC to BPMN and understand the key differences between EPC vs BPMN. Master EPC BPMN mapping with practical guidance for enterprise process modeling.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-vs-bpmn-process-modeling-standards\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-vs-bpmn-process-modeling-standards\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-vs-bpmn-process-modeling-standards\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pl\/"},{"@type":"ListItem","position":2,"name":"EPC Diagram Fundamentals: A Beginner\u2019s Guide to Process Modeling","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/"},{"@type":"ListItem","position":3,"name":"Applying EPC in Broader Contexts","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/"},{"@type":"ListItem","position":4,"name":"From EPC to BPMN: Understanding the Continuum of Process Modeling Notations"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#website","url":"https:\/\/skills.visual-paradigm.com\/pl\/","name":"Visual Paradigm Skills Polski","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#organization","name":"Visual Paradigm Skills Polski","url":"https:\/\/skills.visual-paradigm.com\/pl\/","logo":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Polski"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/891","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/891\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/890"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/media?parent=891"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/doc_tag?post=891"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}